OSI Model Flashcards
Understand the basics of the OSI model and Hybrid model
What is the OSI model used for?
The OSI model is used to explain communication between devices in a network. This model is old and mostly outdated. This model was originally used for CLNS and CLNP.
Why was the OSI model created?
Before the OSI model there were older models controlled by individual vendors. Because of this, these devices might not be able to communicate effectively with each other.
What is the acronym for the OSI model? What are the layers of the OSI model?
Pimps Definitely Need To Slap Prostitutes Around
Application Presentation Session Transport Network Data Link Physical
What are the Developer layers? What are the Network Engineer layers?
The Developer layers are the Application, Presentation, and Session layers. The Network Engineer layers are the Transport, Network, Data Link, and Physical layers.
Name Layer 3. What is the PDU?
Network, packets
Name Layer 4. What is the PDU?
Transport, segments
Name Layer 1. What is the PDU?
Physical, bits
Name Layer 2. What is the PDU?
Data Link, frames
What advantages did the OSI model bring?
The OSI model created standards across development, interoperability, and split development
Describe the function of the Application layer. What do application protocols do?
Network processes to applications, provides access to users, provides user authentication, and identifies communication partners.
Protocols are used to communicate with lower layers such as: remote file/printer access, resource sharing, and directory services.
Describe the function of the Presentation layer. How is this done?
DATA REPRESENTATION/SYNTAX. Ensures that data can be read and understood by receiving systems (data is formatted to be presented to an application layer)
This is done by data being changed into a machine readable format because data is formatted differently across devices. Also provides encryption
Describe the function of the Session layer. What do session protocols do?
INTERHOST COMMUNICATION. Establishment, maintenance, and termination of sessions between applications (ensures that requests and responses works properly in a session).
Provides security, name recognition, and logging.
Describe the function of the Transport layer. Name two transport protocols?
END TO END COMMUNICATION. Message SEGMENTATION, splits messages to smaller units, ensures reliability.
TCP = Transmission Control Protocol
UDP = User Datagram Protocol
Briefly describe TCP. What layer is TCP on?
TCP = Transmission Control Protocol provides reliability if packets dropped, will resend establishes, maintains, and terminates virtual circuits. TCP 3-way handshake acknowledge of receipt of transmission TCP is on layer 4
Briefly describe UDP. What layer is UDP on?
UDP = User Datagram Protocol does not provide reliability if packet is dropped, will be lost higher layer protocols account for reliability UDP is on layer 4.