Every Exam PrepFREE EXAM PREP
Ask AI
← All practice tests
PRACTICE ENGINE · COMPTIA NETWORK+

CompTIA Network+ Practice Test.

93 free practice questions with answers and explanations.

No signup required. Choose a topic and review each answer.

Start practicing →
About these practice questions
Verified against the official content outline

These are original study questions written from published exam objectives—not recalled, copied, or confidential live-exam items. Always confirm current coverage with the official sources linked on this page.

Exam format and study resources

The CompTIA Network+ is administered by CompTIA, with 90 scored questions, a 1 hour 30 minutes time limit and a 720 (on a scale of 100-900) result.

This free CompTIA Network+ practice test has 93 original questions written to CompTIA's official content outline, last checked against it on August 6, 2026. Every question shows a worked explanation, and nothing here requires a signup.

Difficulty
QUESTION 1 / 93Networking ConceptsEasy0/0
A technician needs to identify which OSI layer is responsible for logical addressing and routing decisions between different networks. Which layer is this?
0/0session
Browse all questions & answers
  1. 1. A technician needs to identify which OSI layer is responsible for logical addressing and routing decisions between different networks. Which layer is this?

    • A. Layer 2 (Data Link)
    • B. Layer 3 (Network)
    • C. Layer 4 (Transport)
    • D. Layer 7 (Application)
    Show answer & explanation

    Answer: B
    Layer 3 (Network) handles logical IP addressing and routing between different networks via routers. Layer 2 handles MAC addressing and switching within a local segment, Layer 4 handles end-to-end segmentation and reliability (TCP/UDP), and Layer 7 handles application-level protocols like HTTP and DNS.

  2. 2. An engineer is designing a subnet that must accommodate at least 100 usable host addresses with minimal wasted address space. Which subnet mask best fits this requirement?

    • A. /25 (255.255.255.128)
    • B. /28 (255.255.255.240)
    • C. /30 (255.255.255.252)
    • D. /22 (255.255.252.0)
    Show answer & explanation

    Answer: A
    A /25 provides 126 usable host addresses (2^7-2), just enough for 100 hosts with little waste. A /28 only yields 14 usable hosts, a /30 yields 2, and a /22 yields 1022, which is far more address space than needed.

  3. 3. Which addressing scheme allows a single IPv6 address to represent a group of interfaces such that a packet sent to the address is delivered to the nearest one, according to routing distance?

    • A. Anycast
    • B. Broadcast
    • C. Multicast
    • D. Unicast
    Show answer & explanation

    Answer: A
    Anycast delivers traffic to the topologically nearest member of a group sharing the same address, commonly used for services like DNS root servers. Unicast is one-to-one, multicast is one-to-many to a defined group, and broadcast (not used in IPv6) sends to all hosts on a segment.

  4. 4. A network administrator wants a routing protocol that calculates the best path using bandwidth-based cost and converges faster than a purely hop-count based protocol. Which protocol type addresses this need?

    • A. Distance-vector protocol like RIP
    • B. Link-state protocol like OSPF
    • C. Static routing only
    • D. ARP
    Show answer & explanation

    Answer: B
    Link-state protocols such as OSPF build a full topology map and use cost metrics (often bandwidth-based) with fast convergence via triggered updates. RIP is a distance-vector protocol limited to hop count and slow convergence; static routing has no dynamic recalculation; ARP resolves IP to MAC addresses and is not a routing protocol.

  5. 5. Which DNS record type is used to map a hostname to an IPv6 address?

    • A. A record
    • B. AAAA record
    • C. CNAME record
    • D. MX record
    Show answer & explanation

    Answer: B
    An AAAA record maps a hostname to a 128-bit IPv6 address. An A record performs this mapping for IPv4, a CNAME record creates an alias to another hostname, and an MX record specifies mail exchange servers for a domain.

  6. 6. A company's cloud architecture allows it to rapidly increase server capacity during peak demand and automatically decrease capacity afterward. Which cloud characteristic does this describe?

    • A. Elasticity
    • B. Multitenancy
    • C. Fault tolerance
    • D. Network functions virtualization
    Show answer & explanation

    Answer: A
    Elasticity is the ability to dynamically scale resources up or down based on demand. Multitenancy refers to multiple customers sharing the same underlying infrastructure, fault tolerance describes resilience to component failure, and NFV refers to virtualizing network services such as firewalls and routers on standard hardware.

  7. 7. A network technician wants to verify that VLAN tagging is correctly applied to frames crossing a trunk link between two switches. Which standard defines this tagging mechanism?

    • A. 802.1Q
    • B. 802.1X
    • C. 802.3af
    • D. 802.11ac
    Show answer & explanation

    Answer: A
    802.1Q is the IEEE standard that defines VLAN tagging on Ethernet trunk links. 802.1X governs port-based network access control, 802.3af defines Power over Ethernet, and 802.11ac is a wireless LAN standard.

  8. 8. An administrator configures a switch port so that all traffic from a specific VLAN is mirrored to a monitoring device for packet capture. Which feature is being used?

    • A. Port mirroring (SPAN)
    • B. Native VLAN configuration
    • C. Port security
    • D. Link aggregation
    Show answer & explanation

    Answer: A
    Port mirroring, also called a switched port analyzer (SPAN), duplicates traffic from one or more ports or VLANs to a monitoring port for analysis. Port security restricts which MAC addresses may connect to a port, link aggregation bundles multiple physical links into one logical link, and native VLAN configuration defines untagged traffic handling on a trunk.

  9. 9. A small office wants to deploy wireless access points that support simultaneous multi-user data streams to increase throughput for multiple devices at once. Which Wi-Fi feature enables this?

    • A. MU-MIMO
    • B. Channel bonding alone
    • C. WPA3 encryption
    • D. Basic Service Set isolation
    Show answer & explanation

    Answer: A
    MU-MIMO (Multi-User Multiple Input, Multiple Output) allows an access point to communicate with multiple client devices simultaneously using multiple antenna streams, improving aggregate throughput. Channel bonding increases the width of a single channel but doesn't enable concurrent multi-user streams by itself, WPA3 is a security protocol, and BSS isolation prevents client-to-client communication on the same AP.

  10. 10. An installer runs Category 6A cabling between a wiring closet and workstations that require 10 Gbps throughput at distances up to 100 meters. Which factor did the installer correctly account for by choosing Cat 6A over Cat 6?

    • A. Cat 6A is required because Cat 6 cannot carry Power over Ethernet
    • B. Cat 6A uses fiber-optic strands instead of copper pairs
    • C. Cat 6A only works with wireless access points, not wired workstations
    • D. Cat 6A supports 10 Gbps to the full 100-meter distance while standard Cat 6 is limited to shorter distances at that speed
    Show answer & explanation

    Answer: D
    Cat 6A extends 10GBASE-T support to the full 100-meter horizontal run, whereas Cat 6 typically supports 10 Gbps only up to about 37-55 meters due to alien crosstalk. PoE support is not the differentiator between these categories, Cat 6A is still a copper twisted-pair standard, and both categories work fine for wired workstation connections.

  11. 11. A network team is deploying redundant internet edge routers and wants end hosts to keep using a single default gateway IP address even if the primary router fails. Which technology should they implement?

    • A. VRRP or HSRP
    • B. STP
    • C. LACP
    • D. DHCP relay
    Show answer & explanation

    Answer: A
    VRRP (Virtual Router Redundancy Protocol) and HSRP (Hot Standby Router Protocol, Cisco proprietary) let two or more routers share a virtual IP so hosts always use the same default gateway, with automatic failover. STP prevents Layer 2 loops among switches, LACP bundles physical links into an aggregated logical link, and DHCP relay forwards DHCP requests across subnets rather than providing gateway redundancy.

  12. 12. A technician is terminating a punch-down block and must follow color-coded wiring standards to ensure compatibility with existing infrastructure. Which two standards define these pin-out color codes for twisted-pair cabling?

    • A. T568A and T568B
    • B. IEEE 802.3 and 802.11
    • C. SNMP v2 and v3
    • D. IPv4 and IPv6
    Show answer & explanation

    Answer: A
    T568A and T568B are the two TIA/EIA wiring standards that define the pin-out order of colored wire pairs in RJ45 connectors; mixing them on the two ends of one cable creates a crossover cable. The other options are unrelated standards for wireless/Ethernet framing, network management, or IP addressing.

  13. 13. An administrator wants newly connected devices on a segment to automatically receive an IP address, subnet mask, default gateway, and DNS server without manual configuration. Which service should be configured?

    • A. NTP
    • B. Syslog
    • C. SNMP
    • D. DHCP
    Show answer & explanation

    Answer: D
    DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addressing information, including address, mask, gateway, and DNS servers, to clients. NTP synchronizes time, SNMP is used for monitoring and managing network devices, and Syslog centralizes log message collection.

  14. 14. A monitoring system needs to receive unsolicited alert messages from network devices the instant a threshold is crossed, rather than waiting for the next scheduled poll. Which SNMP message type serves this purpose?

    • A. GetRequest
    • B. SetRequest
    • C. Trap
    • D. Walk
    Show answer & explanation

    Answer: C
    An SNMP trap is an unsolicited message sent from a managed device to the manager as soon as a defined event or threshold occurs, enabling near-real-time alerting. GetRequest and Walk are manager-initiated polling operations, and SetRequest is used by the manager to change a device's configuration value, not to receive alerts.

  15. 15. A company wants to ensure that if its primary data center loses power, operations can continue from a secondary site with minimal data loss. Which business continuity concept most directly addresses the acceptable amount of data loss measured in time?

    • A. Recovery Point Objective (RPO)
    • B. Recovery Time Objective (RTO)
    • C. Mean Time Between Failures (MTBF)
    • D. Mean Time to Repair (MTTR)
    Show answer & explanation

    Answer: A
    RPO defines the maximum acceptable amount of data loss measured in time, dictating how frequently backups or replication must occur. RTO defines how quickly a service must be restored after an outage, MTBF measures the average time a system operates before failing, and MTTR measures the average time needed to repair a failed component.

  16. 16. A network operations team documents the exact steps, rollback plan, and approval chain before applying a firmware update to core switches during a scheduled maintenance window. Which process are they following?

    • A. Change management
    • B. Asset management
    • C. Incident response
    • D. Vulnerability scanning
    Show answer & explanation

    Answer: A
    Change management is the formal process of planning, documenting, approving, and reviewing changes to production systems, including rollback plans, to minimize risk. Asset management tracks inventory of hardware/software, incident response addresses active security or operational incidents, and vulnerability scanning identifies weaknesses rather than governing planned changes.

  17. 17. An organization keeps a continuously updated diagram showing every switch, router, and their interconnections, including IP addressing, to speed up troubleshooting. What is this document called?

    • A. Physical network diagram
    • B. Service level agreement
    • C. Standard operating procedure
    • D. Non-disclosure agreement
    Show answer & explanation

    Answer: A
    A physical network diagram shows the actual hardware, cabling, and connections between devices, often layered with logical information like IP addressing, to aid design and troubleshooting. An SLA defines expected service performance between provider and customer, an SOP documents step-by-step procedures for routine tasks, and an NDA is a legal confidentiality agreement, none of which depict network topology.

  18. 18. A data center wants to guarantee that if a router's power supply fails, a duplicate supply immediately takes over without service interruption. Which high-availability concept describes this design?

    • A. Single point of failure elimination via redundant components
    • B. Load balancing across multiple sites
    • C. Traffic shaping
    • D. Quality of Service tagging
    Show answer & explanation

    Answer: A
    Installing a redundant power supply removes a single point of failure so the device continues operating if one component fails, a core high-availability design principle. Load balancing distributes traffic across multiple servers or links rather than protecting a single device, traffic shaping controls bandwidth usage patterns, and QoS tagging prioritizes certain traffic types, neither of which is about component redundancy.

  19. 19. A help desk technician notices that a critical switch's CPU utilization has steadily climbed over several weeks, based on trend graphs. Which monitoring practice made this observation possible?

    • A. Baseline establishment and historical trend analysis
    • B. Ad hoc single-point ping test
    • C. One-time port scan
    • D. Static ARP table entry
    Show answer & explanation

    Answer: A
    Establishing a performance baseline and continuously logging metrics over time allows administrators to visualize trends like gradually rising CPU usage and detect anomalies before they cause outages. A single ping test or one-time port scan gives only a snapshot rather than a trend, and static ARP entries have nothing to do with performance monitoring.

  20. 20. A security team wants to restrict management access to network switches so that only traffic from the IT subnet using SSH is permitted, and all other management attempts are dropped. Which control best achieves this?

    • A. An access control list (ACL) applied to the management interface
    • B. Enabling CDP on all interfaces
    • C. Disabling STP
    • D. Increasing the DHCP lease time
    Show answer & explanation

    Answer: A
    An ACL applied to the management interface can permit SSH only from the trusted IT subnet and implicitly deny all other sources, directly enforcing least-privilege management access. Enabling CDP actually broadcasts device information and reduces security, disabling STP creates loop risk without any access-control benefit, and DHCP lease time is unrelated to restricting administrative access.

  21. 21. An attacker sets up a rogue access point with the same SSID as a legitimate corporate network to lure users into connecting and exposing their credentials. What is this attack called?

    • A. DNS amplification
    • B. ARP poisoning
    • C. Evil twin
    • D. VLAN hopping
    Show answer & explanation

    Answer: C
    An evil twin attack involves a rogue access point mimicking a legitimate SSID to trick clients into connecting so the attacker can intercept traffic or harvest credentials. ARP poisoning corrupts a device's ARP cache to redirect Layer 2 traffic, VLAN hopping exploits trunking misconfiguration to access other VLANs, and DNS amplification is a DDoS technique leveraging open DNS resolvers.

  22. 22. A network is segmented so that IoT devices, guest users, and corporate workstations each reside in separate broadcast domains with restricted inter-segment traffic enforced by a firewall. Which security principle is being applied?

    • A. Network segmentation / defense in depth
    • B. Single sign-on
    • C. Full-tunnel VPN split from split-tunnel
    • D. Port forwarding
    Show answer & explanation

    Answer: A
    Segmenting devices by risk profile (IoT, guest, corporate) into separate VLANs with firewall-enforced boundaries limits lateral movement and contains breaches, a core defense-in-depth practice. Single sign-on addresses authentication convenience, VPN tunneling modes concern remote access routing, and port forwarding exposes an internal service externally, none of which describe internal network segmentation.

  23. 23. A company deploys a system that inspects traffic patterns and can automatically drop packets matching known attack signatures in real time, rather than just alerting an administrator. What type of system is this?

    • A. Intrusion Prevention System (IPS)
    • B. Intrusion Detection System (IDS)
    • C. Syslog server
    • D. Proxy cache server
    Show answer & explanation

    Answer: A
    An IPS sits inline with traffic flow and can automatically block or drop packets matching malicious signatures in real time. An IDS only monitors and alerts without taking blocking action, a syslog server merely aggregates log messages, and a proxy cache server accelerates and filters web requests but is not designed for real-time attack signature blocking.

  24. 24. A remote employee connects to the corporate network so that only traffic destined for internal resources travels through the encrypted tunnel, while general internet browsing goes directly out the employee's local connection. What is this configuration called?

    • A. Split-tunnel VPN
    • B. Full-tunnel VPN
    • C. Site-to-site VPN
    • D. Clientless VPN portal only
    Show answer & explanation

    Answer: A
    A split-tunnel VPN routes only traffic destined for corporate resources through the encrypted tunnel while other internet traffic uses the local connection directly, reducing bandwidth load on the VPN concentrator. A full-tunnel VPN forces all traffic, including general internet browsing, through the tunnel; a site-to-site VPN connects two networks rather than a single remote user; and a clientless portal describes browser-based access rather than tunnel scope.

  25. 25. A user reports they can browse some internal file shares but cannot reach any external websites, while a coworker on the same switch has no issues. The technician first confirms the user's device has a valid IP address and default gateway. Which troubleshooting step logically comes next to isolate the issue?

    • A. Test whether the user's device can ping the default gateway and then an external IP address
    • B. Immediately reformat the user's workstation
    • C. Replace the core router without further diagnosis
    • D. Disable the user's switch port
    Show answer & explanation

    Answer: A
    Following the standard troubleshooting methodology of testing connectivity layer by layer, the next logical step is pinging the gateway and then an external address to narrow down whether the failure is local, at the gateway, or further upstream (e.g., DNS or an external route). Reformatting or replacing hardware without further diagnosis skips isolating the actual fault, and disabling the port would remove the user's access entirely without diagnosing anything.

  26. 26. A technician runs a continuous ping to a remote server and observes that response times vary widely between 20ms and 300ms with no packet loss. What condition is this variability called?

    • A. Jitter
    • B. Latency
    • C. Attenuation
    • D. Crosstalk
    Show answer & explanation

    Answer: A
    Jitter is the variation in packet delay over time, which can degrade real-time applications like VoIP even without packet loss. Latency refers to the absolute delay of a single packet's round trip, not its variability; attenuation is the weakening of a signal over distance in a cable; and crosstalk is interference between adjacent wire pairs, neither related to timing variability between pings.

  27. 27. After a new firmware update, wireless clients near the edge of an office report frequent disconnects while clients closer to the access point work fine. A site survey shows signal strength drops sharply beyond 30 feet, worse than before the update. Which issue is most likely occurring?

    • A. The firmware update altered transmit power or channel settings, reducing effective coverage
    • B. The DNS server is misconfigured
    • C. The DHCP scope has been exhausted
    • D. A duplicate IP address exists on the network
    Show answer & explanation

    Answer: A
    Given signal strength dropped specifically after a firmware update and correlates with distance from the AP, a change to transmit power, antenna settings, or channel width introduced by the update is the most likely cause of reduced coverage. DNS misconfiguration would cause name resolution failures rather than distance-dependent signal drop, DHCP exhaustion would prevent address assignment entirely rather than degrade with distance, and a duplicate IP would cause address conflicts, not a signal strength/distance correlation.

  28. 28. A cable tester shows that a run has all eight conductors correctly mapped end-to-end with no shorts or opens, yet users on that segment report intermittent slow speeds during periods of high electrical equipment usage nearby. Which cabling issue is most likely responsible?

    • A. Electromagnetic interference (EMI) from nearby equipment
    • B. An open circuit in the cable
    • C. A transposed wire pair
    • D. A duplex mismatch
    Show answer & explanation

    Answer: A
    Because the wire map is confirmed correct (no opens, shorts, or transposed pairs) yet performance issues correlate with nearby electrical equipment operation, EMI coupling into the cable is the most likely cause of degraded signal quality and retransmissions. An open circuit or transposed pair would show up on the wire map test which passed, and a duplex mismatch is a switch/NIC configuration issue unrelated to environmental electrical noise.

  29. 29. A newly added switch creates a loop in the topology, and shortly after, users across multiple VLANs experience severe slowdowns along with switches showing abnormally high CPU and flooding of unknown-unicast frames. Which underlying problem best explains these symptoms?

    • A. A broadcast storm caused by a Layer 2 loop with Spanning Tree Protocol not properly blocking the redundant path
    • B. A DNS server outage
    • C. An expired SSL certificate on a web server
    • D. IP address exhaustion in the DHCP pool
    Show answer & explanation

    Answer: A
    A new switch introducing a redundant Layer 2 path without STP properly blocking it creates a loop, causing broadcast and unknown-unicast frames to circulate endlessly, spiking CPU and saturating bandwidth network-wide. A DNS outage would cause name resolution failures rather than network-wide flooding, an expired certificate only affects encrypted sessions to one service, and DHCP exhaustion prevents new address assignment but does not cause flooding or high switch CPU from looping frames.

  30. 30. A remote office's site-to-site VPN tunnel establishes successfully, but users report that traffic to only some internal subnets at headquarters is reachable while others time out. Phase 1 and Phase 2 negotiations both report success. What is the most likely cause?

    • A. The VPN's defined interesting traffic (encryption domain / proxy IDs) does not include all the required remote subnets
    • B. The ISP link is completely down
    • C. The remote router's power supply failed
    • D. The DHCP server has stopped responding
    Show answer & explanation

    Answer: A
    Since the tunnel establishes and some subnets work while others don't, the most likely cause is that the VPN's defined traffic selectors (interesting traffic/proxy IDs) omit the missing subnets, so packets to those networks are never routed into the tunnel. A fully down ISP link or failed power supply would prevent the tunnel from establishing at all, and a DHCP outage affects address assignment locally, not selective reachability of specific remote subnets through an already-established tunnel.

  31. 31. Users report that a web application intermittently fails to load, and packet captures show the client repeatedly retransmitting SYN packets with no SYN-ACK response from certain server addresses, while other servers respond normally. DNS resolves correctly to all servers. What is the most likely explanation?

    • A. A firewall or ACL is silently dropping SYN packets to the affected server addresses
    • B. The DNS server is returning incorrect records
    • C. The client's NIC is set to half-duplex
    • D. The default gateway's ARP cache is corrupted
    Show answer & explanation

    Answer: A
    Because DNS resolution is confirmed correct and only connections to specific server addresses fail with unanswered SYN packets, a firewall or ACL silently dropping (rather than rejecting) that traffic is the most likely cause, which produces exactly this retransmission pattern with no response. Incorrect DNS records would misdirect the client to a wrong address rather than causing name-correct connections to specific servers to hang, a half-duplex NIC would typically produce collisions and errors rather than clean unanswered SYNs, and a corrupted gateway ARP cache would affect all destinations, not selectively certain servers.

  32. 32. A traceroute to an external website shows normal, low latency for the first six hops and then a sudden large latency increase (from 15ms to 250ms) at hop seven, with all subsequent hops remaining around 250ms. What does this pattern most likely indicate?

    • A. A slow or congested link at the point corresponding to hop seven
    • B. A misconfigured subnet mask on the client
    • C. A duplicate MAC address on the local segment
    • D. An expired DHCP lease on the client
    Show answer & explanation

    Answer: A
    When latency jumps sharply at one hop and remains elevated for all subsequent hops, it indicates a slow, congested, or otherwise degraded link at that point in the path, since every later hop inherits the added delay. A client-side subnet mask or DHCP lease issue would affect local connectivity broadly rather than produce a hop-specific mid-path latency jump, and a duplicate MAC address typically causes intermittent connectivity or ARP conflicts rather than a consistent added-latency traceroute signature.

  33. 33. CompTIA organizes the current Network+ exam into how many official content domains?

    • A. Four
    • B. Five
    • C. Three
    • D. Six
    Show answer & explanation

    Answer: B
    The current CompTIA Network+ exam (N10-009) is organized into five official content domains covering networking concepts, network implementation, network operations, network security, and network troubleshooting. The other counts do not match the exam's official published structure.

  34. 34. According to the official exam blueprint, which content domain carries the largest weighting on the CompTIA Network+ (N10-009) exam?

    • A. Network Security
    • B. Network Troubleshooting
    • C. Network Implementation
    • D. Networking Concepts
    Show answer & explanation

    Answer: B
    Network Troubleshooting is the largest domain at 24% of the exam, reflecting the emphasis on applying diagnostic methodology to real-world network problems. Networking Concepts is 23%, Network Implementation is 20%, and Network Security is only 14%, all smaller than Troubleshooting's share.

  35. 35. A network segment must accommodate 500 hosts. What is the smallest prefix length that suffices?

    • A. /23, which provides 512 addresses and 510 usable hosts
    • B. /24, which provides 256 addresses
    • C. /22, which provides 1024 addresses
    • D. /25, which provides 128 addresses
    Show answer & explanation

    Answer: A
    Usable hosts equal two raised to the number of host bits, minus the network and broadcast addresses, so a /23 with nine host bits gives 512 minus 2, or 510. A /24 provides only 254 usable and falls short, while a /22 works but wastes over 500 addresses, which matters when the space is being subnetted efficiently.

  36. 36. At which OSI layer does a device that makes forwarding decisions using MAC addresses operate?

    • A. Layer 4, the transport layer
    • B. Layer 1, the physical layer
    • C. Layer 2, the data link layer
    • D. Layer 3, the network layer
    Show answer & explanation

    Answer: C
    MAC addressing belongs to the data link layer, IP addressing to the network layer, and port numbers to the transport layer, which is why a device's forwarding basis identifies its layer. The mapping matters diagnostically, since determining which layer a fault occupies narrows the investigation immediately.

  37. 37. A switch port is configured as a trunk. What does this enable?

    • A. Carrying traffic for multiple VLANs over a single link using tagging to identify each VLAN
    • B. Doubling the port's available bandwidth
    • C. Restricting the port to a single connected device
    • D. Providing power to the connected device
    Show answer & explanation

    Answer: A
    Trunking carries multiple VLANs on one physical link by tagging frames, which is what connects switches without requiring a separate cable per VLAN. Link aggregation is the separate feature combining ports for bandwidth, and Power over Ethernet is the unrelated capability delivering power to devices.

  38. 38. A network baseline has been established. How is it used?

    • A. As a reference for normal behaviour, so deviations can be recognized as abnormal rather than assessed from intuition
    • B. As the maximum performance the network may reach
    • C. As the vendor's warranty specification
    • D. As the configuration backup for each device
    Show answer & explanation

    Answer: A
    Without a baseline, a reported figure such as sixty percent utilization is uninterpretable, since it may be routine or unprecedented for that link. The baseline also supports capacity planning by showing the trend, and it must be refreshed after significant changes or it describes a network that no longer exists.

  39. 39. A host is assigned 192.168.10.100 with a /26 prefix. What are the network and broadcast addresses for its subnet?

    • A. Network 192.168.10.64 and broadcast 192.168.10.127
    • B. Network 192.168.10.0 and broadcast 192.168.10.255
    • C. Network 192.168.10.96 and broadcast 192.168.10.159
    • D. Network 192.168.10.100 and broadcast 192.168.10.163
    Show answer & explanation

    Answer: A
    A /26 leaves six host bits, giving blocks of 64 addresses, so the boundaries fall at .0, .64, .128 and .192. The host at .100 sits in the second block, making the network address .64, the broadcast .127 and the usable range .65 through .126.

  40. 40. How do TCP and UDP differ in the guarantees they provide?

    • A. TCP is connectionless and UDP is connection-oriented
    • B. TCP establishes a connection and provides ordered, acknowledged delivery with retransmission, while UDP sends datagrams without those guarantees and lower overhead
    • C. UDP guarantees ordered delivery and TCP does not
    • D. Both provide identical delivery guarantees at different speeds
    Show answer & explanation

    Answer: B
    TCP's three-way handshake, sequencing and acknowledgment provide reliability at the cost of latency and overhead, which is why real-time voice and video prefer UDP where a late packet is worthless anyway. DNS queries also use UDP for speed, falling back to TCP for large responses and zone transfers.

  41. 41. A client resolves a hostname, then communicates with the server. Which protocol pair does the client rely on to reach a host on its own subnet?

    • A. DNS to resolve the name to an IP address, then ARP to resolve that IP address to a MAC address
    • B. ARP to resolve the name, then DNS to resolve the MAC address
    • C. DHCP to resolve the name and ICMP to resolve the address
    • D. DNS alone, since MAC addresses are not required on a local subnet
    Show answer & explanation

    Answer: A
    Name resolution and address resolution are separate steps, and frames on a local segment are addressed by MAC regardless of the IP layer above. For an off-subnet destination the ARP resolution targets the default gateway's MAC rather than the destination's, which is a distinction that explains many connectivity symptoms.

  42. 42. A technician must choose cabling for a 90-metre run between two floors in an environment with significant electrical interference. What is most appropriate?

    • A. Fibre optic cable, which is immune to electromagnetic interference and supports the distance comfortably
    • B. Unshielded twisted pair, which is the standard choice for all runs
    • C. Coaxial cable, which is standard for modern Ethernet
    • D. A wireless bridge, which avoids cabling entirely
    Show answer & explanation

    Answer: A
    Fibre carries light rather than electrical signals, so interference cannot induce noise on it, and it also exceeds copper's 100-metre Ethernet limit by a wide margin. Shielded twisted pair is the copper alternative in noisy environments, but it requires correct grounding to work and can perform worse than unshielded cable if that grounding is wrong.

  43. 43. Users on a wireless network report intermittent slowness in a dense office. Which 2.4 GHz channel configuration minimizes co-channel interference in most regions?

    • A. Channels 1, 2 and 3, which are adjacent and therefore separated
    • B. Channels selected at random per access point
    • C. All access points on channel 6 for consistency
    • D. Channels 1, 6 and 11, which are the non-overlapping options
    Show answer & explanation

    Answer: D
    The 2.4 GHz band's channels overlap, and only 1, 6 and 11 are sufficiently separated to avoid interfering, so adjacent channel numbers actively degrade each other. The 5 GHz band offers many more non-overlapping channels, which is the more fundamental remedy for a dense deployment.

  44. 44. A network uses NAT at the perimeter. What does this accomplish for internal hosts?

    • A. Internal private addresses are translated to a routable public address, allowing many hosts to share public addressing and hiding the internal structure
    • B. Internal hosts receive public addresses directly from the provider
    • C. Internal traffic is encrypted between hosts
    • D. Internal hosts are prevented from initiating outbound connections
    Show answer & explanation

    Answer: A
    Network address translation conserves public addresses and incidentally obscures internal topology, though it is an addressing mechanism rather than a security control. Inbound connections require explicit port forwarding precisely because the translation table is built from outbound flows, which is why NAT is often mistaken for a firewall.

  45. 45. Spanning Tree Protocol is running on a switched network. What problem does it prevent?

    • A. IP address conflicts between hosts
    • B. Broadcast storms and frame duplication caused by loops in a redundantly connected topology, by blocking redundant paths until needed
    • C. Unauthorized devices connecting to switch ports
    • D. Congestion caused by excessive unicast traffic
    Show answer & explanation

    Answer: B
    Layer 2 frames have no time-to-live field, so a loop circulates broadcasts indefinitely and saturates the segment within seconds. Spanning tree builds a loop-free logical topology and reactivates blocked links when the active path fails, which is what makes physical redundancy safe at layer 2.

  46. 46. A network administrator configures link aggregation between two switches. What is the primary benefit?

    • A. Combined bandwidth across the member links with automatic failover if one link fails
    • B. Automatic VLAN creation across the link
    • C. Elimination of the need for spanning tree
    • D. Encryption of traffic between the switches
    Show answer & explanation

    Answer: A
    Aggregation presents multiple physical links as one logical link, providing both additional capacity and resilience without spanning tree blocking the redundant members. Individual flows are typically pinned to one member by a hashing algorithm, so a single conversation does not exceed the speed of one link despite the combined total.

  47. 47. A distance-vector and a link-state routing protocol are compared. What characterizes a link-state protocol?

    • A. Each router builds a complete topology map and independently computes shortest paths, converging faster than distance-vector methods
    • B. Each router shares only its routing table with directly connected neighbours
    • C. Routes are configured manually by an administrator
    • D. Routing decisions are made solely on hop count
    Show answer & explanation

    Answer: A
    Link-state protocols flood link information so every router holds the same topology database and runs a shortest-path calculation locally, which is why convergence is fast and loops are less likely. Distance-vector protocols pass their own tables to neighbours, converge more slowly and rely on mechanisms such as split horizon and hold-down timers to control loops.

  48. 48. A network device must be configured for remote management. Which protocol should be used and which avoided?

    • A. SSH should be used and Telnet avoided, because Telnet transmits credentials and session content in clear text
    • B. Telnet should be used and SSH avoided for compatibility
    • C. Either is acceptable on an internal network
    • D. Both should be disabled in favour of unauthenticated console access
    Show answer & explanation

    Answer: A
    Telnet's clear-text transmission means anyone able to observe the traffic obtains administrative credentials, and an internal network is not a safe assumption given insider access and lateral movement after a compromise. The same reasoning replaces SNMPv1 and v2c with SNMPv3 and HTTP management interfaces with HTTPS.

  49. 49. An unauthorized hub is plugged into a wall jack and three extra devices appear on that switch interface. Which switch feature is designed to detect and act on this?

    • A. The power delivered to the connected device
    • B. The physical locking of the port with a connector cover
    • C. Which TCP and UDP port numbers may traverse the switch
    • D. Which and how many MAC addresses may communicate through a given port, with a defined action when the limit is violated
    Show answer & explanation

    Answer: D
    Port security operates on MAC addresses at layer 2, limiting how many devices may appear on a port and optionally pinning specific addresses, with violation actions such as shutting the port down. The naming causes frequent confusion, since it has nothing to do with transport-layer port numbers, which access control lists handle.

  50. 50. A wireless network must authenticate users individually against a directory rather than using a shared passphrase. What is required?

    • A. Enterprise mode using 802.1X with a RADIUS server, so each user authenticates with their own credentials
    • B. A longer pre-shared key applied to all users
    • C. MAC address filtering on the access points
    • D. Hiding the network's SSID from broadcast
    Show answer & explanation

    Answer: A
    Enterprise mode delegates authentication to a RADIUS server, so credentials can be revoked individually without rekeying every device, which a shared passphrase cannot achieve. MAC filtering and SSID hiding are trivially bypassed since both MAC addresses and hidden SSIDs are observable in normal traffic.

  51. 51. A user reports they cannot reach a specific server by name but can reach it by IP address. Where does the fault lie?

    • A. In name resolution, since connectivity to the address works and only the name-to-address translation is failing
    • B. In the physical cabling between the user and the switch
    • C. In the server's application service
    • D. In the routing between the two subnets
    Show answer & explanation

    Answer: A
    Successful connection by IP proves the path, the routing and the destination service are all functioning, which isolates the fault to DNS. The next steps are checking the client's configured resolvers, the record's existence and correctness at the authoritative server, and whether a stale cached entry is being returned.

  52. 52. A technician uses traceroute to diagnose a slow connection. What does the output show?

    • A. The sequence of hops toward the destination with round-trip times to each, revealing where latency is introduced
    • B. The bandwidth available on each link along the path
    • C. The applications running on the destination host
    • D. The physical cable type used at each hop
    Show answer & explanation

    Answer: A
    Traceroute maps the path and per-hop latency by sending packets with increasing time-to-live values, which shows where delay begins to accumulate. High latency at one intermediate hop that does not propagate to subsequent hops usually means that router deprioritized the probe response rather than indicating a genuine problem, which is a common misreading.

  53. 53. Several users on one floor lose connectivity simultaneously while other floors are unaffected. What should be examined first?

    • A. Each affected workstation's network adapter driver
    • B. Each affected user's individual network cable
    • C. The internet service provider's circuit
    • D. The access switch and uplink serving that floor, since the symptom's boundary matches that device's scope
    Show answer & explanation

    Answer: D
    The scope of a fault points at the shared component whose reach matches it, so a whole floor failing while others work implicates that floor's switch or uplink. Checking individual cables and drivers would eventually find nothing while consuming the time the shared-component check resolves in minutes.

  54. 54. A network monitoring system reports high interface utilization with increasing output drops on a switch uplink. What does this indicate?

    • A. The link is saturated and the switch is discarding frames it cannot queue, calling for capacity increase or traffic prioritization
    • B. The interface has a duplex mismatch with its peer
    • C. The connected cable is faulty
    • D. The interface has been administratively disabled
    Show answer & explanation

    Answer: A
    Output drops accompanying high utilization mean the transmit queue overflowed, which is congestion rather than error. Input errors and cyclic redundancy check failures indicate physical problems instead, and late collisions specifically suggest a duplex mismatch, so the counter type distinguishes the fault class.

  55. 55. A network administrator implements quality of service. What does it achieve on a congested link?

    • A. Prioritization of latency-sensitive traffic such as voice over less time-critical traffic, so the available capacity is allocated by importance
    • B. An increase in the link's total available bandwidth
    • C. Compression of all traffic traversing the link
    • D. Encryption of prioritized traffic
    Show answer & explanation

    Answer: A
    Quality of service allocates scarce capacity rather than creating more, which is why it improves voice quality while file transfers slow accordingly. Marking must be applied consistently end to end, since a class honoured on one device and ignored on the next produces unpredictable behaviour that is harder to diagnose than no prioritization at all.

  56. 56. Network documentation includes a logical diagram and a physical diagram. What does each show?

    • A. The logical diagram shows addressing, VLANs and traffic flow, while the physical diagram shows equipment locations, cabling and port assignments
    • B. The logical diagram shows cabling and the physical diagram shows VLANs
    • C. Both show the same information at different scales
    • D. The physical diagram shows routing protocols in use
    Show answer & explanation

    Answer: A
    The two views answer different questions, one about how traffic moves and one about which cable runs where, and troubleshooting frequently requires both. A rack elevation and a cable run list complement the physical diagram, while an IP address management record complements the logical one.

  57. 57. A DHCP scope is exhausted on a busy guest network. What configuration change most directly addresses it?

    • A. Shortening the lease duration so addresses from departed devices return to the pool sooner, alongside enlarging the scope if the subnet allows
    • B. Lengthening the lease duration to reduce DHCP traffic
    • C. Disabling DHCP and assigning addresses statically
    • D. Reducing the subnet mask length on client devices only
    Show answer & explanation

    Answer: A
    On a network with high device turnover, long leases hold addresses for devices that left hours earlier, so shortening the lease recovers them. Lengthening leases suits stable environments where the same devices persist, which makes lease duration a decision about turnover rather than a universally correct value.

  58. 58. A network uses NTP. Why does accurate time matter for network operations?

    • A. Because log correlation across devices, certificate validation and time-based authentication all fail or mislead when clocks disagree
    • B. Because it increases available bandwidth
    • C. Because it is required for IP address assignment
    • D. Because it determines routing metric calculation
    Show answer & explanation

    Answer: A
    Reconstructing an incident from logs is impossible when timestamps across devices disagree by minutes, and certificate validity checks and time-based one-time passwords fail outright with sufficient drift. This makes NTP an operational dependency whose failure surfaces as a set of apparently unrelated problems.

  59. 59. An organization adopts software-defined networking. What is the architectural change?

    • A. All physical switches are replaced with wireless access points
    • B. Routing protocols are eliminated entirely
    • C. Each device gains an independent management interface
    • D. The control plane is separated from the data plane and centralized, so forwarding devices receive policy from a controller rather than deciding independently
    Show answer & explanation

    Answer: D
    Centralizing the control plane enables consistent policy and programmatic change across many devices, replacing per-device configuration. The controller becomes a critical dependency and a high-value target, which is the trade-off accepted in exchange for that consistency and automation.

  60. 60. A branch office connects to headquarters over the public internet with a site-to-site VPN. What does this provide relative to a private circuit?

    • A. Encrypted connectivity at lower cost, but with performance dependent on the public internet rather than guaranteed by a service level agreement
    • B. Guaranteed bandwidth and latency equivalent to a private circuit
    • C. Higher throughput than any private circuit
    • D. Elimination of the need for routing between sites
    Show answer & explanation

    Answer: A
    The economics favour internet-based tunnels while the performance characteristics remain best-effort, which matters for latency-sensitive applications such as voice. Software-defined WAN approaches address this by using multiple links and steering traffic per application based on measured path quality.

  61. 61. A load balancer distributes traffic across several application servers. What additional resilience capability does it typically provide?

    • A. Health checking, so traffic is withdrawn from a server that fails its check and restored when it recovers
    • B. Automatic patching of the backend servers
    • C. Encryption of the backend database
    • D. Backup of the application's data
    Show answer & explanation

    Answer: A
    Health checks make the distribution adaptive rather than blind, which is what converts load balancing into a fault-tolerance mechanism. Session persistence is the companion consideration, since applications holding state locally break when successive requests from one client reach different servers.

  62. 62. A technician must verify that a newly terminated copper cable meets specification. Which tool is appropriate?

    • A. A cable certifier, which measures performance against the standard rather than merely confirming continuity
    • B. A tone generator and probe, which locates a cable among many
    • C. A loopback plug, which tests a port's transmit and receive
    • D. A protocol analyzer, which captures and decodes traffic
    Show answer & explanation

    Answer: A
    Certification measures parameters such as attenuation, crosstalk and length against the category standard, which a continuity tester cannot assess. Each of the other tools solves a different problem, and using a continuity check to accept a permanent link passes cables that will fail under load at full speed.

  63. 63. A network administrator captures traffic to diagnose an application problem. What consideration applies before capturing?

    • A. Authorization and scope, since a capture can contain credentials and personal data, and the capture point determines what traffic is visible at all
    • B. Only the storage space required for the capture file
    • C. Only whether the capture tool is licensed
    • D. No considerations apply on an internal network
    Show answer & explanation

    Answer: A
    Packet captures routinely contain sensitive content and are subject to authorization and handling requirements. The capture point matters equally, since a switch forwards only relevant traffic to a given port, so a port mirror or tap is needed to see traffic between two other hosts.

  64. 64. A remote site's connection fails over to a backup link automatically. What technology commonly provides this at the gateway?

    • A. A first-hop redundancy protocol presenting a virtual gateway address that survives the failure of any single router
    • B. Dynamic host configuration reassigning client addresses
    • C. Address resolution caching on the clients
    • D. Spanning tree reconvergence at layer 2
    Show answer & explanation

    Answer: A
    Clients are configured with a single default gateway address, so redundancy requires that address to move between routers rather than clients being reconfigured. First-hop redundancy protocols provide exactly that through a shared virtual address, with one router active and another standing by to assume it.

  65. 65. IPv6 addressing is deployed alongside IPv4. What does a dual-stack configuration mean?

    • A. Only one protocol operates at a time, switched by schedule
    • B. IPv4 traffic is encapsulated inside IPv6 packets exclusively
    • C. Hosts run both protocol stacks simultaneously and use whichever the destination supports, allowing gradual migration
    • D. IPv6 addresses are translated into IPv4 addresses at the perimeter
    Show answer & explanation

    Answer: C
    Dual-stack avoids a flag-day cutover by letting both protocols coexist, at the cost of maintaining and securing two address plans and two sets of firewall rules simultaneously. Tunnelling encapsulates one protocol in the other and translation converts between them, each addressing a different migration constraint.

  66. 66. A network administrator must justify network segmentation to management. What is the security argument?

    • A. It limits lateral movement, so a compromise in one segment does not automatically reach systems in another
    • B. It increases the total bandwidth available to each host
    • C. It removes the need for endpoint protection
    • D. It guarantees compliance with all regulations
    Show answer & explanation

    Answer: A
    Segmentation constrains the blast radius of an intrusion, which is the difference between a compromised workstation and a compromised organization. It also reduces broadcast domain size and can bring a smaller set of systems into a compliance scope, but containment of lateral movement is the primary security rationale.

  67. 67. A host on an Ethernet segment automatically generates an IPv6 address for communicating with other devices on the same local link, without any DHCPv6 server or router advertisement providing a global prefix. Which address prefix does this self-generated address use?

    • A. 2001::/32
    • B. ff00::/8
    • C. fe80::/10
    • D. fc00::/7
    Show answer & explanation

    Answer: C
    Link-local IPv6 addresses always fall within the fe80::/10 range and are generated automatically by every IPv6-capable interface for communication within the local link, independent of any external configuration. The fc00::/7 range is reserved for unique local addresses, which serve a different purpose and are not generated automatically the same way.

  68. 68. A wireless engineer must select a legacy 802.11 amendment that operates exclusively in the 5 GHz band, with no support for 2.4 GHz operation. Which standard fits this requirement?

    • A. 802.11n
    • B. 802.11a
    • C. 802.11b
    • D. 802.11g
    Show answer & explanation

    Answer: B
    802.11a was defined to operate only in the 5 GHz band, unlike its contemporaries which used 2.4 GHz. Both 802.11b and 802.11g operate solely in the 2.4 GHz band, making them the opposite of what is being asked for.

  69. 69. A company subscribes to a cloud offering where the provider manages the operating system, runtime environment, and underlying servers, while the company is only responsible for deploying and managing its own applications and data. Which cloud service model is this?

    • A. PaaS
    • B. SaaS
    • C. On-premises hosting
    • D. IaaS
    Show answer & explanation

    Answer: A
    Platform as a Service abstracts away the operating system and runtime so customers only need to focus on their application code and data. Infrastructure as a Service, by contrast, still requires the customer to manage the operating system and runtime themselves, which does not match the scenario described.

  70. 70. A network engineer is troubleshooting an application and needs to identify which OSI layer is responsible for segmenting data streams and using port numbers to distinguish between simultaneous application sessions on a host. Which layer handles this function?

    • A. Data Link (Layer 2)
    • B. Transport (Layer 4)
    • C. Network (Layer 3)
    • D. Session (Layer 5)
    Show answer & explanation

    Answer: B
    The transport layer breaks data into segments and uses source and destination port numbers to multiplex traffic from multiple applications over a single IP connection. The network layer only handles logical addressing and routing between networks, and does not track individual application sessions, which is why it is a poor fit despite being adjacent in the stack.

  71. 71. A firewall administrator is writing an outbound rule set that must permit encrypted web browsing traffic while blocking unencrypted web browsing traffic. Which port numbers should the rules reference for HTTPS and HTTP respectively?

    • A. 3389 for HTTPS and 8080 for HTTP
    • B. 25 for HTTPS and 110 for HTTP
    • C. 22 for HTTPS and 21 for HTTP
    • D. 443 for HTTPS and 80 for HTTP
    Show answer & explanation

    Answer: D
    HTTPS is conventionally assigned to TCP port 443 and plain HTTP to TCP port 80, so a rule permitting 443 while blocking 80 achieves the stated goal. Port 22 is used for SSH and port 21 for FTP control, an unrelated pair of services that would not affect web traffic at all.

  72. 72. An engineer needs to advertise a single summarized route that covers four contiguous /24 networks as one block, minimizing the number of entries in an upstream routing table. Which prefix length represents this summary?

    • A. /22
    • B. /25
    • C. /23
    • D. /21
    Show answer & explanation

    Answer: A
    Four contiguous /24 networks together contain 1,024 addresses, which is exactly the size of a /22 block, so summarizing them into a single /22 route covers all four ranges precisely. A /23 only covers two /24 networks and a /21 covers eight, so neither matches the four-network requirement.

  73. 73. A VoIP administrator selects a transport-layer protocol for real-time voice traffic specifically because it avoids the overhead of retransmitting lost segments, prioritizing low latency over guaranteed delivery. Which protocol was chosen?

    • A. SCTP
    • B. TCP
    • C. ICMP
    • D. UDP
    Show answer & explanation

    Answer: D
    UDP is connectionless and does not retransmit lost data, which keeps latency low and is well suited to real-time voice where a late packet is less useful than a timely one. TCP guarantees delivery through retransmission and acknowledgments, but that reliability mechanism introduces delay that degrades real-time voice quality.

  74. 74. A network engineer configures a Layer 3 switch with a separate switch virtual interface for each VLAN so that hosts in different VLANs can exchange traffic without a dedicated external router. What is this configuration commonly called?

    • A. Link aggregation
    • B. Spanning tree
    • C. Inter-VLAN routing
    • D. Port mirroring
    Show answer & explanation

    Answer: C
    Assigning a switch virtual interface to each VLAN on a Layer 3 switch allows the switch itself to route between VLANs, a design known as inter-VLAN routing. Port mirroring only copies traffic to a monitoring port for analysis and has nothing to do with forwarding traffic between VLANs.

  75. 75. A cabling contractor must run a link approximately 2 kilometers between two buildings on a campus and needs a medium that supports that distance without signal regenerators. Which cabling type should be selected?

    • A. Single-mode fiber
    • B. Multimode fiber (OM1)
    • C. Category 6a copper
    • D. RG-6 coaxial cable
    Show answer & explanation

    Answer: A
    Single-mode fiber uses a narrow core and a laser light source, allowing it to carry signals for many kilometers without significant attenuation, making it suitable for long inter-building runs. Copper standards such as Category 6a are limited to a 100-meter maximum segment length, far short of the two-kilometer requirement.

  76. 76. A technician wants an access-layer switch port connected to a single desktop PC to move directly to a forwarding state as soon as the link comes up, skipping the listening and learning delay that Spanning Tree Protocol normally imposes. Which feature should be enabled on that port?

    • A. Root guard
    • B. 802.1Q trunking
    • C. BPDU guard
    • D. PortFast
    Show answer & explanation

    Answer: D
    PortFast is designed for edge ports connected to end hosts and lets the port bypass the normal STP listening and learning states, reaching forwarding almost immediately. BPDU guard is a complementary feature that disables a port if it receives BPDUs, but on its own it does not change how quickly the port begins forwarding.

  77. 77. An organization deploys dozens of lightweight wireless access points across a campus, all receiving their channel assignments, power levels, and security policies from a single centralized management appliance. Which wireless architecture is this?

    • A. Controller-based (centralized) architecture
    • B. Ad hoc network
    • C. Mesh-only topology
    • D. Autonomous (standalone) access points
    Show answer & explanation

    Answer: A
    In a controller-based architecture, lightweight access points depend on a central wireless controller for their configuration, channel planning, and policy enforcement, simplifying management at scale. Autonomous access points are configured and managed individually, which does not match a design driven from one central appliance.

  78. 78. A technician terminates both ends of a copper patch cable using the T568B wiring standard on each end. What type of cable results from this termination?

    • A. Rollover cable
    • B. Loopback cable
    • C. Straight-through (patch) cable
    • D. Crossover cable
    Show answer & explanation

    Answer: C
    When both ends of a cable are wired to the same standard, T568B on both ends in this case, the pin-outs match at each end and the result is a straight-through cable used to connect dissimilar devices such as a PC to a switch. A crossover cable instead requires one end wired to T568A and the other to T568B so that transmit and receive pairs are swapped.

  79. 79. An installer needs to power a ceiling-mounted wireless access point but there is no electrical outlet nearby and running new electrical wiring is not feasible. Which technology allows the access point to receive power over the same cable used for data?

    • A. Link Aggregation Control Protocol (LACP)
    • B. Virtual Router Redundancy Protocol (VRRP)
    • C. Quality of Service (QoS)
    • D. Power over Ethernet (PoE)
    Show answer & explanation

    Answer: D
    Power over Ethernet delivers both data and electrical power over standard twisted-pair cabling, eliminating the need for a separate electrical run to devices like access points and cameras. QoS instead manages traffic prioritization and has no role in delivering electrical power to a device.

  80. 80. A network operations team configures every router and switch to forward time-stamped event and error messages to a central log server, where they are retained long-term and correlated with other network events during investigations. Which service accomplishes this?

    • A. Syslog
    • B. ARP
    • C. Telnet
    • D. NetFlow
    Show answer & explanation

    Answer: A
    Syslog is the standard protocol devices use to send time-stamped log messages to a centralized collector, supporting long-term retention and cross-device correlation. NetFlow instead reports flow-level traffic statistics such as source, destination, and byte counts, not discrete event or error messages.

  81. 81. A network team wants visibility into exactly which applications and hosts are consuming the most bandwidth across a router interface, broken down by source, destination, and protocol for each traffic flow. Which technology provides this granular per-flow data?

    • A. Syslog
    • B. SNMP polling
    • C. NetFlow
    • D. ICMP echo
    Show answer & explanation

    Answer: C
    NetFlow exports detailed records for each traffic flow, including source and destination addresses, ports, and byte counts, giving administrators fine-grained insight into bandwidth consumption by application and host. SNMP polling typically reports interface-level counters like total utilization, but it does not break traffic down into individual flows.

  82. 82. A business continuity plan specifies the maximum acceptable duration a critical order-processing system can remain offline after a failure before the resulting business impact becomes unacceptable. Which metric defines this?

    • A. Mean Time To Repair (MTTR)
    • B. Recovery Time Objective (RTO)
    • C. Recovery Point Objective (RPO)
    • D. Mean Time Between Failures (MTBF)
    Show answer & explanation

    Answer: B
    Recovery Time Objective defines the maximum tolerable length of time a system can be down after a disruption before the outage causes unacceptable harm to the business. Recovery Point Objective instead measures how much data loss, in time, is acceptable, which addresses a different concern than how long the system can stay offline.

  83. 83. A network operations team schedules a firmware update for its core switches but first applies the update to an isolated lab environment configured to mirror production, verifying it does not break existing configurations before rolling it out. Which practice does this represent?

    • A. Applying the update to every production switch simultaneously
    • B. Skipping the vendor's release notes to save preparation time
    • C. Disabling device logging during the maintenance window
    • D. Validating the update in a staging environment that mirrors production before deployment
    Show answer & explanation

    Answer: D
    Testing a change in a staging environment that closely resembles production lets a team catch configuration or compatibility problems before they can affect live traffic, which is a core change-management practice for reducing risk. Rolling an untested update out to every production device at once removes this safety net and increases the chance of a widespread outage.

  84. 84. An administrator maintains a record of every configuration change made to network devices, including who made the change, when it occurred, and the business or technical justification, to support audits and enable rollback if needed. What is this record called?

    • A. A performance baseline report
    • B. A physical wiring diagram
    • C. A change management log
    • D. An IP address management (IPAM) database
    Show answer & explanation

    Answer: C
    A change management log tracks the who, what, when, and why of every configuration change, which is exactly the information needed to support audits and roll back a problematic change. A wiring diagram instead documents physical cable runs and port connections, not the history of configuration changes over time.

  85. 85. A security team requires that any device connecting to the corporate network, whether wired or wireless, first prove its identity and demonstrate compliance with security policy, such as having current antivirus signatures, before it is granted network access. Which solution enforces this?

    • A. Network Access Control (NAC)
    • B. A screened subnet (DMZ)
    • C. A VPN concentrator
    • D. A content filter
    Show answer & explanation

    Answer: A
    Network Access Control evaluates a connecting device's identity and posture, such as patch level and antivirus status, before deciding whether to grant it network access, matching the described requirement. A VPN concentrator instead terminates remote-access tunnels and does not perform posture assessment for devices already on the local network.

  86. 86. An attacker overwhelms a switch's content-addressable memory table by flooding it with frames using thousands of fabricated source MAC addresses, causing the switch to run out of table space and begin flooding all subsequent frames out every port like a hub. Which attack is being described?

    • A. VLAN hopping
    • B. MAC flooding
    • C. ARP poisoning
    • D. An evil twin attack
    Show answer & explanation

    Answer: B
    MAC flooding deliberately exhausts a switch's MAC address table with bogus entries so that the switch can no longer make forwarding decisions and falls back to broadcasting frames out every port, which an attacker can then capture. ARP poisoning instead works by sending forged ARP replies to redirect traffic between two hosts, a different mechanism that does not involve exhausting the MAC address table.

  87. 87. A company places its public-facing web server on a separate network segment that is reachable from the internet but isolated from the internal LAN, with firewall rules restricting what traffic can pass between the segment and internal resources. What is this segment called?

    • A. A honeypot
    • B. An air-gapped network
    • C. A demilitarized zone (DMZ)
    • D. A split-tunnel VPN
    Show answer & explanation

    Answer: C
    A demilitarized zone is a network segment specifically designed to host public-facing services while isolating them from the internal network, exactly as described. A split-tunnel VPN instead describes how a remote client's traffic is routed between an internal tunnel and the open internet, which is unrelated to hosting a public server segment.

  88. 88. A security policy requires that any device plugged into a wired switch port must authenticate with credentials verified against a centralized RADIUS server before the port allows any other traffic to pass. Which technology enforces this port-based authentication?

    • A. WPA2-PSK
    • B. Port mirroring
    • C. MAC address filtering
    • D. 802.1X port-based authentication
    Show answer & explanation

    Answer: D
    802.1X enforces authentication at the port level, requiring a supplicant to present credentials validated by a RADIUS server before the switch opens the port for normal traffic. MAC address filtering only checks a hardware address against an allow list, which can be spoofed and does not involve verifying credentials against a central authentication server.

  89. 89. Two hosts on the same subnet intermittently lose network connectivity at the same moments, and both display an operating system warning about a duplicate address being detected on the network each time this happens. What is the most likely cause?

    • A. A duplicate IP address assigned to both hosts
    • B. An exhausted DHCP scope
    • C. A misconfigured VLAN
    • D. A failing network interface card
    Show answer & explanation

    Answer: A
    An operating system's duplicate address warning is a direct signal that two devices are competing for the same IP address, which causes exactly the kind of simultaneous, intermittent connectivity loss described. A misconfigured VLAN would more likely cause complete and consistent isolation from certain resources rather than an intermittent conflict affecting two specific hosts together.

  90. 90. A technician finds that ping replies from a remote server return successfully, but a browser-based application to that same server frequently times out. A packet capture taken at the client shows outbound request packets leaving normally, while a separate capture point further downstream shows the server's replies arriving by a different path than the requests took. What condition does this describe?

    • A. A broadcast storm
    • B. Asymmetric routing
    • C. A duplex mismatch
    • D. DNS misconfiguration
    Show answer & explanation

    Answer: B
    Asymmetric routing occurs when outbound and inbound traffic between two hosts travel over different paths, which can cause stateful devices such as firewalls along one path to drop return traffic they never saw the matching outbound request for, producing exactly this kind of intermittent application failure despite successful ping. DNS misconfiguration would typically prevent the hostname from resolving at all rather than allowing pings to succeed while only the application intermittently times out.

  91. 91. After a technician manually sets one end of a link to 100 Mbps full duplex while leaving the other end on auto-negotiation, users report degraded throughput on that link, and the switch's interface counters show a high number of late collisions. What is the most likely cause?

    • A. An incorrect subnet mask
    • B. A rogue DHCP server
    • C. A saturated uplink
    • D. A duplex mismatch between the two ends of the link
    Show answer & explanation

    Answer: D
    When one side of a link is forced to full duplex while the other is left on auto-negotiation, the auto-negotiating side typically falls back to half duplex, and the resulting mismatch produces late collisions and degraded throughput, matching the symptoms exactly. An incorrect subnet mask would instead cause hosts to be unable to reach certain addresses at all, not generate collision counters on a switch interface.

  92. 92. Several users on a segment suddenly cannot reach the internet, although internal file shares still work normally. Checking the affected hosts shows each one received a default gateway address that does not correspond to any real router on the network. What is the most likely cause?

    • A. A misconfigured NTP source
    • B. A failed DNS server
    • C. A rogue DHCP server issuing incorrect configuration
    • D. A blocked ICMP echo request
    Show answer & explanation

    Answer: C
    An unauthorized DHCP server handing out a bogus default gateway would cause exactly this pattern, internal traffic that does not need to leave the subnet keeps working while any traffic that must be routed off-subnet, such as internet access, fails because the assigned gateway is not a real router. A failed DNS server would instead prevent hostname resolution across the board rather than selectively breaking only traffic that needs to leave the local subnet.

  93. 93. A fiber uplink between two switches experiences intermittent link drops. A technician uses an optical power meter and finds the received signal strength is significantly weaker than expected given the transmitter's rated output power and the cable's rated distance. What is the most likely cause?

    • A. A DHCP lease expiration
    • B. Excessive attenuation on the fiber link
    • C. A VLAN mismatch between the two switches
    • D. An expired ARP cache entry
    Show answer & explanation

    Answer: B
    Excessive attenuation, often from bends, dirty connectors, or a run exceeding its rated distance, weakens the optical signal below what the receiver needs for a stable link, producing exactly the intermittent drops and low power readings described. A VLAN mismatch would instead cause traffic to be dropped or misdirected at Layer 2 without affecting the physical optical power levels measured at the interface.

