Network+ Chapter 5

9 September 2022
4.7 (114 reviews)
15 test answers

Unlock all answers in this set

Unlock answers (11)
question
Which part of a toner and probe kit emits an audible tone when it detects electrical activity on a wire pair? Toner Tone locator TDR Tone generator
answer
tone locator
question
Which fiber connector contains two strands of fiber in each ferrule? LC ST SC MTRJ
answer
MTRJ
question
Which kind of crosstalk occurs between wire pairs near the source of the signal? FEXT Alien NEXT Tx/Rx reverse
answer
NEXT
question
Which transmission characteristic is never fully achieved? Throughput Bit rate Latency Bandwidth
answer
Bandwidth
question
What type of fiber cable problem is caused when pairing a 50-micron core cable with a 62.5-micron core cable? Tx/Rx reverse Dirty connectors Wavelength mismatch Fiber type mismatch
answer
Fiber Type mismatch
question
Which of these categories of twisted-pair cable can support Gigabit Ethernet? Cat 5, Cat 6, Cat 7 Cat 5e, Cat 6a, Cat 7 Cat 6, Cat 7a, Cat 5 Cat 5e, Cat 6, Cat 3
answer
Cat 5e, Cat 6a, Cat 7
question
Which kind of multiplexing assigns slots to nodes according to priority and need? TDM (time division multiplexing) CWDM (coarse wavelength division multiplexing) WDM (wavelength division multiplexing) STDM (statistical time division multiplexing)
answer
STDM (statistical time division multiplexing)
question
What kind of cable uses BNC connectors? Which connector is likely to be used by cable TV? Twisted-pair cable, RJ-11 Coaxial cable, F-connector Fiber-optic cable, MTRJ Copper cable, RJ-45
answer
Coaxial cable, F-connector
question
What is the earliest twisted-pair cabling standard that meets the minimum requirements for 10GBase-T transmissions? Cat 5e Cat 5 Cat 7 Cat 6a
answer
cat 6a
question
Suppose you're creating patch cables to be used in a government office. What color wire goes in the first pin? Blue White/green Brown White/orange
answer
white/green
question
If you need to perform port scanning in your network, which of the following tool are you likely to use? [Choose all that apply]. Angry IP Scanner Cain and Abel Superscan tcpdump Wireshark
answer
Port scanning is a process that sends client requests to a range of server port addresses on a host, with the goal of finding an active port. Other than Nmap, the other two known port scanners are SuperScan and Angry IP Scanner.
question
Why would a network administrator implement vulnerability scanning on a network? To examine network device event logs To reveal vulnerabilities in the network To return a network device to its previous settings To identify open ports on a server
answer
To reveal vulnerabilities in the network
question
You are asked to perform an analysis on the network that will allow you to deduce information from patterns in communication. Which of the following types of analysis are you asked to perform? Device log review Identify network vulnerabilities Compare network performance to baselines Data traffic analysis
answer
Data traffic analysis
question
To troubleshoot a network problem, you are required to use a packet analyzer on a Unix based system. Which of the following command line interface commands will provide you with the required functionality? tcproute nslookup netstat tcpdump ifconfig
answer
The command tcpdump is a common packet analyzer that runs under the command line on Unix-based systems. It allows the user to display TCP/IP and other packets being transmitted or received over a network to which the computer is attached.
question
You have been experiencing connectivity with various websites. The response time to open these websites is high. You tested the same websites from your home and could open them much faster. You assume that the slow access to the Websites might be due to high latency. Which of the given utility is likely to help you in finding the source that may be causing the latency issue? Nslookup Traceroute Ping Netstat
answer
Latency is a time interval between a cause and response that it invokes in a system being observed. Network latency in a packet-switched network is a one-way (or round-trip delay time) for a signal to travel from the source to the destination. Latency includes the time necessary for intermediary network devices to receive, process and send data on its way. In the given scenario, if you want to find the source of the latency, you will need to use traceroute. Ping can only help in confirming latency but not really identify the source.