OSI Model Flashcards
(41 cards)
What does OSI stand for?
Open Systems Interconnection
What is the primary purpose of the OSI model?
To describe the process that data takes as it traverses networks
Does the OSI model describe specific protocols?
No, it provides a broad overview applicable to many protocols
What is the top layer of the OSI model?
OSI layer 7, the application layer
What is the bottom layer of the OSI model?
OSI layer 1, the physical layer
List the OSI layers from layer 7 to layer 1.
- Application layer (Layer 7)
- Presentation layer (Layer 6)
- Session layer (Layer 5)
- Transport layer (Layer 4)
- Network layer (Layer 3)
- Data link layer (Layer 2)
- Physical layer (Layer 1)
What mnemonic can help remember the OSI layers?
All People Seem To Need Data Processing
What does the physical layer deal with?
Physical signals sent through cables and fibers
What types of problems are associated with OSI layer 1?
- Bad cables
- Bad fiber
- Wireless interference
What is the main function of OSI layer 2?
Communication between two devices on the network
What does MAC stand for in the context of networking?
Media Access Control
What is the primary purpose of OSI layer 3?
Routing traffic based on destination IP addresses
What protocols operate at OSI layer 4?
- TCP (Transmission Control Protocol)
- UDP (User Datagram Protocol)
What is the role of the session layer (Layer 5)?
Manages communication sessions between devices
What is the function of the presentation layer (Layer 6)?
Formats data for human readability, including encryption and decryption
What types of applications operate at OSI layer 7?
- HTTP
- HTTPS
- FTP
- DNS
- POP3
Fill in the blank: The data link layer is also known as the _______.
MAC address layer
What are the two types of addresses mentioned in OSI layer 2?
- EUI-48 addresses
- EUI-64 addresses
What is the function of routers at OSI layer 3?
To determine the next hop for traffic based on IP addresses
What is a common task at OSI layer 4?
Fragmenting data into smaller pieces for transmission
What is a characteristic of OSI layer 5 protocols?
They manage the initiation and termination of sessions
What does SSL/TLS operate at in the OSI model?
Layer 6, the presentation layer
What type of data does OSI layer 1 deal with?
Signals and raw data transmission
What does Wireshark allow you to do related to the OSI model?
Capture and analyze network data across different OSI layers