Soru

Zorluk: KolayTroubleshooting IP Addressing and DHCP Services

A network technician is assigned to troubleshoot a user workstation that cannot access local network resources. Place the following diagnostic and resolution steps in the correct order, starting from the initial physical check to the final connectivity verification.

  1. 1Verify physical network cabling and link light activity on the network interface card.
  2. 2Run `ipconfig /all` to determine if the workstation has assigned itself an APIPA address (169.254.x.x169.254.x.x).
  3. 3Execute `ipconfig /renew` to request a new IP address assignment from the DHCP server.
  4. 4Ping the local default gateway to confirm IP layer communication.

Cevap

The standard troubleshooting sequence follows a structured bottom-up model: inspect physical link connectivity first, check for an APIPA address using command-line tools, request a fresh DHCP lease, and finally verify network reachability by pinging the default gateway.
The sequence follows the standard bottom-up troubleshooting methodology: first confirm physical connectivity (Layer 1), next evaluate current addressing state (detecting APIPA), then issue a DHCP lease renewal request, and finally verify Layer 3 connectivity using ping.

Adım Adım Çözüm

1
Inspect physical cable and Ethernet status LED indicators
Confirms Layer 1 signaling and link connection.
Physical layer connectivity is a prerequisite for all higher-layer network operations.
2
Check IP settings using `ipconfig /all`
Reveals an auto-configured APIPA IP address (169.254.x.x169.254.x.x) indicating DHCP failure.
Determines whether host addressing is functional or defaulting to link-local scope.
3
Request a new DHCP lease using `ipconfig /renew`
Triggers a DHCP DISCOVER and REQUEST exchange to fetch valid network configuration parameters.
Attempts resolution by actively re-establishing communications with the DHCP server.
4
Send ICMP echo requests to the default gateway IP
Confirms bidirectional Layer 3 communication on the local subnet.
Verifies that addressing and gateway configuration are operating correctly.

Anahtar Kavram

Structured IP and DHCP Troubleshooting Order
Bu soruyu puanla