Source: LinkedIn
OSI stands for Open Systems Interconnection. It has been developed by ISO– International Organization for Standardization, in the year 1984. It is a seven-layer architecture with each layer having specific functionality to perform.
**OSI Layers, Data Units, and Functions:**
Layers | Data Units | Functions |
---|---|---|
Application Layer | Data | Mail Services, Directory Services, FTAM |
Presentation Layer | Data | Encryption/Decryption, Compression |
Session Layer | Data | Session Establishment, Synchronization, Dialog Controller |
Transport Layer | Segments, Datagram | Segmentation |
Network Layer | Packets | Traffic control, Fragmentation, Routing |
Data Link Layer | Frames | Flow control, Error control, Access control |
Physical Layer | Bits | Bit Synchronization, Bit rate control, Physical Topologies |
Mesh Topology: In a mesh topology, every device is connected to another device via a particular channel. If suppose, N number of devices are connected with each other, then a total number of links is required to connect NC .
2
Bus Topology: Bus topology is a network type in which every computer and network device is connected to a single cable. If N devices are connected, then the number of cables required is 1 which is known as backbone cable, and N drop lines are required.
Star Topology: In star topology, all the devices are connected to a single hub through a cable. If N devices are connected to each other, then the no. of cables required N.
Ring Topology: In this topology, it forms a ring connecting devices with exactly two neighboring devices.
Manchester Encoding: When there is a long sequence of 0s and 1s, there is a problem at the receiving end. The problem is that the synchronization is lost due to a lack of transmissions.