Which command sequence forces a NIC to renegotiate?

Prepare thoroughly for the Google Data Center Technician Exam. Utilize our engaging study tools, with flashcards, multiple-choice questions, hints, and explanations to ensure success. Ready yourself for the challenge ahead!

Multiple Choice

Which command sequence forces a NIC to renegotiate?

Explanation:
Renegotiating a NIC happens when the physical link is reset, so the hardware can re-establish the connection and re‑negotiate speed and duplex with the switch. Bringing the interface down and then back up does exactly that: it disables the link and then re-enables it, triggering the NIC to renegotiate immediately. The two-step sequence ip link set <iface> down; ip link set <iface> up forces this re-negotiation. Other options don’t directly reset the link state in the same way. Restarting NetworkManager can affect configuration but isn’t a reliable, immediate renegotiation trigger. Bringing the interface down alone leaves the link inactive, and flushing IP addresses affects only IP configuration, not the link parameters.

Renegotiating a NIC happens when the physical link is reset, so the hardware can re-establish the connection and re‑negotiate speed and duplex with the switch. Bringing the interface down and then back up does exactly that: it disables the link and then re-enables it, triggering the NIC to renegotiate immediately. The two-step sequence ip link set down; ip link set up forces this re-negotiation.

Other options don’t directly reset the link state in the same way. Restarting NetworkManager can affect configuration but isn’t a reliable, immediate renegotiation trigger. Bringing the interface down alone leaves the link inactive, and flushing IP addresses affects only IP configuration, not the link parameters.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy