SK0-005 · Question #133
SK0-005 Question #133: Real Exam Question with Answer & Explanation
The correct answer is A: Duplicate IP address. {"question_number": 1, "question_summary": "New NIC installed and configured; ping/ipconfig output reveals connectivity issue", "correct_answer": "A. Duplicate IP address", "explanation": "When a duplicate IP address exists on the network, ARP (Address Resolution Protocol) confli
Question
A server technician installs a new NIC on a server and configures the NIC for IP connectivity. The technician then tests the connection using the command. Given the following partial output ping of the and commands: ping ipconfig Which of the following caused the issue?
Options
- ADuplicate IP address
- BIncorrect default gateway
- CDHCP misconfiguration
- DIncorrect routing table
Explanation
{"question_number": 1, "question_summary": "New NIC installed and configured; ping/ipconfig output reveals connectivity issue", "correct_answer": "A. Duplicate IP address", "explanation": "When a duplicate IP address exists on the network, ARP (Address Resolution Protocol) conflicts arise because two devices are responding to the same IP. The ipconfig output would show the IP is configured correctly on the new NIC, but ping would fail or behave erratically because another device is already using that address. The OS may also display a 'duplicate IP address detected' warning. The other options (incorrect default gateway, DHCP misconfiguration, incorrect routing table) would typically produce different symptoms such as inability to reach remote networks or failure to obtain an IP lease, not the specific conflict pattern described.", "generated_by": "claude-sonnet", "llm_judge_score": 3}
Topics
Community Discussion
No community discussion yet for this question.