|
Lesson 1 - Connectionless and Connection-Oriented NetworksIntroductionNetworks are termed connectionless when no full-time, end-to-end physical connection exists between the communicating nodes. Instead, packets of information are passed from node to node, with a packet possibly traversing many nodes (routers) before it arrives at its destination. Connection-oriented networks, on the other hand, have a connection (circuit) established between the network endpoints, with the information always taking the same path. Additionally, the network protocols themselves, for example, Internet Protocol (IP), determine whether a network is being operated in a connectionless or connection-oriented mode. ObjectivesAt the end of this lesson you should be able to:
[ Previous Section ] [ Unit Contents ] [ Next Section ]
|