What are raw sockets, where they are efficient?
Answer Posted / manjunath gn
Raw sockets are the sockets created at Data link layer.
They are useful in layer 2 communication
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what are Operators and explain with an example?
Define vptr.
What parameter does the constructor to an ofstream object take?
What are static variables?
What is a local reference?
How would you use the functions sin(), pow(), sqrt()?
What is lazy initialization in c++?
What is null pointer and void pointer and what is their use?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is difference between c++ and c ++ 14?
What is the use of endl in c++?
What is the difference between a declaration and a definition?
Which is most difficult programming language?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is constructor c++?