5.5 Flashcards

1
Q

If names are not resolving, what could happen? and how can we test it?

A

Web browsing doesn’t work(Internet is broken). We can test it by pinging the IP address and see if it works, it means it’s not a connectivity issue.

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

How can we troubleshoot DNS issues?

A
  1. Check your IP configuration(is the DNS address correct?)
  2. Use “nslookup” or “dig” to test
  3. Try a different DNS server(Google is 8.8.8.8 and 8.8.4.4 or Quad9 is 9.9.9.9)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some IP configuration issues?

A
  1. Communicate to a local IP addresses(but not outside subnets)
  2. No IP communication(local or remote)
  3. Communicate to some IP addresses(but not others)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can we troubleshoot IP configurations?

A
  1. Check your documentation(IP address, subnet mask, gateway)
  2. Monitor the traffic(examine local broadcast)
  3. Check devices around you(confirm your subnet mask and gateway)
  4. Traceroute and ping(Issue might be our interference)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What could duplicating IP addresses cause?

A

Intermitten connectivity(the two addresses “fight” with each other.

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

how can we troubleshoot duplicate IP addresses?

A
  1. Check your IP addresses(did we misconfigure something?)
  2. Ping an IP address before static addressing(Does it respond)
  3. Determine the IP addresses(ping the IP address, check our ARP table, find the MAC address in our switch MAC table)
  4. Capture the DHCP process(what DHCP servers are responding?)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What kind of problem do duplicating MAC addresses can cause? How can we confirm the MAC address of a device?

A

Intermitten connectivity. By using the ARP command from another computer, we can confirm the MAC matches the IP.

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

What should we do when we have an expired IP address?

A

Check the status of our DHCP server.

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

What is a rogue DHCP server?

A

It’s a non-authorized server that assigns IP addresses(there is no inherent security in DHCP)

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

what can a rogue DHCP server cause?

A

Client is assigned an invalid or duplicate address(intermitten connectivity or no connectivity)

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

How can we disable rogue DHCP communication?

A

Enable DHCP snooping on our switch and then disable the rogue DHCP server and renew the IP leases.

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

What is untrusted SSL certificate?

A

The certificate not trusted error indicates that the SSL certificate is not signed or approved by a company that the browser trusts.

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

Why is the correct time on a system important?

A

Some cryptography is very time sensitive.

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

How can we resolve an incorrect time?

A

Configure NTP on all devices(automate the clock setting)

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

What happens when we have an exhausted DHCP scope?

A

Client will receive an APIPA address(local subnet communication only)

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

How can we resolve and prevent exhausted DHCP scope?

A

resolve: Check the DHCP server(add more IP addresses if possible)
prevent: IPAM(IP address management) may help(monitor and report on IP address shortages) or lower the lease time(especially if there are a lot of transient users)

17
Q

What does the blocked TCP/UDP ports affect? and what could cause that?

A

a) Applications not working(slowdowns with other applications)
b) Firewall or ACL configuration(security choke points)

18
Q

How can we resolve blocked TCP/UDP ports?

A
  1. Confirm with a packet capture to see if there is any communication problems.
  2. Run a TCP-or UDP-based traceroute tool(see how far your packet can go)
19
Q

How can we resolve incorrect host-based firewall setting?

A

Check the host-based firewall settings and then take a packet capture to see if the traffic made it to the network or not.

20
Q

How can we confirm an incorrect ACL setting?

A

We can confirm it with packet captures and TCP/UDP traceroutes(identify the point of no return)

21
Q

What is unresponsive service?

A

a) It’s when there is no response to an application request(no answer)
b)

22
Q

how can we confirm unresponsive service?

A
  1. Check the port number to see if we have the right one(and the protocol type of TCP/UDP)
  2. Confirm connectivity(ping, traceroute)
  3. We check to see if the application is still working(telnet to the port number and see if it responds)
23
Q

What can hardware failure cause?

A

No response(application doesn’t respond)

24
Q

How can we confirm a hardware failure?

A
  1. Confirm connectivity(without a ping, we are not going to connect)
  2. Run a traceroute(See if we are being filtered, if not it should make it to the other side)
  3. Check the server(Lights?Fire?)