Chapter 2 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?
The purpose of the application layer is to provide a user interface and facilitate communication between applications and the underlying network. It is responsible for locating network resources broadcast by a server and can incorporate flow control and error control mechanisms, depending on the choices made by the application developer.
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?
The network layer is responsible for logical addressing and routing, ensuring data packets are correctly forwarded across an internetwork—a network of interconnected networks that enables communication between different devices, organizations, or geographic locations.
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?
It controls how devices on a network can access the shared transmission medium, deciding when a device can send data without collisions.
What layer do hubs operate on?
Layer 1
What layer do 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)
What layer do bridges operate on?
Bridges operate at Layer 2 (Data Link Layer) of the OSI model. They use MAC addresses to filter and forward traffic between network segments, helping to reduce collisions and improve efficiency.
What layer do routers operate on?
Layer 3- because they route based on network addresses
What layer(s) do workstations operate on?
Application layer, or “all layers”
Which layer is responsible for converting frames from the Data Link layer into electrical signals?
Physical Layer
Which layer chooses and determines the availability of communicating partners along with the resources necessary to make the connection, coordinates partnering applications, and forms a consensus on procedures for controlling data integrity and error recovery?
The Application Layer, being the topmost layer in the OSI model, directly interacts with user applications and is responsible for identifying potential communication partners, checking their availability, and establishing the necessary resources for a connection.
At which layer is routing implemented, enabling connections and path selection between two end systems?
Routing is implemented at Layer 3 (Network Layer) of the OSI model. This layer enables connections and path selection between two end systems by using IP addresses to determine the best route for data transmission across networks.
Which layer defines how data is formatted, presented, encoded, and converted?
Presentation Layer
Which layer is responsible for creating, managing, and terminating sessions between applications?
Session Layer
Which layer manages the transmission of data across a physical link and is primarily concerned with physical addressing and the ordered delivery of frames?
The layer that manages data transmission across a physical link and focuses on physical addressing and ordered delivery of frames is the Data Link Layer.