Protocols used for connection less socket programming ?
Answers
Answered by
0
Creating a connectionless socket. Connectionless sockets do not establish a connection over which data is transferred. Instead, the server application specifies its name where a client can send requests. Connectionless sockets use User Datagram Protocol (UDP) instead of TCP/IP.
Answered by
0
User Datagram Protocol (UDP) is the correct answer to the given question .
Explanation:
- The UDP is a connectionless protocol that is the main objective toe established the connection between the application to the internet .
- The User Datagram Protocol provides a un reliable connection because in the socket programming the client maintains the connection to the server and there is no flow control in the User Datagram Protocol.
- In this the datagrams carry the recipient key that the server utilizes to transfer data to the appropriate client.
Learn More:
- brainly.in/question/5701956
Similar questions
Social Sciences,
6 months ago
English,
6 months ago
Biology,
6 months ago
Business Studies,
1 year ago
Psychology,
1 year ago
Math,
1 year ago
a. TCP
b. UDP
c. Both
d. None