Question

Match each DHCP message type with its description.

  1. DHCPDISCOVER → A client initiating a message to find a DHCP server
  2. DHCPOFFER → A DHCP server responding to the initial request by a client
  3. DHCPREQUEST → The client accepting the IP address provided by the DHCP server
  4. DHCPACK → The DHCP server confirming that the address lease has been accepted

Question

Which protocol automates assignment of IP addresses on a network, and which port number does it use? (Choose two.)

Question

An Ethernet network with three devices is shown. The three devices are labeled as PC1, DHCP Server, and R1 (router). Each device has an IP address. The IP address for PC1 is 192.168.1.130/24, the IP address for the DHCP Server is 192.168.1.8/24, and the IP address for the router FastEthernet interface 0/1 is 192.168.1.1/24.

Refer to the exhibit. PC1 is configured to obtain a dynamic IP address from the DHCP server. PC1 has been shut down for two weeks. When PC1 boots and tries to request an available IP address, which destination IP address will PC1 place in the IP header?

Question

Which statement is true about DHCP operation?​

Question

Match the purpose with its DHCP message type.

  1. A message that is used to identify the explicit server and lease offer to accept → DHCPREQUEST
  2. A message that is used to locate any available DHCP server on a network → DHCPDISCOVER
  3. A message that is used to suggest a lease to a client → DHCPOFFER
  4. A message that is used to acknowledge that the lease is successful → DHCPACK

Question

Which DHCPv4 message will a client send to accept an IPv4 address that is offered by a DHCP server?

Question

A company uses DHCP servers to dynamically assign IPv4 addresses to employee workstations. The address lease duration is set as 5 days. An employee returns to the office after an absence of one week. When the employee boots the workstation, it sends a message to obtain an IP address. Which Layer 2 and Layer 3 destination addresses will the message contain?

Question

A company uses the method SLAAC to configure IPv6 addresses for the workstations of the employees. A network administrator configured the IPv6 address on the LAN interface of the router. The interface status is UP. However, the workstations on the LAN segment did not obtain the correct prefix and prefix length. What else should be configured on the router that is attached to the LAN segment for the workstations to obtain the information?​

Question

A company uses the SLAAC method to configure IPv6 addresses for the employee workstations. Which address will a client use as its default gateway?​

Question

A network administrator configures a router to send RA messages with M flag as 0 and O flag as 1. Which statement describes the effect of this configuration when a PC tries to configure its IPv6 address?

Question

Media Description: A screen capture of configuration commands is shown as follows:  R1# configure terminal Enter configuration commands, one per line.  End with CNTL/Z. R1(config)# ipv6 unicast-routing R1(config)# ipv6 dhcp pool ACAD_CLASS R1(config-dhcp)# dns-server 2001:db8:acad:a1::10 R1(config-dhcp)# domain-name netacad.net R1(config-dhcp)# exit R1(config)# interface gigabitEthernet 0/0 R1(config-if)# ipv6 address 2001:db8:acad:1::1/64 R1(config-if)# ipv6 dhcp server ACAD_CLASS R1(config-if)# ipv6 nd other-config-flag R1(config-if)# end R1#

Refer to the exhibit. A network administrator is configuring a router for DHCPv6 operation. Which conclusion can be drawn based on the commands?

Question

Which command will allow a network administrator to check the IP address that is assigned to a particular MAC address?

Question

A router CLI prompt that says: R1# show running-config <output omitted> ! ipv6 dhcp pool IPV6  dns-server 2001:DB8:1234:5678::100  domain-name netacad.com ! interface FastEthernet0/0  <output omitted>  ipv6 nd other-config-flag  ipv6 dhcp server IPV6 ! <output omitted>

Refer to the exhibit. Based on the output that is shown, what kind of IPv6 addressing is being configured?

Question

