A network engineer is troubleshooting slow connectivity between two sites connected via a WAN link. The engineer suspects packet loss due to collisions. Which interface counter should be examined to confirm this?
Trap 1: Runts
Runts are frames smaller than 64 bytes, not collision-specific.
Trap 2: Output errors
Output errors are a general category, not specific to collisions.
Trap 3: Giants
Giants are frames larger than maximum size, not collision-specific.
- A
Runts
Why wrong: Runts are frames smaller than 64 bytes, not collision-specific.
- B
CRC errors
CRC errors indicate frame checksum failures often caused by collisions.
- C
Output errors
Why wrong: Output errors are a general category, not specific to collisions.
- D
Giants
Why wrong: Giants are frames larger than maximum size, not collision-specific.