Unix Socket Programming Question:
Download Questions PDF

What are raw sockets?

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 Interview Questions And Answers PDF

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?