Connection oriented link
How exactly is connection - oriented link made since packets from the transport layer (TCP) should go through the IP, which is connectionless?

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

TCP can ride over a connection-oriented link or a connectionless link. TCP established a session connection between two end hosts (i.e. computers) but the reference to "connection" here is different than what's referred to in "connection-oriented". A connection-oriented link means that a virtual circuit (in Frame Relay a PVC or permanent virtual circuit) is setup and each packet (or frame or cell) will travel over the same path each time between the origination and destination. This path is defined when the virtual circuit is setup the first time. The only time this path will change is if there is a failure that causes the PVC to have to be setup again. In a connection-less link, the path for each packet is determined at each router hop. It is possible for two packets going from an origination to a destination to take two different paths.

This was first published in October 2002