Linux Administration Bootcamp: Go from Beginner to Advanced - Network Troubleshooting - Part 1

Linux Administration Bootcamp: Go from Beginner to Advanced - Network Troubleshooting - Part 1

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial covers essential network troubleshooting tools and techniques. It begins with an introduction to common diagnostic tools like ping, traceroute, and tracepath. The tutorial explains how to use the ping command to test network connectivity and troubleshoot issues when ping fails. It also covers the use of traceroute to examine network paths and identify potential problems. Finally, the video introduces tracepath as an alternative to traceroute, highlighting its advantages and use cases.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to test if a port is open by connecting to it?

Ping

Netstat

Traceroute

Telnet

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ping command primarily test?

DNS resolution

Network connectivity

Network routes

Port status

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you can ping an IP address but not a hostname, what might be the issue?

Network cable is disconnected

Server is down

DNS resolution problem

Firewall blocking ICMP

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you check if you experience 100% packet loss when pinging?

DNS settings

Router configuration

Local network connectivity

Firewall settings

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What might cause asterisks to appear in traceroute output?

DNS resolution failure

Network congestion

Router blocking traceroute data

Incorrect IP address

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command does not require root privileges and provides one line of output per response?

Netstat

Tracepath

Traceroute

Ping

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key difference between traceroute and tracepath?

Traceroute requires root privileges

Tracepath uses DNS names by default

Traceroute provides one line per response

Tracepath is slower than traceroute