[Chapter 7 Quiz] Comp 20173 Data Communication And Networking

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Homer Santos
H
Homer Santos
Community Contributor
Quizzes Created: 4 | Total Attempts: 918
Questions: 10 | Attempts: 222

SettingsSettingsSettings
[Chapter 7 Quiz] Comp 20173 Data Communication And Networking - Quiz

Chapter 7: OSI Data Link Layer


Questions and Answers
  • 1. 

    If a node receives a frame and the calculated CRC does not match the CRC in the FCS, what action will the node take?

    • A.

      Drop the frame

    • B.

      Reconstruct the frame from the CRC

    • C.

      Forward the frame as it is to the next host

    • D.

      Disable the interface on which the frame arrives

    Correct Answer
    A. Drop the frame
    Explanation
    If a node receives a frame and the calculated CRC does not match the CRC in the FCS, the node will drop the frame. This is because the CRC (Cyclic Redundancy Check) is used to detect errors in the frame during transmission. If the calculated CRC does not match the CRC in the FCS (Frame Check Sequence), it indicates that there is an error in the frame. Therefore, the node will discard the frame to prevent the transmission of corrupted data.

    Rate this question:

  • 2. 

    What are the contents of the data field in a frame?

    • A.

      64 bytes

    • B.

      The network layer PDU

    • C.

      The Layer 2 source address

    • D.

      The data directly from the application that generated the data

    Correct Answer
    B. The network layer PDU
    Explanation
    The correct answer is "The network layer PDU." In a frame, the data field contains the network layer Protocol Data Unit (PDU). The PDU includes the actual data that needs to be transmitted over the network. The data could be in the form of packets or segments, depending on the network layer protocol being used. The data field does not include the Layer 2 source address or the data directly from the application.

    Rate this question:

  • 3. 

    Which of the following is a characteristic of contention-based MAC?

    • A.

      Used on nonshared media.

    • B.

      Nodes compete for the use of the medium.

    • C.

      Leaves MAC to the upper layer.

    • D.

      Each node has a specific time to use the medium.

    Correct Answer
    B. Nodes compete for the use of the medium.
    Explanation
    Contention-based MAC is a protocol used on nonshared media where nodes compete for the use of the medium. In this type of MAC, multiple nodes attempt to transmit data simultaneously and collisions may occur if two or more nodes transmit at the same time. The nodes then compete for retransmission by employing algorithms like CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) to avoid further collisions. This characteristic allows for efficient sharing of the medium among multiple nodes.

    Rate this question:

  • 4. 

    Which of the following describes a virtual circuit?

    • A.

      Is an error-detection technique

    • B.

      Provides an encapsulation technique

    • C.

      Is used only with point-to-point physical topologies

    • D.

      Establishes a logical connection between two network devices

    Correct Answer
    D. Establishes a logical connection between two network devices
    Explanation
    A virtual circuit is a communication path that is established between two network devices. It is a logical connection rather than a physical one. Unlike a physical circuit, a virtual circuit does not require a dedicated physical connection, but rather uses existing network infrastructure to create a logical connection. This allows for efficient use of resources and enables data to be transmitted between the devices in a reliable and efficient manner. Virtual circuits are commonly used in packet-switched networks, such as the internet, where data is divided into packets and routed through the network.

    Rate this question:

  • 5. 

    Which of the following functions does the data link layer perform?

    • A.

      Provides user interfaces

    • B.

      Ensures end-to-end delivery of data between hosts

    • C.

      Connects the network software to the network hardware

    • D.

      Establishes and maintains sessions between applications

    Correct Answer
    C. Connects the network software to the network hardware
    Explanation
    The data link layer is responsible for connecting the network software to the network hardware. This means that it provides the necessary interface for the network software to communicate with the physical network hardware, such as Ethernet cards or Wi-Fi adapters. It ensures that the data being sent by the network software is properly formatted and transmitted over the physical network, and also handles error detection and correction. By performing this function, the data link layer establishes a reliable connection between the network software and the network hardware, enabling the transmission of data between hosts.

    Rate this question:

  • 6. 

    Which of the following is true about the logical topology of a network?

    • A.

      Is always multiaccess

    • B.

      Provides the physical addressing

    • C.

      Is determined by how the nodes in the network are connected

    • D.

      Influences the type of MAC used in the network

    Correct Answer
    D. Influences the type of MAC used in the network
    Explanation
    The logical topology of a network refers to how the nodes in the network are connected. It determines the flow of data and the communication paths between devices. The type of logical topology chosen for a network can influence the type of Media Access Control (MAC) used. MAC protocols determine how devices on a network gain access to the communication medium and avoid collisions. Different logical topologies may require different MAC protocols to ensure efficient and reliable communication. Therefore, the statement "Influences the type of MAC used in the network" is true about the logical topology of a network.

    Rate this question:

  • 7. 

    Which of the following protocols are typically used in WANs? (CHOOSE TWO)

    • A.

      802.11

    • B.

      Ethernet

    • C.

      HDLC

    • D.

      PPP

    Correct Answer(s)
    C. HDLC
    D. PPP
    Explanation
    HDLC (High-Level Data Link Control) and PPP (Point-to-Point Protocol) are typically used in WANs. HDLC is a synchronous data link layer protocol that provides error detection and flow control. It is commonly used in leased line connections. PPP is a data link layer protocol that provides a secure and reliable connection between two nodes. It is commonly used in dial-up connections and is also widely used in WAN connections. Ethernet and 802.11 are LAN protocols and are not typically used in WANs.

    Rate this question:

  • 8. 

    Which of the following protocols are typically used in LANs? (CHOOSE TWO)

    • A.

      802.11

    • B.

      Ethernet

    • C.

      HDLC

    • D.

      PPP

    Correct Answer(s)
    A. 802.11
    B. Ethernet
    Explanation
    802.11 and Ethernet are typically used in LANs. 802.11 is a wireless protocol commonly known as Wi-Fi, which allows devices to connect to a network without the need for physical cables. Ethernet, on the other hand, is a wired protocol that uses cables to connect devices in a LAN. Both protocols are widely used in local area networks to enable communication between devices within a limited geographic area.

    Rate this question:

  • 9. 

    Which of the following are common data link sublayers used in LANs? (Choose two.)

    • A.

      Protocol data unit

    • B.

      Logic Link Control

    • C.

      Media Access Control

    • D.

      Network interface card

    • E.

      Carrier Access MultiAccess

    Correct Answer(s)
    A. Protocol data unit
    B. Logic Link Control
    C. Media Access Control
    Explanation
    The correct answer is Protocol data unit, Logic Link Control, and Media Access Control. These three options are common data link sublayers used in LANs. The Protocol Data Unit (PDU) is the information that is being transmitted between two devices in a network. Logic Link Control (LLC) is responsible for error control and flow control in the data link layer. Media Access Control (MAC) is responsible for controlling access to the network media and ensuring that data is transmitted correctly. Network interface card and Carrier Access MultiAccess are not data link sublayers but rather hardware components used in LANs.

    Rate this question:

  • 10. 

    To ensure that the content of the received frame at the destination matches that of the frame that left the source node, a transmitting node creates a logical summary of the contents of the frame. This is known as the CRC value. CRC means ________

    Correct Answer(s)
    Cyclic Redundancy Check
    Explanation
    The transmitting node creates a CRC value, which is a logical summary of the contents of the frame. This value is used to ensure that the content of the received frame at the destination matches that of the frame that left the source node. Therefore, the correct answer is "Cyclic Redundancy Check (CRC)".

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jul 11, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 19, 2019
    Quiz Created by
    Homer Santos
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.