Cisco Certified Support Technician (CCST) Networking Flashcards

Card 1 of 300 mastered
Say the answer out loud before flipping.
Browse all 30 cards
  1. What is VLAN and why is it used?

    A VLAN (Virtual Local Area Network) logically segments a single physical switch into multiple isolated broadcast domains, improving security and reducing unnecessary broadcast traffic.

  2. What is the CCST Networking exam code and how long is the exam?

    The exam code is 100-150, and candidates are given 50 minutes to complete it.

  3. Which testing provider delivers the CCST certification exams?

    Certiport, a Pearson VUE business, delivers the CCST exams at authorized testing centers or via remote proctoring.

  4. How many domains make up the CCST Networking exam blueprint?

    The exam objectives are organized into 6 domains covering standards and concepts, addressing, endpoints and media, infrastructure, diagnosing problems, and security.

  5. What are the seven layers of the OSI model, in order from top to bottom?

    Application, Presentation, Session, Transport, Network, Data Link, and Physical.

  6. How many layers does the TCP/IP model have, and what are they?

    Four layers: Application, Transport, Internet, and Network Access (sometimes split into Link and Physical), which map onto the seven-layer OSI model.

  7. What is the difference between a frame and a packet?

    A frame is a Data Link Layer (Layer 2) protocol data unit that includes MAC addressing, while a packet is a Network Layer (Layer 3) protocol data unit that includes IP addressing.

  8. Define LAN, WAN, and MAN.

    A LAN (Local Area Network) covers a small area like an office or building; a WAN (Wide Area Network) spans large geographic distances connecting multiple LANs; a MAN (Metropolitan Area Network) covers a city-sized area, larger than a LAN but smaller than a WAN.

  9. What distinguishes a PAN from a WLAN?

    A PAN (Personal Area Network) connects devices within a very short range around a single person, such as via Bluetooth, while a WLAN (Wireless Local Area Network) provides wireless connectivity across a local area, typically via Wi-Fi access points.

  10. What is the range of private IPv4 addresses defined by RFC 1918?

    10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 are reserved for private use and are not routable on the public internet.

  11. What is CIDR notation and what does the number after the slash represent?

    CIDR (Classless Inter-Domain Routing) notation expresses an IP address with its subnet mask, where the number after the slash indicates how many bits of the address are used for the network portion.

  12. How many bits make up an IPv6 address, and how is it typically written?

    An IPv6 address is 128 bits long, written as eight groups of four hexadecimal digits separated by colons, with consecutive zero groups optionally compressed using a double colon.

  13. What is an IPv6 link-local address and what prefix does it use?

    A link-local address is used for communication only within a single network segment and is not routable; it uses the fe80::/10 prefix and is automatically assigned to every IPv6-enabled interface.

  14. What is the difference between a subnet mask and a default gateway?

    A subnet mask defines which portion of an IP address identifies the network versus the host, while a default gateway is the router address a device sends traffic to when the destination is outside its own subnet.

  15. Name three common twisted-pair cable connector types and their typical use.

    RJ-45 connectors terminate Ethernet twisted-pair cabling, while RJ-11 connectors are used for telephone lines; both use modular jack designs but differ in pin count and width.

  16. What is the difference between straight-through and crossover Ethernet cables?

    A straight-through cable connects dissimilar devices such as a PC to a switch, while a crossover cable connects similar devices such as switch to switch; modern NICs with Auto-MDIX often make this distinction unnecessary.

  17. What is the difference between single-mode and multimode fiber optic cable?

    Single-mode fiber uses a narrow core and laser light to carry a single signal path over long distances, while multimode fiber uses a wider core and LED light suited for shorter-distance, lower-cost connections.

  18. What does the term 'status light' on a Cisco device typically indicate?

    LED status lights on Cisco switches and routers indicate port link status, activity, duplex mode, and speed, letting a technician quickly diagnose physical-layer connectivity without a console session.

  19. What is the difference between a switch and a router at a basic level?

    A switch forwards frames between devices on the same network based on MAC addresses (Layer 2), while a router forwards packets between different networks based on IP addresses (Layer 3).

  20. What command is commonly used on a Cisco device to display interface status and configuration summary?

    The 'show ip interface brief' command displays a summary of interface status, IP addresses, and up/down state on a Cisco IOS device.

  21. What is the purpose of the traceroute command?

    Traceroute identifies the path a packet takes across routed hops to a destination, displaying each intermediate router and the round-trip time, useful for isolating where connectivity fails.

  22. What does the ping command test and what protocol does it use?

    Ping tests basic reachability between two hosts using ICMP Echo Request and Echo Reply messages, confirming that a target device is responding on the network.

  23. What is Wireshark used for?

    Wireshark is a packet capture and protocol analysis tool that lets technicians inspect live or recorded network traffic in detail to diagnose issues at multiple protocol layers.

  24. What is the standard troubleshooting methodology structure commonly taught for networking?

    A structured troubleshooting approach typically involves identifying the problem, establishing a theory of probable cause, testing the theory, implementing a solution, and verifying full functionality.

  25. What does the CIA triad stand for in security concepts?

    Confidentiality, Integrity, and Availability — the three foundational goals of information security that guide how systems and data are protected.

  26. What does AAA stand for in network security?

    Authentication, Authorization, and Accounting — a framework for verifying identity, granting appropriate access, and tracking user activity on a network.

  27. What is the primary function of a firewall?

    A firewall filters network traffic based on defined rules such as source/destination address, port, or protocol, permitting or denying packets to protect a network from unauthorized access.

  28. What is the difference between WPA2 and WPA3 wireless security?

    WPA3 improves on WPA2 by using stronger encryption and Simultaneous Authentication of Equals (SAE) for the handshake, offering better protection against offline password-guessing attacks than WPA2's pre-shared key exchange.

  29. What is DHCP and what problem does it solve?

    DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses, subnet masks, default gateways, and DNS servers to devices on a network, eliminating the need for manual IP configuration.

  30. What is DNS and what is its core function?

    DNS (Domain Name System) translates human-readable domain names into IP addresses so that devices can locate and connect to network resources without users needing to remember numeric addresses.