Unix Socket Programming Question:

What are raw sockets?

Tweet Share WhatsApp

Answer:

A raw socket is a socket that allows access to packet
headers on incoming and outgoing packets. Raw sockets
always receive the packets with the packet header included
as opposed to non-raw sockets which strip the header and
only receive the packet payload.

Download Unix Socket Programming PDF Read All 62 Unix Socket Programming Questions
Previous QuestionNext Question
How do Sockets Work?What is Mac, and how is it different from PC? Which one is better for professional users, and why?