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 header file is included twice by mistake in the program, will it give any error?
What is a static member?
How the keyword struct is different from the keyword class in c++?
Is overriding possible in c++?
What is the v-ptr?
Which software is best for coding?
Which software is best for c++ programming?
How the delete operator differs from the delete[]operator?
Will this c++ program execute or not?
Why is c++ considered difficult?
What is anonymous object in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is an inline function in c++?
What are literals in C++?
what is data encapsulation in C++?