Compare connection oriented and connectionless Service-00445
This subjective question is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term Solved Past Paper No. 2.
In connection-oriented protocol, authentication is needed while this is not case in connectionless protocol.
In connection-oriented protocol, we have to establish connection between sender and receiver while this is not case in connectionless protocol.
Example of connection-oriented protocol is TCP and the example of connectionless protocol is UDP,Internet.
TCP is a connection-oriented protocol, it makes a connection and checks whether the data is received, and resends if it is not. UDP is a connectionless protocol, it does not guarantee delivery by first connecting and checking whether data is received.