Chapter 2: The Open Systems Interconnection Specifications Flashcards
What are the seven layers of the OSI Reference Model?
- Application (Layer 7)
- Presentation (Layer 6)
- Session (Layer 5)
- Transport (Layer 4)
- Network (Layer 3)
- Data Link (Layer 2)
- Physical (Layer 1)
Summarizing the functions, what occurs at the Application Layer of the OSI Model?
- File, print, message, database, and application services
Summarizing the functions, what occurs at the Presentation Layer of the OSI Model?
- Data encryption, compression, and translation services
Summarizing the functions, what occurs at the Session Layer of the OSI Model?
- Dialog control
Summarizing the functions, what occurs at the Transport Layer of the OSI Model?
- End-to-end connection
Summarizing the functions, what occurs at the Network Layer of the OSI Model?
- Routing
Summarizing the functions, what occurs at the Data Link Layer of the OSI Model?
- Framing
Summarizing the functions, what occurs at the Physical Layer of the OSI Model?
- Physical topology
The OSI’s seven layers are divided into two groups. The top three layers define the rules of how the applications working within host machines communicate with each other as well as with end users. What are the three upper layers and their functions?
- Application * Provides a user interface
- Presentation * Presents data
* Handles processing such as
encryption - Session * Keeps different applications’ data
separate
The OSI’s seven layers are divided into two groups. The bottom four layers define how the actual data is transmitted from end to end. What are the four lower layers and their functions?
- Transport *Provides reliable or unreliable delivery
*Performs error correction before
retransmit - Network *Provides logical addressing, which
routers use for path determination - Data Link *Combines packets into bytes and
bytes onto frames
*Provides access to media using MAC
address
*Performs error detection, not
correction - Physical *Moves bits between devices
*Specifies voltage, wire speed, and pin-
out of cables
The Data Link layer has two sublayers, what are they
LLC and MAC
What is the function of the LLC sublayer?
The LLC sublayer is responsible primarily for the multiplexing of Network layer protocols.
What is the function of the MAC sublayer?
The MAC sublayer is responsible for physical addressing and determining the appropriate time to place data on the network.