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.
What is Nmap command used for?
(Network mapper)
- It is best known as port scanner which means it finds devices and identifies open ports.
- It also does OS scan which helps to discover the OS without logging in to a device.
- It can be used as service scanner which shows what service is available on a device(name, version, details)
What is route command used for?
It views the device’s routing table but for windows we use “route print”.
What is arp command used for?
(Address Resolution Protocol) It determines a MAC address based on an IP address
What are protocol analyzers used for?
It solves complex application issues by gathering frames on the network. It views traffic patterns.
What are Network/port scanners used for?
It scans for IP addresses and open ports. We can pick a range of IP addresses and sometime we can visually map a network using the scanner and also detect rogue system. (Ex: Nmap/Zenmap)
What are used wireless packet analyzers for?
They are used to monitor wireless networks.
What are bandwidth speed testers used for?
They are used for bandwidth testing.(Ex: speedOf.Me, speedtest.net)
What are packet sniffers used for?
They are used for gathering, collecting, and logging some or all packets that pass through a computer network.