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 the two types of comments, and how do they differ?
What is an operator in c++?
What is static in c++?
What is lazy initialization in c++?
Is overriding possible in c++?
Define the operators that can be used with a pointer.
What are shallow and deep copy?
what are the decision making statements in C++? Explain if statement with an example?
What is a rooted hierarchy?
What is pointer to array in c++?
What does override mean in c++?
What problems might the following macro bring to the application?
Difference between overloading vs. Overriding
What is the difference between new() and malloc()?
Why do we use templates?