Network Implementation
424 questions
A network engineer is troubleshooting high latency and packet retransmissions in a densely populated multi-tenant office building. A site survey reveals that four adjacent enterprise access points (APs) in the 5 GHz spectrum were all configured with 80 MHz channel bonding using channels 36, 40, 44, and 48 (UNII-1 band). Because these four 20 MHz sub-channels comprise a single 80 MHz bonded channel, all four access points are competing for the exact same frequency space. Which of the following channel management strategies should the engineer implement to eliminate co-channel interference while maintaining distinct, non-overlapping channels for each access point?
During a routine wireless inspection, a technician discovers that an access point positioned between two existing access points operating on channels 1 and 6 has been configured to use channel 4, resulting in severe adjacent-channel interference. Which channel should be assigned to this access point to ensure all three access points use non-overlapping channels in the 2.4 GHz band?
A network engineer is configuring address translation policies on an enterprise edge firewall. Match each specific technical mapping requirement on the left with its corresponding address translation implementation type on the right.
Click a left item, then click its matching right item
Items
Matches
During a security compliance audit of network documentation, a systems engineer needs to standardize an abridged IPv6 address into its complete 128-bit explicit form.
What is the fully expanded, uncompressed representation of the IPv6 address 2001:db8:40::ae0:12?
A network administrator configures interface GigabitEthernet0/2 on switch SW-CORE-01 as an 802.1Q trunk with the following commands:
text
interface GigabitEthernet0/2
switchport mode trunk
switchport trunk native vlan 50
switchport trunk allowed vlan 10,20,30
Which of the following describes how switch SW-CORE-01 will handle an incoming untagged Ethernet frame received on interface GigabitEthernet0/2?
A network engineer is configuring a Layer 3 gateway router to forward broadcast DHCP discovery messages from client devices in VLAN 40 (192.168.40.0/24) to a centralized DHCP server located at 10.200.10.50. On which interface must the helper address command (`ip helper-address 10.200.10.50`) be applied for the router to intercept client broadcasts and forward them as unicast packets?
A network administrator is configuring an IEEE 802.1Q trunk link between two switches in an enterprise building. Which of the following statements correctly describe the standard operational behavior of 802.1Q trunking and native VLANs on this interconnect? (Select TWO.)
Select all that apply
Match each VLAN configuration concept or 802.1Q trunking parameter on the left with its corresponding operational behavior or frame-handling mechanism on the right.
Click a left item, then click its matching right item
Items
Matches
An enterprise network engineer is troubleshooting an issue where hosts on a private subnet () experience intermittent outbound connection failures when accessing external cloud resources. The perimeter firewall is configured to perform Port Address Translation (PAT) using a single public IP address (). Diagnostic logs indicate that while active web sessions function normally, new outbound TCP connections fail during peak traffic periods because all available high-numbered ephemeral source ports on the gateway's public address are fully allocated. Which configuration change should the engineer implement on the firewall to resolve this session scaling issue while preserving private internal IP addressing?
An enterprise network administrator is auditing an organization's authoritative external DNS server configuration following a security compliance review. The audit requires configuring zone replication securely, ensuring proper transport protocol handling for large DNSSEC-signed payloads, and maintaining compliant email sender verification. During diagnostic testing, the administrator executes the following `dig` commands against the primary authoritative name server:
text
$ dig @ns1.example.com example.com AXFR
;; communications error to 192.0.2.10#53: end of file
$ dig @ns1.example.com example.com +dnssec +bufsize=4096
;; Truncation flag (TC) set; retrying over TCP...
;; Query time: 14 msec
;; SERVER: 192.0.2.10#53(192.0.2.10) (TCP)
;; MSG SIZE rcvd: 2840
Based on the diagnostic output and DNS architectural standards, which TWO of the following statements correctly identify the underlying transport requirements and resource record implementations for this environment?
Select all that apply
A network technician needs to configure a router so that multiple workstations on an internal private network can access external web resources simultaneously using a single public IP address assigned by the ISP. Which address translation technology accomplishes this by assigning unique Layer 4 port numbers to each session?
An engineer is troubleshooting a newly configured IEEE 802.1Q trunk link on interface `GigabitEthernet 0/2` connecting two switches, `SW-DIST-01` and `SW-ACCESS-01`. Users connected to VLAN 50 report a total loss of inter-switch connectivity, whereas users on VLAN 10 and VLAN 20 experience normal operations across the trunk. The interface configuration on `SW-DIST-01` is shown below:
text
interface GigabitEthernet0/2
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 10,20,99
Which configuration command should the engineer execute on `SW-DIST-01` to restore inter-switch connectivity for VLAN 50?
A network engineer connects two enterprise switches, `SW-BuildingA` and `SW-BuildingB`, over interface `GigabitEthernet0/12`. The switchport configurations are as follows:
SW-BuildingA (Gi0/12):
text
switchport mode trunk
switchport trunk native vlan 50
switchport trunk allowed vlan 10,20,50
SW-BuildingB (Gi0/12):
text
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,30
A host connected to an access port in VLAN 50 on `SW-BuildingA` transmits an untagged broadcast frame destined for its local subnet. Which of the following best describes the processing and flow of this frame as it travels to `SW-BuildingB`?
An enterprise border router maintains multiple dynamic routing protocols alongside static routes to reach remote subnets. When an incoming IPv4 packet arrives at an ingress interface, the router's decision process evaluates several criteria to select the winning route entry. In what sequential order does the router evaluate these routing criteria to select the path for packet forwarding?
Drag items to arrange them in the correct order
A network administrator is assigning subnets for small remote branch offices. Each office requires an IPv4 subnet that can support at least usable host IP addresses. What is the minimum CIDR prefix length (enter the integer prefix number, such as 24 for a subnet) that satisfies this requirement?
A network engineer is provisioning an IP subnet for a server pool that requires static assignment for exactly usable host IP addresses. Which Classless Inter-Domain Routing (CIDR) prefix represents the most space-efficient subnet mask that accommodates all required host addresses?
A network technician needs to configure a switch interface that connects to an upstream distribution switch. The link must carry traffic for multiple VLANs concurrently over the single physical link using IEEE 802.1Q tagging. Which interface configuration command must be applied to achieve this functionality?
A network administrator is updating the configuration of an IEEE 802.1Q trunk link on interface `GigabitEthernet1/0/48` connecting two switch stacks. The interface currently passes traffic for VLANs 10, 20, and 30. The administrator must permit VLAN 50 across the link without disrupting the traffic of the existing VLANs. Which command should be applied under interface configuration mode to accomplish this requirement?
A network administrator is troubleshooting an IEEE 802.1Q trunk link between two switches, SW-Access-A and SW-Access-B. On SW-Access-A, interface GigabitEthernet1/0/1 is configured as an 802.1Q trunk with native VLAN 20 and allowed VLANs 10, 20, and 30. On SW-Access-B, interface GigabitEthernet1/0/1 is configured as an 802.1Q trunk with native VLAN 1 and allowed VLANs 10, 20, and 30. Which of the following operational outcomes will occur on this trunk link? (Select TWO.)
Select all that apply
A network router has learned multiple routes to the same destination network from different routing sources. Arrange the following route sources in order of administrative distance priority, from the most trustworthy source (lowest administrative distance) to the least trustworthy source (highest administrative distance).
Drag items to arrange them in the correct order