The Seven Layer OSI Model Flashcards
Application Layer
Interface between two applications, each on separate computers.
Presentation Layer
Responsible for reformatting, compressing, and or encrypting data in a way that the application on the receiving end can read.
Session Layer
Describes how data between applications is synced and recovered if messages don’t arrive intact at the receiving application.
Transport Layer
transports Applications layer payloads from one application to the other. The two main Transport layer protocols are TCP and UDP
Network Layer
Moves message from one node to another until they reach the destination host.
What are layer 1 and layer 2 responsible for?
Interfacing with physical hardware only on the local network. The protocol at these layers are programmed into the firmware of a computer NIC’s and other networking hardware.
Decapsulation
Removing a header and trailer from a lower layer’s PDU.
What is the difference between a switch and a router?
A switch belongs to the LAN and a router belongs to 2 or more LANs. A host on a LAN cannot communicate with a host on another LAN w/o a router to manage that communication and stand as a gateway between those networks.