Lesson 1 Quiz
Lesson 1 Quiz
1. Which type of network topology is most often found within a data center?
A. Point-to-Multipoint
B. Spine-Leaf
C. Three-Tier
D. Collapsed Core
3. What is the full-duplex bandwidth capacity of a Cisco Nexus 7000 Series switch with 18
slots (2 Supervisor Engine Slots and 16 I/O Slots), given that the inter-slot switching
capacity is 550 Gbps?
A. 8800 Gbps
B. 9350 Gbps
C. 18.7 Tbps
D. 19.8 Tbps
A. An AVG responds to ARP queries with the MAC address of the Master gateway.
B. An AVG responds to different ARP queries with the MAC addresses of AVFs.
C. An AVG responds to different ARP queries with the MAC address of the Backup gateway.
D. An AVG responds to ARP queries with the MAC address of the Standby gateway.
6. Stateful Switchover (SSO) is often used in conjunction with which feature to prevent
packets from being dropped when a router fails over from one of its route processors to
another?
1. Which type of network topology is most often found within a data center?
A. Point-to-Multipoint
B. Spine-Leaf
C. Three-Tier
D. Collapsed Core
Answer: B
Explanation: Data centers commonly use a Spine-Leaf design, where a leaf switch connects to
multiple spine switches, such that the leaf switch can reach any other leaf switch by transiting a
single spine switch. A Point-to-Multipoint design is commonly found in older wide area
networks using Frame Relay or ATM. A Three-Tier architecture is commonly found in enterprise
networks and consists of the Access, Building Distribution, and Core layers. A Collapsed Core
design is commonly found in small to medium sized networks, where the Building Distribution
and Core layers found in an enterprise network design are consolidated into a “collapsed core.”
Answer: A
Explanation: With a Cloud Design, you don’t need to purchase physical servers. Instead, you can
pay the cloud provider for your actual usage of virtual servers they host. However, an On-
Premise design usually lets you have better control of the end-user experience and allows you
more flexibility in meeting compliance requirements. Also, even though you might have your
servers hosted by a cloud provider, you still need to be concerned with redundancy, and
perhaps have duplicate servers in the cloud, along with a virtual load-balancer to distribute the
load between those servers, while providing redundancy.
3. What is the full-duplex bandwidth capacity of a Cisco Nexus 7000 Series switch with 18
slots (2 Supervisor Engine Slots and 16 I/O Slots), given that the inter-slot switching
capacity is 550 Gbps?
A. 8800 Gbps
B. 9350 Gbps
C. 18.7 Tbps
D. 19.8 Tbps
Answer: C
Explanation: To calculate a switch’s bandwidth capacity (not factoring in full-duplex
communication), use the formula:
Note that the inter-slot switching capacity of a supervisor engine (SE) is half that of an I/O
module, hence the division by 2 at the end of the formula.
Answer: A
Explanation: The “5 Nines of Availability” refers to keeping a network operational 99.999
percent of the time. That translates to approximately 5 minutes of downtime per year. The “6
Nines of Availability” refers to keeping a network operational 99.9999 percent of the time,
which translates to approximately 30 seconds of downtime per year.
A. An AVG responds to ARP queries with the MAC address of the Master gateway.
B. An AVG responds to different ARP queries with the MAC addresses of AVFs.
C. An AVG responds to different ARP queries with the MAC address of the Backup gateway.
D. An AVG responds to ARP queries with the MAC address of the Standby gateway.
Answer: B
Explanation: An Active Virtual Gateway (AVG) is a type of gateway used by Gateway Load
Balancing Protocol (GLBP). GLBP is unique among the First Hop Redundancy Protocols (FHRPs)
in that instead of having a single gateway service all traffic from a subnet, it load balances the
traffic across as many as four Active Virtual Forwarders (AVFs). An AVG accomplishes this by
responding to ARP queries (for a default gateway’s virtual IP address) with different MAC
addresses (i.e. the MAC addresses of the AVFs in a GLBP group).
6. Stateful Switchover (SSO) is often used in conjunction with which feature to prevent
packets from being dropped when a router fails over from one of its route processors to
another?
Answer: D
Explanation: Stateful Switchover (SSO) allows a router with two route processors to fail over
from its primary route processor to its backup route processor without dropping routing
protocol neighborships with other routers. However, the backup route processor might drop
packets while it constructs an IP routing table. To prevent those initial packet drops after the
failover, a feature called Nonstop Forwarding (NSF) could be used. NSF allows the IP routing
information maintained by Cisco Express Forwarding (CEF) in the primary route processor to
remain in memory and be used by the backup route processor. This allows the backup route
processor to immediately have IP forwarding information after a failover.