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

What is BIOS (Basic Input Output System)

1 Answers  


What is packet switching ? Explain two different approaches of packet switching. ?

0 Answers  


what is active directory?

12 Answers   i policy,


how many host we can add for network 172.112.0.1/20 ? and which is the broadcast address for above network ?

6 Answers   KPIT,


What are the other names of IEEE 802.11 protocol or standard?

0 Answers  






what are the characteristic of switch and hub ?

1 Answers   KPIT,


what is buffering and flooding in NIC ?

0 Answers  


1.what i gain frist knowledge in networking ?plz tell me step by step point that i preaper for career because i m frasher 2.tell me main basic topic of MCSE.

0 Answers  


Explain Salient difference between ISO-OSI and TCP/IP models.

0 Answers  


What is the basic requirement of a real-time network ?

7 Answers   Honeywell,


What is the difference between OS and IOS ?

1 Answers  


Discuss how satellite network differs from traditional networks such as Ethernet, Tokenbus.

0 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)