Computer Science, asked by DhineshPrabhu, 1 year ago

Protocols used for connection less socket programming ?

Answers

Answered by morganpettry
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.


DhineshPrabhu: Protocol used for connection less socket programming:
a. TCP
b. UDP
c. Both
d. None
DhineshPrabhu: i need answer for this??
Answered by StaceeLichtenstein
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