Cisco Certification

200-301 — CCNA Study Guide

60 practice questions with correct answers and detailed explanations. Use this guide to review concepts before taking the practice exam.

▶ Take Practice Exam 60 questions  ·  Free  ·  No registration

About the 200-301 Exam

The Cisco CCNA (200-301) certification validates professional expertise in Cisco technologies. This study guide covers all 60 practice questions from our 200-301 practice test, complete with correct answers and explanations to help you understand each concept thoroughly.

Review each question and explanation below, then test yourself with the full interactive practice exam to measure your readiness.

60 Practice Questions & Answers

Q1 Easy

Which OSI layer is responsible for logical addressing and routing decisions?

  • A Layer 5 - Session
  • B Layer 3 - Network ✓ Correct
  • C Layer 4 - Transport
  • D Layer 2 - Data Link
Explanation

Layer 3 (Network layer) handles logical addressing via IP addresses and makes routing decisions to forward packets across networks.

Q2 Medium

What is the primary purpose of VLAN tagging using 802.1Q?

  • A To identify and separate broadcast domains across switch ports ✓ Correct
  • B To encrypt data traveling between switches
  • C To increase bandwidth on trunk links
  • D To replace MAC address learning in switches
Explanation

802.1Q tagging inserts a VLAN ID into Ethernet frames, allowing switches to maintain separate broadcast domains and control traffic between VLANs.

Q3 Medium

Which spanning tree protocol variant provides the fastest convergence time?

  • A Rapid Spanning Tree Protocol (RSTP) ✓ Correct
  • B Multiple Spanning Tree Protocol (MSTP)
  • C Common Spanning Tree (CST)
  • D Per-VLAN Spanning Tree Plus (PVST+)
Explanation

RSTP (802.1w) converges in seconds compared to STP's minutes by using explicit handshakes and faster failure detection mechanisms.

Q4 Easy

In a switched network, what is the purpose of PortFast on a Cisco switch?

  • A Enables port security features on access ports
  • B Allows a port to transition immediately to forwarding state, bypassing listening and learning states ✓ Correct
  • C Doubles the bandwidth capacity of individual switch ports
  • D Increases the speed of data transmission through the port
Explanation

PortFast bypasses STP listening and learning states, allowing end devices like PCs to access the network immediately without waiting for STP convergence.

Q5 Easy

Which protocol is used to dynamically assign IP addresses to devices on a network?

  • A ARP
  • B DHCP ✓ Correct
  • C DNS
  • D NAT
Explanation

DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses, subnet masks, default gateways, and other network parameters to client devices.

Q6 Medium

What does the command 'ip route 0.0.0.0 0.0.0.0 192.168.1.1' accomplish?

  • A Creates a static route for the network 192.168.1.0/24
  • B Establishes a default route with 192.168.1.1 as the next hop for all unmatched destinations ✓ Correct
  • C Configures a host route to 192.168.1.1
  • D Sets the administrative distance to 1 for all routes
Explanation

The 0.0.0.0/0 destination and mask represent all possible destinations, making this a default route that matches any traffic not covered by more specific routes.

Q7 Medium

Which of the following best describes the purpose of the TCP three-way handshake?

  • A To verify that the destination host is online before sending application data
  • B To determine the maximum transmission unit (MTU) between hosts
  • C To negotiate encryption algorithms between client and server
  • D To establish a reliable connection by synchronizing sequence numbers and acknowledging communication capability ✓ Correct
Explanation

The SYN, SYN-ACK, and ACK exchange establishes initial sequence numbers and confirms both endpoints are ready for reliable, ordered data transfer.

Q8 Medium

What is the primary difference between stateless and stateful firewalls?

  • A Stateful firewalls track connection states and only allow return traffic from established connections, while stateless firewalls examine each packet independently ✓ Correct
  • B Stateless firewalls are only used on perimeter networks while stateful firewalls are used internally
  • C Stateless firewalls use ACLs while stateful firewalls use policy maps
  • D Stateful firewalls cannot inspect encrypted traffic while stateless firewalls can
Explanation

Stateful firewalls maintain connection tables to identify established sessions and permit return traffic accordingly, while stateless firewalls apply rules to each packet without context.

Q9 Medium