A router labeled RTR1 is connected to SW1 on its Fa0/0 interface and SW2 on its Fa0/1 interface. Both interfaces are labeled ":1".  SW1 is connected to PC-A and SW2 is connected to DHCPv6 Server. The connection to SW1 is labeled 2001:DB8:1234:5678::/64 and the connection to SW2 is labeled 2001:DB8:1234:ABCD::/64. The DHCPv6 Server is also labeled 2001:DB8:1234:ABCD::10/64. There is a CLI output that says: RTR1# show running-config hostname RTR1 ! <output omitted> interface FastEthernet0/0  ip address dhcp  duplex auto  speed auto  ipv6 address 2001:DB8:1234:5678::1/64  ipv6 nd managed-config-flag ! interface FastEthernet0/1  no ip address  duplex auto  speed auto  ipv6 address 2001:DB8:1234:ABCD::1/64 ! <output omitted>

Refer to the exhibit. What should be done to allow PC-A to receive an IPv6 address from the DHCPv6 server?

Question

A router labeled RTR1 is connected to SW1 on its Gig0/0 interface and SW2 on its Gig0/1 interface. Both interfaces are labeled ":1".  SW1 is connected to PC-A and SW2 is connected to DHCPv6 Server. The connection to SW1 is labeled 2001:DB8:1234:5678::/64 and the connection to SW2 is labeled 2001:DB8:1234:ABCD::/64. The DHCPv6 Server is also labeled 2001:DB8:1234:ABCD::10/64. There is a CLI output that says: RTR1# show running-config <output omitted> ! interface GigabitEthernet0/0  no ip address  duplex auto  speed auto  ipv6 address 2001:DB8:1234:5678::1/64  ipv6 enable  ipv6 nd managed-config-flag ! interface GigabitEthernet0/1  no ip address  duplex auto  speed auto  ipv6 address 2001:DB8:1234:ABCD::1/64  ipv6 enable  ipv6 dhcp relay destination 2001:DB8:1234:ABCD::10 GigabitEthernet0/1 ! <output omitted>

Refer to the exhibit. PC-A is unable to receive an IPv6 address from the stateful DHCPv6 server. What is the problem?

Question

Which message does an IPv4 host use to reply when it receives a DHCPOFFER message from a DHCP server?

Question

Which command, when issued in the interface configuration mode of a router, enables the interface to acquire an IPv4 address automatically from an ISP, when that link to the ISP is enabled?

Question

Which set of commands will configure a router as a DHCP server that will assign IPv4 addresses to the 192.168.100.0/23 LAN while reserving the first 10 and the last addresses for static assignment?

Question

Match the DHCP message types to the order of the DHCPv4 process.

  1. Step 4 → DHCPACK
  2. Step 3 → DHCPREQUEST
  3. Step 1 → DHCPDISCOVER
  4. Step 2 → DHCPOFFER

Question

Which kind of message is sent by a DHCP client when its IP address lease has expired?​

Question

The media is the following CLI output text: FastEthernet0/1 - Group 1   State is Active     1 state change, last state change 00:02:34   Virtual IP address is 192.168.2.100   Hello time 3 sec, hold time 10 sec     Next hello sent in 0.288 secs   Redirect time 600 sec, forwarder timeout 14400 sec   Preemption disabled   Active is local   Standby is 192.168.2.2, priority 100 (expires in 8.640 sec)   Priority 100 (default)   Weighting 100 (default 100), thresholds: lower 1, upper 100   Load balancing: round-robin   Group members:     001e.7aa3.5e71 (192.168.2.1) local     001e.7aa3.5f31 (192.168.2.2)   There are 2 forwarders (1 active)   Forwarder 1     State is Active       1 state change, last state change 00:02:23     MAC address is 0007.b400.0101 (default)     Owner ID is 001e.7aa3.5e71     Redirection enabled

Refer to the exhibit. A network engineer is troubleshooting host connectivity on a LAN that uses a first hop redundancy protocol. Which IPv4 gateway address should be configured on the host?

Question

