OSI Reference Model
The Open System Interconnection reference model provides a means of describing how data is transmitted over a network.
Why a Layered Network Model
Reduce Complexity: 7, Application
The OSI model breaks network communication in to smaller components to make learning easier.
The transport layer shields the upper layer from transport implementations details. Specifically, issues such as reliability of transport between two hosts are assigned to the transport layer. In providing a communication a communication service the transport layer establishes, maintain and properly terminates virtual circuit. Transport error detection and recovery, as well as information flow control, ensure reliable service.
Standardizes Interfaces: 6, Presentation
The OSI model provides for efficient update and improvement to individual components without affecting other components or having to rewrite the entire protocol.Facilitates modular engineering: 5, Session
The OSI model prevents changes in one layer from affecting the other layer, thus allowing for quicker development.Ensures Interoperable technology: 4, Transport
The OSI model allow different types of network hardware and software to communicate with one another.Accelerates Evolution: 3,Network
The OSI model of standardizes network components to allow multi vendor development and support.Simplifies teaching and learning: 2, Data Link
The OSI model breaks network communication in to smaller, simpler parts.OSI Model Layers and Their Functions
layer1: the physical layer
The physical layer defines the electrical, mechanical, procedural and functional specification for activating, deactivating and maintaining the physical link for transmission between end devices. Physical layer specification are defining characteristics such as voltage levels, timing of voltage changes, physical data rates, maximum transmission distance, physical connectors and other similar attributes.layer2: the data link layer
The data link layer defines how data is formatted for transmission and how access to the physical media is controlled. This layer also typically includes error detection and correction to ensure reliable delivery of the data.layer3: the network layer
The network layer provides connectivity and path selection between two host system that may be located on geographically separated network. The growth of the internet has increased the number of users that access information from sites around the world. The network layer is the layer that manages the connectivity of these users by providing logical addressing.layer4: the transport layer
The transport layer defines services to segment, transfer and reassemble the data for individual communication between the end devices. For example, business users in large corporations often transfer large files from field locations to a corporate sites. Reliable delivery of the files is important, so the transport layer will break down file in to smaller segment that are less likely to incur transmission problems.The transport layer shields the upper layer from transport implementations details. Specifically, issues such as reliability of transport between two hosts are assigned to the transport layer. In providing a communication a communication service the transport layer establishes, maintain and properly terminates virtual circuit. Transport error detection and recovery, as well as information flow control, ensure reliable service.