Ch.2 Open Systems Interconnect (OSI) Reference Model Flashcards
1.0 Network concepts - 1.1 Explain concepts related to the OSI model
Layer 7 of the OSI model
Application
Layer 6 of the OSI model
Presentation
Layer 5 of the OSI model
Session
Layer 4 of the OSI model
Transport
Layer 3 of the OSI model
Network
Layer 2 of the OSI model
Data Link
Layer 1 of the OSI model
Physical
What do the upper 3 layers define in the OSI model?
the rules of how the applications working within host machines communicate with each other as well as with end users
What do the bottom 4 layers of the OSI model define?
defines how the actual data is transmitted from end to end
What are the upper 3 OSI layers?
Session, Presentation, Application
What are the lower 4 OSI layers?
Physical, Data link, Network, Transport
Moves bits between devices. Specifies voltage, wire speed, and pin-out of cables
Physical
Combines packets into bytes and bytes into frames, Provides access to media using MAC addresses, Performs error detection but not correction
Data Link
Provides logical addressing, which router user for path determination
Network
Provides reliable or unreliable delivery, performs error correction before retransmit
Transport
Keeps different applications data separate
Session
Presents data, Handles processing such as encryption
Presentation
Provides a user interface
Application
Layer that deals with translating services and deals with tasks like data compression, decompression, encryption and decryption.
Presentation Layer
Layer that is responsible for allowing multiple web browser sessions on your desktop at the same time
Session
3 different The session layer uses to coordinate communications between systems
Simplex, half-duplex, full-duplex
Mode of communication that can only communicate in one direction
Simplex
Mode of communication that communicates both directions but only one direction at a time
half-duplex
Mode of communication that can communicate bidirectional
full duplex
Layer that involves reliable networking and deals with acknowledgments, sequencing and flow control
Transport layer
Steps in a TCP handshake
- The first “connection agreement” segment is a request for synchronization
- the next segments acknowledge the request and establish connection parameters
- Acknowledgement. notifies the destination host that the connection agreement has been accepted. Data transfer can now begin.
short hand steps of TCP handshake
SYN, SYN/ACK, ACK