Why TCP Is A Connection-oriented Protocol?
TCP is connection-oriented because before one application process can begin to send data to another, the two processes must first “handshake” with each other — that is, they must send some preliminary segments to each other to establish the parameters of the ensuing data transfer. Why TCP is connection-oriented Why not UDP? TCP is a … Read more