CCST Networking Practice Test.
65 free practice questions with answers and explanations.
No signup required. Choose a topic and review each answer.
Start practicing →About these practice questions
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 CCST Networking is administered by Cisco, with a 50 minutes time limit and a Pass/Fail result.
This free CCST Networking practice test has 65 original questions written to Cisco's official content outline, last checked against it on September 9, 2026. Every question shows a worked explanation, and nothing here requires a signup.
As of 2026, the CCST Networking exam fee is $125.
Browse all questions & answers
1. A technician needs to explain to a new hire why the OSI model splits networking into seven layers instead of using a single monolithic model. What is the primary benefit of this layered approach?
- A. It allows each layer to be developed, troubleshot, and replaced independently as long as the interfaces between layers stay consistent
- B. It guarantees that every network will automatically use encryption at every layer
- C. It eliminates the need for any addressing scheme because each layer handles delivery on its own
- D. It requires every vendor to use identical hardware so layers can be swapped physically
Show answer & explanation
Answer: A
Layered models (OSI and TCP/IP) exist so that each layer can evolve or be swapped (e.g., changing a physical medium) without redesigning the whole stack, as long as the layer interfaces remain stable. Encryption is not automatic at every layer, addressing is still required at multiple layers (MAC, IP), and vendors do not need identical hardware for layering to work.2. A frame arrives on a switch port and the switch reads the destination MAC address to decide where to forward it. At which OSI layer does this decision primarily occur?
- A. Layer 2, the Data Link layer
- B. Layer 3, the Network layer
- C. Layer 4, the Transport layer
- D. Layer 7, the Application layer
Show answer & explanation
Answer: A
Switches forward frames based on MAC addresses, which is Data Link layer (Layer 2) addressing. Layer 3 uses IP addresses for routing, Layer 4 handles segment/datagram delivery between processes, and Layer 7 concerns application data - none of these govern MAC-based frame forwarding.3. A small business wants to connect three offices in different cities together using a service provider's network, while each individual office uses its own internal network for desks and printers. Which two network type terms best describe this scenario?
- A. A WAN connects the offices between cities, while each office runs its own LAN internally
- B. A PAN connects the offices between cities, while each office runs its own CAN internally
- C. A MAN connects the offices between cities, while each office runs its own WLAN internally
- D. A CAN connects the offices between cities, while each office runs its own PAN internally
Show answer & explanation
Answer: A
A Wide Area Network (WAN) spans large geographic distances such as connecting offices in different cities, while a Local Area Network (LAN) covers a single office or building. A PAN is personal-device scale (e.g., Bluetooth), a CAN spans a campus, and a MAN spans a single metropolitan area - none fit inter-city connectivity as precisely as WAN/LAN.4. When comparing a WLAN to a traditional wired LAN, which statement accurately describes a key architectural difference a support technician should understand?
- A. A WLAN uses radio frequency signals and requires an access point to bridge wireless clients into the wired network
- B. A WLAN cannot use IP addressing because it operates entirely at Layer 1
- C. A WLAN always provides faster throughput than any wired LAN connection
- D. A WLAN eliminates the need for a Data Link layer because there is no cable
Show answer & explanation
Answer: A
WLANs use RF signals and rely on an access point to bridge wireless stations onto the wired infrastructure. WLANs still use IP addressing and still have a Data Link layer (802.11 framing) - only the physical medium differs from wired Ethernet - and wired connections are generally faster and more reliable than wireless.5. A technician is asked why a PAN is not a suitable term for describing the network connecting an entire university campus with buildings up to a mile apart. What is the best explanation?
- A. A PAN is designed for very short-range personal device connections, while a network spanning multiple buildings on a campus is better described as a CAN
- B. A PAN specifically requires fiber optic cabling which campuses cannot install
- C. A PAN is only used for connecting servers in a data center, never end-user devices
- D. A PAN and a CAN are interchangeable terms with no practical distinction
Show answer & explanation
Answer: A
A Personal Area Network (PAN) covers a very short range around an individual (e.g., Bluetooth between a phone and headset), while a Campus Area Network (CAN) interconnects multiple buildings across a larger site such as a university. PANs have no fiber requirement, are not data-center-specific, and are not interchangeable with CAN given the vastly different scale.6. A network engineer is assigning IP addresses for an internal office network that will never be directly reachable from the public internet. Which type of address range should be used?
- A. A private address range such as 192.168.0.0/16
- B. A public address range assigned by a regional internet registry
- C. A multicast address range such as 224.0.0.0/4
- D. A loopback address range such as 127.0.0.0/8
Show answer & explanation
Answer: A
Private address ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are reserved for internal use and are not routed on the public internet, making them appropriate for internal-only networks. Public ranges are meant for internet-routable hosts, multicast ranges are for one-to-many delivery, and loopback addresses (127.0.0.0/8) are used only for a device to test itself.7. A host is configured with the IPv4 address 172.16.45.10 and subnet mask 255.255.255.0. What is the network address for this host's subnet?
- A. 172.16.45.0
- B. 172.16.0.0
- C. 172.16.45.255
- D. 172.16.45.1
Show answer & explanation
Answer: A
With a /24 mask (255.255.255.0), the first three octets define the network portion, so the network address is 172.16.45.0. 172.16.0.0 would only apply to a /16 mask, 172.16.45.255 is the broadcast address for this subnet (all host bits set to 1), and 172.16.45.1 would be a typical usable host address, not the network address.8. An administrator needs to subnet the network 192.168.10.0/24 into at least 4 equally sized subnets. What subnet mask should be used to achieve exactly 4 subnets while maximizing usable hosts per subnet?
- A. 255.255.255.192 (/26)
- B. 255.255.255.240 (/28)
- C. 255.255.255.0 (/24)
- D. 255.255.255.224 (/27)
Show answer & explanation
Answer: A
Borrowing 2 bits from the host portion of a /24 yields a /26, which creates exactly 2^2 = 4 subnets, each with 62 usable hosts - the maximum host count while still meeting the 4-subnet requirement. A /28 creates 16 subnets with far fewer hosts each, /24 is the original single network with no subnetting, and /27 creates 8 subnets rather than the requested 4.9. A technician examines an IPv6 address written as 2001:0db8:0000:0000:0000:ff00:0042:8329. Which of the following is a valid compressed representation of this same address?
- A. 2001:db8::ff00:42:8329
- B. 2001:db8:0:0:0:ff00::42:8329
- C. 2001::db8::ff00:42:8329
- D. 2001:db8:0000:0000:0000:ff:42:8329
Show answer & explanation
Answer: A
IPv6 compression allows leading zeros in each group to be dropped and one single run of consecutive all-zero groups to be replaced with '::'. 2001:db8::ff00:42:8329 correctly does both. Option B misuses '::' after already writing zero groups explicitly, option C illegally uses '::' twice (only one occurrence is allowed per address), and option D incorrectly drops a zero from 'ff00' making it a different value than intended.10. Which IPv6 address type is designed so that a packet sent to it is delivered to only the nearest single interface out of a group of interfaces sharing that address, typically used for load-distributed services?
- A. Anycast address
- B. Unicast address
- C. Multicast address
- D. Link-local address
Show answer & explanation
Answer: A
An anycast address is assigned to multiple interfaces, and routing delivers a packet to the topologically nearest one - commonly used for distributed services like DNS root servers. A unicast address identifies exactly one interface, a multicast address delivers to all members of a group simultaneously, and a link-local address is scoped to a single local network segment, not a distributed group.11. A host is configured with an IPv6 address that begins with fe80:: . What does this prefix indicate about the address's scope?
- A. It is a link-local address usable only for communication on the local network segment, not routed beyond it
- B. It is a globally routable address usable anywhere on the internet
- C. It is a multicast address intended for all-hosts group communication
- D. It is a loopback address used only for testing the local device itself
Show answer & explanation
Answer: A
The fe80::/10 prefix is reserved for IPv6 link-local addresses, which are automatically configured and confined to the local link - routers do not forward them. Global unicast addresses typically begin with 2000::/3, IPv6 multicast addresses begin with ff00::/8, and the IPv6 loopback address is the single address ::1, not a prefix range.12. A user connects a laptop to a docking station that provides a wired Ethernet port. Which connector type is used at the physical interface for standard copper Ethernet cabling?
- A. RJ-45
- B. RJ-11
- C. SC connector
- D. DB-9
Show answer & explanation
Answer: A
RJ-45 is the standard 8-position connector used for twisted-pair copper Ethernet cabling. RJ-11 is the smaller 4/6-position connector used for telephone lines, SC is a fiber-optic connector type, and DB-9 is a legacy serial (RS-232) connector, none of which are used for standard Ethernet.13. A technician needs to run a network cable between two buildings 300 meters apart where there is also significant electromagnetic interference from nearby power lines. Which cabling choice is most appropriate?
- A. Fiber-optic cable, since it is immune to electromagnetic interference and supports long distances
- B. Unshielded twisted-pair (UTP) copper cable, since it is the cheapest option regardless of distance
- C. Coaxial cable limited to 100 meters, since it matches typical Ethernet copper limits
- D. A standard Cat5e patch cable, since patch cables are rated for any distance
Show answer & explanation
Answer: A
Fiber-optic cable uses light rather than electrical signals, making it immune to EMI, and it supports much longer distances than copper - ideal for a 300-meter inter-building run near power lines. UTP copper is typically limited to 100 meters and is susceptible to EMI, coaxial is rarely used for modern Ethernet and still copper-based (EMI-prone), and Cat5e patch cables are also copper and subject to the same 100-meter and interference limitations.14. A field technician must connect a laptop's fiber network interface to a switch's fiber port but the switch is several years old and only accepts a specific transceiver form factor. Which component would the technician most likely need to check for compatibility?
- A. An SFP (small form-factor pluggable) transceiver module
- B. An RJ-45 keystone jack
- C. A USB-C to HDMI adapter
- D. A DB-25 serial adapter
Show answer & explanation
Answer: A
SFP (and related SFP+, QSFP) transceiver modules plug into switch ports to convert between the switch's electrical interface and various fiber (or copper) media types, and different switches may require specific SFP types. An RJ-45 keystone jack is for copper Ethernet wall terminations, a USB-C to HDMI adapter is for video display, and DB-25 is a legacy serial connector - none relate to fiber switch uplinks.15. A user's smartphone automatically switches from a 5 GHz Wi-Fi network to the cellular data network when walking out of the office building. Which factor most directly explains why cellular, rather than Wi-Fi, can maintain connectivity over a much larger geographic area?
- A. Cellular networks use carrier-operated towers spaced across wide areas with handoff between towers, while Wi-Fi access points have a much shorter individual range
- B. Wi-Fi signals are physically incapable of traveling more than 10 meters under any circumstance
- C. Cellular networks do not use radio frequency signals, so they are not limited by distance
- D. Wi-Fi requires a wired connection to every client device at all times
Show answer & explanation
Answer: A
Cellular networks rely on a wide-area infrastructure of carrier towers with seamless handoff as a device moves between cells, giving them far greater coverage than a single Wi-Fi access point, which typically covers a building or a portion of one. Wi-Fi range varies but can exceed 10 meters depending on conditions, cellular networks do use RF signals just like Wi-Fi, and Wi-Fi is inherently wireless for client devices, not wired.16. A technician needs to connect a new switch to an existing switch to extend available ports in a wiring closet. Which type of port-to-port connection and cabling consideration is most relevant?
- A. Connect an uplink or standard port on each switch using a straight-through or Auto-MDI-X-compatible Ethernet cable
- B. Switches can only be connected using a fiber-to-copper direct splice with no transceiver
- C. Switch-to-switch connections require a console cable, not an Ethernet cable
- D. Switches must always be connected through a router positioned between them
Show answer & explanation
Answer: A
Extending a network by daisy-chaining switches is done by connecting Ethernet ports between the two switches using standard cabling, relying on Auto-MDI-X (or a dedicated uplink port) to handle the pinout. A direct fiber-to-copper splice without a transceiver is not a valid physical connection method, a console cable is used for out-of-band management/configuration access, not for carrying data traffic, and a router is not required simply to link two switches at Layer 2.17. A network diagram shows a router with a routing table containing a default route of 0.0.0.0/0 pointing to an ISP's gateway. What is the function of this default route?
- A. It directs traffic destined for any network not explicitly listed elsewhere in the routing table toward the ISP gateway
- B. It blocks all outbound traffic from leaving the local network
- C. It is only used for broadcast traffic within the local subnet
- D. It assigns IP addresses to devices on the local network automatically
Show answer & explanation
Answer: A
A default route (0.0.0.0/0) acts as a catch-all, matching any destination not covered by a more specific route in the routing table, and forwards such traffic to the specified next hop - commonly an ISP gateway for internet-bound traffic. It does not block traffic, it is unrelated to local broadcast handling, and address assignment is the function of DHCP, not a routing table entry.18. A switch receives a frame destined for a MAC address that is not currently in its MAC address table. What action does the switch take with this frame?
- A. It floods the frame out all ports except the one it was received on
- B. It silently discards the frame since the destination is unknown
- C. It sends the frame back out the same port it arrived on
- D. It converts the frame to a routing table lookup request
Show answer & explanation
Answer: A
When a switch does not have an entry for the destination MAC in its table, it floods the frame out every port except the ingress port, ensuring delivery while it 'learns' the correct port when a reply is received. Discarding the frame would break normal Layer 2 delivery, sending it back out the same port would violate basic loop-prevention/split-horizon Layer 2 behavior, and switches operate on MAC tables, not routing tables, for this decision.19. A help desk technician is troubleshooting a user's report of 'the internet is down.' Following a structured troubleshooting methodology, what is generally the most effective first step?
- A. Gather information by identifying exactly what is not working and what has changed, before jumping to a fix
- B. Immediately reformat the user's operating system to rule out software issues
- C. Replace the user's network cable without asking any questions
- D. Escalate directly to the network engineering team without any initial investigation
Show answer & explanation
Answer: A
Structured troubleshooting methodologies (e.g., identify the problem, establish a theory, test the theory) all begin with gathering information - clarifying symptoms, scope, and recent changes - before attempting any fix. Reformatting an OS or replacing a cable without investigation are premature, potentially destructive or wasteful actions, and immediate escalation skips the basic triage a technician should perform first.20. A technician runs a packet capture in Wireshark and wants to isolate only traffic between a specific host and a web server on port 443. Which type of Wireshark feature should the technician use?
- A. A display filter, such as one matching the host IP address and tcp.port == 443
- B. A capture interface change to a different network adapter
- C. The Wireshark statistics menu's I/O graph only
- D. A firewall rule configured directly within Wireshark
Show answer & explanation
Answer: A
Wireshark display filters let you narrow a capture to specific criteria, such as an IP address combined with tcp.port == 443, without needing to recapture traffic. Changing the capture interface affects what is being captured, not filtering existing captured data, the I/O graph visualizes throughput over time rather than isolating specific conversations, and Wireshark is a passive capture/analysis tool - it does not enforce firewall rules.21. A user reports intermittent connectivity to a remote server. A technician runs a continuous ping to the server and observes that some replies take significantly longer than others, with occasional timeouts. What does this pattern most likely indicate?
- A. Variable latency and possible packet loss along the path, suggesting congestion or an unstable link
- B. The remote server's DNS name is definitely misspelled
- C. The local host's IP address is definitely configured incorrectly
- D. The ping command itself is deprecated and its results should be ignored
Show answer & explanation
Answer: A
Fluctuating round-trip times combined with intermittent timeouts in a continuous ping are classic signs of variable latency (jitter) and packet loss, pointing to congestion or an unstable path rather than a hard failure. A DNS misspelling would typically cause ping to fail immediately with a resolution error, not intermittent replies; a misconfigured local IP would likely prevent any replies rather than producing inconsistent ones; and ping remains a standard, valid diagnostic tool.22. A technician wants to trace the path packets take from a workstation to a remote website and identify at which hop delays begin to occur. Which diagnostic command is best suited for this task?
- A. traceroute (or tracert on Windows)
- B. ipconfig /all with no other commands
- C. nslookup only
- D. arp -a only
Show answer & explanation
Answer: A
traceroute/tracert reports each router hop along the path to a destination along with round-trip times per hop, making it ideal for identifying where delays begin. ipconfig /all shows local interface configuration but not the path to a remote host, nslookup queries DNS records rather than tracing a path, and arp -a shows the local ARP cache mapping IPs to MAC addresses on the local segment, not the full multi-hop path.23. On a Cisco IOS device, a technician runs the command 'show ip interface brief.' What information does this command primarily provide?
- A. A summary of each interface's IP address and its up/down status for both the interface and line protocol
- B. A detailed listing of the device's entire running configuration file
- C. A real-time packet capture of traffic crossing the device
- D. A list of all VLANs configured on a connected switch only, with no interface details
Show answer & explanation
Answer: A
show ip interface brief gives a concise summary table of each interface's assigned IP address and status (interface up/down and line protocol up/down), which is a common first troubleshooting step. The full running configuration is shown with show running-config, live packet capture is not a native IOS CLI capability without additional tools, and VLAN listings are shown with commands like show vlan brief, not this command.24. A technician suspects a duplex mismatch is causing performance issues on a link between a switch and a server. Which basic diagnostic approach would most directly help confirm this suspicion on a Cisco switch?
- A. Use 'show interfaces' to check for a mismatch between configured duplex settings and incrementing collision/error counters
- B. Reboot the entire switch stack immediately without checking any interface statistics
- C. Change the server's IP address to a different subnet
- D. Disable the switch's spanning-tree protocol entirely
Show answer & explanation
Answer: A
The 'show interfaces' command displays duplex/speed settings along with error counters (such as late collisions), which are telltale signs of a duplex mismatch when they increment abnormally on a specific link. Rebooting the switch does not diagnose the root cause and causes unnecessary disruption, changing the server's IP address is unrelated to a Layer 1/2 duplex issue, and disabling spanning-tree does not address or reveal duplex mismatches and could introduce loops.25. A security-conscious organization wants to ensure that sensitive customer data cannot be read by anyone who intercepts it in transit, that the data is not altered without detection, and that authorized systems can always access it when needed. Which foundational security concept describes this set of goals?
- A. The CIA triad: Confidentiality, Integrity, and Availability
- B. The AAA framework: Authentication, Authorization, and Accounting
- C. The OSI model's seven layers
- D. The TCP three-way handshake
Show answer & explanation
Answer: A
The CIA triad - Confidentiality (protection from unauthorized disclosure), Integrity (protection from unauthorized modification), and Availability (ensuring access when needed) - directly maps to the three goals described. AAA is about verifying identity, permissions, and logging usage rather than these three protection goals; the OSI model describes network communication layers, not security goals; and the TCP handshake is a connection-establishment mechanism unrelated to these security principles.26. A company implements a system where employees must first prove their identity with a username and password, then are granted access only to specific resources based on their role, and all their access activity is logged for later review. Which security framework does this describe?
- A. AAA: Authentication, Authorization, and Accounting
- B. CIA: Confidentiality, Integrity, and Availability
- C. WPA3 personal mode only
- D. A firewall access control list exclusively
Show answer & explanation
Answer: A
AAA describes exactly this three-part process: Authentication (proving identity), Authorization (granting access based on role/policy), and Accounting (logging activity for auditing). CIA describes data protection goals rather than an access control process, WPA3 personal is a wireless encryption/authentication standard for Wi-Fi specifically (not a general access framework), and a firewall ACL alone only filters traffic - it does not inherently authenticate users or log detailed accounting data.27. A firewall is configured to permit outbound traffic from the internal network to any destination, but only allow inbound traffic that is a response to a connection the internal network initiated. What type of firewall behavior does this describe?
- A. Stateful inspection, which tracks the state of active connections to determine whether inbound traffic is a legitimate response
- B. Stateless packet filtering, which evaluates every packet independently with no memory of prior packets
- C. A proxy server operating exclusively at the application layer with no packet filtering
- D. A hub, which simply repeats all traffic out every port
Show answer & explanation
Answer: A
Stateful firewalls maintain a table of active connection states, allowing them to permit inbound return traffic that matches an established outbound session while blocking unsolicited inbound traffic. Stateless filtering evaluates each packet in isolation without tracking connection state, so it could not selectively allow only 'response' traffic this way; an application-layer proxy is a different architecture not defined by this behavior alone; and a hub is a Layer 1 device with no filtering capability at all.28. A home user is setting up a new Wi-Fi router and wants the strongest wireless security protocol currently available on the device to protect against offline password-guessing attacks. Assuming the router supports it, which protocol should be selected?
- A. WPA3, since it offers stronger protections such as Simultaneous Authentication of Equals against offline dictionary attacks compared to WPA2
- B. WEP, since it is the most modern and widely recommended protocol
- C. An open network with no password, since encryption slows down Wi-Fi performance
- D. WPA2 with TKIP, since TKIP is newer and more secure than AES
Show answer & explanation
Answer: A
WPA3 improves on WPA2 by using Simultaneous Authentication of Equals (SAE) for the handshake, which is much more resistant to offline dictionary/password-guessing attacks than WPA2's PSK handshake. WEP is an outdated, cryptographically broken protocol and should never be recommended; an open network provides no encryption at all, exposing all traffic; and TKIP is an older, weaker encryption method than AES, which WPA2 also supports and WPA3 requires.29. A technician is asked to configure basic wireless security on a small office access point and is deciding between WPA2-Personal and WPA2-Enterprise. Which factor should most influence this decision?
- A. WPA2-Enterprise requires a RADIUS authentication server for per-user credentials, while WPA2-Personal uses a single shared pre-shared key for all users
- B. WPA2-Personal and WPA2-Enterprise use completely different encryption algorithms with no relation to each other
- C. WPA2-Enterprise cannot be used on any access point without a dedicated cellular connection
- D. WPA2-Personal supports per-user authentication through a RADIUS server just like Enterprise mode
Show answer & explanation
Answer: A
WPA2-Personal (PSK mode) uses one shared passphrase for all connecting devices, which is simple but offers less accountability, while WPA2-Enterprise authenticates each user individually against a RADIUS server, offering stronger per-user control - an important distinction for choosing the right mode for an office. Both modes can use the same underlying AES-CCMP encryption, cellular connectivity is unrelated to Enterprise mode's authentication requirement, and per-user RADIUS authentication is specifically an Enterprise-mode feature, not part of Personal mode.30. A technician configures a Windows 10 workstation to join a wired network and needs to verify the assigned IP address, subnet mask, and default gateway from the command line. Which command should be used?
- A. ipconfig /all
- B. ifconfig -a, which is native to Windows Command Prompt
- C. netstat -r only, which never shows IP configuration
- D. nslookup, which only queries DNS servers
Show answer & explanation
Answer: A
On Windows, ipconfig /all displays detailed adapter information including IP address, subnet mask, default gateway, and DNS servers. ifconfig is the Linux/macOS equivalent, not a native Windows command; netstat -r shows the routing table, not full IP configuration details like subnet mask; and nslookup is solely for DNS lookups, not general interface configuration.31. A user with an Android phone reports they cannot connect to the office Wi-Fi network despite entering the correct password. A technician wants to check the phone's currently assigned IP address without using any third-party apps. Where would this information typically be found?
- A. Within the phone's built-in Wi-Fi settings menu, under the details/advanced view for the connected network
- B. Only by connecting the phone to a Cisco switch console port
- C. Only by running a Wireshark capture directly on the phone's baseband processor
- D. Android phones never display assigned IP address information to the user
Show answer & explanation
Answer: A
Android's native Wi-Fi settings menu includes a details or advanced view for the currently connected network that shows the assigned IP address, along with signal strength and security type, without needing third-party apps. A console port connection is used for configuring network infrastructure devices, not viewing a phone's own IP settings; Wireshark on a baseband processor is not a standard or accessible diagnostic method for typical technicians; and Android does expose this information natively to users.32. A technician is deciding whether to use TCP or UDP for a new application that streams live video where occasional dropped frames are acceptable but delay is not. Which transport protocol characteristic makes UDP more suitable here than TCP?
- A. UDP does not perform retransmission or connection setup overhead, reducing latency at the cost of guaranteed delivery
- B. UDP guarantees ordered, reliable delivery of every packet, which TCP cannot do
- C. UDP requires a three-way handshake before any data can be sent, just like TCP
- D. TCP is always faster than UDP because it uses larger packet headers
Show answer & explanation
Answer: A
UDP is connectionless and does not retransmit lost packets or perform handshake setup, which minimizes latency - ideal for real-time streaming where a dropped frame is preferable to a delay from retransmission. It is TCP, not UDP, that guarantees ordered, reliable delivery; the three-way handshake and connection setup overhead are TCP characteristics, not UDP's; and a larger header does not make TCP faster - the added reliability mechanisms actually introduce more latency than UDP.33. A technician is explaining to a junior colleague why an organization might deploy both a firewall and an intrusion detection system (IDS) rather than relying on the firewall alone. What is the key difference in their roles?
- A. A firewall primarily filters traffic based on rules, while an IDS monitors traffic for suspicious patterns and alerts on potential threats without necessarily blocking them
- B. A firewall and an IDS perform the exact same function and one is always redundant
- C. An IDS physically blocks all network cables when an attack is detected
- D. A firewall can only operate on wireless networks, while an IDS only operates on wired networks
Show answer & explanation
Answer: A
A firewall enforces access control by permitting or denying traffic based on defined rules, while an IDS passively monitors traffic for signs of malicious activity and generates alerts, providing a complementary layer of visibility that a firewall's rule-based filtering alone does not cover. The two are not redundant since they serve different functions, an IDS does not physically disconnect cables (that is more characteristic of an inline IPS response, and even then not a literal physical disconnection), and neither device is restricted to only wireless or only wired networks.34. On a Cisco switch, a technician notices the port status LED next to a connected cable is solid green. What does this typically indicate about that port?
- A. The port has an active link and is operating normally without a fault condition
- B. The port has been administratively shut down
- C. The port is experiencing a duplex mismatch causing errors
- D. The port is not receiving any power from the switch
Show answer & explanation
Answer: A
A solid green LED on most Cisco switch ports indicates a healthy, active link with no detected fault. An administratively shut-down port typically shows the LED off (or amber depending on the platform), duplex mismatches or errors are often indicated by a blinking or amber/alternating LED pattern depending on the model, and a port lacking power (on a non-PoE issue) would simply show no light at all rather than solid green.35. A technician is documenting device ports on a small business router. The router has one port labeled 'WAN' and four ports labeled '1' through '4' under a 'LAN' grouping. What is the functional distinction between these port groups?
- A. The WAN port connects to the external network such as the ISP, while the LAN ports connect internal devices to the local network
- B. The WAN and LAN ports are functionally identical and interchangeable on all routers
- C. The LAN ports are used exclusively for fiber connections, while WAN is copper-only
- D. The WAN port only functions when the router is in bridge mode
Show answer & explanation
Answer: A
On consumer/small-business routers, the WAN port connects upstream to the ISP/external network while the LAN ports connect downstream to internal devices such as computers and switches - these roles are distinct and not interchangeable. Media type (fiber vs. copper) is not what distinguishes WAN from LAN ports, and the WAN port functions in normal routing mode, not only in bridge mode.36. A home or small office device combines several network functions in one box. Which functions does it typically provide?
- A. Routing to the internet provider, switching between local ports, wireless access and DHCP address assignment
- B. Routing only, with switching requiring a separate device
- C. Wireless access only
- D. Address assignment only
Show answer & explanation
Answer: A
Understanding that one box performs several distinct roles matters for troubleshooting, since a wireless problem, a DHCP problem and an internet connectivity problem all present as the network being broken. Separating which function has failed is what turns a vague report into a specific fault.37. A technician documents a network change. What information makes the record useful later?
- A. What was changed, on which device and port, when, why, and how to reverse it
- B. Only the date the change was made
- C. Only the name of the technician
- D. Only whether the change succeeded
Show answer & explanation
Answer: A
The reason and the reversal are the elements most often omitted and most needed, since a later technician facing an unexplained configuration cannot tell whether removing it is safe. Correlating a fault with a recent change is one of the fastest diagnostic routes available, and it depends entirely on the record existing.38. A firewall is placed between the office network and the internet. What is its basic function?
- A. Permitting or denying traffic according to a rule set, typically allowing internally initiated sessions while blocking unsolicited inbound connections
- B. Assigning IP addresses to internal hosts
- C. Resolving domain names to addresses
- D. Amplifying the wireless signal throughout the office
Show answer & explanation
Answer: A
The asymmetry between outbound and inbound is the core of the default policy, since internal users need to reach the internet while unsolicited inbound connections have no legitimate purpose without a published service. A firewall does not inspect what users choose to download, so it complements rather than replaces endpoint protection.39. A user runs a connectivity test to a remote server by name and receives a name resolution failure. What should be tested next?
- A. The same test using the server's IP address, to determine whether the fault is in name resolution or in connectivity
- B. Rebooting the workstation immediately
- C. Replacing the network cable
- D. Reinstalling the application
Show answer & explanation
Answer: A
Testing by address separates the two possible faults in one step, since success by address proves connectivity works and isolates the problem to DNS. Working from a hypothesis that a single test can confirm or eliminate is faster than applying remedies in sequence and hoping one helps.40. A user needs to browse a secure website and send email. Which port numbers are involved?
- A. 443 for HTTPS and 25, 587 or 465 for outbound mail submission depending on the configuration
- B. 80 for HTTPS and 110 for outbound mail
- C. 22 for HTTPS and 53 for outbound mail
- D. 21 for HTTPS and 23 for outbound mail
Show answer & explanation
Answer: A
HTTPS uses 443 while 80 is unencrypted HTTP, and mail submission commonly uses 587 with encryption or historically 25. Retrieval uses different ports again, with POP3 on 110 and IMAP on 143, and their encrypted variants on separate ports, which is why sending and receiving are configured independently.41. A technician must connect a workstation to a wall jack in an office. Which cable type is used?
- A. A straight-through twisted pair patch cable, since the devices at each end are of dissimilar types
- B. A crossover cable, which is used between similar device types on older equipment
- C. A rollover console cable, which is used for device management
- D. A coaxial cable with BNC connectors
Show answer & explanation
Answer: A
Straight-through cabling connects dissimilar devices such as a computer to a switch, while crossover historically connected similar devices, though automatic medium-dependent interface crossover on modern equipment makes the distinction largely academic. The rollover cable is a distinct item used to reach a device's console port for local management.42. A copper Ethernet run must span 130 metres between a switch and a workstation. What is the problem?
- A. It exceeds the 100-metre limit for twisted pair Ethernet, so signal degradation makes the link unreliable or non-functional
- B. It requires a crossover cable at that distance
- C. It requires a higher category of cable but no distance limit applies
- D. There is no problem, since Ethernet has no distance limit
Show answer & explanation
Answer: A
The 100-metre limit is a property of the signalling rather than the cable category, so a higher category does not extend it. Exceeding it produces intermittent faults rather than a clean failure, which makes the problem hard to diagnose, and the remedy is an intermediate switch or a fibre run.43. A fibre optic link uses single-mode rather than multi-mode fibre. What does this indicate about the deployment?
- A. Longer distances are required, since single-mode carries a single light path over much greater ranges than multi-mode
- B. Shorter distances are required, since single-mode is limited to a building
- C. Copper transceivers are being used at each end
- D. The link carries only management traffic
Show answer & explanation
Answer: A
Single-mode's narrow core carries one light path and supports very long distances, while multi-mode's wider core suits shorter runs at lower transceiver cost. Mixing the two on one link does not work, and transceivers must match both the fibre type and the wavelength at each end.44. A workstation is configured with an IP address, subnet mask and default gateway. What does the default gateway do?
- A. It receives traffic destined for addresses outside the local subnet and forwards it onward
- B. It assigns the workstation its IP address
- C. It resolves hostnames into IP addresses
- D. It filters traffic based on port numbers
Show answer & explanation
Answer: A
The host compares a destination against its own subnet using the mask, delivering locally if it matches and sending to the gateway otherwise. This is why a wrong subnet mask can allow local communication while breaking remote access, since the host misjudges which destinations are local.45. A department of 12 staff is given the block 192.168.5.0/28. How many usable host addresses does that provide, and is it sufficient?
- A. 14 usable addresses, which is sufficient, since 16 total minus the network and broadcast addresses leaves 14
- B. 16 usable addresses, since all addresses in the block can be assigned to hosts
- C. 12 usable addresses, exactly matching the staff count
- D. 8 usable addresses, which is insufficient
Show answer & explanation
Answer: A
A /28 leaves four host bits, giving 16 addresses of which the first is the network identifier and the last is the broadcast address, so 14 remain assignable. Planning to the exact headcount leaves no room for printers, access points or growth, which is why block sizing normally allows for devices beyond the staff count.46. Which address range is reserved for private use and not routable on the public internet?
- A. 8.8.8.0 through 8.8.8.255
- B. 1.1.1.0 through 1.1.1.255
- C. 203.0.113.0 through 203.0.113.255
- D. 192.168.0.0 through 192.168.255.255, alongside 10.0.0.0/8 and 172.16.0.0 through 172.31.255.255
Show answer & explanation
Answer: D
The three private ranges are used freely inside organizations and require translation to reach the internet, which is why the same 192.168.1.0 network appears in millions of homes without conflict. The 169.254 range is separate again, self-assigned when DHCP does not respond.47. A workstation shows an IP address in the 169.254 range. What does this tell the technician?
- A. The host did not receive a response from a DHCP server and self-assigned a link-local address, so it can only reach other hosts doing the same
- B. The host received a valid address from the corporate DHCP server
- C. The host is configured with a static address by an administrator
- D. The host's network adapter has failed completely
Show answer & explanation
Answer: A
Automatic private addressing indicates the DHCP exchange failed, so the investigation runs along the path between host and server: cable and link status, switch port and VLAN assignment, then the DHCP scope and relay. A completely failed adapter would show no link at all rather than a self-assigned address.48. A technician checks a switch port and finds the link light is off with a cable connected. What should be checked first?
- A. Whether the cable is properly seated at both ends and whether the port is administratively enabled, before replacing hardware
- B. The routing table on the upstream router
- C. The DNS server configuration
- D. The application's firewall rules
Show answer & explanation
Answer: A
No link light means the physical layer has not established, so nothing above it can be relevant and the investigation stays at layer one and the port's administrative state. Working upward from the lowest layer avoids the common waste of investigating routing and applications while a cable is unseated.49. Several users report slow performance while one user reports none, all on the same switch. What does this pattern suggest?
- A. A shared resource used by the affected users rather than the switch itself, since a switch fault would affect everyone connected to it
- B. A failing switch power supply
- C. An incorrect cable type on the working user's port
- D. A DNS misconfiguration affecting only some names
Show answer & explanation
Answer: A
The boundary of a symptom identifies the component whose reach matches it, so a fault sparing one user on the same switch is not the switch. The productive question is what the affected users have in common that the unaffected one does not, such as a file server, an application or a VLAN.50. The OSI model's layers are listed from bottom to top. Which sequence is correct?
- A. Application, presentation, session, network, transport, data link, physical
- B. Physical, network, data link, transport, application, session, presentation
- C. Physical, data link, network, transport, session, presentation, application
- D. Data link, physical, transport, network, session, application, presentation
Show answer & explanation
Answer: C
The order matters because troubleshooting proceeds from the bottom upward, ruling out physical and data link problems before investigating anything higher. The TCP/IP model condenses these into four layers, mapping session, presentation and application together into a single application layer.51. A protocol data unit at the data link layer is called what, and what does it contain beyond the payload?
- A. A frame, containing source and destination MAC addresses and a frame check sequence for error detection
- B. A packet, containing source and destination IP addresses
- C. A segment, containing source and destination port numbers
- D. A bit, containing only the raw signal
Show answer & explanation
Answer: A
Encapsulation names the unit at each layer: bits at the physical layer, frames at data link, packets at network and segments at transport. Each layer adds its own header, which is why a single application message carries several nested sets of addressing by the time it reaches the wire.52. A wireless client shows a strong signal but cannot pass traffic. What should be considered?
- A. That signal strength measures the radio link only, while authentication, address assignment and upstream connectivity are separate and can each fail independently
- B. That a strong signal guarantees full connectivity, so the report must be mistaken
- C. That the client's screen brightness is affecting the radio
- D. That the access point must be physically moved closer
Show answer & explanation
Answer: A
Associating with an access point is only the first step, and a client can be associated yet unauthenticated, without an address, or connected to an access point whose own uplink has failed. Checking the client's assigned address and testing the gateway distinguishes these quickly.53. Wireless performance is poor in an area where several access points are deployed close together. What should be examined?
- A. Increasing transmit power on every access point to overcome the interference
- B. Assigning every access point the same channel for consistency
- C. Disabling encryption to reduce processing overhead
- D. Channel assignment and transmit power, since overlapping channels and excessive power cause access points to interfere with one another
Show answer & explanation
Answer: D
In dense deployments, raising power widens each cell so more access points hear each other and clients stay attached to distant ones instead of roaming, which makes the problem worse. Non-overlapping channels and moderate power produce smaller, cleaner cells, which is counterintuitive but is how dense wireless is designed.54. A small office must extend wireless coverage to a distant room. What is the trade-off of using a wireless repeater?
- A. Coverage extends but throughput is reduced, since the repeater receives and retransmits each frame on the same radio
- B. Coverage and throughput both increase
- C. Throughput increases while coverage stays the same
- D. Neither coverage nor throughput changes
Show answer & explanation
Answer: A
A single-radio repeater must hear a frame and then send it again on the same channel, roughly halving throughput for clients behind it. A wired access point avoids this entirely, which is why running a cable to a second access point is preferred wherever it is practical.55. A device is powered over its Ethernet cable. What must be verified when planning this?
- A. That the switch supports the required power standard and that its total power budget covers all connected devices
- B. That the cable is a crossover type
- C. That the device has a separate power outlet nearby
- D. That the switch port is configured as a trunk
Show answer & explanation
Answer: A
Power over Ethernet standards differ in wattage per port, and a switch has an overall budget that can be exhausted before every port is used, causing later devices to fail to power on. Checking both the per-device requirement and the aggregate budget avoids a deployment where the last few devices simply do not start.56. An endpoint must be identified on the network by a hardware address. Where does this address come from?
- A. It is assigned to the network interface by its manufacturer, with the first portion identifying the vendor
- B. It is assigned by the DHCP server at each boot
- C. It is derived from the IP address configured on the host
- D. It is chosen by the user during installation
Show answer & explanation
Answer: A
A MAC address is burned into the interface with a vendor prefix, which is why a switch's address table can reveal what kind of device is connected. It can be overridden in software on many systems, so it identifies an interface reliably in normal operation but is not a security control.57. A small office wireless network uses WPA2 with a shared passphrase. What limitation should be understood?
- A. Anyone with the passphrase has access, and removing one person's access requires changing it on every device
- B. The passphrase automatically changes each month
- C. Each device receives a unique passphrase automatically
- D. The passphrase prevents any device from seeing another's traffic
Show answer & explanation
Answer: A
A shared secret cannot be revoked for one holder, which is why a departing employee or a widely shared guest passphrase forces a change affecting everyone. A separate guest network with its own passphrase and isolation from internal resources is the practical mitigation in a small office.58. A user receives an email asking them to confirm their password by following a link. What should they do?
- A. Not follow the link, verify independently through a known channel, and report the message
- B. Follow the link and check whether the site looks legitimate
- C. Reply to the message asking whether it is genuine
- D. Forward the message to colleagues to warn them
Show answer & explanation
Answer: A
A convincing appearance is what phishing sites are built for, so inspecting the destination proves nothing, and replying reaches the sender rather than the legitimate organization. Reporting through the defined channel lets the organization block the campaign for everyone rather than only protecting one recipient.59. Device configuration backups are taken regularly. Why does this matter for a network technician?
- A. A failed device can be replaced and restored to its prior configuration quickly, rather than being reconfigured from memory or documentation
- B. Backups improve the device's forwarding performance
- C. Backups replace the need for change documentation
- D. Backups prevent configuration errors from being made
Show answer & explanation
Answer: A
Replacement hardware is useless without the configuration, and reconstructing it under outage pressure produces errors and long downtime. Backups also make it possible to compare the current configuration against a known good version, which is often the fastest way to identify what an unplanned change actually altered.60. A network uses a switch rather than a hub. What is the practical difference?
- A. A switch forwards a frame only to the port where its destination resides, while a hub repeats every frame to all ports
- B. A hub forwards selectively while a switch repeats to all ports
- C. Both forward selectively using IP addresses
- D. A switch operates only on wireless networks
Show answer & explanation
Answer: A
Selective forwarding gives each port its own collision domain and prevents other devices from observing traffic not addressed to them, which is why hubs disappeared from production networks. It also explains why capturing another device's traffic on a switched network requires a mirror port or a tap rather than simply connecting a laptop.61. A technician must connect to a switch's console port for initial configuration. What is required?
- A. A console cable and terminal emulation software configured with the correct serial settings, since the device has no IP configuration yet
- B. A web browser pointed at the device's default IP address
- C. An SSH client and the device's management address
- D. A DHCP server to assign the device an address
Show answer & explanation
Answer: A
Console access works without any network configuration, which is exactly why it is used for initial setup and for recovery when a device is unreachable over the network. Network-based methods depend on configuration that does not yet exist on a factory device.62. An organization uses IPv6 alongside IPv4. Why was IPv6 developed?
- A. Principally to address IPv4 address exhaustion, using a far larger address space alongside simplifications to the header and address configuration
- B. Principally to reduce the number of protocols in use
- C. Principally to increase the maximum speed of network links
- D. Principally to eliminate the need for routing
Show answer & explanation
Answer: A
The 32-bit IPv4 space cannot cover the number of connected devices, which network address translation delayed rather than solved. IPv6's 128-bit addresses remove the scarcity along with the need for translation, and stateless address autoconfiguration lets hosts self-configure without a DHCP server.63. A cloud-hosted application replaces an on-premises server for a small office. What network consideration becomes more important?
- A. Internet connection reliability and bandwidth, since the application is now unreachable if the internet link fails
- B. The speed of the office's internal switch backplane
- C. The number of Ethernet ports available on the wall
- D. The physical security of the empty server room
Show answer & explanation
Answer: A
Moving an application off site converts a local dependency into an internet dependency, so the connection becomes a single point of failure for work that previously continued during an outage. A secondary connection or a cellular fallback is the usual mitigation, and it needs to be tested rather than assumed to work.64. A technician escalates an unresolved issue to a senior engineer. What makes the escalation effective?
- A. A clear statement of the symptom, its scope, what was already tested and the result of each test
- B. A statement that the network is broken and needs attention
- C. A copy of every log file collected without commentary
- D. A request for the senior engineer to start the diagnosis again
Show answer & explanation
Answer: A
Recording what has been eliminated prevents the next person repeating the same tests and lets them start from the narrowed problem space. Scope information is especially valuable, since who is affected and who is not often points at the component responsible faster than any individual test result.65. A technician must verify the path a packet takes to a remote destination. Which utility provides this?
- A. A trace utility listing each router hop toward the destination along with the response time to each
- B. An address resolution display showing local hardware addresses
- C. A name lookup utility resolving hostnames
- D. An interface configuration display showing the local address
Show answer & explanation
Answer: A
Path tracing reveals where a packet stops or slows, which a simple reachability test cannot since it reports only success or failure overall. A trace ending partway through commonly means a router along the path does not return the expected responses rather than that the path is broken there, so the result needs interpretation.
More in this family
Explore more Technology & IT Certifications
In the same family
More in this category
- Certified Information Systems Security Professional (CISSP)Practice questions →
- Certified Kubernetes Administrator (CKA)Practice questions →
- Claude Certified Associate – FoundationsPractice questions →
- CompTIA A+ (Core 1: 220-1201 and Core 2: 220-1202)Practice questions →
- CompTIA Cybersecurity Analyst+ (CySA+)Practice questions →
- CompTIA Network+Practice questions →
- CompTIA Security+ (SY0-701)Practice questions →
- Google Cloud Certified - Associate Cloud EngineerPractice questions →
- Google Cloud Certified - Cloud Digital LeaderPractice questions →
- Certified Information Systems AuditorPractice questions →
- Certified Information Security ManagerPractice questions →
2026 statistics
Key facts: CCST Networking exam
Every free resource for this exam
Get a free CCST Networking 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.
- CCST Networking Objective Domains (Exam 100-150)Ciscolearningcontent.cisco.com
- CCST Networking Exam OverviewCiscocisco.com
- Cisco Certified Support Technician Exam Voucher — Certiport StoreCertiport (Pearson VUE)store.certiport.com
- Cisco Certified Support Technician — OverviewCertiport (Pearson VUE)certiport.pearsonvue.com
- Getting to Know the CCST Networking Certification Exam (Certiport Blog)Certiport (Pearson VUE)certiport.pearsonvue.com
- Cisco Certified Support Technician Exam VoucherCertiportstore.certiport.com
Last verified against the official exam content outline:
Frequently asked questions
What topics do CCST Networking (100-150) practice questions need to cover?
<p>Your practice set should mirror the official objective domains, which Cisco organizes into 6 domains:</p><ul><li><strong>Standards and Concepts</strong> — the TCP/IP model, OSI model, frames and packets, and the differences between LAN, WAN, MAN, CAN, PAN, and WLAN.</li><li><strong>Addressing and Subnet Formats</strong> — private versus public addresses, IPv4 addresses and subnet formats, and IPv6 addresses and prefix formats.</li><li><strong>Endpoints and Media Types</strong> — cables and connectors, Wi-Fi versus cellular versus wired technologies, and setting up connectivity on Windows, Linux, Mac OS, Android, and Apple iOS.</li><li><strong>Infrastructure</strong> — Cisco device status lights, network diagrams and cabling, device ports, and basic routing and switching concepts.</li><li><strong>Diagnosing Problems</strong> — troubleshooting methodologies, packet capture with Wireshark, basic diagnostic commands, and basic show commands on a Cisco device.</li><li><strong>Security</strong> — how firewalls filter traffic, foundational concepts like CIA and AAA, and basic wireless security (WPA, WPA2, WPA3).</li></ul><p>Cisco's objective domain document does not publish a percentage weighting for each domain, so the safest strategy is to practice all six evenly rather than betting that one area dominates the exam.</p>
Is there a passing score for the CCST Networking exam?
<p>No numeric passing score is published. Results are reported on a pass/fail basis rather than against a published cut score, so you won't know exactly how many questions you need to get right.</p><p>That has two practical consequences for how you practice. First, since you can't target a specific number, use practice exams to find and eliminate weak domains rather than chasing a percentage. Second, the exam runs 50 minutes, so it's worth doing at least some practice sessions under timed conditions to make sure your pace holds up on exam day.</p>
How much does the CCST Networking exam cost, and how do I schedule it?
<p>Cisco lists the registration cost of the exam as 125 USD. If you buy through the Certiport store instead, a Cisco Certified Support Technician single-exam voucher is sold for 130 USD. Each voucher covers exactly one exam attempt, and a separate voucher is required for each of the three CCST exams — so a failed attempt means paying for another voucher.</p><p>The CCST program is delivered exclusively through Certiport, a Pearson VUE business. You can redeem a voucher to schedule the CCST Networking (100-150) exam either at a Certiport Authorized Testing Center or via remote proctoring from home.</p><p>Since every attempt costs real money and there is no bundled retake, it makes financial sense to keep taking free practice exams until you are passing them consistently before you book the real thing.</p>
Am I ready to sit the CCST Networking exam, and who is it designed for?
<p>There are no exam prerequisites — anyone can register for CCST Networking. That said, Cisco describes successful candidates as entry-level network technicians with at least 150 hours of instruction and hands-on experience, so "no prerequisites" doesn't mean "no preparation."</p><p>The exam targets Network Support Technicians, IT Support Technicians, Help Desk Technicians, and IT Support Specialists. It serves as an entry point into the Cisco certification program, with CCNA as the next certification in the pathway — making it a sensible first credential if CCNA is your longer-term goal.</p><p>A practical readiness check: combine the 150-hour benchmark with your practice-exam results. If you have put in the study and lab time and are consistently passing full-length practice sets across all six domains, you are in a strong position to book the exam.</p>