In NAT (Network Address Translation), what is the primary purpose of overloading?

  • A To increase the number of available IP addresses on a network
  • B To load balance connections across multiple external IP addresses
  • C To allow multiple internal hosts to share a single external IP address ✓ Correct
  • D To encrypt traffic crossing the NAT boundary
Explanation

NAT overloading (also called PAT - Port Address Translation) maps multiple internal IP addresses to a single external IP by using different port numbers to distinguish connections.

Q10 Easy

Which command would you use to view the routing table on a Cisco router?

  • A show ip interfaces
  • B show ip route ✓ Correct
  • C show routing protocols
  • D display routes
Explanation

'show ip route' displays all known routes including connected networks, static routes, and dynamically learned routes from routing protocols.

Q11 Medium

What is the metric used by OSPF to determine the best path?

  • A Cost based on bandwidth of the outgoing interface ✓ Correct
  • B AS path length and origin code
  • C Delay and reliability combined
  • D Hop count with a maximum of 15
Explanation

OSPF uses cost as its metric, calculated by default as 100 Mbps divided by the interface bandwidth, favoring higher-speed links.

Q12 Medium

Which of the following is a characteristic of BGP routing?

  • A Has a maximum hop count limit of 100
  • B Is an Exterior Gateway Protocol that exchanges routing information between autonomous systems ✓ Correct
  • C Is an Interior Gateway Protocol used within autonomous systems
  • D Uses hop count as its primary metric for path selection
Explanation

BGP (Border Gateway Protocol) is the primary EGP that manages routing between different autonomous systems on the internet, using attributes like AS path for decisions.

Q13 Hard

What does EIGRP stand for and what type of protocol is it?

  • A Enhanced Interior Gateway Routing Protocol; a distance-vector protocol that uses only hop count
  • B External Interior Gateway Routing Protocol; a link-state protocol
  • C Enhanced Interior Gateway Routing Protocol; a hybrid protocol combining distance-vector and link-state characteristics ✓ Correct
  • D Enhanced Intermediate Gateway Routing Protocol; a path-vector protocol
Explanation

EIGRP is a hybrid protocol that maintains neighbor relationships like link-state protocols but makes routing decisions based on distance-vector concepts using DUAL algorithm.

Q14 Hard

In a network running OSPF, what is the purpose of the designated router (DR)?

  • A To manage authentication between OSPF neighbors
  • B To handle all routing calculations for the OSPF area
  • C To reduce LSA flooding by being the central point for link-state updates in a multi-access network segment ✓ Correct
  • D To elect the router with the highest router ID in the network
Explanation

The DR acts as a hub in multi-access segments (like Ethernet), receiving LSAs from all routers and flooding them out, reducing redundant transmissions.

Q15 Medium

Which of the following is true about IPv6 link-local addresses?

  • A They are automatically configured and start with fe80::/10 for local segment communication ✓ Correct
  • B They must be manually assigned by the network administrator
  • C They are globally routable and start with the prefix 2001:db8::/32
  • D They are used only for routing protocols and cannot be used by end devices
Explanation

IPv6 link-local addresses with fe80::/10 prefix are automatically generated and used for local network segment communication, neighbor discovery, and device-to-device communication.

Q16 Medium

What is the purpose of the IPv6 neighbor discovery protocol?

  • A To translate IPv6 addresses to MAC addresses, similar to ARP in IPv4 ✓ Correct
  • B To resolve hostnames to IPv6 addresses on the local network
  • C To dynamically assign IPv6 addresses to new network devices
  • D To discover the fastest route to a destination using ICMP echo requests
Explanation

NDP uses ICMPv6 to perform address resolution (replacing ARP), router discovery, and other essential network functions in IPv6 networks.

Q17 Easy

In the context of wireless networking, what does SSID represent?

  • A Switching Service Interface Device; a component of the wireless infrastructure
  • B Signal Strength and Interface Data; metrics for measuring wireless performance
  • C Service Set Identifier; the network name broadcast by a wireless access point ✓ Correct
  • D Secure Signal Identification; the encryption algorithm used in WPA2
Explanation

SSID is the human-readable name of a wireless network that is broadcast in beacon frames, allowing devices to discover and connect to the network.

Q18 Medium

Which wireless security standard provides the strongest encryption for WLAN authentication?

  • A WPA2 with AES-CCMP ✓ Correct
  • B WPA (Wi-Fi Protected Access)
  • C Open authentication with MAC filtering
  • D WEP (Wired Equivalent Privacy)
