Cisco Certified Network Associate (200-301 CCNA) Flashcards
Browse all 29 cards
How many content domains make up the CCNA 200-301 exam blueprint?
Six domains: Network Fundamentals, Network Access, IP Connectivity, IP Services, Security Fundamentals, and Automation and Programmability.
Which CCNA exam domain carries the highest weight, and what is it?
IP Connectivity, weighted at 25%, making it the single most heavily tested domain on the exam.
What is the difference between a router and a switch?
A switch forwards frames between devices on the same Layer 2 broadcast domain using MAC addresses; a router forwards packets between different Layer 3 networks using IP addresses.
What are the seven layers of the OSI model, in order from Layer 1 to Layer 7?
Physical, Data Link, Network, Transport, Session, Presentation, Application.
What is the purpose of VLANs?
VLANs logically segment a single physical switched network into multiple separate broadcast domains, improving security and reducing unnecessary broadcast traffic without requiring separate physical switches.
What does a trunk port do?
A trunk port carries traffic for multiple VLANs between switches (or a switch and router), tagging frames with 802.1Q VLAN IDs so the receiving device can identify which VLAN each frame belongs to.
What is the function of Spanning Tree Protocol (STP)?
STP prevents Layer 2 loops in redundant switched topologies by blocking redundant paths while keeping one loop-free active path, then re-enabling blocked ports if the active path fails.
What is the default administrative distance of OSPF versus EIGRP?
OSPF has a default administrative distance of 110, while EIGRP's internal routes default to 90 — a router prefers the route from the source with the lower administrative distance.
What is the purpose of a default gateway?
A default gateway is the router interface a host sends traffic to when the destination IP address is on a different network than the host's own subnet.
How does CIDR notation /24 relate to a subnet mask?
/24 means the first 24 bits of the 32-bit IP address are the network portion, equivalent to a subnet mask of 255.255.255.0.
What is the difference between a broadcast domain and a collision domain?
A broadcast domain is the set of devices that receive each other's broadcast frames (bounded by routers); a collision domain is a set of devices that could cause a frame collision on a shared segment (bounded by switch ports or routers).
What does DHCP do and what are its four main message types?
DHCP automatically assigns IP addressing information to hosts. Its core process uses four messages: Discover, Offer, Request, and Acknowledge (DORA).
What is the role of DNS in a network?
DNS translates human-readable domain names into IP addresses so hosts can locate and communicate with each other without users needing to memorize numeric addresses.
What is NAT and why is it used?
Network Address Translation maps private internal IP addresses to public IP addresses, conserving public IPv4 address space and hiding internal addressing from external networks.
What is the difference between static and dynamic routing?
Static routes are manually configured by an administrator and do not adapt to topology changes; dynamic routing protocols like OSPF or EIGRP automatically learn and adjust routes as the network changes.
What is EtherChannel used for?
EtherChannel bundles multiple physical switch links into one logical link, increasing available bandwidth and providing redundancy while appearing as a single link to Spanning Tree Protocol.
What is the purpose of an Access Control List (ACL)?
An ACL is an ordered set of permit/deny rules applied to router or switch interfaces that filters traffic based on criteria such as source/destination IP address, protocol, and port number.
What distinguishes TCP from UDP?
TCP is connection-oriented, providing reliable, ordered delivery with acknowledgments and flow control; UDP is connectionless and offers faster, lower-overhead delivery without reliability guarantees.
What is the function of ARP (Address Resolution Protocol)?
ARP resolves a known IPv4 address to its corresponding MAC address on a local network segment so a device can properly frame and deliver traffic at Layer 2.
What is a first-hop redundancy protocol (FHRP), and name one example?
An FHRP allows multiple routers to share a virtual IP address so hosts have a resilient default gateway if one router fails; examples include HSRP, VRRP, and GLBP.
What is the difference between IPv4 and IPv6 addressing?
IPv4 uses 32-bit addresses typically written in dotted decimal, offering a limited address space; IPv6 uses 128-bit addresses written in hexadecimal, vastly expanding available addresses and eliminating the practical need for NAT.
What is Power over Ethernet (PoE) used for?
PoE delivers electrical power to devices like IP phones, wireless access points, and cameras over the same Ethernet cable used for data, eliminating the need for a separate power source.
What is the purpose of QoS (Quality of Service)?
QoS classifies, marks, and prioritizes network traffic so that latency-sensitive or business-critical traffic (like voice or video) receives preferential treatment over less time-sensitive traffic during congestion.
What security concept does 802.1X provide?
802.1X provides port-based network access control, requiring a device to authenticate (often via a RADIUS server) before it is granted access to the network through a switch port.
What is the difference between a stateful and stateless firewall?
A stateful firewall tracks the state of active connections and permits return traffic automatically based on that state; a stateless firewall evaluates each packet independently against static rules with no awareness of connection context.
What is network automation typically achieved with in the CCNA context?
Network automation uses APIs and tools (such as RESTCONF/NETCONF and controller-based platforms) to programmatically configure and manage network devices, replacing manual box-by-box CLI configuration.
What is the difference between a controller-based and traditional network architecture?
A traditional architecture manages each device individually via its own control plane and CLI; a controller-based (SDN) architecture centralizes the control plane in a controller that programmatically manages many devices.
What does the acronym CDP stand for and what does it do?
Cisco Discovery Protocol is a Cisco-proprietary Layer 2 protocol that lets directly connected Cisco devices discover information about each other, such as device type, platform, and port ID.
How is the CCNA exam delivered and proctored?
The CCNA 200-301 exam is delivered through Pearson VUE, either at an Authorized Test Center in a proctored environment or online via the OnVUE remote-proctoring service.