Skip to main content

Last updated: May 2026

Practice Exam

400-007 CCDECisco Certified Design Expert (CCDE)

Test your knowledge with official exam-style questions

Questions25Passing750/1000Exam time

Questions and options are shuffled each attempt

Cisco Certified Design Expert (CCDE)Practice Set 1: All Questions & Explanations

Full question text, answer options, and explanations for this practice set — a spoiler-free alternative is the interactive quiz above for scored, shuffled practice.

  1. . A large financial institution is designing a new enterprise network. The CTO mandates sub-second failover for all routed paths to protect trading application SLAs. The network design team must choose between OSPF and IS-IS as the core IGP. From a design perspective, which factor most strongly differentiates IS-IS from OSPF for a large-scale, sub-second convergence design?

    • A. IS-IS uses link-state PDUs that run directly over Layer 2, making it immune to IP routing issues during convergence and enabling faster SPF calculation on large topologies(correct)
    • B. OSPF uses Dijkstra SPF calculation while IS-IS uses Bellman-Ford distance vector, making IS-IS more scalable for large networks
    • C. IS-IS supports only IPv4 while OSPF supports both IPv4 and IPv6 natively via OSPFv3
    • D. OSPF requires a two-area hierarchy (backbone area 0 and stub areas) which IS-IS avoids entirely, making OSPF simpler for flat topologies

    Explanation: IS-IS runs directly over Layer 2 (it uses its own PDU type directly on the data link, not encapsulated in IP), which means IS-IS adjacencies and flood operations are not dependent on IP routing being functional — a critical operational advantage in a large network where IP misconfiguration could cascade. IS-IS also scales better in single-area designs because the NSAP address space is not tied to IP addressing. Both IS-IS and OSPF use Dijkstra SPF (option B is false — IS-IS is link-state, not distance vector). IS-IS supports both IPv4 and IPv6 via multi-topology (MT) extensions (option C is false). Both protocols support hierarchical area designs (option D is partially false — OSPF requires area 0, but IS-IS has Level 1/Level 2 hierarchy without a mandatory backbone area restriction).

  2. . A multinational corporation is evaluating whether to replace its existing MPLS WAN (managed service) with a Cisco SD-WAN (Viptela) solution using DIA (Direct Internet Access) breakout. The network architect must present a TCO analysis to the board. Which factor most significantly shifts the TCO in favor of SD-WAN over managed MPLS for a company with 200 branch offices?

    • A. SD-WAN hardware (vEdge or Catalyst 8000 routers) has higher CapEx than MPLS CPE, increasing the total five-year cost
    • B. SD-WAN reduces OpEx by replacing expensive MPLS circuits with lower-cost internet broadband and LTE links, while offloading SaaS traffic locally rather than backhauling it to the data center(correct)
    • C. MPLS provides guaranteed SLA jitter and latency values that SD-WAN over the internet cannot replicate, making MPLS the only valid choice for voice-critical applications
    • D. SD-WAN eliminates the need for WAN routers entirely, reducing both CapEx and OpEx to near zero

    Explanation: The primary TCO driver favoring SD-WAN over managed MPLS is OpEx reduction: MPLS bandwidth costs are typically 10–50x higher per Mbps than internet broadband, and for 200 branches this cost difference is substantial over a 5-year period. Additionally, SD-WAN application-aware routing can send SaaS traffic (Office 365, Salesforce, Webex) directly to the internet from each branch, avoiding backhauling it to a data center over expensive MPLS circuits. SD-WAN does require hardware (option A), but the circuit cost savings more than offset hardware CapEx at scale. MPLS does offer better predictable SLA (option C), but SD-WAN with multiple WAN links and application-aware failover meets the requirements for most enterprise voice/video applications. SD-WAN does not eliminate WAN routers (option D).

  3. . A network architect is designing a new campus network for a 5,000-employee organization. The CTO wants to evaluate traditional three-tier hierarchical design (core/distribution/access) versus Cisco SD-Access (LISP/VXLAN fabric). Which design consideration most strongly favors SD-Access over traditional three-tier design?

    • A. SD-Access eliminates the need for Layer 3 routing in the campus entirely, simplifying the design
    • B. Traditional three-tier design cannot support redundant uplinks without Spanning Tree, while SD-Access eliminates STP from the fabric using VXLAN with ECMP routing
    • C. SD-Access provides micro-segmentation via SGT (Scalable Group Tags) without requiring VLAN proliferation, enabling policy-based segmentation for users, IoT, and guests across the entire fabric(correct)
    • D. SD-Access reduces hardware costs because it only requires a single control plane node for the entire campus

    Explanation: The primary design advantage of SD-Access over traditional three-tier for large enterprises is SGT-based micro-segmentation. In a traditional design, segmenting users, IoT devices, and guest traffic requires separate VLANs per segment per access switch, leading to VLAN sprawl that is operationally complex to manage across hundreds of switches. SD-Access uses LISP for the control plane (endpoint mobility) and VXLAN for the data plane, with SGTs assigned per user/device identity to enforce policy throughout the fabric regardless of physical location — without requiring a new VLAN for each segment. SD-Access does require Layer 3 routing (option A is false). Traditional three-tier with routed access eliminates STP; SD-Access does eliminate STP in the fabric but traditional L3 access designs also achieve this (option B overstates the differentiator). SD-Access requires multiple control plane nodes for redundancy (option D is false).

  4. . A network architect is designing a technology migration from a legacy hub-and-spoke MPLS network to SD-WAN for a company with 300 branches. The project has a 12-month timeline. The architect must recommend a migration strategy that minimizes risk to production applications during the transition. Which migration approach best balances risk and speed?

    • A. Big-bang migration: decommission all MPLS circuits simultaneously during a single weekend maintenance window and activate SD-WAN for all 300 branches concurrently
    • B. Phased migration: deploy SD-WAN in parallel with existing MPLS at pilot branches first, validate application performance, then migrate in regional waves of 20–30 branches while MPLS remains as a fallback(correct)
    • C. Immediate migration of the headquarters WAN first, then extend MPLS contracts for all 300 branches for another 12 months to allow additional planning
    • D. Deploy SD-WAN overlay on top of existing MPLS circuits for all 300 branches simultaneously without touching the MPLS underlay configuration

    Explanation: A phased migration with parallel operation is the standard CCDE-recommended approach for large WAN technology transitions. By running SD-WAN in parallel with MPLS at a pilot site, the team validates SD-WAN performance, routing policies, QoS behavior, and failover before committing production branches. Regional waves allow the team to apply lessons learned from earlier phases. MPLS as fallback during each wave provides a rollback path if critical applications fail. A big-bang migration (option A) is extremely high-risk for 300 branches — a single configuration error could affect the entire organization simultaneously with no fallback. Option C unnecessarily extends the timeline and cost without migration progress. Option D (overlaying SD-WAN on MPLS without changing anything) does not achieve the goal of replacing MPLS with internet broadband circuits.

  5. . A network architect is designing capacity planning for a large enterprise. The core routing infrastructure must support sub-second reconvergence when a 100 Gbps core link fails. The design uses IS-IS with BFD for failure detection. A critical design constraint is that the OSPF/IS-IS SPF run time must not exceed 100 ms for the 500-router topology. Which design mechanism best ensures sub-100 ms SPF completion?

    • A. Increase the IS-IS hello interval to 30 seconds to reduce SPF triggering frequency
    • B. Implement IS-IS incremental SPF (iSPF) and tune SPF throttle timers (initial-wait: 50ms, second-wait: 200ms, max-wait: 5000ms) to limit unnecessary SPF recalculations while ensuring rapid first SPF run(correct)
    • C. Reduce the IS-IS flooding scope by creating multiple Level 1 areas, each with fewer than 50 routers, to limit the LSP database size per area
    • D. Disable BFD and rely on IS-IS native hello timers at 1-second intervals to reduce CPU overhead from BFD sessions

    Explanation: IS-IS incremental SPF (iSPF) recalculates only the affected portion of the SPF tree when a topology change occurs, instead of running a full Dijkstra SPF over the entire LSDB. This dramatically reduces SPF CPU time in large topologies. Tuning SPF throttle timers controls SPF pacing: the initial-wait timer (50ms recommended) determines how quickly SPF runs after the first topology change, enabling fast initial convergence. The second-wait and max-wait timers implement exponential backoff to prevent SPF thrashing during flapping. Increasing the hello interval (option A) would slow failure detection, not improve SPF speed. Reducing topology scope via multiple Level 1 areas (option C) is a valid scalability design but is a topological restructuring, not a per-router SPF tuning mechanism. Disabling BFD (option D) would increase failure detection time from milliseconds to seconds, defeating the sub-second convergence requirement.

  6. . A network architect is designing IPv6 addressing for a large enterprise with 150 sites. The organization has received a /32 IPv6 prefix from their ISP. The architect plans to allocate a /48 per site. How many sites can be supported with individual /48 allocations from the /32?

    • A. 256 sites
    • B. 65,536 sites(correct)
    • C. 16,777,216 sites
    • D. 4,294,967,296 sites

    Explanation: A /32 IPv6 prefix contains 2^(48-32) = 2^16 = 65,536 individual /48 allocations. This is why ISPs typically receive /32 or larger allocations — they can distribute /48 prefixes to each enterprise customer. A /48 per site is the IETF recommendation (RFC 6177) for enterprise site allocations, providing each site with 2^16 = 65,536 /64 subnets. 256 sites (option A) would result from allocating /40s from a /32. 16 million (option C) would be /56 per site from a /32. 4 billion (option D) would be /64 per site from a /32.

  7. . A network architect is designing a large-scale data center network. The fabric uses BGP as the routing protocol between leaf and spine nodes (BGP in the DC). Which characteristic of BGP makes it preferable to OSPF or IS-IS as the routing protocol for a large-scale leaf-spine data center fabric?

    • A. BGP converges faster than OSPF or IS-IS because it uses incremental updates and does not run Dijkstra SPF
    • B. BGP supports policy-based routing control (route-maps, prefix-lists, communities) that enables per-tenant traffic engineering and multi-tenancy VRF separation without running a full link-state flood domain across all fabric nodes(correct)
    • C. BGP requires fewer router resources (CPU and memory) than IS-IS in a 1,000-node topology because BGP tables are smaller than IS-IS LSDBs
    • D. BGP is the only routing protocol supported on Cisco Nexus 9000 leaf-spine switches

    Explanation: In large-scale leaf-spine fabrics (especially with EVPN/VXLAN), BGP is preferred because its per-neighbor policy control and NLRI (network layer reachability information) architecture avoids the scalability limitation of flooding link-state updates to every node in the topology. Each spine-leaf BGP session can have independent policies, allowing fine-grained control of route advertisement and manipulation using communities and route-maps. BGP does not use Dijkstra SPF, but it does not necessarily converge faster than IS-IS (option A — IS-IS with BFD and iSPF can be faster). BGP tables are generally larger and more memory-intensive than IS-IS LSDBs (option C is false). Cisco Nexus 9000 supports IS-IS and OSPF as well (option D is false).

  8. . A network architect is designing the SD-Access fabric control plane. The deployment will have 3 border nodes and 2 control plane nodes (LISP Map-Server/Map-Resolver). Which border node type should be used when the fabric needs to route traffic to destinations outside the SD-Access fabric (internet, data center, branch offices) that are not part of the fabric?

    • A. Default border node — connects the fabric to external networks and is the exit point for traffic with unknown EIDs(correct)
    • B. Anywhere border node — connects fabric sites to each other across a routed network between fabric domains
    • C. Exit border node — connects only to the internet and drops all RFC 1918 traffic
    • D. Transit control plane node — extends the LISP map-server function to external routed domains

    Explanation: In Cisco SD-Access, a Default Border Node (also referred to as Border Node in some versions) is the standard exit point for fabric traffic destined to external networks — internet, data center, MPLS/SD-WAN, or other non-fabric sites. The fabric edge nodes route traffic for unknown EIDs (endpoint identifiers not registered in the LISP map-server) to the default border node. An Anywhere Border Node (option B) is a specific type used to interconnect separate SD-Access fabric domains across a traditional routed underlay — it is not the exit point for internet/DC traffic. There is no 'Exit border node' type (option C) as a distinct Cisco SD-Access classification. A transit control plane node (option D) is not a standard SD-Access border node role.

  9. . A network architect is evaluating the MPLS label stack for an L3VPN service. A customer packet enters the MPLS network at the ingress PE and is forwarded to the egress PE via P routers. How many labels are in the MPLS label stack for a standard L3VPN packet on the wire between two P routers in the core (not at the PE-PE boundary)?

    • A. Zero labels — P routers perform IP lookups for L3VPN traffic
    • B. One label — only the inner VPN label is present after the outer transport label is swapped
    • C. Two labels — outer transport label (LDP or SR) and inner VPN label (BGP VPN label)(correct)
    • D. Three labels — outer transport label, inner VPN label, and an additional QoS EXP label

    Explanation: An MPLS L3VPN packet carries exactly two labels between PE and P (and P-to-P) routers: the outer label (transport/tunnel label distributed by LDP or Segment Routing) which directs the packet hop-by-hop to the egress PE, and the inner VPN label (the BGP-distributed VPN label, also called the VPNv4 label) which identifies the VRF on the egress PE. P routers only see and swap the outer label (they perform label switching, not IP lookups, and do not read the inner VPN label). The outer label is popped by the penultimate-hop router (PHP) just before the egress PE, leaving only the inner VPN label, but between P routers both labels are present. MPLS EXP bits are a 3-bit field within the label header itself, not a separate label (option D is incorrect — there is no separate QoS label).

  10. . A network architect is designing traffic engineering for latency-sensitive financial trading applications that require sub-5 ms path latency over a multi-hop IP/MPLS backbone. The architect wants to use Segment Routing Traffic Engineering (SR-TE) with an explicit path. Which SR-TE path computation method provides the most scalable solution without requiring a per-flow RSVP-TE state in the network?

    • A. RSVP-TE with CSPF (Constrained Shortest Path First) — a signaled tunnel with bandwidth reservation on each hop
    • B. SR-TE policy with an explicit segment list specifying node-SIDs or adjacency-SIDs for each hop, computed by a PCE (Path Computation Element) or statically configured — no per-hop signaling state required(correct)
    • C. LDP with traffic engineering extensions to prefer low-latency paths using MED attributes in the LIB
    • D. BGP-CT (BGP Color-Based Traffic Engineering) using communities to mark latency-sensitive prefixes for alternate path selection

    Explanation: SR-TE policies encode the explicit path as a stack of segment IDs (SIDs) in the packet header at the ingress node. No per-hop signaling state (as required by RSVP-TE) is needed at intermediate nodes — they simply perform label operations based on the top SID in the stack. This is the key scalability advantage of SR-TE over RSVP-TE: only the headend (ingress PE) and a centralized PCE need to maintain path state, while core P routers remain stateless. RSVP-TE (option A) requires per-tunnel state at every hop (PATH and RESV state), which does not scale for thousands of TE tunnels. LDP (option C) does not support traffic engineering constraint-based routing — it is a pure hop-by-hop forwarding protocol. BGP-CT (option D) is a valid approach for intent-based routing but operates at the BGP route level, not per-packet path specification.

  11. . A network architect is designing WAN connectivity for a retail chain with 500 stores. Each store generates 500 Mbps peak bandwidth to reach cloud-hosted POS and inventory applications. The stores currently use MPLS with 50 Mbps circuits that are consistently congested. A new cloud-direct architecture is being evaluated. Which WAN design most cost-effectively addresses the bandwidth and cloud access requirements?

    • A. Upgrade all 500 MPLS circuits to 1 Gbps to resolve congestion while maintaining predictable SLAs
    • B. Replace MPLS with SD-WAN using dual-broadband (cable + LTE backup) at each store, with application-aware policy to route cloud SaaS traffic directly to the internet from the store(correct)
    • C. Deploy dedicated leased lines (point-to-point T3/E3) from each store to the nearest AWS Direct Connect location
    • D. Use satellite broadband as the primary WAN link for all 500 stores to provide consistent coverage regardless of location

    Explanation: SD-WAN with local internet breakout (DIA — Direct Internet Access) is the optimal design for cloud-first retail: broadband internet (cable/fiber) provides significantly more bandwidth per dollar than MPLS, and SD-WAN application-aware routing sends cloud application traffic directly to the internet without backhauling through a data center. LTE provides automatic WAN failover. For a retail chain with cloud-hosted applications, this design provides better bandwidth, lower cost, and better user experience for SaaS. Upgrading MPLS circuits (option A) to 1 Gbps is extremely expensive at 500 locations. Dedicated leased lines to Direct Connect (option C) adds unnecessary complexity — cloud applications don't require Direct Connect from every branch. Satellite (option D) has high latency (500ms+ for GEO) and low bandwidth, making it unsuitable as a primary WAN link for POS applications.

  12. . A network architect is designing an MPLS L3VPN topology for a financial services company. The company's security policy requires that all inter-branch traffic must be inspected by a centralized firewall at the headquarters data center. Which MPLS VPN topology enforces this requirement?

    • A. Any-to-any (full-mesh) MPLS VPN — all branch VPNv4 routes are distributed to all PEs, allowing direct branch-to-branch communication
    • B. Hub-and-spoke MPLS VPN — branch sites (spokes) only import routes from the hub; branch-to-branch traffic must traverse the hub PE where the firewall is connected(correct)
    • C. Option B inter-AS MPLS VPN — routes traverse an ASBR between two provider ASes, enabling firewall inspection at the ASBR
    • D. VPLS (Virtual Private LAN Service) — all sites share a single broadcast domain, forcing all traffic through the headquarters PE

    Explanation: Hub-and-spoke MPLS L3VPN design places the headquarters site as the hub VRF and branch sites as spoke VRFs. Spoke sites only receive routes from (and send routes to) the hub — they do not receive routes from other spokes. This means all inter-branch traffic must be routed through the hub PE and then to the headquarters firewall before being forwarded to the destination branch. RT (Route Target) import/export policies implement this: spokes export to a spoke-RT that only the hub imports, and the hub exports to a hub-RT that the spokes import. Any-to-any full mesh (option A) allows direct spoke-to-spoke communication, bypassing the firewall. Option B inter-AS (option C) is a multi-provider interconnect model, not a topology for firewall enforcement. VPLS (option D) is a Layer 2 VPN service and does not inherently force traffic through a single point.

  13. . A network architect is designing WAN QoS for an enterprise SD-WAN deployment. The organization uses a third-party MPLS provider with DSCP-transparent transport. The architect must ensure that DSCP markings set by the enterprise QoS policy are preserved end-to-end across the MPLS cloud. Which mechanism ensures DSCP preservation in the MPLS provider network?

    • A. Configure traffic shaping at the CE router to buffer and pace traffic before it enters the MPLS cloud, which preserves DSCP
    • B. Request that the MPLS provider configures their P routers to copy the IP DSCP value into the MPLS EXP (TC) bits at ingress and restore them to the IP DSCP field at egress (DSCP-to-EXP mapping)(correct)
    • C. Use 802.1p CoS bits in the Ethernet frames entering the MPLS cloud, which are automatically mapped to DSCP by the provider's PE routers
    • D. Implement WRR (Weighted Round Robin) queuing at the CE router to reorder packets so that high-priority packets exit the CE with lower DSCP values than low-priority packets

    Explanation: MPLS networks use a 3-bit Traffic Class (TC) field, formerly called EXP bits, in the MPLS label header for QoS marking. The provider's PE router at ingress must be configured to copy the customer's IP DSCP value (or a subset via a mapping table) into the MPLS TC bits, and the egress PE must restore the original DSCP value. Without this mapping, the P routers in the MPLS core will make QoS decisions based on TC bits alone and the original IP DSCP values may be altered or ignored. Traffic shaping at the CE (option A) controls rate but does not preserve DSCP through the provider cloud. 802.1p CoS bits (option C) are Layer 2 QoS markers in Ethernet dot1q headers and are not automatically mapped to DSCP by MPLS PE routers. Option D describes a completely incorrect QoS concept — reordering packets does not preserve DSCP.

  14. . A network architect is designing SD-WAN application-aware routing for a company that uses Salesforce CRM as a critical business application. The SD-WAN has two transports: an MPLS circuit (200 Mbps, low latency 10 ms, monthly SLA) and a cable broadband circuit (500 Mbps, variable latency 20–80 ms). The architect needs to ensure Salesforce traffic uses MPLS when latency is below 30 ms, but falls back to broadband when MPLS latency exceeds 30 ms. Which SD-WAN feature implements this policy?

    • A. QoS DSCP marking — mark Salesforce traffic with DSCP EF to prioritize it on MPLS automatically
    • B. Application-aware routing with SLA class — define an SLA class for Salesforce with a 30 ms latency threshold and apply it to the application policy; the vEdge performs real-time path monitoring and switches paths when the threshold is breached(correct)
    • C. Static routing — configure a static default route via MPLS with a higher administrative distance backup route via broadband
    • D. BGP MED — advertise Salesforce prefixes with a lower MED via MPLS to prefer that path

    Explanation: Cisco SD-WAN (Viptela) application-aware routing uses SLA classes to define performance thresholds (latency, jitter, packet loss) for each WAN transport. The data policy can match Salesforce traffic (by SAAS application signature or DPI) and apply an SLA class that specifies MPLS as the preferred transport when latency is under 30 ms, with broadband as the fallback. The vEdge continuously monitors each transport path's real-time performance using BFD probes and automatically switches traffic when a threshold is violated. DSCP marking (option A) is useful for QoS within a path but cannot switch between WAN transports based on real-time latency. Static routing with AD (option C) is a static failover with no real-time performance measurement. BGP MED (option D) is a static routing preference mechanism, not a dynamic SLA-based path selector.

  15. . A network architect is designing DNS for a multinational enterprise with a private internal namespace (corp.example.com) and a public namespace (example.com). Internal clients must resolve both internal hosts and public internet names, while external internet users must only resolve public records. Which DNS design pattern implements this requirement?

    • A. Deploy a single public DNS server that hosts both internal and external zone records with ACLs to restrict access to internal records from external clients
    • B. Implement split-brain DNS (split-horizon DNS) — deploy internal DNS servers that answer authoritatively for corp.example.com and forward other queries to public resolvers; deploy external DNS servers that only host public example.com records(correct)
    • C. Use DNSSEC to sign all internal records, preventing external clients from querying internal hostnames
    • D. Implement anycast DNS for all records, and use BGP route filtering to prevent external clients from reaching the anycast address

    Explanation: Split-brain (split-horizon) DNS is the standard architectural pattern for this requirement. Internal DNS servers are authoritative for the private namespace (corp.example.com) and recursively resolve public names via forwarding to public resolvers or root servers. Internal clients query internal DNS servers, receiving both internal and public answers. External DNS servers (e.g., hosted by a DNS provider) are authoritative only for the public namespace (example.com) and have no visibility into internal records. A single DNS server with ACLs (option A) is operationally complex and creates a single point of failure for both internal and external DNS. DNSSEC (option C) provides data integrity and authentication but does not restrict query access — anyone can query DNSSEC-signed records. Anycast DNS with BGP filtering (option D) could work but is far more complex than split-brain DNS and exposes internal architecture to BGP routing decisions.

  16. . A network architect is designing DHCP redundancy for a large enterprise with 10,000+ DHCP clients distributed across 200 subnets. The current single DHCP server is a single point of failure. Which DHCP high-availability design provides automatic failover with minimal administrative overhead?

    • A. Deploy two DHCP servers and manually split each scope 50/50, where each server manages half the address pool with no synchronization
    • B. Deploy Windows DHCP Server with DHCP failover protocol (RFC 3074-inspired) in hot-standby mode, synchronizing lease information between active and standby servers with automatic promotion on failure(correct)
    • C. Use Cisco IOS DHCP server on every Layer 3 switch to provide locally distributed DHCP without centralization
    • D. Deploy DHCP servers at the router layer and rely on DHCP discover broadcast relay via ip helper-address for failover routing

    Explanation: Windows Server DHCP failover protocol (or DHCP failover as defined in ISC Kea/ISC DHCP equivalents) synchronizes lease databases between active and standby servers. In hot-standby mode, the standby automatically assumes all DHCP responsibilities when the active fails, without manual intervention. This eliminates the SPOF while maintaining a consistent, synchronized lease database for all 200 subnets. Split-scope (option A) is a legacy approach that provides rough redundancy but has no lease synchronization — if a scope's 'owning' server fails, clients cannot renew leases on those addresses. IOS DHCP on every switch (option C) is operationally complex to manage at scale and lacks centralized lease tracking. ip helper-address (option D) provides DHCP relay/forwarding, not DHCP server high availability.

  17. . A network architect is designing multicast for a financial trading platform where market data feeds (UDP multicast) must be delivered to hundreds of subscriber servers within the data center. The design requires a Rendezvous Point (RP) that is highly available and does not create a single point of failure. Which RP design provides automatic RP redundancy with load distribution?

    • A. Configure a single static RP address on all PIM-SM routers; if the RP fails, manually reconfigure all routers
    • B. Deploy Anycast RP — configure the same RP IP address on multiple routers (each as a loopback), use MSDP to synchronize source information between RP routers, and allow IGP ECMP to load-balance toward the nearest RP(correct)
    • C. Use Auto-RP with a single Mapping Agent to dynamically distribute RP information to all PIM-SM routers
    • D. Use PIM Sparse-Dense mode to allow the network to fall back to PIM Dense mode if the RP becomes unavailable

    Explanation: Anycast RP is the standard design for highly available multicast in large networks. Multiple routers are configured with the same IP address as a loopback (the anycast RP address). IGP routes this address to the nearest RP via the shortest IGP path. MSDP (Multicast Source Discovery Protocol) peers between all anycast RP routers to share knowledge of active multicast sources, ensuring any RP can correctly answer PIM-SM Join requests. If one RP fails, the IGP reconverges and traffic flows to the next-closest RP — without any manual reconfiguration. A single static RP (option A) is a SPOF. Auto-RP with a single Mapping Agent (option C) still has a single Mapping Agent SPOF. PIM Sparse-Dense mode (option D) is deprecated and causes flooding in Dense mode, which is unacceptable for large-scale financial multicast.

  18. . A network architect is designing NTP for a financial services firm that requires microsecond-accurate time synchronization for transaction logging and regulatory compliance. The firm's servers require time accuracy better than 1 millisecond. Which time synchronization technology and design can achieve sub-millisecond accuracy?

    • A. NTP Stratum 1 hierarchy using GPS-disciplined Stratum 1 servers — NTP can achieve accuracy of 10–100 microseconds in LAN environments
    • B. PTP (Precision Time Protocol) IEEE 1588 with hardware timestamping on switches — PTP achieves sub-microsecond accuracy in boundary clock configurations(correct)
    • C. SNTP (Simple NTP) with a low polling interval of 1 second achieves sub-millisecond accuracy by increasing synchronization frequency
    • D. Configure NTP with MD5 authentication — the authentication overhead reduces jitter and improves timing accuracy below 1 millisecond

    Explanation: IEEE 1588 PTP (Precision Time Protocol) with hardware timestamping achieves sub-microsecond accuracy by using hardware-level timestamps at switch ingress/egress, eliminating software processing jitter. PTP uses boundary clocks or transparent clocks in the network switches to compensate for residence time. This is the standard for financial trading, industrial control, and 5G RAN timing. NTP (option A) provides millisecond-level accuracy on LANs — good for log correlation but insufficient for sub-millisecond financial transaction timestamps. SNTP (option C) is a simplified NTP variant with lower accuracy than full NTP; increasing polling frequency does not achieve sub-millisecond accuracy. NTP MD5 authentication (option D) provides security, not timing accuracy — authentication has no effect on synchronization precision.

  19. . A CISO has mandated zero trust architecture for the enterprise network. The network architect must design the network to enforce zero trust principles. Which design element is most central to a network-based zero trust architecture?

    • A. Deploy a perimeter firewall with stateful inspection at every internet-facing interface to block external threats
    • B. Implement implicit-deny micro-segmentation with continuous identity verification — users and devices are never trusted based on network location alone; every access request is authenticated and authorized based on identity, device posture, and context(correct)
    • C. Encrypt all WAN traffic using IPsec to prevent eavesdropping, satisfying the 'never trust' principle
    • D. Disable all inter-VLAN routing and use only access-layer switching to prevent lateral movement between VLANs

    Explanation: Zero trust architecture (NIST SP 800-207) is built on the principle 'never trust, always verify.' The network-centric elements are: (1) micro-segmentation — no implicit trust based on network zone or location; (2) identity-based access — every user, device, and application must authenticate and be authorized for each resource; (3) continuous verification — session risk is continuously evaluated. Traditional perimeter firewalls (option A) trust everything inside the perimeter — the opposite of zero trust. IPsec encryption (option C) protects data in transit but does not implement identity-based access control. Disabling inter-VLAN routing (option D) is an extreme segmentation measure that would prevent legitimate communication and is not a scalable zero trust implementation.

  20. . A network architect is designing a DMZ for a company that hosts public-facing web servers and an internal database back-end. The security team requires that internet traffic can only reach the web servers in the DMZ, and DMZ servers can only reach the database servers on a specific port. Which DMZ design provides the highest security for this architecture?

    • A. Single-firewall DMZ — one firewall with three interfaces: internet, DMZ, and internal network
    • B. Dual-firewall DMZ — outer firewall between internet and DMZ; inner firewall between DMZ and internal network; each firewall is from a different vendor to prevent a single vendor vulnerability from compromising both(correct)
    • C. Flat network with ACLs on the core router to restrict traffic from the internet to DMZ servers
    • D. Cloud-based WAF (Web Application Firewall) only, relying on cloud filtering to protect the internal network

    Explanation: A dual-firewall DMZ provides defense-in-depth: an outer firewall (typically a lower-cost, high-throughput firewall) filters internet traffic, allowing only HTTP/HTTPS to the DMZ web servers. An inner firewall provides a second layer of security between the DMZ and internal database servers, allowing only specific database ports from DMZ web servers. Using different vendor firewalls eliminates the risk that a single vendor's zero-day vulnerability could compromise both layers simultaneously. A single-firewall DMZ (option A) with three interfaces is a compromise — if the firewall is compromised, all zones are exposed. ACLs on a core router (option C) provide basic filtering but lack stateful inspection and application awareness. WAF-only (option D) protects against web application attacks but provides no network-layer isolation between DMZ and internal servers.

  21. . A network architect is designing macro-segmentation vs micro-segmentation for a healthcare enterprise. The network must segment 500 IoT medical devices, 5,000 clinical workstations, and 2,000 administrative PCs. The security team requires that IoT devices cannot communicate with clinical workstations at Layer 3. Which segmentation technology scales best for this requirement?

    • A. Macro-segmentation using VLANs — create a separate VLAN per device type (IoT VLAN, clinical VLAN, admin VLAN) and use ACLs at the distribution layer to block inter-VLAN traffic
    • B. Cisco TrustSec with SGT (Scalable Group Tags) — assign SGTs per device group and enforce SGACL (Security Group ACL) policies on enforcement points, allowing policy-based segmentation without VLAN proliferation(correct)
    • C. PVLAN (Private VLAN) — configure all IoT devices on isolated ports so they can only communicate with the promiscuous port (gateway) and not with clinical workstations
    • D. VRF (Virtual Routing and Forwarding) — place each device type in a separate VRF with no inter-VRF routing permitted

    Explanation: Cisco TrustSec with SGT micro-segmentation is specifically designed for large-scale, identity-based segmentation. Each device is assigned a Scalable Group Tag (SGT) based on identity (802.1X result, MAB, profiling) and SGACLs define permitted communication between group pairs regardless of VLAN or physical location. This scales to thousands of devices without requiring separate VLANs per group. As devices move, their SGT travels with them. VLAN-based macro-segmentation (option A) scales poorly — each new device category may require a new VLAN at every access layer switch, leading to VLAN proliferation. PVLANs (option C) work at Layer 2 within a single VLAN and do not enforce policy across subnets. VRF isolation (option D) prevents all inter-group communication, including legitimate communication — it is too coarse-grained for this mixed-device environment.

  22. . A network architect is designing the NMS (Network Management System) architecture for a large enterprise with 2,000+ network devices across 50 sites. The network operations team requires centralized Syslog, SNMP traps, and NetFlow collection. Which NMS architecture consideration is most critical for reliability at this scale?

    • A. Deploy a single high-performance NMS server at headquarters with all devices sending telemetry directly to it
    • B. Deploy distributed NetFlow collectors and Syslog aggregators at regional hub sites to reduce WAN bandwidth consumption, with a centralized NMS platform aggregating and correlating data from regional collectors(correct)
    • C. Use SNMP version 1 polling at 30-second intervals from a single collector to maintain a comprehensive view of all devices
    • D. Disable NetFlow collection and rely exclusively on SNMP polling to reduce NMS server CPU overhead

    Explanation: A distributed collection architecture is essential at 2,000-device scale across 50 sites: sending all device telemetry (especially NetFlow, which can be very high volume) across the WAN to a single central collector is bandwidth-inefficient and creates a single point of failure. Regional collectors process and summarize data locally, sending only aggregate or filtered data to the central NMS. This reduces WAN load and improves resilience. A single central collector (option A) creates a SPOF and WAN bandwidth bottleneck. SNMP v1 (option C) is insecure (clear-text community strings) and 30-second polling intervals are too infrequent for real-time network health. Disabling NetFlow (option D) eliminates traffic flow visibility, which is essential for capacity planning, security investigation, and application performance management.

  23. . A network architect is evaluating automation platforms for a large enterprise with 500 network devices. The current workflow is entirely CLI-based with manual change windows. The architect must recommend a platform that provides intent-based networking with automated compliance checking and closed-loop remediation. Which platform and approach best fits this requirement?

    • A. Ansible playbooks with a Git repository — provides idempotent configuration management with version control but requires manual playbook execution for each change
    • B. Cisco Catalyst Center with intent-based networking — provides a GUI-driven design intent model, automated provisioning, compliance verification against intent, and closed-loop assurance with automatic remediation(correct)
    • C. Terraform with Cisco provider modules — provides infrastructure-as-code for provisioning but focuses on state reconciliation rather than closed-loop network assurance
    • D. Manual CLI with RANCID for configuration backup — provides version-controlled configuration archives but requires human review for compliance

    Explanation: Cisco Catalyst Center (formerly Cisco DNA Center) implements intent-based networking: the operator defines the desired network state (intent), and Catalyst Center translates intent into device configurations, deploys them, continuously monitors the network state, and performs closed-loop remediation when drift is detected. This is the only option in the list that provides all three required capabilities: automated provisioning, compliance checking against defined intent, and closed-loop remediation. Ansible (option A) provides idempotent configuration management but requires explicit playbook execution — it does not provide autonomous closed-loop remediation. Terraform (option C) focuses on resource provisioning lifecycle, not network assurance. RANCID (option D) is a legacy configuration archive tool with no automation or compliance enforcement.

  24. . A network architect is designing BCP/DRP for the enterprise routing infrastructure. The RTO for the primary data center WAN edge router failure must be under 30 seconds. The current design uses OSPF with default timers (hello 10s, dead 40s). What combination of features achieves sub-30-second recovery?

    • A. Reduce OSPF hello to 1 second and dead interval to 4 seconds — OSPF will detect failure in 4 seconds and reconverge
    • B. Enable BFD for sub-second failure detection (BFD timers 300ms × 3 multiplier = 900ms detection), combined with OSPF NSF (Non-Stop Forwarding) to maintain forwarding during OSPF reconvergence, with IP FRR (Fast Reroute) LFA for pre-computed alternate paths(correct)
    • C. Deploy a hot-standby physical router with the same IP addresses, using VRRP for gateway redundancy — VRRP failover takes 3 seconds (default dead timer)
    • D. Enable OSPF Graceful Restart on all routers — this allows routers to continue forwarding during OSPF process restart without any topology changes

    Explanation: The combination of BFD + OSPF NSF + IP FRR provides sub-second to sub-30-second recovery with multiple layers: BFD detects the physical failure in under 1 second (300ms × 3 = 900ms), vastly faster than reduced OSPF timers. IP FRR with LFA (Loop-Free Alternates) provides pre-computed backup paths that are installed immediately upon BFD-triggered failure detection, achieving sub-second traffic reconvergence before OSPF even begins SPF calculation. OSPF NSF allows the router's forwarding plane to continue operating during a routing process restart, preventing traffic drops during software upgrades. Reducing OSPF timers (option A) achieves ~4 second detection which is within 30 seconds but cannot achieve sub-second recovery and increases OSPF protocol overhead. VRRP (option C) protects the gateway IP but not the entire routing infrastructure. Graceful Restart (option D) helps during planned restarts but does not provide fast failure detection.

  25. . A network architect is designing SSL/TLS inspection for an enterprise NGFW. The organization needs to inspect HTTPS traffic for malware and DLP policy violations. The architect discovers that several business-critical applications use certificate pinning. What is the design implication of TLS inspection for applications with certificate pinning, and how should the architect address it?

    • A. Certificate pinning prevents TLS inspection entirely; the architect must disable TLS inspection for the entire enterprise to support these applications
    • B. Applications with certificate pinning will fail TLS inspection because the NGFW's re-signed certificate does not match the pinned certificate; these applications must be added to a TLS inspection bypass list while all other HTTPS traffic is inspected(correct)
    • C. Certificate pinning strengthens TLS inspection because it ensures the NGFW presents the same certificate each session, improving consistency
    • D. TLS inspection is incompatible with HTTPS; all HTTPS traffic must be tunneled via IPsec before inspection can occur

    Explanation: TLS inspection (SSL interception) works by terminating the client's TLS session at the NGFW and re-initiating a new TLS session to the server. The NGFW presents a dynamically generated certificate (signed by the enterprise's trusted CA) to the client. Applications that use certificate pinning — where the client application has the expected server certificate or public key hardcoded — will reject the NGFW's re-signed certificate because it does not match the pinned value, causing the application to fail. The correct design is to add pinned-certificate applications (e.g., mobile banking apps, enterprise MDM solutions) to a TLS bypass list, allowing their traffic to pass uninspected while all other HTTPS traffic is inspected. Disabling TLS inspection entirely (option A) defeats the security purpose. Certificate pinning does not help TLS inspection (option C is a false statement). TLS inspection does not require IPsec encapsulation (option D is incorrect).