what are the raw sockets?

Answers were Sorted based on User's Feedback



what are the raw sockets?..

Answer / harish

Raw mode is basically there to allow you to bypass some of
the way that your computer handles TCP/IP. Rather than going
through the normal layers of encapsulation/decapsulation
that the TCP/IP stack on the kernel does, you just pass the
packet to the application that needs it. No TCP/IP
processing -- so it's not a processed packet, it's a raw
packet. The application that's using the packet is now
responsible for stripping off the headers, analyzing the
packet, all the stuff that the TCP/IP stack in the kernel
normally does for you.

A raw socket is a socket that takes packets, bypasses the
normal TCP/IP processing, and sends them to the application
that wants them.

Unless you're a programmer, a kernel hacker, or really
really into security, you will most likely not need to deal
much with these. But it's good to know what they are, in
case you find yourself in one of the above scenarios.

Is This Answer Correct ?    7 Yes 0 No

what are the raw sockets?..

Answer / althaf8893082276

A raw socket is a socket that takes packets, bypasses the
normal TCP/IP processing, and sends them to the application
that wants them.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Networking AllOther Interview Questions

Differentiate between stop-and wait ARQ and Go-back-N protocol.

0 Answers  


How data flow from source to destination, Explain each step from layer to layer?

5 Answers   Akamai Technologies, Juniper Networks, Satyam,


What is the differnce between win 2000 server & win 2003 server?

1 Answers  


What is Semaphore? What is deadlock?

2 Answers   TCS,


which is the latest version of dos? & what is the command to copy windows files (i386) without formatting OS?

0 Answers  






Write down the basic features of HDLC protocol? Could HDLC be used as a data link protocol for a LAN? Justify your answer.

0 Answers  


What is LMHOSTS file?

1 Answers  


What is the difference between process and thread ? also what is the difference between process and service >

2 Answers   ABC,


Explain network equipment used in wired-LANS and explain the function of Hub, Switch, and bridge.

0 Answers  


Which is the protocol used in ethernet. (CSMA/CD) Why is it called so ?

2 Answers  


What is the difference between TFTP and FTP application layer protocols?

8 Answers   DELL, Elgi Equipments, HCL, Wipro,


What is meant by AT and ATX ?

3 Answers  


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)