2026 statistics

Key facts: CompTIA Network+ exam

90
MCQ questions
720 (on a scale of…
To pass
1h 30m
Time limit
Review the key concepts
Use the compact reference to prepare for your next practice session
Open cheat sheet →

Every free resource for this exam

Get a free CompTIA Network+ study plan

A week-by-week plan plus new practice questions, straight to your inbox.

Official sources

Primary documents used to verify the exam details shown on this page.

Last verified against the official exam content outline:

Frequently asked questions

How many questions are on the CompTIA Network+ exam and how long is it?

The CompTIA Network+ (exam code N10-009) contains a maximum of 90 questions, and candidates are given 90 minutes to complete it. The questions are a mix of multiple-choice and performance-based items, so budget roughly one minute per question and plan extra time for the hands-on performance-based tasks, which take longer to work through.

What score do I need to pass, and how should I prioritize my studying?

You need a score of 720 on a scale of 100 to 900 to pass. The exam is organized into five content domains: networking concepts (23%), network implementation (20%), network operations (19%), network security (14%), and network troubleshooting (24%). Because network troubleshooting is the largest domain at 24% and networking concepts is close behind at 23%, prioritizing those two areas gives you the most weight on the exam, while network security at 14% carries the least.

What experience should I have before taking the Network+ exam?

CompTIA recommends holding a CompTIA A+ certification along with 9 to 12 months of hands-on experience in a junior network administrator or network support technician role. If you don't have that background yet, working through practice questions and hands-on labs can help build the practical familiarity the performance-based questions expect.

How do I schedule the exam, and how do I keep the certification current afterward?

Pearson VUE administers the CompTIA Network+ exam, and you can take it either at a physical test center or remotely via online proctoring. To book, reschedule, or cancel, you log in to CompTIA Central. After you pass, the certification is renewed through the CompTIA Continuing Education (CE) program: you submit CEUs from approved activities such as training, coursework, work experience, or community involvement, and pay a continuing education fee using a CE token. The exam is offered in English, German, Japanese, Portuguese, and Spanish.