5.2 Flashcards
Whats OTDR?
Optical Time Domain Reflectometer is a tool used to:
- estimate cable lengths
- identify splice locations
- Cable impedance information
- signal losses
- certify cable installations
- locate copper or fiber breaks
Whats Punch-down tool?
It’s the tool to punch a wire into wiring block.
Whats light meter used for?
It tells us how much light is getting through.
Whats a tone generator?
It tells us where a wire goes and wire tracing becomes easy(Coax, modular jack and punch down connectors.
Whats a loopback adapter?
It’s usefull for testing physical ports. It is used for Serial connection / RS-232(9pin or 25 pin) and network connections(Ethernet, T1, Fiber)
Whats a multimeter used for?
It helps with the AC or DC voltage and also continuity
Whats a spectrum analyzer?
It allows you to examine all of the different frequencies that happen to be in a particular range all at once, and you’ll be able to tell exactly where most of the signal is in that particular frequency range. It also views everything communicating in the wireless frequency spectrum.
What is ping command used for?
To test reachability:
- Determine round-trip time
- It uses ICMP
Whats traceroute/tracert commands used for?
It determines the route a packet takes to a destination. It takes advantage of ICMP Time to Live(TTL) Exceeded error message.
What are nslookup and dig commands used for?
It helps to lookup information from DNS servers(IP addresses, cache timers, etc) dig stands for Domain Information Groper.
What are ipconfig and ifconfig commands used for?
It helps to determine TCP/IP and network adapter information. ipconfig is used for Windows and if config is used for Linux.
What are iptables command used for?
iptables is used for Linux as firewall.
What is netstat command used for?
(Network statistics) it provides you with many different views of what the statistics are for network communications on that particular device.
What is tcpdump command used for?
It captures packets from command line, apply filters and view in real-time. It is available in most Unix/Linux OS.
What is pathping command used for?
It combines ping and traceroute. 1st it runs a traceroute to build a map then it measures roundtrip time and packet loss at each hop.