nerdexam
Cisco

200-150 · Question #66

Which field in an Ethernet frame is used to verify that the received frame contains no errors?

The correct answer is A. FCS. The FCS field in an Ethernet frame uses a CRC calculation to detect transmission errors. It is the last field of the frame and is checked by the receiving device.

Cisco Data Center Networking Technologies

Question

Which field in an Ethernet frame is used to verify that the received frame contains no errors?

Options

  • AFCS
  • Btype
  • Cpreamble
  • Dsegment
  • Eprotocol

How the community answered

(32 responses)
  • A
    88% (28)
  • B
    3% (1)
  • C
    6% (2)
  • D
    3% (1)

Why each option

The FCS field in an Ethernet frame uses a CRC calculation to detect transmission errors. It is the last field of the frame and is checked by the receiving device.

AFCSCorrect

The Frame Check Sequence (FCS) is a 4-byte field at the end of an Ethernet frame that contains a Cyclic Redundancy Check (CRC) value. The sender calculates the CRC over the frame data and stores it in the FCS; the receiver performs the same calculation and compares results to verify integrity. A mismatch indicates a corrupted frame, which is then discarded.

Btype

The type field (EtherType) identifies the upper-layer protocol encapsulated in the frame, such as IPv4 (0x0800) or ARP (0x0806), and performs no error checking.

Cpreamble

The preamble is a 7-byte synchronization sequence used to signal the start of a frame to the receiver and does not carry any error-detection information.

Dsegment

Segment is not a field in the Ethernet frame structure; it is a term used at the TCP transport layer.

Eprotocol

Protocol is not a named field in the standard Ethernet II frame; the nearest equivalent is the EtherType/type field, which identifies the payload protocol rather than verifying integrity.

Concept tested: Ethernet frame FCS error detection

Source: https://www.cisco.com/c/en/us/support/docs/interfaces-modules/port-adapters/12768-eth-crc-errors.html

Topics

#Ethernet frame#FCS#error detection#Layer 2

Community Discussion

No community discussion yet for this question.

Full 200-150 Practice