Troubleshoot IP Configuration & Local Network Connectivity

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:03 PM on 6/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

What do unplugged or disconnected for a local network adapter mean you should check?

The cable or wireless network configuration

2
New cards

What does limited connectivity mean on a Windows local network adapter?

The adapter is set to obtain an address automatically, but no DHCP server can be contacted

3
New cards

What address might an adapter use during limited connectivity?

An APIPA address in the 169.254.x.y range or an address specified as an alternate configuration in IPv4 properties

4
New cards

What does no Internet access mean on a Windows local network adapter?

The IP configuration is valid for the local network, but Windows cannot identify a working Internet connection

5
New cards

How does Windows test Internet access?

By attempting a connection to www.msftconnecttest.com and checking that DNS resolves the IP address correctly

6
New cards

What could no Internet access indicate?

A problem with the router, with DNS, or with both

7
New cards

What does ipconfig show when used without switches?

The IP address, subnet mask, and default gateway for all network adapters to which TCP/IP is bound

8
New cards

What extra details does ipconfig /all display?

DHCP and DNS servers, MAC address, and NetBIOS status

9
New cards

Which ipconfig command releases a DHCP-assigned IP address?

ipconfig /release AdapterName

10
New cards

Which ipconfig command renews a DHCP lease?

ipconfig /renew AdapterName

11
New cards

What do ipconfig /displaydns and ipconfig /flushdns do?

Display the DNS resolver cache; clear the DNS resolver cache

12
New cards

What does the hostname command return?

The name configured on the local machine

13
New cards

What can pinging another computer's IP address confirm?

Basic IP connectivity

14
New cards

What can pinging a known computer name confirm?

DNS or name connectivity

15
New cards

What does a Windows network reset do?

Clears custom adapter configurations and network connections, including VPN connections, which must be reconfigured after the reset

16
New cards
What might the problem location be if the link and IP configuration both seem correct?
Somewhere in the overall network topology rather than with the local machine
17
New cards
Why is trying to use file shares, printers, or email not the best low-level network test?
There could be an application fault rather than a network fault
18
New cards
What is the ping command used to test?
Whether a host can communicate with another host on the same network or on a remote network
19
New cards
What does pinging 127.0.0.1 verify?
TCP/IP is installed and loaded correctly
20
New cards
What does pinging your workstation's IP address verify?
It was added correctly and helps check for possible duplicate IP addresses
21
New cards
What does pinging the default gateway verify?
It is up and running and that you can communicate with a host on the local network
22
New cards
What does pinging a remote host IP address verify?
You can communicate through the router
23
New cards
What does a successful ping reply include?
Reply from IP Address and the time it takes for the host's response to arrive
24
New cards
What can round-trip time in milliseconds help diagnose?
Latency problems on a link
25
New cards
What does ping -t do in Windows?
Sends an unlimited number of packets
26
New cards
How do you stop a ping -t test?
CTRL + C
27
New cards
What happens if you ping a DNS name or FQDN when a DNS server is unavailable?
It will not work
28
New cards
What do the -4 and -6 switches do with ping?
Force the DNS query to use IPv4 or IPv6, respectively
29
New cards
What does Reply from SenderIP Destination unreachable usually mean on the same local network segment?
The sending host gets no response to ARP probes
30
New cards
What is the most likely cause of Reply from SenderIP Destination unreachable?
The destination host is disconnected or configured as non-discoverable
31
New cards
What could Reply from SenderIP Destination unreachable indicate if the host is confirmed up?
IP misconfiguration such as duplicate addresses or an incorrect subnet mask
32
New cards
What does Reply from GatewayIP Destination unreachable mean?
The gateway router has no forwarding information for that IP address
33
New cards
What does Reply from GatewayIP Destination unreachable indicate?
Misconfiguration of the router or destination network
34
New cards
What does Request timed out usually mean?
The probe was sent via the gateway, but no response was received
35
New cards
What is the most likely cause of Request timed out?
The destination host is down or configured not to respond