What are the types of sockets?
Answer / Prashant Sagar
There are two main types of sockets: connection-oriented (TCP) and connectionless (UDP). TCP provides reliable, ordered delivery of messages, while UDP is faster but does not guarantee message delivery.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can multiple sockets use the same port?
How do I send [this] over a socket?
How would I put my socket in non-blocking mode?
Is socket a hardware or software?
What is af_inet in socket?
What's better 6pt or 12pt sockets?
What does af mean in sockets?
How do unix sockets work?
Where can a get a library for programming sockets?
Where is the socket located?
What is a socket set used for?
Explain the TIME_WAIT state.