Chapter 1 - Internetworking Flashcards
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 is responsible for finding the network resources broadcast from a server and adding flow control and error control (if the application developer chooses).
Which layer is responsible for converting data packets from the Data Link layer into electrical signals?
The Physical layer takes frames from the Data Link layer and encodes the 1s and 0s into a digital or analog (Ethernet or wireless) signal for transmission on the network medium.
At which layer is routing implemented, enabling connections and path selection between two end systems?
The Network layer provides routing through an internetwork and logical addressing.
Which layer defines how data is formatted, presented, encoded, and converted for use on the network?
The Presentation layer makes sure that data is in a readable format for the Application layer.
Which layer is responsible for creating, managing, and terminating sessions between applications?
The Session layer sets up, maintains, and terminates sessions between applications.
Which layer ensures the trustworthy transmission of data across a physical link and is primarily concerned with physical addressing, line discipline, network topology, error notification, ordered delivery of frames, and flow control?
PDUs at the Data Link layer are called frames and provide physical addressing plus other options to place packets on the network medium.
Which layer is used for reliable communication between end nodes over the network and provides mechanisms for establishing, maintaining, and terminating virtual circuits; transport-fault detection and recovery; and controlling the flow of information?
The Transport layer uses virtual circuits to create a reliable connection between two hosts.
Which layer provides logical addressing that routers will use for path determination?
The Network layer provides logical addressing, typically IP addressing and routing.
Which layer specifies voltage, wire speed, and cable pinouts and moves bits between devices?
The Physical layer is responsible for the electrical and mechanical connections between devices.
Which layer combines bits into bytes and bytes into frames, uses MAC addressing, and provides error detection?
The Data Link layer is responsible for the framing of data packets.
Which layer is responsible for keeping the data from different applications separate on the network?
The Session layer creates sessions between different hosts’ applications.
Which layer is represented by frames?
The Data Link layer frames packets received from the Network layer.
Which layer is represented by segments?
The Transport layer segments user data.
Which layer is represented by packets?
The Network layer creates packets out of segments handed down from the Transport layer.
Which layer is represented by bits?
The Physical layer is responsible for transporting 1s and 0s (bits) in a digital signal.