4.4 Flashcards

(47 cards)

1
Q

If you don’t have connectivity on your network what is the first thing you should do?

A

Check to see if there is any activity on your network link light

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

if you don’t have connectivity on your network and the link light is showing activity what should you do then?

A

Ping the loopback (127.0.0.1)

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

if you don’t have connectivity on your network and pinging the loopback works what should you do then?

A

Ping a Local IP address

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

if you don’t have connectivity on your network and pinging the Local IP address works what should you do then?

A

Ping the default gateway

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

if you don’t have connectivity on your network and pinging the default gateway works what should you do then?

A

Ping a device on the other side of your router (8.8.8.8)

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

What could cause limited internet connectivity?

A

APIPA is assigned to your machine

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

What could you do if there is an IP conflict on your network?

A

Restart the NIC

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

What does the ping command test?

A

Reach-ability

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

What does the ipconfig/ifconfig do?

A

Displays IP address, subnet mask, and default gateway configuration.

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

Which command is used to display the IP address, subnet mask, and default gateway configuration?

A

Ipconfig/ifconfig

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

In which environment would you use ipconfig?

A

Windows

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

In which environment would you use ifconfig?

A

Linux

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

What does the ipconfig /all command do?

A

Displays detailed configuration information including the MAC address and the DHCP server

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

Which ipconfig command would you use to display detailed configuration information including the MAC address and the DHCP server

A

ipconfig /all

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

Which protocol does the ping and tracert command use?

A

Internet Control Message Protocol (ICMP)

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

NetBIOS (Network Basic Input/Output System)

A

is a program that allows applications on different computers to communicate within a local area network (LAN)

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

Which command tests connectivity between devices and also shows the path between the two devices.

A

tracert on a Windows system

traceroute in Linux and Mac OS

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

What does the tracert/traceroute command do?

A

Tests connectivity between devices and also shows the path between the two devices.

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

What does the netstat command do?

A

Gives you the network statistics

  • Current connections
  • Incoming and outgoing connections
  • Active sessions, ports, and sockets
  • The local routing table
20
Q

Which command gives you network statistics like:

  • Current connections
  • Incoming and outgoing connections
  • Active sessions, ports, and sockets
  • The local routing table
21
Q

Which netstat command shows all the active connections?

22
Q

What does netstat -b do?

A

Shows all active connections and the applications in use and displays in binaries

23
Q

Which netstat command shows all active connections and the applications and displays in binary?

24
Q

Which netstat command shows all the active connections in IP address and won’t resolve the IP address to a hostname?

25
What does the nbtstat command do?
Is used to diagnose issues regarding NetBIOS over TCP/IP
26
Which command is used to diagnose issues regarding NetBIOS over TCP/IP?
nbtstat
27
What does nbtstat -n do?
List local NetBIOS names
28
Which nbtstat command lists local NetBIOS names?
nbtstat -n
29
What does netstat -a do?
Shows all the active connections
30
What does nbtstat -c?
Displays the NetBIOS cache of remote machine names and their IP addresses.
31
Which nbtstat command lists the NetBIOS cache of remote machine names and their IP addresses. ?
nbtstat -c
32
What does nbtstat -s?
List current NETBIOS sessions by NETBIOS names.
33
Which nbtstat command lists current NETBIOS sessions by NETBIOS names.?
nbtstat -s
34
What does the net stop command do?
Stops a service
35
Which net command stops a service?
net stop
36
What does the net start command do?
Starts a service
37
Which net command starts a service?
net start
38
What does the net use command do? (net use h: \\\
used to connect to, remove, and configure connections to shared resources, like mapped drives and network printers.
39
Which net command is used to connect to, remove, and configure connections to shared resources, like mapped drives and network printers?
net use
40
What does the net view command do? (net view \\)
Shows a list of computers and network devices on the network.
41
Which net command shows a list of computers and network devices on the network?
net view
42
What does the netdom command do?
Manage Active Directory
43
Which command manages active directory?
netdom
44
What does netdom query command do? (netdom query /d:domain WORKSTATION
views domain information
45
Which netdom command views domain information?
netdom query
46
What does the nslookup do?
A reverse lookup using an IP address to find the domain or host associated with that IP address.
47
Which command does a reverse lookup using an IP address to find the domain or host associated with that IP address?
nslookup