A network technician is configuring a static network setup on a point-of-sale (POS) terminal. The terminal must communicate with local cash registers on the network and access a cloud-based payment service using domain name resolution.
The technician applies the following network configuration:
- IP Address:
- Subnet Mask:
- Default Gateway:
- DNS Server:
Testing reveals that the terminal can successfully ping local devices (such as ), but it cannot connect to external networks or resolve the payment service domain name.
Which TWO configuration issues are responsible for the external connectivity and name resolution failures? (Select TWO.)
- The default gateway is configured on a different IP subnet than the host terminalAnswer
- The DNS server address is assigned an Automatic Private IP Addressing (APIPA) addressAnswer
- CAn unmanaged Layer 2 switch is missing between the terminal and gateway to interconnect subnets
- DThe DNS server cannot resolve hostnames because it lacks an active DHCP server scope lease
Answer
The connectivity and resolution failures are caused by configuring a default gateway on a different subnet than the host ( vs ) and assigning a non-routable APIPA address () as the DNS server.
A host's default gateway must share the exact same subnet IP range as the host interface () to be reachable. Furthermore, is an APIPA address (), which is non-routable and invalid for external DNS server resolution.
Step-by-Step Solution
Key Concept
Default gateway subnet matching and APIPA address scope limitations