737 views

3 Answers

2 votes
2 votes
No. TCP though is a connection oriented but it is so only at the end-to-end devices. Means, though each segment will travel or may take a different path from source to destination but the receiver's transport layer always delivers in-order segments to the application layer of receiver thereby making sending process and receiving process feel like they are connected via a virtual circuit but actually there is no such circuit establishment.
0 votes
0 votes
Nope. TCP is end-end connection layer which used data-gram packet switching technique. It means that segments are divided into small packets and then sent through different different paths. Its not dependent on time unlike UDP, but makes sures that reciever recieves all the packets without loosing them.

Related questions

1 votes
1 votes
0 answers
2
Parimal Paritosh asked Jan 21, 2018
236 views
Why can a broadcast IP datagram not pass through any router?
2 votes
2 votes
0 answers
3
Parimal Paritosh asked Jan 21, 2018
290 views
What is meant by the statement "ICMP works at Network Layer"? In general, what is meant by the statement, "x protocol works at y layer"?