5.7 Given a scenario, troubleshoot common wired and wireless network problems Flashcards
____ is a state when a device is connected to the network, but can’t reach outside of the local network. Even some local resources may be not reachable.
Limited connectivity
Limited connectivity denotes what?
Inability for a device to connect outside of its network.
What are some possible causes of network issues in general?
Wireless interference/low signal OS misconfiguration Hardware misconfiguration Cabling issues Bottlenecking IP conflicts server down permissions incorrect password
If you’re connected to a wired network and you have no connectivity, make sure the cable is connected. And then look for a ___.
link light
What is a link light?
This will tell you that you’re connected to a switch that is on the other end of that cable.
How can you check if your protocol stack is working?
Ping the loopback interface by typing the following into cmd:
ping 127.0.0.1
What is a loopback interface?
A loopback interface is a virtual interface that is always up and reachable as long as at least one of the IP interfaces on the switch is operational. Pinging it tell you the protocol stack that’s in your operating system is working properly.
What is the protocol stack? What does it mean for network troubleshooting?
A protocol stack is a set of network protocol layers that work together. An issue with it could be a cause of limited connectivity.
(packets frames bits)
The next logical step after pinging the loopback address when troubleshooting No connectivity is to then ___.
ping your local IP address
How do you ping your local IP address on windows?
‘ipconfig’ into cmd to find your local IP address
Then ping that address
Why would you want to ping your local IP address?
It allows you to check the local configuration, the link signal, and the network adapter.
After pinging the local IP address to troubleshoot connectivity, what is another command you could you try?
Pinging the default gateway.
How do you ping the default gateway?
‘ipconfig’ into cmd to find the default gateway and ping it
Why would you want to ping the default gateway?
It allows you to check whether or not you’re able to communicate across the local network.
After pinging your default gateway and determine that you are able to communicate across the network, what should you attempt?
Try pinging something outside the local network on the other side of the router, such as the internet.
(ei. google DNS 8.8.8.8)
If you have not configured a static IP address on your computer and you turn on your computer and it’s not able to find a DHCP server, then it will automatically assign itself…
an APIPA address.