909 views
3 votes
3 votes

"TCP connection is logical, therefore TCP can be connection oriented protocol"

Wha is meaning of logical connection? Can u discuss brief above two lines?

2 Answers

2 votes
2 votes

connection-oriented protocol requires that hosts establish a logical connection with each other before communication can take place. This connection is sometimes called a "virtual circuit", although the actual data flow uses a packet-switching network. A connection-oriented exchange includes three phases:

  1. Start the connection.
  2. Transfer data.
  3. End the connection.

Reference--https://www.ibm.com/support/knowledgecenter/en/SSB27U_6.4.0/com.ibm.zvm.v640.kiml0/asotrans.htm

0 votes
0 votes
TCP requires some buffers to be reserved at reciever side for its seq no., ack no. adv window. Thatswhy it is called connection oriented. By connection oriented ,we simply means that some buffers need to be reserved at reciever side.

But in UDP, we does not need anything.it is 1 request/1 reply. Infact it is like when we ask time to any stranger, we don't ask his details or his name, we are just interesting in knowing what the time is.

Related questions