5.2 Flashcards

1
Q

Whats OTDR?

A

Optical Time Domain Reflectometer is a tool used to:

  1. estimate cable lengths
  2. identify splice locations
  3. Cable impedance information
  4. signal losses
  5. certify cable installations
  6. locate copper or fiber breaks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Whats Punch-down tool?

A

It’s the tool to punch a wire into wiring block.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Whats light meter used for?

A

It tells us how much light is getting through.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Whats a tone generator?

A

It tells us where a wire goes and wire tracing becomes easy(Coax, modular jack and punch down connectors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Whats a loopback adapter?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Whats a multimeter used for?

A

It helps with the AC or DC voltage and also continuity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Whats a spectrum analyzer?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is ping command used for?

A

To test reachability:

  1. Determine round-trip time
  2. It uses ICMP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Whats traceroute/tracert commands used for?

A

It determines the route a packet takes to a destination. It takes advantage of ICMP Time to Live(TTL) Exceeded error message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are nslookup and dig commands used for?

A

It helps to lookup information from DNS servers(IP addresses, cache timers, etc) dig stands for Domain Information Groper.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are ipconfig and ifconfig commands used for?

A

It helps to determine TCP/IP and network adapter information. ipconfig is used for Windows and if config is used for Linux.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are iptables command used for?

A

iptables is used for Linux as firewall.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is netstat command used for?

A

(Network statistics) it provides you with many different views of what the statistics are for network communications on that particular device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is tcpdump command used for?

A

It captures packets from command line, apply filters and view in real-time. It is available in most Unix/Linux OS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is pathping command used for?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Nmap command used for?

A

(Network mapper)

  1. It is best known as port scanner which means it finds devices and identifies open ports.
  2. It also does OS scan which helps to discover the OS without logging in to a device.
  3. It can be used as service scanner which shows what service is available on a device(name, version, details)
17
Q

What is route command used for?

A

It views the device’s routing table but for windows we use “route print”.

18
Q

What is arp command used for?

A

(Address Resolution Protocol) It determines a MAC address based on an IP address

19
Q

What are protocol analyzers used for?

A

It solves complex application issues by gathering frames on the network. It views traffic patterns.

20
Q

What are Network/port scanners used for?

A

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)

21
Q

What are used wireless packet analyzers for?

A

They are used to monitor wireless networks.

22
Q

What are bandwidth speed testers used for?

A

They are used for bandwidth testing.(Ex: speedOf.Me, speedtest.net)

23
Q

What are packet sniffers used for?

A

They are used for gathering, collecting, and logging some or all packets that pass through a computer network.