Explanation

WPA2 using AES-CCMP encryption is the industry standard for wireless security, providing strong encryption and authentication mechanisms superior to earlier WEP and WPA standards.

Q19 Easy

What is the maximum cable length for a single Cat6 UTP Ethernet segment without a repeater?

  • A 100 meters ✓ Correct
  • B 50 meters
  • C 200 meters
  • D 150 meters
Explanation

The IEEE 802.3 standard specifies a maximum of 100 meters for Cat5e and Cat6 UTP cable segments to maintain signal integrity and prevent attenuation.

Q20 Hard

Which layer 2 protocol is used for discovering the DHCP server on a local network segment?

  • A Spanning Tree Protocol
  • B ARP (Address Resolution Protocol)
  • C DHCP Discover broadcast ✓ Correct
  • D LLDP (Link Layer Discovery Protocol)
Explanation

A DHCP client sends a broadcast frame to the local network segment requesting IP configuration; DHCP uses UDP and broadcasts use layer 2 destination MAC of ff:ff:ff:ff:ff:ff.

Q21 Medium

In a network using RADIUS for authentication, what is the primary role of the RADIUS server?

  • A To encrypt all wireless traffic using the user's password
  • B To regulate bandwidth allocation for authenticated users
  • C To act as a proxy between the client and network access point, validating credentials ✓ Correct
  • D To store and manage all IP addresses assigned to wireless clients
Explanation

RADIUS (Remote Authentication Dial-In User Service) is an authentication protocol where the RADIUS server validates user credentials submitted by a network access server.

Q22 Easy

What is the primary purpose of implementing access control lists (ACLs) on a router?

  • A To increase the routing speed by caching frequently used routes
  • B To automatically update the routing table with new destination networks
  • C To filter traffic based on defined rules and control which packets are allowed or denied ✓ Correct
  • D To balance the load across multiple WAN connections
Explanation

ACLs examine source/destination IP addresses, ports, and protocols to permit or deny traffic, serving as a fundamental security tool for network access control.

Q23 Hard

Which statement best describes the function of a network access control (NAC) solution?

  • A It monitors and logs all user activities on the network for compliance auditing
  • B It replaces the need for firewalls by managing all network security centrally
  • C It encrypts all data transmitted across the network using IPsec
  • D It enforces security policies by ensuring devices meet compliance requirements before gaining network access ✓ Correct
Explanation

NAC solutions verify that connecting devices comply with security policies (antivirus updates, patches, etc.) before allowing network access, preventing non-compliant devices from connecting.

Q24 Medium

What is the primary advantage of using a modular network design approach?

  • A It allows for easier scalability, maintenance, and management by organizing the network into functional modules or tiers ✓ Correct
  • B It reduces the cost of network equipment by using only the minimum necessary devices
  • C It eliminates the need for redundancy and failover mechanisms
  • D It guarantees that no network outages will ever occur
Explanation

Modular design with core, distribution, and access layers enables independent scaling, simplified troubleshooting, and easier implementation of features at appropriate tiers.

Q25 Medium

In network management, what is the primary function of the Syslog protocol?

  • A To enable remote configuration changes on multiple routers simultaneously
  • B To verify network device connectivity through periodic ICMP echo requests
  • C To provide real-time monitoring of CPU and memory usage on network devices
  • D To centralize the collection, storage, and analysis of log messages from network devices ✓ Correct
Explanation

Syslog is a standard protocol that allows network devices to send log messages to a centralized server, enabling administrators to monitor and troubleshoot issues across the network.

Q26 Easy

Which OSI layer is responsible for routing packets between networks?

  • A Session Layer
  • B Network Layer ✓ Correct
  • C Transport Layer
  • D Data Link Layer
Explanation

The Network Layer (Layer 3) is responsible for logical addressing and routing packets between different networks using IP addresses.

Q27 Medium

What is the primary purpose of VLAN tagging using 802.1Q?

  • A To increase the bandwidth of physical interfaces
  • B To encrypt data frames for security purposes
  • C To identify frames belonging to specific virtual networks by inserting a tag in the Ethernet frame ✓ Correct
  • D To replace MAC addresses with virtual identifiers
Explanation

