All practice questions
2237 questions
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 software developer and a network technician are configuring a bulk database migration utility across an enterprise link. The application establishes communication channels between two servers, maintains dialog control between the endpoints, and places synchronization checkpoints within the data stream so that interrupted file transfers can resume from the last saved state without starting over. Which layer of the OSI model is directly responsible for managing these dialog control and checkpoint synchronization functions?
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 engineer is analyzing the convergence behavior of a core enterprise router running Open Shortest Path First (OSPF). An active link on an adjacent network interface suddenly fails, triggering a topology update across the area. Place the operational steps in the correct sequential order from initial failure detection to final packet forwarding updates.
Drag items to arrange them in the correct order
A network administrator is reviewing IPv6 deployment standards and packet headers for an enterprise network redesign. Which of the following statements accurately describe valid IPv6 address representation rules or IPv6 header characteristics? (Select TWO.)
Select all that apply
Match each IP addressing service or protocol component to its primary administrative function within network operations.
Click a left item, then click its matching right item
Items
Matches
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?
Match each authentication and access control protocol with its corresponding transport and security characteristics.
Click a left item, then click its matching right item
Items
Matches
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?
Match each remote access or out-of-band management technology on the left with the enterprise scenario on the right for which it is the most appropriate management solution.
Click a left item, then click its matching right item
Items
Matches
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 security administrator is configuring egress filtering rules on a perimeter firewall for a multi-tenant application server. The server must authenticate external network access requests using centralized RADIUS authentication services and transmit secure transactional alert messages via encrypted email submission using STARTTLS. Which TWO of the following transport protocol and port combinations must be permitted outbound on the firewall to meet these operational requirements?
Select all that apply
A network security analyst is monitoring how a workstation handles an incoming encrypted session response starting from raw physical signal reception up to payload presentation. Place the following decapsulation actions in the correct sequential order, from the initial action occurring at the lowest OSI layer to the final action occurring at the higher OSI layer.
Drag items to arrange them in the correct order