A network administrator is investigating high latency and severe throughput degradation on a critical database server connected to switch port FastEthernet0/12. An inspection of the switch port statistics shows a high count of late collisions, alignment errors, and frame check sequence (FCS) errors on FastEthernet0/12 during heavy traffic periods. The switch interface is set to default auto-negotiation settings, whereas the server's network interface card (NIC) was recently manually forced to 100 Mbps Full Duplex. Which of the following is the most likely root cause of the late collisions recorded on the switch port?
- The switch interface defaulted to half-duplex operation after failing auto-negotiation with the forced full-duplex server NIC.Cevap
- BThe switch port and server NIC are configured with mismatching native VLAN tags, causing untagged frames to be dropped as late collisions.
- CThe server and switch port are assigned to different VLAN broadcast domains, preventing Layer 2 ARP frames from reaching the default gateway.
- DThe switch port was placed into a Spanning Tree Protocol (STP) blocking state because the database server transmitted BPDU frames with a lower bridge priority.
Cevap
The switch interface defaulted to half-duplex operation after failing auto-negotiation with the forced full-duplex server NIC.
When a network device interface is manually configured for full duplex without auto-negotiation enabled, the connected switch port set to auto-negotiation can detect the link speed (100 Mbps) via clock pulses, but fails to negotiate duplex parameters. Standard Ethernet behavior dictates that an auto-negotiating interface must default to half-duplex when duplex negotiation fails. Consequently, the server transmits whenever it has data (full duplex), while the switch expects half-duplex CSMA/CD rules. When the switch transmits while simultaneously receiving data from the server, the switch registers a collision after transmitting the first 64 bytes of the frame, logging a late collision.
Adım Adım Çözüm
Anahtar Kavram
Ethernet Auto-Negotiation and Duplex Mismatch Symptoms