Answer Posted / 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 |
Post New Answer View All Answers
Discuss the different factors affecting congestion control algorithms. ?
How kernal work in operating system?
I have 2 networks. One is LAN & other is Tata Indicom Modem which is connected to USB. The problem is that When USB Modem is using, i am unable to use LAN. And when we use LAN, we cannot use USB Modem. kindly help me.
Discuss Shannon’s capacity. What implications does it have ?
Describe and distinguish between FDMA, TDMA, and CDMA.
cat 5E cable with brown colour cable what will be its speed in kbps for internet?
Differentiate between Link state and Distance Vector Routing algorithm.
1. What ports does FTP traffic travel over? 2. What ports does mail traffic utilize? 3. What ports do HTTP and HTTPS use? 4. Why is NTP required in an NFS network? 5. Name some common mal software on the server side 6. What is CPAN? How do you access it? 7. What is PEAR? 8. What advantages does mod_perl have over a perl CGI? 9. What is required to do SSL in Apache 1.x? 10. What is Tcl? 11. What is a servlet engine/container? 12. What is BIND? 13. Name the steps to setup a slave zone in BIND 14. Name the steps to setup a primary zone in BIND 15. What commands would you use under Solaris or Linux to modify/view an LDAP tree?
Explain CSMA/CD
How to make a port to a dedicated port through dll registration in a windows system
when I issue the "show ip route bgp" command, I see my routes being learned via ospf and bgp. How can I verify on the nx-os which one will always be used and which one is a backup?
Explain HDLC
When is a translating bridge used ?
Explain network equipment used in wired-LANS and explain the function of Hub, Switch, and bridge.
Explain 1-persistent, p-persistent and 0-persistent CSMA giving strong and weak points of each.