4.4 Flashcards
If you don’t have connectivity on your network what is the first thing you should do?
Check to see if there is any activity on your network link light
if you don’t have connectivity on your network and the link light is showing activity what should you do then?
Ping the loopback (127.0.0.1)
if you don’t have connectivity on your network and pinging the loopback works what should you do then?
Ping a Local IP address
if you don’t have connectivity on your network and pinging the Local IP address works what should you do then?
Ping the default gateway
if you don’t have connectivity on your network and pinging the default gateway works what should you do then?
Ping a device on the other side of your router (8.8.8.8)
What could cause limited internet connectivity?
APIPA is assigned to your machine
What could you do if there is an IP conflict on your network?
Restart the NIC
What does the ping command test?
Reach-ability
What does the ipconfig/ifconfig do?
Displays IP address, subnet mask, and default gateway configuration.
Which command is used to display the IP address, subnet mask, and default gateway configuration?
Ipconfig/ifconfig
In which environment would you use ipconfig?
Windows
In which environment would you use ifconfig?
Linux
What does the ipconfig /all command do?
Displays detailed configuration information including the MAC address and the DHCP server
Which ipconfig command would you use to display detailed configuration information including the MAC address and the DHCP server
ipconfig /all
Which protocol does the ping and tracert command use?
Internet Control Message Protocol (ICMP)
NetBIOS (Network Basic Input/Output System)
is a program that allows applications on different computers to communicate within a local area network (LAN)
Which command tests connectivity between devices and also shows the path between the two devices.
tracert on a Windows system
traceroute in Linux and Mac OS
What does the tracert/traceroute command do?
Tests connectivity between devices and also shows the path between the two devices.