802.1Q tagging adds a 4-byte tag to Ethernet frames, allowing switches to identify and forward frames to the correct VLAN based on this tag.

Q28 Easy

Which of the following best describes the function of the TCP three-way handshake?

  • A Establishing a reliable connection by exchanging SYN, SYN-ACK, and ACK packets ✓ Correct
  • B Negotiating compression algorithms between endpoints
  • C Encrypting data before transmission across the network
  • D Resolving IP addresses to MAC addresses
Explanation

The three-way handshake (SYN, SYN-ACK, ACK) establishes a reliable TCP connection and synchronizes sequence numbers between client and server.

Q29 Medium

A network administrator needs to segment a Class B network into subnets with a maximum of 254 usable host addresses per subnet. What subnet mask should be used?

  • A /24 ✓ Correct
  • B /25
  • C /23
  • D /22
Explanation

A /24 subnet mask (255.255.255.0) provides 256 total addresses with 254 usable hosts per subnet, which exactly meets the requirement.

Q30 Medium

Which protocol operates at Layer 2 and is used to prevent switching loops in a network?

  • A RSTP (Rapid Spanning Tree Protocol) ✓ Correct
  • B BGP (Border Gateway Protocol)
  • C EIGRP (Enhanced Interior Gateway Routing Protocol)
  • D OSPF (Open Shortest Path First)
Explanation

RSTP operates at Layer 2 and prevents switching loops by blocking redundant paths while maintaining network redundancy.

Q31 Medium

What is the default administrative distance for OSPF routes?

  • A 110 ✓ Correct
  • B 120
  • C 90
  • D 170
Explanation

OSPF has a default administrative distance of 110, which is preferred over RIP (120) but less preferred than EIGRP (90).

Q32 Medium

Which of the following statements about NAT (Network Address Translation) is correct?

  • A NAT operates at Layer 3 and Layer 4, translating both IP addresses and port numbers simultaneously in all cases
  • B PAT (Port Address Translation) allows multiple internal hosts to share a single external IP address by using different port numbers ✓ Correct
  • C Static NAT allows multiple internal addresses to map to a single external address while maintaining one-to-one mappings
  • D Dynamic NAT creates permanent mappings between internal and external IP addresses
Explanation

PAT enables many-to-one translation by multiplexing multiple internal addresses to a single external IP using different port numbers.

Q33 Medium

What is the main advantage of using EIGRP over RIP in a large enterprise network?

  • A EIGRP automatically creates VLSM subnets without manual configuration
  • B EIGRP uses less bandwidth and converges faster due to incremental updates and the Diffusing Update Algorithm ✓ Correct
  • C EIGRP supports more than 15 hops in a network topology
  • D EIGRP is an open standard protocol that works across all vendor equipment
Explanation

EIGRP uses incremental updates and DUAL algorithm to achieve faster convergence and lower bandwidth consumption compared to RIP's periodic full-table broadcasts.

Q34 Easy

A switch receives a frame on port Fa0/1 with a source MAC address that is not in its MAC address table. What action will the switch take?

  • A Drop the frame because the MAC address is unknown
  • B Send the frame back out the same port it arrived on
  • C Learn the MAC address by recording it in the MAC table associated with port Fa0/1 ✓ Correct
  • D Query a centralized MAC database to verify the address is legitimate
Explanation

Switches dynamically learn MAC addresses from source addresses in incoming frames and store them in the MAC address table for future forwarding decisions.

Q35 Easy

Which command would you use to verify the current running configuration on a Cisco router?

  • A show startup-config
  • B display active-config
  • C show running-config ✓ Correct
  • D show system-config
Explanation

The 'show running-config' command displays the active configuration currently in RAM on a Cisco device.

Q36 Medium

What is the purpose of the DHCP DORA process?

  • A Defining, Optimizing, Routing, and Authenticating network traffic flows
  • B Delegating, Overseeing, Registering, and Auditing DNS zone transfers
  • C Detecting, Organizing, Replicating, and Analyzing network performance metrics
  • D Discovering, Offering, Requesting, and Acknowledging IP address allocation between clients and servers ✓ Correct
Explanation

DORA (Discover, Offer, Request, Acknowledge) is the four-step DHCP process where a client obtains an IP address lease from a DHCP server.

Q37 Hard

