Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are raw sockets?

Answers were Sorted based on User's Feedback



What are raw sockets?..

Answer / william

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.

Is This Answer Correct ?    30 Yes 1 No

What are raw sockets?..

Answer / leossk

SOCK_RAW , ping uses raw sockets for ICMP

Is This Answer Correct ?    13 Yes 7 No

What are raw sockets?..

Answer / atul sharma

Raw Sockets are independent of the transport layer and the
packet are being routed based on the destination IP
address.As this does not contain the Port related
information So on the destination machine any socket
listening can receive the IP or RAW packets.This has been
practically verified by Me.

Is This Answer Correct ?    5 Yes 6 No

What are raw sockets?..

Answer / saravanan.s

allows only header include pockets.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Unix Socket Programming Interview Questions

How are unix domain sockets implemented?

0 Answers  


What is a socket api?

0 Answers  


How is a socket created?

0 Answers  


When should I use shutdown()?

1 Answers   Wipro,


How can I read only one character at a time?

1 Answers  


How do I use TCP_NODELAY?

0 Answers  


Can multiple clients connect to same socket?

0 Answers  


How to find other end of unix socket connection?

0 Answers  


Explain the TIME_WAIT state.

1 Answers  


How many sockets can a port have?

0 Answers  


When will my application receive SIGPIPE?

1 Answers  


How should I choose a port number for my server?

1 Answers  


Categories