IP Services
198 questions
A network administrator is evaluating the operation of DNS protocol mechanisms and transport layer behavior within an enterprise network infrastructure. Which two statements accurately describe how DNS lookup processes and transport protocols function during name resolution? (Choose two.)
Select all that apply
A network administrator needs to configure a Cisco IOS router to synchronize its internal clock with an external centralized time source at IP address 192.168.10.50. Which Cisco IOS global configuration command must be used to accomplish this task?
An enterprise router is configured for dynamic Network Address Translation (NAT) using an IP pool containing four public IP addresses ( to ). Internal users report that only four devices can access external resources at any given time, and subsequent connection attempts by other hosts fail until an existing session terminates. Which configuration change will allow all internal hosts to share the public IP address pool simultaneously?
An administrator notices that while the first host on the internal network () can access the internet, subsequent hosts are unable to establish outbound connections simultaneously. Inspecting Router1 reveals the following running configuration:
text
access-list 105 permit ip 10.1.10.0 0.0.0.255 any
ip nat pool EDGE_POOL 203.0.113.5 203.0.113.5 prefix-length 32
ip nat inside source list 105 pool EDGE_POOL
Command output from `show ip nat statistics` confirms:
text
Total active translations: 1 (0 static, 1 dynamic, 0 extended)
Outside interfaces: GigabitEthernet0/1
Inside interfaces: GigabitEthernet0/0
Hits: 142 Misses: 18
Dynamic mappings:
-- Inside Source
access-list 105 pool EDGE_POOL ref count 1
Which configuration modification must be applied to Router1 to allow all internal hosts on the network to share the single IP address assigned to `EDGE_POOL` concurrently?
An administrator is verifying Network Time Protocol (NTP) operations on a Cisco IOS router. Which of the following statements regarding NTP functionality and status are correct? (Select TWO.)
Select all that apply
A network engineer wants to configure managed switches to alert the SNMP management station upon link status changes. To prevent missed alerts due to unacknowledged packet delivery, the engineer requires a message type that mandates an explicit confirmation receipt back from the manager. Which SNMP message type should be configured on the switches?
A network engineer is configuring a new Cisco IOS router (R1) to synchronize its system time with a primary enterprise NTP server operating at Stratum 2. R1 is also expected to act as an NTP server for downstream switches once synchronized. Arrange the operational steps in the exact chronological sequence in which R1 processes NTP synchronization from initial CLI configuration to serving downstream clients.
Drag items to arrange them in the correct order
A network administrator is implementing Port Address Translation (PAT) on a Cisco IOS router to allow hosts on the internal subnet to access the Internet. The WAN interface GigabitEthernet0/0/1 receives its dynamic IP address from the ISP, while interface GigabitEthernet0/0/0 connects to the internal LAN. Which two configuration steps or commands are required to successfully enable PAT using the WAN interface address? (Select TWO options.)
Select all that apply
Match each SNMP component or operational term on the left with its correct defining characteristic on the right.
Click a left item, then click its matching right item
Items
Matches
A network technician needs to configure a Cisco router to operate as an Network Time Protocol (NTP) client and synchronize its internal system clock with a central time server located at IP address 172.16.10.100. Which global configuration command must be executed on the router to accomplish this task?
An enterprise client host without a cached DNS entry needs to connect to an external server using its domain name. Place the steps of the full name resolution flow in the correct chronological order, starting from the client's initial lookup request to the final response delivery.
Drag items to arrange them in the correct order
An enterprise network engineer configures an internal host to resolve domain names via a local Active Directory DNS server, which is configured to forward external queries to a public DNS resolver. During a packet capture analysis on the firewall boundary, the engineer observes that a specific DNS query originating from the internal AD DNS server towards an external authoritative DNS server for a large DNSSEC-signed domain initially uses UDP destination port 53, receives a response with the TrunCation (TC) bit set to 1, and immediately follows up with a new request to the same target server using TCP destination port 53. Which statement accurately explains the fundamental reason for this protocol switch during the name resolution process?
A network administrator is configuring Port Address Translation (PAT) on a Cisco IOS router to allow internal hosts in the subnet to access the Internet using the public IP address on interface GigabitEthernet0/0/0. Internal users report that they cannot establish any outbound internet connections. The running configuration reveals the following details:
interface GigabitEthernet0/0/0
ip address 203.0.113.1 255.255.255.248
ip nat outside
!
interface GigabitEthernet0/0/1
ip address 172.16.50.1 255.255.255.0
!
ip access-list standard NAT_ACL
permit 172.16.50.0 0.0.0.255
!
ip nat inside source list NAT_ACL interface GigabitEthernet0/0/0 overload
Which configuration change must be made on the router to resolve this issue?
An enterprise host needs to resolve the IP address of an internal web application server (app.corp.local) after the local cache has expired. Place the steps of the name resolution process in the correct chronological order from first to last.
Drag items to arrange them in the correct order
A network administrator needs to configure SNMPv3 on a Cisco IOS router to support both message integrity verification using SHA and payload encryption using AES. Which SNMPv3 security level must be configured to meet these security requirements?
An network administrator is troubleshooting an issue where client workstations attached to VLAN 20 (subnet 192.168.20.0/24) fail to receive IPv4 dynamic configuration settings from a centralized DHCP server located at 10.1.100.50 in VLAN 100. The administrator inspects the configuration on the Cisco IOS router acting as the default gateway for both subnets:
interface GigabitEthernet0/0/1.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
!
interface GigabitEthernet0/0/1.100
encapsulation dot1Q 100
ip address 10.1.100.1 255.255.255.0
ip helper-address 10.1.100.50
Based on the router configuration output, why are the clients in VLAN 20 failing to obtain IP addresses from the DHCP server?
A network administrator configures the IP address of an external DNS server on a Cisco IOS router using the command `ip name-server 10.1.1.1`. However, when attempting to ping a remote server by its hostname (`ping server1.example.com`), the router immediately fails to resolve the name and no DNS query packets are transmitted. Which command must be entered in global configuration mode to enable the router to perform DNS queries for hostname resolution?
An enterprise client workstation attempts to access an external web application at `app.partner.example.net` for the first time. Arrange the steps of the complete DNS resolution process in the correct chronological order, starting from the client's initial lookup request to the final IP address retrieval.
Drag items to arrange them in the correct order
A network engineer is tasking a Cisco IOS router with Port Address Translation (PAT) to enable Internet access for internal endpoints on the network using the public IPv4 address assigned to interface GigabitEthernet0/0/1. Which two configuration steps are required on the router to accomplish this requirement? (Select two.)
Select all that apply
A client workstation is configured to obtain IPv4 addressing dynamically. Arrange the four messages exchanged during the standard DHCP lease process (DORA) in chronological order from first to last.
Drag items to arrange them in the correct order