The Open Systems Interconnection (OSI) reference model describes how
information from a software application in one computer moves through a
network medium to a software application in another computer. The OSI
reference model is a conceptual model composed of seven layers, each
specifying particular network functions. The model was developed by the
International Organization for Standardization. The ISO-OSI model consists of seven layer architecture. It defines seven layers or levels in a complete communication system. The OSI model divides the tasks involved with moving information between
networked computers into seven smaller, more manageable task groups. A
task or group of tasks is then assigned to each of the seven OSI layers.
Each layer is reasonably self-contained so that the tasks assigned to
each layer can be implemented independently.
A handy way to remember the seven layers is the sentence "All people
seem to need data processing." The beginning letter of each word
corresponds to a layer.
- All-Application layer- Layer 7
- People-Presentation layer- Layer 6
- Seem-Session layer- Layer 5
- To-Transport layer- Layer 4
- Need-Network layer- Layer 3
- Data-Data link layer- Layer 2
- Processing-Physical layer - Layer 1
![]() |
| OSI Layer illustrates the seven-layer OSI reference model. |
Feature of OSI Model :
- Big picture of network is understandable through this OSI model.
- We see how hardware and software work together.
- We can understand new technologies as they are developed.
- Troubleshooting is easier by separate networks.
- Can be used to compare basic functional relationships on different networks.
The upper layers of the OSI model deal with application issues and generally are implemented only in software. The highest layer, the application layer, is closest to the end user. Both users and application layer processes interact with software applications that contain a communications component. The term upper layer is sometimes used to refer to any layer above another layer in the OSI model.
The lower layers of the OSI model handle data transport issues. The physical layer and the data link layer are implemented in hardware and software. The lowest layer, the physical layer, is closest to the physical network medium (the network cabling, for example) and is responsible for actually placing information on the medium.


No comments:
Post a Comment