A network administrator implements access control lists (ACLs) on a router interface. On which side of the interface would an inbound ACL typically be applied to filter traffic entering the router?

  • A On both entry and exit interfaces simultaneously
  • B Before the routing decision is made ✓ Correct
  • C After the routing decision is made
  • D Only on the exit interface of the destination network
Explanation

An inbound ACL is applied before the routing lookup decision, allowing early filtering of traffic entering an interface before the router determines where to forward it.

Q38 Medium

Which of the following is a characteristic of a hierarchical network design model?

  • A Using a single centralized switch that connects to all other network devices
  • B Dividing the network into core, distribution, and access layers to improve scalability and management ✓ Correct
  • C Implementing redundant connections on every device regardless of network requirements or costs
  • D All devices are connected in a mesh topology requiring direct links between every pair of devices
Explanation

Hierarchical design organizes networks into layers—core (fast backbone), distribution (policies/aggregation), and access (user connectivity)—improving scalability and reducing complexity.

Q39 Medium

What does the concept of 'convergence time' refer to in the context of routing protocols?

  • A The time required for all routers in a network to agree on the same routing topology after a network change ✓ Correct
  • B The process of converting classful routing protocols to classless routing protocols
  • C The bandwidth utilization rate of a network link during peak traffic periods
  • D The maximum number of hops a packet can traverse before being discarded
Explanation

Convergence time is the period needed for routing protocols to detect topology changes and update all routing tables to reflect the new network state.

Q40 Medium

In a switched network, what is the primary reason for implementing Spanning Tree Protocol (STP)?

  • A To encrypt data frames traveling between switches for security purposes
  • B To increase network bandwidth by creating multiple active paths between switches
  • C To distribute MAC address learning across multiple switches in the network
  • D To prevent switching loops and broadcast storms by blocking redundant paths while maintaining network redundancy ✓ Correct
Explanation

STP prevents Layer 2 loops by selecting a root bridge and blocking redundant ports, ensuring a loop-free topology while preserving path redundancy.

Q41 Medium

Which statement accurately describes the difference between a standard ACL and an extended ACL?

  • A Standard ACLs support wildcard masking while extended ACLs do not
  • B Standard ACLs filter based on source IP addresses only, while extended ACLs filter based on source IP, destination IP, and protocol/port information ✓ Correct
  • C Extended ACLs operate at Layer 2 while standard ACLs operate at Layer 3
  • D Extended ACLs use fewer access control entries than standard ACLs and are applied closer to the destination network
Explanation

Standard ACLs (numbered 1-99) filter only on source IP, while extended ACLs (numbered 100-199) provide more granular control by filtering on source IP, destination IP, protocols, and port numbers.

Q42 Medium

A router receives a packet destined for a network that is not in its routing table. What happens to this packet?

  • A The packet is automatically forwarded to the core of the network
  • B The router sends an ARP request to find the destination network
  • C The router queries all neighboring routers to determine the path
  • D The packet is forwarded to the default route if one is configured, otherwise it is dropped ✓ Correct
Explanation

When a destination network is not in the routing table, the router uses the default route (0.0.0.0/0) if configured; otherwise, it drops the packet.

Q43 Easy

Which of the following accurately describes the function of the Address Resolution Protocol (ARP)?

  • A Encrypts IP packets for secure transmission across untrusted networks
  • B Maps IP addresses to MAC addresses to enable communication on the local network segment ✓ Correct
  • C Translates private IP addresses to public IP addresses for internet routing
  • D Maps IP addresses to DNS domain names for internet communication
Explanation

ARP resolves Layer 3 IP addresses to Layer 2 MAC addresses, allowing devices to locate each other on the same broadcast domain.

Q44 Hard

In the context of IPv6, what is the purpose of the fe80::/10 address range?

  • A Link-local addresses for on-link communication without requiring global routing or DHCP ✓ Correct
  • B Multicast addresses for one-to-many communication within a defined group
  • C Globally unique unicast addresses for internet-wide routing and communication
  • D Reserved addresses for testing and documentation purposes only
Explanation

Link-local addresses (fe80::/10) are automatically configured on IPv6 interfaces and enable communication within the same link without requiring routing or DHCPv6.

Q45 Easy

