Free CCST Networking Exam Flashcards

Memorize 50 essential terms and definitions for the Cisco Certified Support Technician Networking. See the term, recall the definition, then flip to check yourself.

50 Flashcards
11 Topics
100% Free
TermClick to flip

OSI model purpose

Tap to reveal definition
Card 1 of 50Network Models

Filter by Topic

Jump to Card

About These CCST Networking Flashcards

These 50 flashcards are designed to help you memorize key terms and definitions for the Cisco Certified Support Technician Networking. Each card shows a term on the front and its definition on the back—the classic flashcard format for vocabulary memorization. Use these alongside our practice questions to build both recall and comprehension.

Topics Covered

Network Models6 cards
Protocols & Services4 cards
IPv4 & Subnetting6 cards
IPv6 & Address Types4 cards
Switching & VLAN Basics6 cards
Routing Basics5 cards
Wireless Networking5 cards
Media & Cabling4 cards
Troubleshooting Workflow5 cards
Security Basics3 cards
Device & Configuration Concepts2 cards

Complete Flashcard Reference

Review every term in this set. Open any term to reveal its definition.

OSI model purpose

A seven-layer reference model for describing how data moves from an application to a network medium and back again. It helps technicians isolate whether an issue is physical, addressing-related, transport-related, or application-facing.

Physical layer

The layer concerned with bits on the medium: copper signals, fiber light, wireless radio, connectors, pinouts, and link presence. If a cable is unplugged or a radio signal is weak, start here.

Data Link layer

The layer that packages bits into frames for a local network and uses MAC addresses for local delivery. Ethernet switching and wireless frame delivery are common technician-level examples.

Network layer

The layer that uses logical addresses such as IPv4 or IPv6 to move packets between networks. Routing decisions and default gateway logic belong here.

Transport layer

The layer that supports application conversations between endpoints. TCP adds reliability and sequencing; UDP favors low overhead for traffic that can tolerate loss or handles recovery elsewhere.

TCP/IP model

A practical model used to describe Internet networking. It groups network access, Internet addressing and routing, transport services, and application protocols into a smaller stack than OSI.

Bandwidth vs throughput

Bandwidth is the capacity of a link or service. Throughput is the actual data rate achieved after congestion, interference, device limits, retransmissions, and protocol overhead.

DNS

Domain Name System translates names that people use into IP addresses that devices use. If an IP address works but a website name does not, DNS should be part of the investigation.

DHCP

Dynamic Host Configuration Protocol provides clients with usable IP settings, commonly including address, subnet mask or prefix, default gateway, and DNS servers.

ARP

Address Resolution Protocol lets an IPv4 device discover the local MAC address associated with a known local IPv4 address. It is used before Ethernet can deliver the frame on the LAN.

IPv4 address

A 32-bit logical address written in dotted-decimal form. A host needs an address plus a subnet mask to decide whether a destination is local or must be sent to a gateway.

Subnet mask

A value that separates the network portion of an IPv4 address from the host portion. Matching network portions mean local delivery; different network portions require routing.

CIDR prefix

A slash notation that states how many address bits identify the network, such as /24. It is a compact way to express the same network boundary a subnet mask provides.

Default gateway

The router address a host sends traffic to when the destination is outside the local subnet. A wrong gateway can make local resources work while remote networks fail.

Private IPv4 address

An address reserved for internal networks and not routed directly across the public Internet. Private hosts normally use NAT or another routed path to reach Internet services.

APIPA address

A self-assigned IPv4 address in the 169.254.0.0/16 range. It often means the host could not obtain DHCP settings and may only communicate with nearby link-local peers.

IPv6 address format

IPv6 uses hexadecimal groups separated by colons. Zero compression can shorten the written form, but the address still represents a much larger address space than IPv4.

IPv6 prefix length

The slash value in an IPv6 address tells how much of the address identifies the network prefix. Hosts use it to determine whether a destination is on-link or requires a router.

IPv6 link-local address

An IPv6 address used on the local link for neighbor discovery and local router communication. It is not meant to be routed across the wider network.

MAC address vs IP address

A MAC address identifies a network interface for local frame delivery. An IP address identifies an endpoint logically so traffic can be routed between networks.

Switch role

A switch connects devices on the same local network and forwards frames based on learned MAC addresses. It reduces unnecessary traffic compared with repeating every frame everywhere.

MAC address table

A switch table that maps learned MAC addresses to switch ports. The switch builds it by reading the source MAC address of frames arriving on each port.

Broadcast traffic

Traffic sent to every device in the local broadcast domain. ARP requests are a common example, which is why large flat networks can become noisy and harder to manage.

VLAN

A virtual LAN separates devices into different logical Layer 2 networks on switching infrastructure. Devices in different VLANs need routing to communicate.

Access port

A switch port assigned to one VLAN for an endpoint such as a PC, printer, or access point connection. It is usually the expected port type for ordinary client devices.

Trunk port

A switch port that carries traffic for multiple VLANs between network devices. If a trunk is misconfigured, whole VLANs can appear unreachable beyond that link.

Router role

A router forwards packets between different networks using destination IP addresses and a routing table. It is the device a host normally uses as its default gateway.

Routing table

A list of known network destinations and the next hop or exit interface used to reach them. Routers consult it when choosing where to send packets next.

Static route

A manually configured route. It can be simple and predictable, but it does not automatically adapt when the network path changes.

Dynamic routing

Routers exchange route information through a routing protocol so paths can update as the network changes. At support level, know that it reduces manual route maintenance.

NAT

Network Address Translation changes address information as traffic crosses a boundary, commonly allowing private inside addresses to share reachable outside connectivity.

Wireless access point

A device that bridges wireless clients onto a wired or routed network. It provides radio coverage, enforces wireless settings, and connects clients to upstream infrastructure.

SSID

The wireless network name clients see and select. Similar SSID names can confuse users, so technicians should confirm the exact network before changing settings.

2.4 GHz vs 5 GHz Wi-Fi

The 2.4 GHz band often reaches farther but is more crowded. The 5 GHz band usually offers more channel options and less congestion but may have shorter practical range.

Wireless interference

Signal quality can be affected by distance, walls, neighboring networks, device placement, and non-Wi-Fi sources of radio noise. A strong password does not solve a weak signal.

WPAx

A shorthand for Wi-Fi Protected Access security versions. For basic support, prefer current secure modes, avoid open networks for sensitive use, and document legacy compatibility needs before weakening security.

UTP Ethernet cable

Unshielded twisted-pair copper cable used for common Ethernet links. Twisted pairs help reduce interference, and the cable normally terminates in an RJ-45 style connector.

Fiber optic cable

A cable type that carries data as light through glass or plastic strands. It is useful where high capacity, longer distance, or resistance to electromagnetic interference is important.

Patch cable vs uplink

A patch cable commonly connects an endpoint to a switch or wall jack. Uplink connections join network devices or upstream paths and should be documented carefully during troubleshooting.

Port status lights

Link and activity LEDs give quick physical-layer clues. No light may indicate no link, while activity changes can show that frames are moving, subject to the device model's documentation.

Structured troubleshooting

Use a repeatable process: identify the symptom, gather facts, form a likely cause, test carefully, apply a supported fix, verify service, and document the result.

Local-first connectivity checks

Start with the device and nearby network: link state, Wi-Fi association, IP settings, gateway, and DNS. This prevents chasing remote causes when the local setup is broken.

ping

A diagnostic tool used to test basic IP reachability. Successful replies suggest a path exists, while failures require context because firewalls, routing, DNS, or host status may be involved.

traceroute or tracert

A path-discovery command that shows router hops toward a destination. It helps locate where forwarding may stop, but filtered responses can make interpretation incomplete.

Wireshark capture

A packet capture can show what traffic actually leaves or reaches an interface. Save the capture with clear notes so another technician can review evidence instead of guesses.

Firewall

A security device or software control that permits or blocks traffic based on rules. Firewalls can protect networks, but overly broad or incorrect rules can also cause connectivity failures.

Least privilege

Give users and services only the access needed for their role. It reduces damage from mistakes, stolen credentials, and compromised accounts.

Secure defaults

Initial device setup should replace default passwords, avoid unnecessary services, apply supported updates, and use appropriate encryption before the device is trusted on a network.

Cisco show commands

Read-only commands that display device state, such as interface status, configuration, or routing information. A support technician should capture relevant output without making unauthorized changes.

Configuration change notes

Before and after a device change, record what was requested, what was changed, who approved it, and how service was verified. Good notes make rollback and escalation possible.

Frequently Asked Questions

What do these CCST Networking flashcards cover?

They cover entry-level networking concepts across models, protocols, IPv4 and IPv6 addressing, media, infrastructure, wireless, troubleshooting, security, and basic device support.

Are flashcards enough to prepare for CCST Networking?

Flashcards help with recall, but candidates should also practice command output interpretation, endpoint checks, packet capture basics, and scenario-style troubleshooting.

What should I avoid while studying for CCST Networking?

Avoid memorizing unsupported passing scores, fixed question counts, or copied exam items. Use official Cisco facts for exam policy and original practice for skill building.

Same family resources

Explore More Cisco Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.