14-B Flashcards

1
Q

What happens if a host does not have an appropriate IP configuration?

A

It will not be able to communicate with other hosts or access the Internet, even if the physical connection is sound.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two states reported if the link is available but IP is not correctly configured?

A
  • Limited connectivity
  • No Internet access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does ‘Limited connectivity’ indicate?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does ‘No Internet access’ mean?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which command is used to display IP configuration information in Windows?

A

ipconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the ‘ipconfig /all’ command display?

A

Detailed configuration, including DHCP and DNS servers, MAC address, and NetBIOS status.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What command releases the IP address obtained from a DHCP server?

A

ipconfig /release AdapterName

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What command forces a DHCP client to renew its lease for an IP address?

A

ipconfig /renew AdapterName

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the ‘ipconfig /displaydns’ command do?

A

Displays the DNS resolver cache containing recently queried host and domain names.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What command clears the DNS resolver cache?

A

ipconfig /flushdns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the hostname command return?

A

The name configured on the local machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is one common troubleshooting step for persistent network problems?

A

Restarting the computer hardware or the application service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does resetting the network stack in Windows do?

A

Clears any custom adapter configurations and network connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What command is used to test basic connectivity on a network?

A

ping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What address is pinged to verify TCP/IP is installed correctly?

A

ping 127.0.0.1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does a successful ping response indicate?

A

The host can communicate with another host.

17
Q

What does ‘Reply from SenderIP Destination unreachable’ indicate?

A

The sending host gets no response to ARP probes.

18
Q

What is the purpose of the tracert command?

A

To trace the path a packet of information takes to reach its target.

19
Q

What does the pathping command do?

A

Performs a trace and pings each hop router to determine round-trip time and measure link latency.

20
Q

What are the three main layers where network services can fail?

A
  • Security
  • Name resolution
  • Application/OS
21
Q

What command is used to troubleshoot DNS?

22
Q

What does the netstat command do?

A

Investigates open ports and connections on the local host.

23
Q

What does the ‘-b’ switch do when using netstat?

A

Shows the process that has opened the port.

24
Q

Fill in the blank: If a DHCP server has been reconfigured, use the command _______ to refresh the IP configuration.

A

ipconfig /renew

25
Q

True or False: A return value of 0.0.0.0 from ipconfig indicates a valid IP configuration.

26
Q

Does a ping output of ‘Destination host unreachable’ indicate a problem with the default gateway?

27
Q

What tool is best to measure latency between a workstation and a web conferencing server?