OSI 2 Flashcards
What is the Physical layer?
Transmits raw bits over a physical medium (Cables, Switches, Hubs)
What is the Data Link layer?
Provides node-to-node data transfer and handles error correction from the Physical layer (Frames, MAC addresses, Ethernet, Switches)
What is the Network layer?
Manages data routing, packet forwarding and logical addressing (IP addresses, Routers, Packets)
What is the Transport layer?
Ensures complete data transfer with error checking and flow control (TCP/UDP, segments, reliability)
What is the Session layer?
Manages sessions, mantains connections and synchronises data exchange
What is the Presentation layer?
Translates data between the application layer and the Network format, encryption and compression
What is the Application layer?
Interfaces directly with end-user applications (HTTP, user applications)
What is encapsulate/decapsulation?
Encapsulation adds headers and trailers as data moves down the OSI model. Decapsulation removes headers and trailers as data moves up the OSI model.