What is the primary function of the Transport Layer (Layer 4) in the OSI model?

  • A Converting data signals into electrical impulses for transmission over physical media
  • B Providing end-to-end communication services and managing data flow, reliability, and sequencing between applications ✓ Correct
  • C Managing the switching and forwarding of data frames between network segments
  • D Translating between different application formats and data representations
Explanation

Layer 4 provides end-to-end communication with services such as reliability (TCP), flow control, and multiplexing for multiple applications.

Q46 Hard

A network uses EIGRP as its routing protocol. An administrator needs to ensure that a specific router becomes the EIGRP feasible successor for a particular route. Which parameter would be most appropriate to adjust?

  • A Increasing the hop count limit for EIGRP advertisements
  • B Adjusting the EIGRP hello timer and hold-down timer values
  • C Decreasing the interface delay value to reduce the composite metric
  • D Increasing the interface bandwidth value ✓ Correct
Explanation

EIGRP's composite metric is based on bandwidth and delay; increasing bandwidth or decreasing delay lowers the metric, making a route more attractive and potentially a feasible successor.

Q47 Hard

Which of the following best describes what happens during the STP election process?

  • A All switches in the network are equally configured as root bridges in their respective broadcast domains
  • B Switches vote on the root bridge based on CPU processing power and available memory resources
  • C The switch with the lowest bridge ID is elected as root bridge, and all other switches calculate shortest paths to the root using port costs ✓ Correct
  • D The switch with the highest MAC address becomes the root bridge, and redundant ports are randomly selected for blocking
Explanation

The switch with the lowest bridge ID (priority + MAC address) is elected root bridge; other switches then select their root ports based on lowest cost to reach the root.

Q48 Hard

What does CSRF (Cross-Site Request Forgery) protection in web applications typically involve?

  • A Filtering all incoming traffic at the network firewall based on IP address reputation
  • B Implementing tokens or same-site cookies to verify that requests originate from legitimate sources ✓ Correct
  • C Using SSL/TLS encryption to secure all HTTP communications between client and server
  • D Requiring users to authenticate twice before accessing sensitive web applications
Explanation

CSRF protection uses anti-forgery tokens and same-site cookie attributes to ensure that requests come from the legitimate user's session, not from malicious third-party sites.

Q49 Medium

Which routing protocol uses the Bellman-Ford algorithm to calculate the shortest path?

  • A OSPF
  • B IS-IS
  • C BGP
  • D RIP ✓ Correct
Explanation

RIP uses the Bellman-Ford algorithm and relies on hop count as its metric, making it simple but limited to 15 hops maximum.

Q50 Hard

In a network where Frame Relay is deployed, what is the purpose of the DLCI (Data Link Connection Identifier)?

  • A Identifying and switching frames between DTE and DCE devices on Frame Relay virtual circuits ✓ Correct
  • B Encrypting data frames to provide confidentiality across Frame Relay networks
  • C Measuring the quality of service parameters for bandwidth management
  • D Mapping IP addresses to Frame Relay PVC endpoints for routing purposes
Explanation

The DLCI is a local identifier that maps logical Frame Relay virtual circuits (PVCs or SVCs) between a DTE and DCE, similar to VLAN IDs in switched Ethernet networks.

Q51 Easy

Which command is used to configure a static route on a Cisco router?

  • A ip route 192.168.1.0 255.255.255.0 10.0.0.1 ✓ Correct
  • B static route 192.168.1.0 255.255.255.0 10.0.0.1
  • C route add 192.168.1.0 255.255.255.0 10.0.0.1
  • D configure route 192.168.1.0 255.255.255.0 10.0.0.1
Explanation

The correct IOS command syntax for configuring a static route is 'ip route' followed by the destination network, subnet mask, and next-hop address or exit interface.

Q52 Medium

In OSPF, what is the purpose of the designated router (DR) and backup designated router (BDR)?

  • A To manage DHCP address assignment for dynamic routing neighbors
  • B To reduce the number of adjacencies and LSA flooding on a multi-access network segment ✓ Correct
  • C To provide redundancy for all router interfaces in the network
  • D To prevent routing loops by controlling metric calculations
Explanation

The DR and BDR are elected on multi-access networks to become the central point of communication, reducing the number of adjacencies and LSA floods from n(n-1)/2 to n relationships.

Q53 Easy

