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
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is the difference between multiple and multilevel inheritance in c++?
Explain one-definition rule (odr).
What is the use of turbo c++?
Why is null pointer used?
How to declare a pointer to an array of integers?
Is c++ double?
What are function prototypes?
What does std mean in c++?
What is the basic of c++?
Is oops and c++ same?
What is the difference between new() and malloc()?
How do you save a c++ program?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is #include math h in c++?