The graphic displays an internal LAN connected to two switches. Each switch has a connection to routers labeled R1 and R2. R1 and R2 act as gateway routers and have a separate connection to the Internet.

Refer to the exhibit. What protocol can be configured on gateway routers R1 and R2 that will allow traffic from the internal LAN to be load balanced across the two gateways to the Internet?

Question

Media Description:  A screen capture of configuration and show commands is shown as follows:  R1# configure terminal Enter configuration commands, one per line.  End with CNTL/Z. R1(config)# ipv6 unicast-routing R1(config)# ipv6 dhcp pool ACAD_NET R1(config-dhcp)# dns-server 2001:db8:acad:a1::10 R1(config-dhcp)# domain-name netacad.net R1(config-dhcp)# exit R1(config)# interface gigabitEthernet 0/0 R1(config-if)# ipv6 address 2001:db8:acad:1::1/64 R1(config-if)# ipv6 dhcp server ACAD_NET R1(config-if)# end R1# R1# show ipv6 dhcp pool DHCPv6 pool: ACAD_NET   DNS server: 2001:DB8:ACAD:A1::10   Domain name: netacad.net   Active clients: 0 R1#

Refer to the exhibit. A network administrator is implementing the stateless DHCPv6 operation for the company. Clients are configuring IPv6 addresses as expected. However, the clients are not getting the DNS server address and the domain name information configured in the DHCP pool. What could be the cause of the problem?

Question

A workstation is connected to a Layer 2 switch which in turn is connected to two Layer 3 switches marked Forwarding router and Standby router respectively. Both of the Layer 3 switches are connected to a Virtual router, which is positioned  between the two of them,  and are also connected to the Core network. There is an arrow showing the current path of traffic, which moves from the workstation to the Forwarding router, then to the virtual router and back to the Forwarding router. From the Forwarding router traffic goes to the Core network.

Refer to the exhibit. Which destination MAC address is used when frames are sent from the workstation to the default gateway?

Question

Which statement describes HSRP?​

Question

A network administrator is analyzing the features that are supported by different first-hop router redundancy protocols. Which statement describes a feature that is associated with HSRP?

Question

A host PC is attempting to lease an address through DHCP. What message is sent by the server to let the client know it is able to use the provided IP information?

Question

Match the DHCP message types to the order of the stateful DHCPv6 process when a client first connects to an IPv6 network.

  1. Step 3 → DHCPv6 REQUEST
  2. Step 1 → DHCPv6 SOLICIT
  3. Step 4 → DHCPv6 REPLY
  4. Step 2 → DHCPv6 ADVERTISE

Question

What is an advantage of configuring a Cisco router as a relay agent?

Question

After a host has generated an IPv6 address by using the DHCPv6 or SLAAC process, how does the host verify that the address is unique and therefore usable?

Question

What is a result when the DHCP servers are not operational in a network?

Question

What is one indication that a Windows computer did not receive an IPv4 address from a DHCP server?

Question

Media Description: A screen capture of configuration and verification commands is shown as follows:  R1# configure terminal Enter configuration commands, one per line.  End with CNTL/Z. R1(config)# ipv6 unicast-routing R1(config)# ipv6 dhcp pool ACAD_CLASS R1(config-dhcp)# dns-server 2001:db8:acad:a1::10 R1(config-dhcp)# domain-name netacad.net R1(config-dhcp)# exit R1(config)# interface gigabitEthernet 0/0 R1(config-if)# ipv6 address 2001:db8:acad:1::1/64 R1(config-if)# ipv6 dhcp server ACAD_CLASS R1(config-if)# ipv6 nd other-config-flag R1(config-if)# end R1# R1# show ipv6 dhcp pool DHCPv6 pool: ACAD_CLASS   DNS server: 2001:DB8:ACAD:A1::10   Domain name: netacad.net   Active clients: 0 R1#

