OSI Model Flashcards
Learn the OSI model.
What does OSI stand for in OSI Model?
Open Systems Interconnection.
What does the OSI provide?
A standard for different computer systems to be able to communicate with each other.
What are the seven layers of the OSI?
- Application Layer.
- Presentation Layer.
- Session Layer.
- Transport Layer.
- Network Layer.
- Datalink Layer.
- Physical Layer.
What is the application layer (7) of OSI?
Human computer interaction layer, where applications can access network services.
What does the presentation layer (6) of OSI do?
Ensures that data is in a usable format and is where data encryption occurs.
What does the session layer (5) of OSI do?
Maintains connections and is responsible for controlling ports and sessions.
What does the transport layer (4) of OSI do?
Transmits data using transmission protocols including TCP and UDP.
What does the network layer (3) of OSI do?
Decides which physical path the data will take.
What doe the datalink layer (2) of OSI do?
Defines the format of data on the network.
What does the physical layer (1) of OSI do?
Transmits raw bit stream over the physical medium.
How is the OSI model useful?
Troubleshooting network problems.
What is the only layer that directly interacts with data form users in the OSI?
Application layer.
What is the application layer responsible for in the OSI?
Protocols and data manipulation that the application software relies on to present meaningful data to the user.
What are examples of application layer protocols?
HTTP, SMTP
What is the presentation layer responsible for in the OSI?
Translation, encryption, and compression of data.