Network Architecture
Network Architecture
Network Architecture
– 40 MCQs with Answers and
Explanations
1.
An enterprise wants to reduce spanning tree complexity, eliminate FHRP, and
have both uplinks from access switches actively forwarding traffic. Which design
approach should they consider?
A. Layer 3 access
B. Simplified campus design with VSS or StackWise Virtual
C. Traditional Layer 2 access with HSRP
D. Routed distribution with Layer 2 access
Answer: B
Explanation: The simplified campus design with switch clustering (VSS/SWV)
creates one logical switch, eliminating FHRP and enabling active-active uplinks
via MEC.
2.
In a routed access layer design, what replaces the need for STP in the access-to-
distribution uplinks?
A. EtherChannel
B. Layer 3 point-to-point links
C. Multiple VLAN spanning
D. VRRP
Answer: B
Explanation: Routed access uses Layer 3 links between access and distribution,
removing Layer 2 loops and the need for STP on uplinks.
NETWORK ARCHITECTURE
3.
Two distribution switches run VSS. An access switch is dual-homed to both.
What is the recommended uplink configuration on the access switch?
A. Two separate Layer 2 trunks
B. Two Layer 3 routed ports
C. One EtherChannel spanning both uplinks
D. One uplink active, one standby
Answer: C
Explanation: With VSS, both uplinks are treated as if they connect to a single
switch, allowing a cross-switch EtherChannel for active-active use.
4.
Which component in the network architecture is primarily responsible for
policy enforcement and access control?
A. Core
B. Distribution
C. Access
D. WAN Edge
Answer: B
Explanation: The distribution layer enforces network policies, route filtering,
and access control between the access and core layers.
5.
An engineer needs to ensure high availability in the control plane of a VSS pair.
Which feature must be enabled?
A. NSF only
B. SSO with NSF
C. HSRP
D. MSTP
Answer: B
Explanation: SSO provides a rapid switchover between supervisors, while NSF
maintains forwarding during control plane failover.
NETWORK ARCHITECTURE
6.
Which interface mode should be configured on a switch port connecting to a
lightweight AP in centralized architecture?
A. WLAN dynamic
B. Management
C. Trunk
D. Access
Answer: C
Explanation: A trunk port is required for the AP to carry multiple VLANs
(management, CAPWAP, WLAN VLANs) to the controller.
7.
What is the main advantage of using Layer 3 access over Layer 2 access with
FHRP?
A. Easier VLAN extension across buildings
B. Simpler routing and no need for STP on uplinks
C. Allows VTP to propagate VLANs
D. Higher port density
Answer: B
Explanation: Layer 3 access eliminates loops and STP on uplinks, simplifying
convergence and design.
8.
Which two features are associated with NSF? (Choose two.)
A. Maintains Layer 2 forwarding during RP switchover
B. Maintains Layer 3 forwarding during RP switchover
C. Requires routing protocol support
D. Eliminates the need for a standby RP
E. Runs only on access switches
Answer: B, C
Explanation: NSF maintains Layer 3 forwarding and requires protocol support to
keep neighbor relationships during failover.
NETWORK ARCHITECTURE
9.
Scenario: A packet is sent from a host through three routers. The initial TTL is 2.
Where will it expire?
A. First router
B. Second router
C. Third router
D. Destination host
Answer: B
Explanation: Each router decrements TTL by 1. TTL reaches zero at the second
router, triggering an ICMP Time Exceeded.
10.
Which spanning tree version provides a separate instance per VLAN?
A. MST
B. PVST+
C. RPVST+
D. CST
Answer: C
Explanation: RPVST+ runs a rapid spanning tree instance per VLAN for faster
convergence.
11.
You configure:
ip access-list extended 100
deny tcp host [Link] eq 80 any
permit ip any any
What is blocked?
A. Traffic from [Link] to TCP port 80 on any host
B. Traffic to [Link] from TCP port 80
NETWORK ARCHITECTURE
12.
An enterprise wants both distribution switches to be completely independent
for fault isolation. Which design is preferred?
A. VSS-based simplified campus
B. Traditional Layer 2 access with FHRP
C. Routed access with Layer 3 distribution
D. Fabric-based campus
Answer: B
Explanation: Traditional designs keep independent control planes and fault
domains, unlike VSS/StackWise Virtual.
13.
In a three-tier design, the core layer’s primary purpose is to:
A. Enforce access control lists
B. Provide high-speed transport between distribution blocks
C. Aggregate access switches
D. Control spanning tree topology
Answer: B
Explanation: The core focuses on fast, reliable transport between distribution
blocks, not policy enforcement.
14.
Which benefit of EtherChannel is most relevant to the simplified campus
design?
A. Loop prevention without STP
B. Load balancing and increased bandwidth
NETWORK ARCHITECTURE
15.
An engineer wants VLANs to span across multiple access switches without
blocked uplinks. Which design element enables this?
A. Routed access layer
B. STP root guard
C. MEC or cross-stack EtherChannel
D. VTP pruning
Answer: C
Explanation: MEC or cross-stack EtherChannel allows VLANs to span without
creating STP blocking links.
16.
Which two network actions occur in the data plane? (Choose two.)
A. Add/remove 802.1Q header
B. Process NETCONF RPC
C. Run OSPF
D. Match destination MAC in CAM table
E. Negotiate BGP session
Answer: A, D
Explanation: Data plane actions involve frame/packet forwarding, such as VLAN
tagging and MAC lookups.
17.
In a traditional design, why is HSRP needed at the distribution layer?
A. To prevent loops between access switches
B. To provide a single default gateway for VLANs spanning both distribution
NETWORK ARCHITECTURE
switches
C. To speed up STP convergence
D. To reduce control plane load
Answer: B
Explanation: HSRP provides a virtual gateway IP so hosts can reach the network
regardless of which distribution switch is active.
18.
Which redundancy mode in HSRP allows both routers to actively forward
traffic?
A. Active-standby
B. Active-active
C. Load-sharing
D. Virtual active
Answer: C
Explanation: HSRP can be configured for load-sharing by making different
VLANs active on different routers.
19.
Scenario: Two distribution switches are connected via MEC to multiple access
switches. A single supervisor failure occurs. What happens?
A. Traffic is interrupted until STP reconverges
B. The standby supervisor takes over with SSO, traffic is preserved
C. All EtherChannels break
D. VLANs lose their gateway
Answer: B
Explanation: With SSO in a MEC/VSS setup, the standby takes over instantly,
preserving traffic flows.
20.
Which campus design model generally has the smallest Layer 2 domains?
A. Traditional
NETWORK ARCHITECTURE
B. Routed access
C. Simplified campus
D. Flat VLAN design
Answer: B
Explanation: Routed access puts Layer 3 boundaries at the access layer,
reducing broadcast domain size.
21.
Scenario: A core switch in a two-tier routed access design fails. What is the
impact on local VLAN traffic between two hosts connected to the same access
switch?
A. Traffic stops completely
B. Traffic continues unaffected
C. Traffic reroutes through the distribution switch
D. Traffic is flooded to all ports
Answer: B
Explanation: In routed access, local VLAN traffic within the same switch is
switched locally, unaffected by core failures.
22.
In a VSS deployment, which protocol synchronizes control-plane information
between the chassis?
A. VSL (Virtual Switch Link)
B. MEC
C. HSRP
D. VRRP
Answer: A
Explanation: The VSL carries control-plane and some data-plane traffic between
VSS members for state synchronization.
23.
NETWORK ARCHITECTURE
Which design reduces the blast radius of broadcast storms the most?
A. Large Layer 2 VLANs
B. Routed access with small VLANs
C. VTP transparent mode
D. STP portfast
Answer: B
Explanation: Routed access creates small VLANs and contains broadcasts within
a single access switch.
24.
An engineer wants to extend VLANs across multiple buildings while keeping
both uplinks active. Which feature combination should they use?
A. MST + HSRP
B. VSS + MEC
C. Routed access + OSPF
D. EtherChannel + VRRP
Answer: B
Explanation: VSS with MEC allows VLANs to span buildings with both uplinks
active and no STP blocking.
25.
In which design is FHRP not needed?
A. Traditional Layer 2
B. Routed access
C. Simplified campus
D. Both B and C
Answer: D
Explanation: Routed access and simplified campus designs eliminate VLAN
spanning across distribution switches, removing FHRP needs.
26.
NETWORK ARCHITECTURE
27.
In a simplified campus with VSS, where is the default gateway for end devices?
A. One of the distribution switches
B. The logical VSS switch
C. An external router
D. The access switch
Answer: B
Explanation: In VSS, both physical chassis act as one logical switch, which hosts
the gateway IP.
28.
Scenario: An access switch uplink fails in a routed access design. What happens
to VLAN traffic for that switch?
A. All VLANs fail
B. Only VLANs mapped to that uplink fail
C. All VLANs reroute through the second uplink
D. No traffic is affected
Answer: C
Explanation: Routed access uses redundant Layer 3 uplinks, so traffic is
rerouted via the remaining link.
29.
NETWORK ARCHITECTURE
30.
Why might a large enterprise avoid the simplified campus design?
A. Complexity of FHRP configuration
B. Limited scalability with VSS in very large deployments
C. Inability to run EtherChannel
D. Higher broadcast traffic
Answer: B
Explanation: Very large environments may face scalability or operational limits
with a single control plane in VSS.
31.
In traditional Layer 2 access, how does STP prevent loops on redundant uplinks?
A. By disabling one of the uplinks
B. By load-balancing across both uplinks
C. By using both uplinks with different VLANs
D. By blocking VLAN trunking
Answer: A
Explanation: STP blocks one redundant path to maintain a loop-free topology.
32.
Which design allows per-VLAN load balancing across distribution switches in a
traditional model?
NETWORK ARCHITECTURE
A. MSTP
B. PVST+
C. RPVST+
D. PVST+ with different STP roots per VLAN
Answer: D
Explanation: By configuring each distribution switch as STP root for different
VLANs, load can be split.
33.
In NSF operation, what role do routing neighbors play?
A. They send keepalive messages to restart NSF
B. They hold routes in place while the NSF router recovers
C. They re-advertise default routes immediately
D. They block all traffic until NSF finishes
Answer: B
Explanation: NSF-capable neighbors maintain adjacency and routes to allow
seamless recovery.
34.
Scenario: You see MAC addresses from multiple VLANs on the same uplink to a
wireless controller. Which interface type is likely used?
A. Routed port
B. Access port
C. Trunk port
D. SPAN port
Answer: C
Explanation: Trunk ports carry multiple VLANs, typical for WLC uplinks.
35.
Which two are valid reasons to choose traditional Layer 2 access over routed
access? (Choose two.)
A. Simpler troubleshooting for small teams
NETWORK ARCHITECTURE
36.
In a VSS design, what happens if the VSL fails but both switches are still
running?
A. Both switches become active, causing a split-brain
B. The standby shuts down to prevent split-brain
C. All MEC links fail
D. Traffic reroutes via STP
Answer: B
Explanation: VSS has a mechanism where one chassis shuts down in case of VSL
failure to avoid dual-active scenarios.
37.
Which type of switch interface is best for a routed access uplink?
A. Access port
B. Trunk port
C. Routed port (no switchport)
D. EtherChannel trunk
Answer: C
Explanation: Routed access uplinks use Layer 3 point-to-point links, configured
as routed ports.
38.
Why does Layer 3 access eliminate STP on uplinks?
A. Because VLANs are extended to distribution
B. Because uplinks are in different VLANs
NETWORK ARCHITECTURE
39.
Scenario: You’re troubleshooting a network where hosts are intermittently
losing connectivity to the gateway in a traditional Layer 2 design. What should
you check first?
A. Routing protocol timers
B. HSRP status on both distribution switches
C. VLAN pruning
D. EtherChannel hashing algorithm
Answer: B
Explanation: HSRP issues can cause gateway failovers and intermittent
connectivity in traditional designs.
40.
Which statement about SSO is correct?
A. It restarts all routing protocols during switchover
B. It synchronizes hardware and software state to the standby
C. It only applies to Layer 2 switching
D. It prevents the need for NSF
Answer: B
Explanation: SSO synchronizes the active and standby supervisors’ state,
enabling a near-hitless switchover.
C. Cisco Meraki.
D. Cisco Unified Wireless Network.
Answer: C
Explanation: Cisco Meraki provides a cloud-based AP architecture where all
access points are managed and monitored centrally through a cloud-based
dashboard, offering a simplified and scalable solution.
to forward traffic. It's where the decision-making logic resides, handling tasks
like running routing protocols, ARP, and STP.
14. Which wireless security protocol is considered the most secure and is
recommended for modern deployments?
A. WEP.
B. WPA.
C. WPA2.
D. WPA3.
Answer: D
Explanation: WPA3 is the latest and most secure wireless security protocol. It
offers enhanced encryption and authentication, including individualized data
encryption in public Wi-Fi networks and stronger password-based
authentication.
16. What is the primary purpose of Spanning Tree Protocol (STP) in a Layer 2
LAN?
A. To aggregate multiple physical links into a single logical link.
B. To provide dynamic IP address assignment to hosts.
C. To prevent Layer 2 switching loops while allowing for redundant paths.
D. To prioritize certain types of network traffic.
Answer: C
Explanation: STP is a Layer 2 protocol designed to prevent switching loops in a
network with redundant paths. It does this by selectively blocking certain ports,
creating a loop-free logical topology while still allowing for physical redundancy.
17. What is the default VTP (VLAN Trunking Protocol) mode on a Cisco switch?
A. Client.
B. Server.
C. Transparent.
D. Off.
Answer: B
Explanation: The default VTP mode on a Cisco switch is Server. In this mode, a
switch can create, modify, and delete VLANs, and these changes are advertised
to other switches in the same VTP domain.
A. Public IP address.
B. Multicast IP address.
C. Private IP address.
D. Loopback IP address.
Answer: C
Explanation: Private IP addresses are specified in RFC 1918 and are used for
internal networks. They are not globally unique and cannot be routed on the
public internet, requiring NAT to communicate with external networks.
23. Which Layer 2 security feature restricts the number of MAC addresses
learned on a switch port to prevent CAM table overflow attacks?
A. DHCP Snooping.
B. Dynamic ARP Inspection (DAI).
C. Port Security.
D. 802.1X.
Answer: C
NETWORK ARCHITECTURE
24. Which Cisco IOS command is used to verify the entries in a switch's MAC
address table?
A. show interfaces status.
B. show mac address-table.
C. show vlan brief.
D. show ip route.
Answer: B
Explanation: The show mac address-table command is used to display the
contents of a switch's MAC address table, which maps MAC addresses to the
ports on which they were learned.
27. What is the purpose of VXLAN (Virtual Extensible LAN) in modern network
architectures?
A. To extend Layer 2 networks over a Layer 3 underlay, enabling greater
scalability and flexibility.
B. To provide Quality of Service (QoS) for real-time applications.
C. To encrypt traffic between network devices.
D. To manage wireless access points.
Answer: A
Explanation: VXLAN is an overlay tunneling technology that allows a Layer 2
network to be extended over a Layer 3 network. This is a key technology for
building scalable and flexible virtual networks in data centers and with SD-
Access.
31. What is the key characteristic of an Extended Access Control List (ACL) in
IPv4?
A. It filters traffic based only on the source IP address.
B. It filters traffic based on source IP, destination IP, port numbers, and protocol
types.
C. It applies filters only to incoming traffic on an interface.
D. It uses named ACLs exclusively.
Answer: B
Explanation: Extended ACLs provide more granular control than standard ACLs.
They can filter traffic based on a wider range of criteria, including source and
destination IP addresses, protocol types (like TCP, UDP), and source and
destination port numbers.
34. Which Cisco DNA Center component helps organize the network
infrastructure for provisioning and automation, supporting global to local
sites?
A. IP Address Pools.
B. Network Hierarchy.
C. Assurance Dashboard.
D. Template Editor.
Answer: B
Explanation: The Network Hierarchy in Cisco DNA Center's design tool is used
to organize network devices by their physical location, from a global view down
to specific floors within a building. This structure is essential for scalable
provisioning and automation.
C. Monitor.
D. Sniffer.
Answer: C
Explanation: In Monitor mode, a lightweight AP dedicates its radio to scanning
for rogue access points, interfering devices, and other wireless threats. It does
not allow any clients to connect while in this mode.
37. What is a key benefit of using data modeling languages like YANG?
A. They provide human-readable scripts for automation.
B. They offer a standardized and structured way to define network
configuration and state data, improving consistency and scalability across multi-
vendor environments.
C. They are used exclusively for XML encoding.
D. They are Cisco proprietary and not applicable to multi-vendor networks.
Answer: B
Explanation: YANG (Yet Another Next Generation) is a data modeling language
that provides a standardized, structured way to define network configuration
NETWORK ARCHITECTURE
and state data. This standardization is critical for achieving consistency and
scalability in network automation, especially in multi-vendor environments.
38. Which QoS component involves classifying traffic into different categories
and then marking packets (e.g., with CoS or DSCP values) to indicate their
priority?
A. Queuing.
B. Congestion Avoidance.
C. Classification and Marking.
D. Policing and Shaping.
Answer: C
Explanation: Classification and marking is the first step in applying QoS
policies. Classification is the process of categorizing traffic (e.g., voice, video,
best-effort), and marking is the act of adding a value to the packet header (like
CoS or DSCP) to indicate its priority and treatment.