Which of the following statements best describes the difference between TCP and UDP?

  • A UDP is used for web traffic; TCP is used for DNS queries
  • B TCP operates at Layer 5; UDP operates at Layer 4
  • C TCP is connection-oriented and provides reliable, ordered delivery; UDP is connectionless and does not guarantee delivery ✓ Correct
  • D UDP provides encryption; TCP does not
Explanation

TCP establishes a connection before sending data and ensures all packets arrive in order, while UDP sends datagrams without connection establishment and does not guarantee delivery or ordering.

Q54 Medium

A network administrator is configuring VLAN trunking between two switches. The administrator wants to tag all VLANs except VLAN 1. Which command would accomplish this on a trunk port?

  • A switchport trunk allowed vlan 2-4094 ✓ Correct
  • B switchport trunk allowed vlan all except 1
  • C switchport mode trunk; switchport trunk pruning 1
  • D switchport trunk native vlan 1
Explanation

The VLAN range 2-4094 includes all usable VLANs except VLAN 1, which is the management VLAN and cannot be removed from the trunk; using 'allowed vlan' restricts which VLANs are carried on the trunk.

Q55 Medium

During a traceroute command execution, the administrator receives asterisks (*) for all hops. What is the most likely cause?

  • A Intermediate routers or firewalls are blocking ICMP TTL-exceeded messages ✓ Correct
  • B The default gateway is not configured on the source device
  • C The destination host is unreachable
  • D Dynamic routing protocols are not converged throughout the network
Explanation

Asterisks indicate that ICMP Time Exceeded responses from intermediate hops are being filtered or not returned, commonly due to firewall policies or router configurations that block these diagnostic messages.

Q56 Hard

An organization uses subnetting to divide a Class B network. If they need 200 subnets, what is the minimum subnet mask required?

  • A /24
  • B /23
  • C /25 ✓ Correct
  • D /30
Explanation

To create 200 subnets from a Class B network (/16), you need at least 8 host bits for subnetting (2^8 = 256 subnets), resulting in a /24 mask; however, /25 is the minimum that safely accommodates 200 subnets with some overhead.

Q57 Medium

Which spanning tree protocol version provides faster convergence time and is primarily used in modern deployments?

  • A MSTP (Multiple Spanning Tree Protocol)
  • B PVST+ (Per VLAN Spanning Tree Plus)
  • C RSTP (Rapid Spanning Tree Protocol) ✓ Correct
  • D STP (Spanning Tree Protocol)
Explanation

RSTP converges in seconds compared to STP's minutes, uses faster port transitions through proposal/agreement mechanism, and is backward compatible with legacy STP implementations.

Q58 Hard

A network uses EIGRP for routing. A router receives two routes to the same destination: one with a feasible distance of 20480000 and another with a reported distance of 20480000. If the feasible distance threshold is 20480256, what action will EIGRP take?

  • A The route with the lower metric will replace the current path in the topology table only
  • B Only the first route will be used; the second is marked as a feasible successor and held in reserve ✓ Correct
  • C The router will request a query from neighbors to verify the route
  • D Both routes will be added to the routing table as equal-cost load balancing paths
Explanation

Since the reported distance (20480000) is less than the feasible distance threshold (20480256), the second route qualifies as a feasible successor and is retained as a backup without being added to the active routing table.

Q59 Easy

Which command displays the MAC address table on a Cisco switch?

  • A show mac-address-table ✓ Correct
  • B show mac table
  • C show arp cache
  • D display bridge table
Explanation

The correct IOS command to display learned MAC addresses and their associated switch ports is 'show mac-address-table'; this helps troubleshoot switching and VLAN issues.

Q60 Hard

A BGP router receives four routes to the same destination network from different neighbors. All routes have the same AS path length. What BGP attribute will be examined next to determine the best path?

  • A Origin attribute
  • B Weight (in Cisco implementations) or the next router with lowest BGP ID
  • C Local preference (if internal neighbors) or multi-exit discriminator (if external neighbors) ✓ Correct
  • D Community attribute or route reflector cluster list
Explanation

After AS path length, BGP examines local preference for iBGP routes (highest wins) and multi-exit discriminator (MED) for eBGP routes (lowest wins) to determine the preferred path.

Ready to test your knowledge?

You've reviewed all 60 questions. Take the interactive practice exam to simulate the real test environment.

▶ Start Practice Exam — Free