nerdexam
GIAC

GSEC · Question #146

Which of the following is TRUE regarding Ethernet?

The correct answer is C. Ethernet is shared media. Ethernet is shared media, meaning all devices in a collision domain share the same physical medium and must use CSMA/CD to coordinate access and avoid collisions.

Networking and Core Concepts

Question

Which of the following is TRUE regarding Ethernet?

Options

  • AStations are not required to monitor their transmission to check for collisions.
  • BSeveral stations are allowed to be transmitting at any given time within a single collision domain.
  • CEthernet is shared media.
  • DStations are not required to listen before they transmit.

How the community answered

(31 responses)
  • A
    10% (3)
  • B
    3% (1)
  • C
    81% (25)
  • D
    6% (2)

Why each option

Ethernet is shared media, meaning all devices in a collision domain share the same physical medium and must use CSMA/CD to coordinate access and avoid collisions.

AStations are not required to monitor their transmission to check for collisions.

Ethernet's CSMA/CD protocol explicitly requires stations to monitor their own transmissions to detect collisions - the 'CD' (Collision Detection) component is a mandatory station behavior, not an optional one.

BSeveral stations are allowed to be transmitting at any given time within a single collision domain.

Within a single collision domain only one station can transmit successfully at any given time - simultaneous transmissions result in a collision, which CSMA/CD is specifically designed to detect and resolve via random back-off.

CEthernet is shared media.Correct

Ethernet is defined as shared media because all nodes on a segment share the same bandwidth and transmission medium. This shared characteristic is the reason CSMA/CD was designed - devices must sense the carrier and detect collisions because only one transmission can succeed at a time across the shared medium.

DStations are not required to listen before they transmit.

Ethernet mandates 'Carrier Sense' as the 'CS' portion of CSMA/CD, requiring every station to listen and confirm the medium is idle before beginning a transmission.

Concept tested: Ethernet CSMA/CD shared media access rules

Source: https://ieeexplore.ieee.org/document/9844436

Topics

#Ethernet#shared media#CSMA/CD#collision domain

Community Discussion

No community discussion yet for this question.

Full GSEC Practice