CompTIA Network+ Flashcards
Browse all 29 cards
What is a subnet mask used for?
It divides an IP address into network and host portions, determining which addresses belong to the same local network.
What is the current CompTIA Network+ exam code and when did it launch?
The current version is N10-009, which launched on June 20, 2024.
How many domains does the Network+ exam cover, and what are they?
Five domains: Networking Concepts, Network Implementation, Network Operations, Network Security, and Network Troubleshooting.
Which Network+ domain carries the most exam weight?
Domain 5, Network Troubleshooting, is the largest at 24% of the exam.
How many questions and how much time does the Network+ exam allow?
Up to 90 questions in a 90-minute window, mixing multiple-choice and performance-based questions.
What prior experience does CompTIA recommend before attempting Network+?
CompTIA A+ certification plus roughly 9 to 12 months of hands-on experience in a junior network administrator or network support technician role.
How is the Network+ certification kept current after earning it?
Through CompTIA's Continuing Education (CE) program, by submitting CEUs from approved activities and paying the renewal fee with a CE token.
What is the OSI model and why does it matter for Network+?
A seven-layer conceptual framework (Physical, Data Link, Network, Transport, Session, Presentation, Application) describing how network communication functions; Network+ uses it to categorize protocols, devices, and troubleshooting steps by layer.
At which OSI layer does a switch normally operate, and why?
Layer 2 (Data Link), because it forwards frames based on MAC addresses within a broadcast domain.
At which OSI layer does a router operate, and why?
Layer 3 (Network), because it forwards packets between different networks based on IP addresses.
What distinguishes TCP from UDP?
TCP is connection-oriented, using handshakes and acknowledgments to guarantee ordered, reliable delivery, while UDP is connectionless and faster but offers no delivery guarantee.
What port does HTTP use by default, and what about HTTPS?
HTTP uses TCP port 80; HTTPS uses TCP port 443 for encrypted web traffic.
What port does DNS use, and over which transport protocol?
DNS primarily uses UDP port 53 for lookups, and TCP port 53 for zone transfers and larger responses.
What is the function of DHCP, and what process do clients use to obtain an address?
DHCP automatically assigns IP addressing information to clients using the DORA process: Discover, Offer, Request, Acknowledge.
What is CIDR notation?
Classless Inter-Domain Routing notation expresses a subnet mask as a slash followed by the number of network bits, such as /24, replacing rigid class-based addressing.
What is the difference between a public and a private IP address?
Public IP addresses are globally routable on the internet, while private IP addresses (like the 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 ranges) are reserved for internal networks and require NAT to reach the internet.
What does NAT do?
Network Address Translation maps private internal IP addresses to a public IP address, allowing multiple internal devices to share one external address for internet access.
What is VLAN, and why is it used?
A Virtual LAN logically segments a single physical switch infrastructure into multiple broadcast domains, improving security and traffic management without additional physical hardware.
What is the purpose of a default gateway?
It is the router address a device uses to forward traffic destined for networks outside its own local subnet.
What is STP (Spanning Tree Protocol) used for?
It prevents Layer 2 switching loops in redundant network topologies by logically blocking selected links while keeping them available as backups.
What is the difference between a firewall's stateful and stateless inspection?
Stateful inspection tracks the context of active connections and allows return traffic automatically, while stateless inspection evaluates each packet independently against static rules.
What is a VPN, and what does it accomplish?
A Virtual Private Network creates an encrypted tunnel across an untrusted network, allowing remote users or sites to securely access private network resources as if directly connected.
What is the purpose of QoS (Quality of Service)?
QoS prioritizes certain types of network traffic, such as voice or video, to reduce latency and jitter and ensure performance for time-sensitive applications.
What tool would you use to test connectivity and measure round-trip latency to a host?
The ping command, which uses ICMP echo requests and replies.
What does traceroute (or tracert) show?
It reveals the hop-by-hop path packets take to a destination, along with latency at each hop, helping isolate where along a route delay or failure occurs.
What is the difference between MTTR and MTBF?
MTTR (Mean Time to Repair) measures average time to restore a failed system, while MTBF (Mean Time Between Failures) measures average operating time between failures; lower MTTR and higher MTBF both indicate better reliability.
What is a demarcation point (demarc)?
The physical point where a telecommunications provider's network ends and the customer's internal wiring and responsibility begins.
What is the difference between multimode and single-mode fiber?
Multimode fiber has a larger core and is used for shorter distances with LED light sources, while single-mode fiber has a smaller core, uses laser light, and supports much longer transmission distances.
What is the difference between a stateful DHCP relay and DHCP snooping?
A DHCP relay forwards DHCP requests across subnet boundaries to a remote DHCP server, while DHCP snooping is a switch security feature that filters untrusted DHCP messages to prevent rogue DHCP servers.