OSI Layer (Reference Model): Open Systems Interconnection
(developed by ISO – ‘International Organization of Standardization in 1984)
(developed by ISO – ‘International Organization of Standardization in 1984)
Interoperable communication between different vendors
1. Physical Layer : Binary Transmission
- It is the first of the osi model
- It establishes a physical connection between the devices using wires and cables.
- Eg : twisted pair and coaxial cable and optical fiber cable(SONET)
- In which datas are transferred in the form of bits (0s,1s)
- Functions :
- Bit synchronization: data circuit-terminating equipment (DCE), data terminal equipment (DTE) using Clock signal.
- Bit rate control: transmission rate i.e. the number of bits sent per second
- Physical topologies: network structure i.e. bus,star or mesh topology
- Transmission mode (Data flow): Simplex,half-duplex and full-duplex.
- Devices : Hub,repeater,Modem,Ethernet Cables,PCs,etc
- Protocol : ADSL Asymmetric digital subscriber line, ISDN Integrated Services Digital Network, SDH Synchronous Digital Hierarchy, SONET Synchronous Optical Networking.
2. Data-Link Layer : Physical Addressing
ii. Media Access Control (MAC) - Physical Addressing and data encapsulation.
- The data link layer is responsible for the node to node error-free delivery over the physical layer.
- Datas are transferred in the form of frames.
- Functions :
- Flow control, Error control and Access control
- Data Link Layer is divided into two sub layers :
ii. Media Access Control (MAC) - Physical Addressing and data encapsulation.
- Devices: Switches
- Protocols: ARP, RARP, GARP, PPP, STP, LLDP, VTP
3. Network Layer : Logical Addressing
- Logical Addressing using IPV4 and IPV6
- Network layer converts the received segment into packets.
- Functions:
2.Handles network traffic i.e network conjunction.
3.Adds source address, destination address and sequence number to each packet.
- Devices: Routers and L3 Switches
- Protocols: IP, ICMP, IGMP, IPsec.
4. Transport Layer: End-To-End connection reliability
- It is the Heart of OSI layer
- Data is transferred in the form of segments.
- Functions:
- Establishes End to End Delivery of data
- Reliability
- Error control and Flow control
- Segmentation
- MUX
- Devices: Firewall
- Protocols: TCP and UDP
5. Session Layer: Inter-host Communication
- Functions:
- It has APIs (Application Programming Interfaces). Eg:- NetBIOS(Net Basic Input Output Systems)
- Session Management: For generating session ID, establishment, maintenance and termination the sessions between the client and the server
- Synchronization : checkpoints are added to identify the errors
- Dialog Controller : communication - simplex, half-duplex or full-duplex.
- Token management i.e preventing two parties from attempting the same critical operation simultaneously
- Authentication, Authorization and Accounting.
- Devices: Gateways, Firewalls, PC's
- Protocols: PPTP, SCP, SDP, SMPP, RPC, API
6. Presentation Layer: Data representation and encryption
- Functions:
- Translation : ASCII to EBCDIC.
- Encryption/ Decryption : Data encryption translates the encrypted data(cipher text) into decrypted data (plain text) vice-versa using a key value.
- Compression/Decompression : Reduces the number of bits that need to be transmitted on the network vice-versa.
- Protocols: NCP,AFP,LLP,SSL(encryption)
7. Application Layer: Network process to Application
- Layer interacting directly with the user.
- Functions:
- Network Virtual Terminal
- FTAM-File transfer access and management
- Mail Services SMTP
- Directory Services
- Protocols: HTTP,DNS,FTP,DHCP
No comments:
Post a Comment