Week 09 vocabulary deck
Network Tools and Troubleshooting
Say the definition before you flip. Use the example and distinction to repair fuzzy terms, then take the separate vocabulary quiz.Vocabulary lab
Flip the idea, not just the card
Explain the term before you reveal the back. Then compare your explanation with the definition, example, and warning.
Read all terms without animation
- ping
- Ping tests IP reachability and round-trip response using ICMP echo messages. Example: A technician pings the default gateway to test the local routed path. Do not confuse it with: Do not confuse a successful ping with proof that a specific application service works.
- traceroute
- Traceroute or tracert shows the sequence of routed hops toward a destination. Example: A technician compares where a path stops between the local gateway and a remote network. Do not confuse it with: Do not confuse traceroute with DNS lookup; it investigates the routed path.
- ipconfig
- ipconfig displays and manages IP configuration on Windows systems. Example: A technician uses ipconfig /all to inspect the address, gateway, and DHCP information. Do not confuse it with: Do not confuse ipconfig with ping; one reads configuration and the other tests reachability.
- nslookup
- nslookup queries DNS to test name-resolution results. Example: A technician checks whether a hostname resolves to the expected address. Do not confuse it with: Do not confuse a DNS lookup with an application connection test.
- netstat
- netstat displays network connections, listening ports, and related protocol statistics. Example: A technician checks whether a local service is listening on the expected port. Do not confuse it with: Do not confuse netstat with a cable tester; it examines software/network state.
- APIPA
- Automatic Private IP Addressing gives a Windows host a 169.254.x.x address when normal IPv4 DHCP configuration is unavailable. Example: A PC shows 169.254.44.21 and no default gateway after DHCP fails. Do not confuse it with: Do not confuse APIPA with a valid DHCP lease on the intended private subnet.
- loopback
- A loopback address lets a host test its own local network stack without leaving the device. Example: A technician tests 127.0.0.1 while isolating a local networking problem. Do not confuse it with: Do not confuse loopback testing with reaching the default gateway.
- cable tester
- A cable tester checks wiring continuity and pin mapping in network cabling. Example: A technician tests a newly terminated Ethernet run for opens or miswires. Do not confuse it with: Do not confuse a cable tester with a tone generator used to identify a cable path.
- tone generator
- A tone generator places a signal on a cable so a probe can help locate the matching cable. Example: A technician identifies which unlabeled cable in a closet leads to a wall jack. Do not confuse it with: Do not confuse tone tracing with validating Ethernet performance.
- packet loss
- Packet loss occurs when transmitted packets fail to reach their destination or are discarded along the path. Example: Repeated ping tests show intermittent missing replies on a poor connection. Do not confuse it with: Do not confuse packet loss with latency; delay and missing packets are different symptoms.