5 – Network Troubleshooting Flashcards
What is a TDR?
Time Domain Reflectometer
A tool that provides advanced analysis of network cables.
For copper, it’s a TDR. For fiber, it’s an OTDR.
What is an OTDR?
Optical Time Domain Reflectometer
Same thing as a TDR, but for fiber optic cable.
What types of things can a TDR be used to identify?
- Frequency testing
- Crosstalk
- Signal loss
- Cable impedance information
- Estimated cable length
- Cut or break locations (estimates how far down the cable that break is located)
How does a TDR work?
It sends an electrical pulse down the cable (or, for an OTDR, it sends a light).
Impedance discontinuities cause a reflect, and the TDR calculates time and distance based on that reflection.
What is a light meter used for?
It sends a light (either laser or LED) from one side of a fiber optic cable, and measures the light power on the other side, to determine the strength of the signal getting through the cable.
What is a Multimeter?
A tool to check either AC or DC voltage.
AC voltage to checke the wall outlet output; DC voltage to check the PC power supply output or CMOS battery power.
What is a Spectrum Analyzer?
Measures and displays signals from the full wireless frequency spectrum.
Useful to visually see signal strength, conflicts, and interference.
What is DIG?
Domain Information Groper
- Looks up info from DNS servers.
- Replaces nslookup, which is now deprecated.
- More advanced than nslookup.
- Not native to any Windows version, but it can be downloaded and added.
What is iptables?
A stateful firewall available for Linux
- One of the more popular of the many firewall options for Linux’
- Provides stateful filtering of traffic in the kernel of the Linux OS
- Usually placed on a device or server to filter traffic to and from the device
- Can also serve as a firewall at the edge of a network to filter the entire network
What is netstat?
A command line tool for Network Statistics, available on many different OSs, including Windows, Linux, and Unix.
What is tcpdump?
A command line tool to capture packets
- Available in most Unix/Linux OSs
- included in MacOs, can be downloaded for Windows (it’s called WinDump)
You can:
- apply filters
- view in real-time
- save the data and use in another application
What is a pcap file?
A file format that is easily readable by many protocol analyzer applications. It contains tcpdump data, or similar.
What is pathping?
It combines ping and traceroute and adds some additional functions.
This command provides details of the path between two hosts, and Ping-like statistics for each node in the path based on samples taken over a time period.
It is included in Windows NT and later.
What is nmap?
Network Mapper
A Linux CLI tool
What is arp?
CLI windows more info…