Network Implementation
424 questions
A network architect is designing a VLSM address allocation plan starting at the beginning of the address block. Subnets must be provisioned sequentially without wasting address space in the following order:
1. Subnet A: Requires support for usable host IP addresses.
2. Subnet B: Requires support for usable host IP addresses.
3. Subnet C: Requires a point-to-point link supporting router interfaces.
4. Subnet D: Requires support for usable host IP addresses.
Assuming all subnets are properly aligned to their required CIDR boundary offsets, what is the broadcast IP address of Subnet D?
A network administrator configures a DHCP relay agent on a Layer 3 router interface to forward IP address requests from client hosts to a centralized DHCP server located on a remote subnet. Which TWO actions are performed by the DHCP relay agent during this process? (Select TWO).
Select all that apply
An edge router at a regional office receives an IPv4 packet destined for . The active routing table contains multiple valid routes from OSPF, BGP, and static configurations that match the destination network. Which TWO of the following statements correctly describe the decision process the router uses to select the forwarding path?
Select all that apply
A network infrastructure engineer is dividing the IPv4 address space using Variable Length Subnet Masking (VLSM). The subnets must be allocated contiguously starting from the lowest available network address in descending order of host requirements without wasting address blocks between subnets:
1. Subnet A: Requires usable host IP addresses.
2. Subnet B: Requires usable host IP addresses.
3. Subnet C: Requires usable host IP addresses.
What is the broadcast IP address of Subnet C?
A network administrator is setting up a new client subnet on VLAN 10. The centralized enterprise DHCP server resides on a separate subnet across a router on VLAN 20. When client workstations on VLAN 10 boot up, they fail to obtain an IP address because DHCP Discover broadcast messages are stopped by the router. Which command or feature should be configured on the router's VLAN 10 interface to forward these requests to the DHCP server?
A technician is configuring IPv4 address settings for workstations on the subnet. Which of the following IP addresses are valid usable host addresses that can be assigned to devices on this subnet? (Select TWO.)
Select all that apply
A network administrator is inspecting the interface configurations on two interconnecting enterprise switches, SW-CORP-A and SW-CORP-B. The partial configuration snippet for interface GigabitEthernet1/0/12 on SW-CORP-A is shown below:
interface GigabitEthernet1/0/12
switchport mode trunk
switchport trunk native vlan 50
switchport trunk allowed vlan 10,20,30
The corresponding interconnecting interface GigabitEthernet1/0/12 on SW-CORP-B is configured as follows:
interface GigabitEthernet1/0/12
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,50
If an untagged broadcast frame originating from an end-host assigned to VLAN 50 arrives at SW-CORP-A, what will happen to the frame when SW-CORP-A attempts to process it for transmission across interface GigabitEthernet1/0/12?
Place the steps of a DHCP Relay Agent forwarding a client's IP address request across subnets into the correct chronological order, from initial client transmission to destination server delivery.
Drag items to arrange them in the correct order
A network administrator is provisioning an IPv4 network segment for a branch office using the subnet mask (/). What is the maximum number of usable host IPv4 addresses that can be assigned to devices on this subnet?
Match each 802.1Q trunking configuration scenario on the left with its corresponding frame encapsulation and ingress/egress processing behavior on the right.
Click a left item, then click its matching right item
Items
Matches
A network technician is configuring an IEEE 802.1Q trunk link between two switch ports. Which of the following statements accurately describe the behavior and configuration requirements of the native VLAN on an 802.1Q trunk? (Select TWO.)
Select all that apply
A network administrator is configuring static IP addresses for user workstations in a newly provisioned branch office segment using the subnet . Which of the following IPv4 addresses are valid usable host addresses that can be assigned to workstations on this subnet? (Select TWO.)
Select all that apply
A network administrator is troubleshooting an IEEE 802.1Q trunk link configured between two enterprise switches, `SW-BUILDING-A` and `SW-BUILDING-B`, on interface `GigabitEthernet1/0/48`.
The administrator inspects the running configuration on both switch interfaces:
`SW-BUILDING-A# show running-config interface GigabitEthernet1/0/48`
text
interface GigabitEthernet1/0/48
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,30
`SW-BUILDING-B# show running-config interface GigabitEthernet1/0/48`
text
interface GigabitEthernet1/0/48
switchport mode trunk
switchport trunk native vlan 20
switchport trunk allowed vlan 10,20,30
Based on these interface configurations, which of the following operational outcomes or symptoms will occur across this trunk link? (Select TWO.)
Select all that apply
A network architect is implementing a Variable Length Subnet Mask (VLSM) allocation starting at the beginning of the address block for an industrial facility. The design requires three consecutive subnets allocated sequentially in descending order of size:
1. Subnet A (Industrial Controllers): Minimum of usable host IP addresses
2. Subnet B (HMI Touch Panels): Minimum of usable host IP addresses
3. Subnet C (Telemetry Sensors): Minimum of usable host IP addresses
Which of the following statements correctly describe the resulting network subnetting plan? (Select TWO.)
Select all that apply
A network technician connects four switches into a redundant topology. All four switches retain their default Spanning Tree Protocol (STP) bridge priority of 32768. The switches have the following MAC addresses:
- Switch A: 00:11:22:AA:BB:CC
- Switch B: 00:11:22:11:22:33
- Switch C: 00:11:22:FF:EE:DD
- Switch D: 00:11:22:44:55:66
Which switch will be elected as the STP root bridge?
A network technician is configuring an IPv4 interface on a server assigned a network prefix of . What is the corresponding subnet mask in dotted-decimal notation?
An enterprise router configured with OSPF receives a Link-State Update (LSU) packet containing a newer Link-State Advertisement (LSA) for a remote network segment. In what chronological order does the router process this update from initial receipt to global RIB installation?
Drag items to arrange them in the correct order
Client workstations located on VLAN 10 are unable to automatically receive IP addressing information because the network's DHCP server resides on VLAN 20 across a Layer 3 device. Which service must be configured on the router interface servicing VLAN 10 to enable DHCP request delivery to the server?
A network technician is troubleshooting an IEEE 802.1Q trunk link between two switches, `SW-DIST-01` and `SW-ACCESS-02`. The trunk is designed to transport traffic for VLAN 10 (Data), VLAN 20 (Voice), and VLAN 99 (Management), with VLAN 99 designated as the native VLAN.
On `SW-DIST-01`, interface GigabitEthernet1/0/10 is configured with the following commands:
text
interface GigabitEthernet1/0/10
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 10,20,99
On `SW-ACCESS-02`, interface GigabitEthernet0/1 is configured as follows:
text
interface GigabitEthernet0/1
switchport mode trunk
switchport trunk allowed vlan 10,20
Management traffic for VLAN 99 fails to cross the trunk link, and switch log messages alert the administrator to a native VLAN mismatch. Which of the following best explains why VLAN 99 management traffic is failing across this link?
A network administrator is provisioning IPv4 subnets from the block to support server clusters requiring at least usable host IP addresses per subnet. To maximize the number of subnets created while meeting this host requirement, which subnet mask must be configured, and what is the broadcast address of the third allocated subnet?