A workstation on a newly segmented corporate network is experiencing connectivity issues. A technician inspects the host configuration and obtains the following IP configuration details from command output:
- IPv4 Address:
- Subnet Mask:
- Default Gateway:
- Primary DNS Server:
Network documentation indicates that functions strictly as the local DHCP server leasing IP addresses, while the actual internal DNS server is located at . Which TWO of the following misconfigurations directly explain why this workstation cannot reach devices on external subnets or resolve hostnames by domain name?
- The default gateway IP address resides outside the subnet boundaries of the host's assigned IPv4 address.Cevap
- BThe host was automatically assigned an APIPA address because the local gateway did not respond to ARP requests.
- The DNS server entry is misconfigured with the IP address of a DHCP server rather than a domain name resolution server.Cevap
- DAn unmanaged Layer 2 switch must be deployed between the host and the gateway to bridge communications between different IP subnets.
Cevap
The workstation is unable to reach external subnets because its default gateway IP address is on a different subnet boundary than its own IP address, and domain name resolution fails because the DNS server address points to a DHCP server instead of a DNS server.
The correct options identify that the default gateway is placed on a separate subnet block () outside the host's local range (), rendering off-subnet routing impossible, and that assigning the DHCP server IP address to the DNS field causes hostname resolution requests to fail because port 53 DNS services are not running on the DHCP server.
Adım Adım Çözüm
Anahtar Kavram
Subnet Masking and Network Service Role Allocation