CCENT Quiz 1: Foundational Networking Knowledge Check
Take an untimed ten-question CCENT-style networking quiz covering devices, models, IPv4, switching, routing, protocols, and troubleshooting.
Quiz overview
This foundational networking knowledge check is designed for beginning network engineering students preparing for entry-level Cisco concepts. CCENT refers to an entry-level Cisco networking certification track and the foundational knowledge associated with it.
The quiz uses multiple-choice questions to test vocabulary, core concepts, and basic troubleshooting decisions. It is a practice assessment rather than a substitute for hands-on configuration experience.
| Item | Requirement |
|---|---|
| Number of questions | 10 questions |
| Question type | Multiple choice with one best answer |
| Time limit | Untimed; there is no countdown |
| Return or resume availability | You may leave and return to continue, subject to the quiz interface saving your responses |
| Answer review availability | Available after final submission so you can compare selected and correct answers |
How to complete the quiz
- Select Start quiz to begin the ten-question assessment.
- Read each scenario and all answer choices carefully.
- Select one best answer for each question.
- Use the question numbers to move forward, revisit earlier items, and check for unanswered questions.
- Change any response before final submission if your reasoning changes.
- Submit the completed responses to display your result and answer review.
Question navigation and response handling
A multiple-choice question presents several possible answers, usually with one best response. Choose the answer that most directly matches the stated conditions. Do not select an answer merely because it is a true networking statement if it does not solve the described problem.
- Move between question numbers: Use the numbered navigation controls to open a specific item instead of relying only on Next and Previous.
- Select one answer: Each item is intended to have one best choice unless the interface explicitly says otherwise.
- Change an answer: Reopen the question and select a different option before final submission.
- Find unanswered questions: Review the question-number list for items without a selected response.
- Submit responses: Submit only after checking every item and confirming that the selected answers reflect your reasoning.
- Review results: After submission, compare your selection with the correct answer and read the concise explanation.
Answer review is the post-submission feature that lets you compare your selections with correct responses. Review is more useful than the score alone because it shows which concept caused an error.
What the question pool assesses
The question pool mixes conceptual and practical items. Scenario-based questions may ask you to identify a device role, choose the next troubleshooting step, compare an IPv4 address with a subnet, or identify the service responsible for name resolution. Distractors are based on common misconceptions, such as confusing a switch with a router or treating a MAC address as an end-to-end routing address.
| Domain | Skills or concepts assessed | Example question format |
|---|---|---|
| Network devices | Primary roles of switches, routers, and hosts | Which device connects separate IP networks? |
| OSI and TCP/IP models | Layer responsibilities and the relationship between conceptual and practical models | Which layer or model area matches local frame delivery? |
| IPv4 addressing | IP addresses, subnet masks, network versus host portions, and local subnet comparison | Is a destination local, or must traffic use a gateway? |
| Switching | Ethernet frames, MAC addresses, MAC address tables, and Layer 2 forwarding | What address does a switch use to forward a local frame? |
| Routing | Inter-network packet forwarding, routes, and default gateways | What next hop does a host use for a remote subnet? |
| Network services | DNS, DHCP, and common protocol purposes | Which service translates a host name into an IP address? |
| Troubleshooting | Basic verification commands and a logical order for isolating faults | Which command tests whether a remote host is reachable? |
Foundational concepts to know
Devices and local networks
A switch forwards Ethernet frames within a local network, typically by consulting a MAC address table. A MAC address is a link-layer hardware address used for local Ethernet delivery.
A router forwards packets between different IP networks. When a host needs to reach a destination outside its local subnet, it sends the packet to its default gateway, which is normally the router interface on the local network.
A LAN is a local area network, such as a home, classroom, or office network. A WAN connects networks across larger geographic areas. Internet connectivity commonly uses a local LAN, a router, and one or more upstream networks.
OSI and TCP/IP models
The OSI model is a seven-layer conceptual model used to describe network communication functions. From lowest to highest, its layers are Physical, Data Link, Network, Transport, Session, Presentation, and Application.
The TCP/IP model is the practical model used by modern Internet and enterprise networks. It groups related functions into Link, Internet, Transport, and Application areas. Ethernet and MAC addressing are associated with the Link area, while IP addressing and routing are associated with the Internet area.
IPv4 addressing and subnet basics
An IP address is a logical network-layer address assigned to an interface on an IP network. An IPv4 address contains 32 bits and is commonly written as four decimal octets, such as 192.0.2.25.
A subnet mask identifies which bits represent the network portion and which represent the host portion. To decide whether a destination is local, a host compares the network portions of its own address and the destination address. A remote destination is sent to the default gateway.
Ethernet, switching, and routing
Ethernet carries frames across a local network. A switch learns source MAC addresses from incoming frames and records them in its MAC address table. It then uses the destination MAC address to select an outbound port when the destination is known.
Routing operates between IP networks. A router examines the destination IP address and consults its routing table. A default route can provide a fallback path when no more specific route matches.
Common protocols and ports
DNS resolves human-readable host names to IP addresses. DHCP automatically provides clients with IP addressing and related settings such as a subnet mask, default gateway, and DNS server. ICMP supports diagnostic messages used by tools such as ping.
Entry-level questions may also check awareness of common ports, including DNS on port 53, HTTP on port 80, HTTPS on port 443, and SSH on port 22. A port identifies an application or service endpoint, while an IP address identifies a network-layer interface.
Practical question patterns
Device-role identification
Scenario: A learner must select the device used to connect separate IP networks.
Reasoning: Choose a router. Routing is Layer 3 forwarding between different IP networks; a switch primarily forwards local Ethernet frames using MAC addresses.
Local versus remote destination
Scenario: A host needs to reach an address outside its subnet.
Reasoning: The host forwards the traffic to its default gateway. The subnet mask determines whether the destination is local, and the gateway provides the next hop for remote traffic.
Ethernet forwarding
Scenario: A question asks whether a switch uses MAC addresses or IP addresses to forward a local Ethernet frame.
Reasoning: A traditional Layer 2 switch uses the destination MAC address and its MAC address table for local frame forwarding.
Protocol purpose
Scenario: A user can reach a service by IP address but not by host name.
Reasoning: DNS is the likely area to investigate because it translates host names into IP addresses. Check the configured DNS server, its availability, and the hostname record.
Verification command
Scenario: A learner must test whether a remote host is reachable.
Reasoning: Use ping, which sends ICMP echo messages and reports whether replies return. A failed ping does not prove the application is unavailable, but it is a useful basic reachability check.
Command-line verification
These commands illustrate the type of basic verification knowledge assessed by an entry-level quiz.
| Command | Purpose | Example |
|---|---|---|
ping <destination> | Test basic IP reachability to a host or gateway | ping 192.0.2.1 |
ipconfig | View IPv4 addressing, subnet mask, and gateway on Windows | ipconfig /all |
ip addr | View interface addressing on Linux | ip addr show |
show ip interface brief | Quickly verify Cisco interface addresses and operational status | show ip interface brief |
show mac address-table | Inspect MAC addresses learned by a Cisco switch | show mac address-table |
show ip route | Inspect known routes and a possible default route | show ip route |
Basic troubleshooting decisions
Local communication works, but external access fails
Likely causes include a missing or incorrect default gateway, an incorrect subnet mask, or a router interface or uplink problem. Check the host IP configuration, ping the configured gateway, and verify the local subnet and router interface status.
IP access works, but name access fails
Likely causes include an incorrect DNS server, an unavailable DNS server, or an incorrect hostname record. Compare name-based and IP-based tests, inspect the configured DNS addresses, and use an appropriate lookup tool to test resolution.
Two switched hosts cannot communicate
Investigate the physical link, VLAN assignment, disabled switch port, and host addressing. Check link and interface status, verify VLAN membership, confirm that the hosts belong to the intended subnet, and inspect learned MAC addresses.
Submitting and reviewing results
Completion status should indicate whether all ten questions have responses before you submit. If an item is unanswered, return to it through the question navigation and select the best available answer.
After submission, review each result using three questions:
- What answer did I select?
- What was the correct answer?
- Which rule, device role, address calculation, protocol purpose, or verification step distinguishes them?
| Result pattern | Likely knowledge gap | Recommended follow-up topic |
|---|---|---|
| Missed device-role questions | Unclear distinction between switching and routing | Review switch and router roles, Ethernet frames, MAC addresses, and Layer 3 forwarding |
| Missed addressing questions | Difficulty separating network and host portions or identifying local versus remote destinations | Review IPv4 notation, subnet masks, subnet comparison, and default gateways |
| Missed protocol questions | Unclear purpose of DNS, DHCP, ICMP, or common service ports | Build a protocol-purpose and port reference list |
| Missed troubleshooting questions | Verification steps are being chosen without a clear order | Practice checking configuration, local reachability, interfaces, VLANs, routes, and name resolution |
Retake the assessment after reviewing weak areas. On a second attempt, explain why each correct choice is better than its distractors rather than relying on memory alone.
Prerequisites and next steps
Before starting, you should know basic computer and network terminology, the purpose of LANs and WANs, the general meaning of an IP address, the roles of switches and routers, and how to open a command prompt or terminal.