Which TWO statements correctly describe interface errors and duplex mismatches on Cisco switches?
Late collisions occur after the frame's first 512 bits have been transmitted, typically due to one side operating in full-duplex while the other is half-duplex.
Why this answer
Option B is correct because late collisions occur when a frame is transmitted onto the wire and collides after the first 512 bit-times of the frame. In a half-duplex Ethernet segment, a duplex mismatch causes the full-duplex side to never defer and transmit at any time, while the half-duplex side expects to detect collisions only during the collision window. When the full-duplex device sends a frame while the half-duplex device is already transmitting, the half-duplex device detects a collision after the 512-bit window, resulting in a late collision.
Exam trap
Cisco often tests the distinction between late collisions (which occur after the 64-byte window and indicate a duplex mismatch) and early collisions (which occur within the window and are normal in half-duplex), and candidates mistakenly think that all collisions are normal or that CRC errors are the primary cause of runts.
Why the other options are wrong
Runts result from collisions on half-duplex links or faulty network interface cards, not from CRC errors.
CSMA/CD is only used in half-duplex environments; full-duplex disables collision detection entirely.
Auto-MDIX does not participate in speed or duplex negotiation; that function is handled by auto-negotiation (IEEE 802.3u).