Computer Science, asked by isambshiva1806, 11 months ago

Ip is a connection-less protocol, whereas tcp is connection-oriented. How can these two protocols coexist in the same protocol stack?

Answers

Answered by lavpratapsingh20
1

Answer:

Explanation:

IP is connectionless and TCP is connection oriented. In any case, TCP is a transport layer protocol and TCP would deal with congestion control and order of delivery, reliable delivery, same connection oriented means here. It would simply ensure that packets are being transmitted between two processes. It couldn't care less which way the packet pursues as transport layer does not manage routes and paths. Basically, internet protocol does this job.

IP is connection less and it implies that it might forward packets on various paths or routes on basis of accessibility and blockage. It is worried about information delivery between end frameworks. It treats every packet differently and does not mind whether the packet arrive at the destination or not.  

For dependable delivery here TCP will take care, if the packet isn't recognized to TCP, it will retransmit the packet.  

Give me a chance to give you a model in nontechnical terms.  

You put in a order on the web, and you live in a palce where there is no legitimate transport or streets.  

But, the parcel/courier service organization conveys your bundle.  

Here, the bundle/dispatch service resembles a TCP, and the street/transport framework to your place is an IP.  

The upper layer of OSI (TCP) relies upon the services given by the lower layers (IP).  

The lower layer of OSI (IP) relies upon the upper layers (TCP) for ensured conveyance of information.  

Here and there, both TCP and IP cooperate in conquering the clogged networks, similar to the ECN flags in IP header.

Answered by indiabrainly
0

Answer:

Explanation:

IP delivers packets from point A to B in a connectionless environment, while TCP provides a connection-oriented ordering, logic and control.

Despite of being two different protocols, they exist in a same stack due to the model of protocol suite. The suite has four layers: link layer, internetwork layer, transport layer and the application layer.

The internetwork layer is where IP protocols are present, whereas TCP is situated in the transport layer for reliable connection-oriented service.  

Similar questions