Chapter 2 - The OSI Model Flashcards
What does the OSI Model stand for?
Open Systems Interconnection Reference Model
What is Layer 1 in the OSI Model?
Layer 1 - Physical
What is Layer 2 in the OSI Model?
Layer 2 - Data Link
What is Layer 3 in the OSI Model?
Layer 3 - Network
What is Layer 4 in the OSI Model?
Layer 4 - Transport
What is Layer 5 in the OSI Model?
Layer 5 - Session
What is Layer 6 in the OSI Model?
Layer 6 - Presentation
What is Layer 7 in the OSI Model?
Layer 7 - Application
What are the 7 OSI Model layers?
All = Application (Layer 7)
People = Presentation (Layer 6)
Seem = Session (Layer 5)
To = Transport (Layer 4)
Need = Network (Layer 3)
Data = Data Link (Layer 2)
Processing - Physical (Layer 1)
Remember the mnemonic, All People Seem To Need Data Processing
Application, Presentation, Session, Transport, Network, Data Link, and Physical layers.
Describe what Layer 1 does.
The Physical layer handles the physical cables and electrical signals sent across the network.
Describe what Layer 2 does.
The Data Link layer handles the ethernet frames, source and destination MAC addresses and is also used by switches.
Describe what Layer 3 does.
The Network Layer handles IP encapsulation, the source and destination IP addresses, IP packets, and routing. It also fragments frames to travel across the network.
Describe what Layer 4 does.
The Transport layer handles TCP/UDP encapsulation, segments, and the ports used. It also separates and reassembles frames.
Describe what Layer 5 does.
The Session layer handles communication management between devices. It also does the control and tunneling protocols and links to the transportation layer.
Describe what Layer 6 does.
The Presentation layer handles encryption (SSL/TLS) and character encoding (HTTPS) and works with the Application Layer.