Lesson 7 - Chapter 3: Internet Troubleshooting Flashcards
“No connectivity” has what 2 meanings?
- A disconnected NIC
- Inability to connect to a resource
For this scenario, you’re on the Internet but can’t get to a website. What’s the first question you ask and how do you proceed?
Can you get to other websites? If not, go back and triple-check local connectivity
For this scenario, you’re on the Internet but can’t get to a website. What’s the second question you ask and how do you proceed?
Can you ping the site? Try pinging the URL
C:>ping www.cheetos1.com
If your computer fails to ping the URL of a website, what does that tell us?
the computer can’t get an IP address for that website which points to a DNS failure (a very common problem)
How do you fix a failing DNS? (3 steps)
- Command Prompt: ipconfig /flushdns
- Network and Sharing Center > Change Adapter Settings in CP > Right click network > Diagnose
- Try using another DNS server (lots open to the public)
Limited connectivity points to what kind of problem?
DHCP problem (assuming you’re connected to a DHCP server)
How do you troubleshoot limited connectivity? (3)
- Run ipconfig and see if you have an APIPA address
- Try restarting the router if your router is your DHCP server
- Try setting up your NIC statically (need Network ID and default gateway IP address)
What does local connectivity mean?
You can access network resources but not the Internet
Local connectivity points to what? (2)
a downed DHCP server since all local systems will have an APIPA/link-local address
Or
a problem with the router
What’s the first thing you do to troubleshoot local connectivity with a downed DHCP server? (2)
- ping the default gateway
- if success, ping the other (WAN) port on the router (IP address is found on router’s configuration web page)
After the initial 2 step sets to troubleshoot local connectivity, what else can you do? (3)
- Renew or Release/Renew your DHCP address using the router’s configuration (like Release IP)
- If not, reset the broadband modem/terminal adapter
- If not, call the ISP
When everyone is getting slow Internet connectivity, what should you check?
the router (but probable that too many people need too much bandwidth so go buy more)
What is QoS? Where can you find it?
Quality of Service
a router feature that prioritizes access to network resources for certain users, applications or services when there isn’t enough bandwidth to go around