2.2.6 Section Quiz Flashcards
In the OSI model, which of the following functions are performed at the Application Layer (Select two)
- Device control for data transmission rates.
- Enabling of communication between network clients and services.
- Standard setting for sending and receiving signals.
- Communication setup, maintenance, and teardown.
- Integration of network functionality into the host operating system.
- Enabling of communication between network clients and services.
- Integration of network functionality into the host operating system.
The Application layer enables network services and integrates network functionality into the host operating system. Applications actually run above the OSI Application layer.
The setup, maintenance, and teardown of communication happens at the Session layer.
The Data Link layer controls the rate of data transmission between hosts (flow control).
The Physical layer sets standards for sending and receiving electrical signals between devices.
Which of the following are included as part of the Data Link layer specifications? (Select two)
- Digital data conversion
- Physical topology
- Physical network device identification
- Cable and connector specifications
- Data transmission between hosts
- Physical network device identification
- Data transmission between hosts
The Data Link layer controls device identification on networks, as well as how messages travel through the network (the logical topology).
The other functions listed here are performed by the Physical layer.
In the OSI model, what is the primary function of the Network layer?
- Transmit data frames
- Ensure that packets are delivered with no loss or duplication
- Enable communication between network clients and services
- Route messages between networks
- Route messages between networks
The Network later is responsible for routing messaged between networks.
The Transport layer provides a transition between the upper and lower layers of the OSI model.
The Data Link layer defines how to verify that data received from the Physical layer is error free (using parity and cyclic redundancy checks {CRC}).
What is the purpose of the OSI Physical layer?
- Maintain a list of known networks and neighboring routers.
- Define when devices have access to the LAN
- Define how physical network devices are identified on the network.
- Coordinate rules for sending and receiving electrical signals.
- Coordinate rules for sending and receiving electrical signals.
The OSI Physical layer sets standards for sending and receiving electrical signals between devices.
The Data Link layer defines how physical networks devices are identified on a network and when devices have access to the LAN.
The Network layer maintains a list of known networks and neighboring routers.
In the OSI model, which of the following functions are performed at the Presentation layer? (Select two)
- Network services
- Data encryption and compression
- Data frame transmission
- End-to-end flow control
- Data format specifications
- Data encryption and compression
- Data format specifications
The Presentation layer encrypts data, changes and converts character sets, and compresses data. File formats (such as .jpg, .wmv, .wav) are part of the Presentation layer.
The Application layer provides network services.
End-to-end flow control is provided by the Transport layer.
Frame transmission occurs at the Physical layer.
Which of the following tasks is associated with the Session layer?
- IP address assignment
- Data block breakdown
- Port number assignment
- Connection establishment
- Connection establishment
Connection establishment is controlled through Session layer protocols.
The Transport layer breaks down data into blocks called segments. It then appends a port number to identity which top-layer application needs to receive the data on the destination device.
One very important thing that happens at the Network layer is IP address assignment.
Which of the following functions are performed by the OSI Transport layer? (Select three.)
- End-to-end flow control
- Media access control, logical topology, and device identification
- Consistent data formatting between dissimilar systems
- Path identification and selection
- Data segmentation and reassembly
- Reliable message delivery
- Packet formatting for delivery through the medium
- End-to-end flow control
- Data segmentation and reassembly
- Reliable message delivery
The Transport layer is responsible for breaking upper-layer data into segments and allowing reliable communication through end-to end flow control, error detection, and error correction.
Message transmission through a medium is performed at the Physical layer.
Media access, logical topology, and device identification occur at the Data Link layer.
path identification and selection is a function of the Network layer.
Data formatting is performed at the Presentation layer.