Chapter 2 - Sheet1 Flashcards
Name the 7 OSI layers
Application (7), Presentation (6), Session (5), Transport (4), Network (3), Data Link (2), Physical (1)
What is the purpose of the application layer?
responsible for finding the network resources broadcast from a
server and adding flow control and error control (if the application developer chooses).
What is the purpose of the presentation layer?
presents data to the Application layer and is responsible for data translation and code formatting, like ASCII to non-ASCII conversions
What is the purpose of the session layer?
sets up, maintains, and terminates sessions between applications.
What is the purpose of the transport layer?
uses virtual circuits to create a reliable connection between two hosts
What is the purpose of the network layer?
provides logical network addressing and routing through an internetwork
What is the purpose of the data link layer?
provides framing and placing of data on the network medium
What is the purpose of the physical layer?
responsible for taking 1s and 0s and encoding them into a digital signal
for transmission on the network segment
What are the two sub-layers of the data link layer?
LLC (Logical Link Control) & MAC (Media Address Control)
What is the purpose of the LLC sub-layer of the data link layer?
An LLC header tells the Data Link layer what to do with a packet once
a frame is received. Identifies network layer protocols and then encapsulates them. The LLC sublayer is responsible primarily for
the multiplexing of Network layer protocols
What is the purpose of the MAC sub-layer of the data link layer?
The MAC sublayer is responsible for physical addressing and determining the appropriate time to place data on the network
What layer do hubs operate on?
Layer 1
What layer to repeaters operate on?
Layer 1
We generally consider that a device operates at the ____ layer it supports
Highest
What layer do switches operate on?
Layer 2 - because they understand and make decisions based on Layer 2 addresses (Data link layer)