XK0-005 · Question #428
A user cannot reach the internet from a workstation. A systems administrator performs diagnostics with the following results: Which of the following is the cause for lack of internet connectivity?
The correct answer is C. The incorrect network mask is set for the interface enp2so on the workstation. An incorrectly configured network mask on a workstation's network interface will prevent proper network communication, including reaching the internet gateway, leading to a lack of connectivity.
Question
A user cannot reach the internet from a workstation. A systems administrator performs diagnostics with the following results:
Which of the following is the cause for lack of internet connectivity?
Options
- AThe workstation is not using a DNS server.
- BThe network gateway is not reachable from the workstation.
- CThe incorrect network mask is set for the interface enp2so on the workstation.
- DThe company's firewall is blocking connections from the workstation to the internet.
How the community answered
(53 responses)- A9% (5)
- B17% (9)
- C70% (37)
- D4% (2)
Why each option
An incorrectly configured network mask on a workstation's network interface will prevent proper network communication, including reaching the internet gateway, leading to a lack of connectivity.
If the workstation is not using a DNS server, it might fail to resolve hostnames to IP addresses, but it could still access internet resources directly by IP address if basic network connectivity is otherwise functional.
If the network gateway is not reachable, internet access will fail, but an incorrect network mask is a common configuration error that can *cause* the gateway to be unreachable from the workstation.
An incorrect network mask (subnet mask) causes the workstation to incorrectly determine which IP addresses are on its local subnet. This miscalculation can prevent it from sending traffic directly to the default gateway, which is essential for routing traffic to the internet.
A company firewall blocking connections would prevent internet access but is an external issue, whereas an incorrect network mask is a fundamental misconfiguration on the workstation itself affecting basic network layer communication.
Concept tested: TCP/IP network configuration and troubleshooting
Source: https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/16448-subnet-masks.html
Topics
Community Discussion
No community discussion yet for this question.