User:OSI Model
Open System Interconnection (OSI) Model
1. It is a layered frame work for design of network systems that allows for communication across all types of computers systems. |
The benefits of the OSI model are as follows:
|
Upper layers convert and format the information into data and send it to the Transport Layer.The Transport layer turns the data into segments and adds headers then sends them to the Network layer.The Network layer receives the segments and converts them into packets and adds header information (logical addressing) and sends them to the Data Link Layer.The Data Link layer receives the packets and converts them into frames and adds header information (physical source and destination addresses) and sends the frames to the Physical Layer.The Physical layer receives the frames and converts them into bits to be put on the network medium.In Summary
Data >> Segments >> Packets >> Frames >> Bits |