CompTIA Network+ N10-008 CH21 - Course Quiz
This flashcard set from CompTIA Network+ N10-008 Chapter 21 covers Linux networking commands. It emphasizes the use of the ip command to view and manage IP settings, a key skill for network troubleshooting.
Which Linux command can be used to view IP settings?
ip
ipconfig
ss
config
ip
Key Terms
Which Linux command can be used to view IP settings?
ip
ipconfig
ss
config
ip
Which command, while not available on Windows, can be used on macOS, UNIX, and Linux systems to diagnose DNS problems?
nslookup
ipconfig
ping
dig
dig
Explanation:
Keywords = “…not available on Windows…”
Dig is used on macOS, Li...
A cable might experience crosstalk, where the electrical signal bleeds from one wire pair to another, creating _____________?
interference
voltage spikes
noise
impedance
interference
Which tool tests a cable to ensure that it can handle its rated amount of capacity?
cable tester
certifier
time domain reflectometer
optical time domain reflectometer
certifier
Which tool can be used to identify the location of a cable break in Copper cable?
cable tester
certifier
time domain reflectometer
optical time domain reflectometer
time domain reflectometer
The vast majority of cabling problems occur long after a successful network installation, since when the network has operated unchanged?
True
False
False
Related Flashcard Decks
Study Tips
- Press F to enter focus mode for distraction-free studying
- Review cards regularly to improve retention
- Try to recall the answer before flipping the card
- Share this deck with friends to study together
| Term | Definition |
|---|---|
Which Linux command can be used to view IP settings? ip | ip |
Which command, while not available on Windows, can be used on macOS, UNIX, and Linux systems to diagnose DNS problems? nslookup | dig Explanation: |
A cable might experience crosstalk, where the electrical signal bleeds from one wire pair to another, creating _____________? interference | interference |
Which tool tests a cable to ensure that it can handle its rated amount of capacity? cable tester | certifier |
Which tool can be used to identify the location of a cable break in Copper cable? cable tester | time domain reflectometer |
The vast majority of cabling problems occur long after a successful network installation, since when the network has operated unchanged? True | False |
Broken cables cause intermitten problems? True | False |
When a cable is not broken but it’s not moving data the way it should, turn to a certifier for diagnostics? True | True |
Switching loops are rare? True | True |
Which tool can be used to identify the location of a cable break in Fiber cable? cable tester | optical time domain reflectometer |
Computers use Address Resolution Protocol (ARP) to resolve IP Addresses to MAC Addresses? True | True |
Which software tool is used to trace all of the routers between two points? portscan | traceroute |
Which tool is an example of a packet sniffer and protocal analyzer? Speakeasy | Wireshark |
Most network techs rely on __________________ as their port scanning tool of choice? Speakeasy | Nmap |
Sometimes a GUI tool like Wireshark won’t work because a server has no GUI installed. In situations like this, __________________ is the go-to choice? Speakeasy | tcpdump |
Microsoft has a utility called _________________ that combines the functions of ping and tracert and adds some additional functions? routeping | pathping |
Which tool falls into the category of a third-party software tool? throughput tester | throughput tester |
Improperly configured Routers aren’t going to send packets to the proper destination? True | True |
Which command can be used on a Windows computer to view the IP settings? ip | ipconfig |
The traceroute utility is used to trace all of the routers between two points? True | True |
Which utility uses Internet Message Control Protocol (ICMP) packets to query by IP or by name? ping | ping |
Which tool helps a technician make unshieled twisted pair (UTP) cables? time domain reflectometer | cable stripper |
Which tool intercepts and logs network packets? certifier | packet sniffer |
Which task is the first step in the troubleshooting process? Establish a theory of probable cause. | Identify the problem. |
Multimeters test frequency? True | False (Voltage) |
Different Networking jobs require wildly different tools? True | True |
Which command is dynamic (Keeps Running) equivalent to traceroute? mtr | mtr |
Which utilities are excellent examples of connectivity software, applications that enable you to determine if a connection can be made between two computers? Wireshark and nmap | ping and traceroute |
Which command would a technician use to diagnose DNS problems on a Windows computer? nslookup | nslookup |
The traceroute command defaults to either IPv4 or IPv6? True | True |
When troubleshooting a problem, a technician needs to select the most probable cause from all the possible causes? True | True |
Which tool puts UTP wires into a 66- and 110-blocks? time domain reflectometer | punchdown tool |
_ enable a technician to measure the data flow in a Network? | Throughput testers |
The __ utility enables a technician to view and change the ARP Table on a computer? | arp |
For command-line tools, type _ followed by a command to see the available switches for that command? | help |
The netstat utility shows what _ are active and can also provided statistics based on ports or protocols (TCP, UDP, and so on)? | sessions |
_ test voltage (both AC and DC), resistance, and continuity and they are also a great fallback for continuity testing when you don't have a cable tester handy? | Multimeters |
In place of the netstat command, the current comamnd to use on Linux computer to view the current state of all your running IP processes is ? | ss |
To measure the amount of ___, technicians use an optical power meter? | light loss |
A technician can use a _ to monitor server rooms over time to detect and record issues with electrcity? | voltage quality recorder |
As a computer learns various MAC addresses on its LAN, it jots them down in the __ table? | ARP |
A _ can be used by hackers to look for unintentional opened ports that might make a system vulnerable to attack? | port scanners |
Use the __ to force the traceroute command to use IPv6? | -6 flag = Windows | traceroute6 = macOS/Linux |
What are two basic rules of troubleshooting (one is similar to the Hippocratic Oath)? | First, do no harm. | Second, always make good backups! |
When troubleshooting a computer problem by talking to a user over the telephone, when would open-ended questions (requiring the user to answer in their own words) be most appropriate? | If the user seems to be confused about what is happening. |
Compare the nslookup and dig commands? | They help diagnose DNS Problems. |
Describe atleast three scenarios that a technician would define as a "Broken" Cable? | Open Circuit - Where one or more of the wires in a cable simply don't connect from one end of the cable to the other. |
List the seven basic troubleshooting steps? |
|
Briefly explain how the ping command functions in IPv6? | You can force ping to use IPv6 with the -6 Flag. | In addition, on macOS/Linux you can use the IPv6 specific ping6 command. |
When troubleshooting a computer problem by talking to a user over the telephone, when would close-ended questions (requiring "Yes" or "No" answers" be most appropriate? | When the end user is technically oriented because they know what they're talking about. |
Compare traceroute to mtr? | My Traceroute (MTR) is dynamic and keeps running but is equivalent to traceroute. MTR is a UNIX/Linux Tool with a Windows version called WinMTR. |
Explan how documentation fits into troubleshooting scenario? | Actions Taken, Outcomes of your Theories for Learning, Lessons Learned, and basically creating your own FAQ/Quick Reference or updating a KB that you can refer to for common problems encountered. |
If a tracert fails with a Windows System, why might traceroute succeed with a Linux/Cisco System? | Windows tracert sends only ICMP Packets while UNIX/Linux traceroute sends UDP datagrams by default, but can also send TCP segments. So if it fails with a Windows System, it could be because the Router is blocking ICMP Packets, so running it on a Linux system may yield different results. |
Describe the "Divide and Conquer" method of tackling multiple options? | It's a time savor that comes into play as part of developing a theory of probable cause. As you gather information about a problem a general sense of where the problem lies should manifest. So you begin to troubleshoot at the appropriate layer of the OSI model where the problem cause is suspected. If it proves correct, follow that theory. If it is wrong, then move up or down the OSI model till the solution is found. |
Explain why it is important spend the money for a good multimeter? | Cheap tools save you money in the beginning, but they often break more readily than higher-quality tools, and more importantly make it harder to get a job done. |
Describe three security policy decisions that can be implemented to prevent departmental bandwidth consumption that compromises network operations? | First, setup a throttling policy that defines in terms of megabits per second the max amount of bandwidth any single department can use per day. Second, add a blocking policy - if anyone goes over this limit, the company will block all traffic of that type for a certain amount of time. Third, update the company's fair access policy or utilization limits security policies to reflect these new limits. This lets employees, especially those pesky sales folks know what the new rules are. |