05 - OSI Model - Summarized
05 - OSI Model - Summarized
TECHNOLOGY TECHNOLOGY
BY OSI Model
ANGUFIBO DAVID
IT TRAINER
THANK YOU
IMS DEPARTMENT
SAIPALI INSTITUTE OF
TECHNOLOGY AND
MANAGEMENT
ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 11/9/2022 1
INFORMATION
TECHNOLOGY
OSI Model
Physical layer:
• Defines how to move the bits from one device to another.
• It defines how cables, connectors and network interface cards are going to work
and how to send and receive bits.
• NIC, Hub and Repeater works at this layer.
Data link:
• Encapsulates a packet in a frame.
• Add header and footer
• A header contains a source and destination MAC address.
• Footer contains bit information (CRC) Cyclic Redundancy Check.
ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 11/9/2022 9
Network layer:
• Defines a device addressing, routing and path determination.
• Device addressing is used to identify a host on a network e.g. by its IP address.
• Routers and layer 3 switches works at this layer.
Transport layer:
• It verifies the connection type to go with i.e. fast but not reliable or slow but reliable.
• In that TCP and UDP works at this layer.
• It does segmentation (breaking data in to smaller chunks)
• Sequencing or numbering
• Windowing and error check.
ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 11/9/2022 10
Session layer:
• Defines how to establish, manage and maintain a session between two devices
Presentation layer:
• Defines data format
• It does Compression and decompression
• It also does encryption and decryption.
Application layer:
• It checks the purpose of communication.
• The following protocols work at this layer HTTP, FTP, SMTP, HTTPS, Telnet.