Ch15 Network Troubleshooting Exam
-
If you are trying to login to a server and are unable to connect, which command would you use to verify network connectivity?
traceroute
dig
ifconfig
ping
-
One of the NICs on the server corresponding to
eth1
has a hardware issue and needs to be removed. It is not necessary to restart the network service for this.True or False?
- True
- False
-
Which command is used to restart the network service on Red Hat systems?
/etc/init.d/rc.d/network restart
/etc/init.d/network resume
/etc/network/interfaces restart
/etc/init.d/network restart
-
The network interface disabled using the
ifdown
command will remain disabled after the system restarts.True or False?
- True
- False
-
Which command’s output will include the ICMP sequence number field?
ifconfig
traceroute
ping
- route
-
You notice that the round trip time to a particular host is slowly increasing. Which command’s output has given you this information?
route
ping
ping -Q
netstat
-
Which of the following is not a function of the
netstat
command?- View the route used by packets to reach a given destination
- View port information
- View the kernel’s routing tables
- View interface statistics
-
The kernel’s routing table can be viewed using the commands ______.
netstat
androute
route
andifconfig
netstat
andifconfig
netstat
andtraceroute
-
Which command can be used to find the ports that are listening for connections on a host?
netstat -a
netstat -s
netstat -l
netstat -z
-
You log in to a server using telnet and bring down the
eth0
interface (the only configured interface) using theifdown
command. What is the result of executingifdown
?- The
eth0
interface will be disabled and the telnet session will continue - An error will be displayed that the
eth0
interface cannot be disabled - The
eth0
interface will be disabled with a warning - The
eth0
interface will be disabled and thetelnet
session will be terminated
- The
-
Which command is used to keep track of suspicious connections?
ifconfig
netstat
ping
traceroute
-
The _____ indicates the maximum number of IP routers that can route a packet.
- Time to Live
- Time to Route
- Router Hops
- Time to Reach
-
The
traceroute
command can be used by regular and root users.True or False?
- True
- False
-
What of the following is not true about the
tracepath
command?- Discovers maximum transmission unit (MTU) along the path
- Sends ICMP messages
- Can be used only by root user
- Traces the path to a network host
-
The
netstat
command is used to add a route to the kernel’s routing table.True or False?
- True
- False
-
The
ifup
command can read interface definitions from a file other than the default file.True or False?
- True
- False
-
Which of the information listed below is not shown by the
ping
command?- TTL
- Route to the destination
- Round-trip Time
- Packet Loss
-
You want to switch the NIC cards of two servers currently in use. Which command will be used to disable the interfaces for this activity?
route down
nicdown
ifdown
ip down
-
The
ifdown
command can be used to disable all configured network interfaces.True or False?
- True
- False
-
When using the
ss
command which column shows the socket type?Netid
Local Address
Send-Q
Type Socket
-
The
netcat
utility is only available on Debian Linux distributionsTrue or False?
- True
- False
-
The
ping6
command differs from theping
command how?- It can only use hostnames
- It is only available on Red Hat Linux Distributions
- It uses the
ICMPv6 Echo_Request
protocol - It requires a fully qualified domain name and the IPv6 address to work
-
The
traceroute6
command is analogous to the __________ command.traceroute -w
traceroute -6
ping6
traceroute -i
-
The
tracepath6
command uses the sockets API to map paths to IPv6 network hosts.True or False?
- True
- False
-
Finding machines on the same network segment as your interface can be done with which command?
ip neighbor show
link show
neighbor -i
ip address --segment
-
The
ip link
command is useful for troubleshooting OSI Layer 2 problems.True or False?
- True
- False
-
The
ip
command is different from theifconfig
command for the following reason:- It can perform the work of several different legacy commands
- It can only show virtual interfaces
- It doesn’t show hardware addresses by default
- It appears less verbose at first glance
-
Using the
-s
option with theip
command will display:- Network interfaces that are currently slow
- Static interfaces only
- Statistics for the object referenced
- Supersedes all other commands used
-
The
ip
command is useful for both configuration and control of network interfaces.True or False?
- True
- False
-
Which legacy command cannot be replaced with the
ip
command?arp
ifconfig
ping
route
Subscribe
0 Comments
Newest