Refer to the exhibit. A network administrator is configuring a router as a DHCPv6 server. The administrator issues a show ipv6 dhcp pool command to verify the configuration. Which statement explains the reason that the number of active clients is 0?

Question

A small coffee shop is offering free Wi-Fi to customers. The network includes a wireless router and a DSL modem that is connected to the local phone company. What method is typically used to configure the connection to the phone company?

Question

What is the reason that an ISP commonly assigns a DHCP address to a wireless router in a SOHO environment?

Question

A company uses DHCP to manage IP address deployment for employee workstations. The IT department deploys multiple DHCP servers in the data center and uses DHCP relay agents to facilitate the DHCP requests from workstations. Which two UDP ports are used to forward DHCP traffic? (Choose two.)

Question

What information can be verified through the show ip dhcp binding command?

Question

A client device on an Ethernet segment needs an IP address in order to communicate on the network. A DHCP server with IP address 192.168.1.1 has been configured and enabled on the network. How will a client device obtain a usable IP address for this network?

Question

What is the result of a network technician issuing the command ip dhcp excluded-address 10.0.15.1 10.0.15.15 on a Cisco router?

Question

 PT Activity

Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.

What is the keyword that is displayed on www.netacad.com?

Question

Which FHRP implementation is a nonproprietary IPv4-only election protocol with limited scalability?

Question

Which FHRP implementation is a Cisco-proprietary protocol that suppports IPv6 load balancing?

Question

Which FHRP implementation is a Cisco-proprietary protocol that suppports IPv6 load balancing?

Question

Which FHRP implementation is a Cisco-proprietary protocol that suppports IPv4 load sharing?

Question

Which FHRP implementation is a Cisco-proprietary protocol that suppports IPv4 load sharing?

Question

Which FHRP implementation is a nonproprietary protocol which relies on ICMP to provide IPv4 redundancy?

Question

Which FHRP implementation is a nonproprietary protocol which relies on ICMP to provide IPv4 redundancy?

Question

Which FHRP implementation is a nonproprietary IPv4-only election protocol which has one master router per group?

Question

Which FHRP implementation is a nonproprietary IPv4-only election protocol which has one master router per group?

Question

Which FHRP implementation is Cisco-proprietary and permits only one router in a group to forward IPv6 packets?

Question

The address pool of a DHCP server is configured with 10.19.44.0/24. The network administrator reserves 6 IP addresses for servers. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 10.19.44.0/24. The network administrator reserves 3 IP addresses for servers. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 10.3.2.0/24. The network administrator reserves 3 IP addresses for printers. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 172.18.93.0/25. The network administrator reserves 10 IP addresses for web servers. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 192.168.184.0/26. The network administrator reserves 18 IP addresses for access points. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 172.23.143.0/26. The network administrator reserves 14 IP addresses for file servers. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 192.168.234.0/27. The network administrator reserves 22 IP addresses for IP phones. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 10.92.71.0/25. The network administrator reserves 8 IP addresses for servers. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 10.7.30.0/24. The network administrator reserves 5 IP addresses for printers. How many IP addresses are left in the pool to be assigned to other hosts?

Question

The address pool of a DHCP server is configured with 172.21.121.0/25. The network administrator reserves 12 IP addresses for web servers. How many IP addresses are left in the pool to be assigned to other hosts?

Question

Match the step number to the sequence of stages that occur during the HSRP failover process.

  1. Step 4 → The new forwarding router assumes both the IP and MAC addresses of the virtual router.
  2. Step 3 → The standby router assumes the role of the forwarding router.
  3. Step 1 → The forwarding router fails.
  4. Step 2 → The standby router stops seeing hello messages from the forwarding router.

Question

Match the FHRP protocols to the appropriate description.

  1. GLBP → A Cisco proprietary FHRP that provides load sharing in addition to redundancy
  2. HSRP → A Cisco proprietary FHRP that provides redundancy through use of an active device and standby device
  3. VRRP → An open standard FHRP that provides redundancy through use of a virtual routers master and one or more backups