|
Lesson 5 - The Transport LayerIntroductionThus far in this unit, we have seen that each layer in the OSI model describes a destination in increasingly finer detail. The Physical Layer simply puts the signal onto a transmission medium, with no concept of where it goes. The Data Link Layer addresses a data frame to a hardware device on the other end of a physical link. The Network Layer addresses a data packet to the logical description of a computer that may be located several links away from the source. However, computers run multiple applications simultaneously. Thus, once the data arrives at the correct computer, it must also be delivered to the correct software process within that computer. If you suspect this requires yet another layer of addressing information, you are correct. The Transport Layer (Layer 4) addresses data to a particular process running on a destination computer. ObjectivesAt the end of this lesson you will be able to:
[ Previous Lesson ] [ Unit Contents ] [ Next Section ]
|