Networking Flashcards

(47 cards)

1
Q

What causes Network connectivity issues?

A

Network connectivity issues happen when devices fail to communicate with each other over a network. These issues can manifest as an inability to access the Internet, connect to a shared resource, or communicate between networked devices.

Configuration problems, on the other hand, stem from incorrect settings within network devices or software, leading to improper routing, inaccessible services, or degraded performance. Here are some common causes of network connectivity issues, faulty cables, loose connections, or malfunctioning network interfaces can disrupt communication.

Incorrect IP addresses, subnet masks, or default gateways can prevent devices from finding each other on the network. Also, domain name system or DNS problems can prevent domain names from resolving to their respective IP addresses.

DNS is a hierarchical and distributed naming system used to translate domain names into IP addresses necessary for locating and identifying devices o n the network Furthermore, misconfigured or failing routers and switches can block or misroute traffic, and outdata or buggy software and firmware can introduce connectivity issues.

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

What are the (3) parts to resolving a gaming performance issues?

A

-Check the display tab: device info, drivers, DriveX
features, notes
-Update drivers if necessary
-Test the game again

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

What are (3) reasons for network connectivity issues?

A

-Misconfigured IP addresses, subnet masks or
gateways
-Incorrect subnet masks can lead to devices being
placed in the network wrong network segment
-The default gateway is critical for directing traffic to
external network

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

What is Dynamic Host Configuration Protocol (DHCP)?

A

Dynamic Host Configuration Protocol (DHCP) is a crucial component of network management that automates the assignment of IP addresses to devices on a network. Despite its importance in ensuring smooth and efficient network operations, DHCP can sometimes encounter issues that disrupt connectivity and hinder performance.

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

What are the (4) aspects to failure to obtain an IP address?

A

-DHCP server issues
-Signal strength Wifi
-Static IP conflicts

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

What are (2) causes and solutions to IP address conflicts?

A

-Duplicate static IP
-Expired DHCP leases

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

What are (2) tools and commands IP address conflicts?

A

arp -a is used in Windows in the command prompt to list all IP addresses and their MAC (Media Access Control) addresses on the network and helps you identify conflicts.

Check the DHCP server logs for conflicting IP assignments. The server logs can be accessed from the DHCP Management Console.

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

What are (2) causes and solutions for DHCP servers not responding?

A

-Server downtime
-Network configuration: ipconfig /all

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

What are (2) commands for DHCP servers not responding?

A

Use the ping command in the command prompt or terminal to test connectivity to the DHCP server.

Review server logs for errors or warnings.

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

What are (2) advanced troubleshooting techniques for DHCP Network scanning?

A

Use nmap for comprehensive network scanning and host discovery.

Use arp -a to view ARP cache and identify IP assignments.

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

What are (2) advanced troubleshooting techniques for DHCP Packet analysis?

A

Use Wireshark for capturing and analyzing network packets.

Filter DHCP traffic to isolate relevant packets for troubleshooting.

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

What is one advanced troubleshooting technique for security log analysis?

A

Review DHCP server logs for lease assignment errors or conflicts.

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

What are (4) aspects to resolving IP address conflicts?

A

-Identify conflicted IP addresses: arp -a
-Check DHCP logs
-Assign static IPs carefully
-Adjust DHCP settings

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

What is the Domain Name System (DNS)?

A

Domain Name System (DNS) issues can disrupt access to websites and other online resources, even with a functioning internet connection. One common problem is the inability to resolve domain names, which prevents browsers from connecting to websites. This reading explores the causes of DNS resolution failures and provides practical solutions and diagnostic tools to address these issues effectively.

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

What are the (3) causes and solution of being unable to resolve domain names?

A

-Incorrect DNS server configuration
-DNS server downtime
-Propagation delays

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

What are the (3) commands that are unable to resolve domain names?

A

Use nslookup <domain> to query the DNS server for domain resolution.</domain>

Use dig <domain> for detailed DNS query information.</domain>

Use ping to test connectivity to the DNS server.

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

What are (3) causes and solutions for a DNS server not responding?

A

-Server issues
-Firewall settings
-Network issues:

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

What are (2) tools and commands for a DNS server not responding?

A

Use tracert <DNS> if you are using your computer to trace the route and identify where the communication fails. Remember to enter the specific DNS server’s details, don't just type "DNS server".</DNS>

Review DNS server logs for indications of failure. To do so, log into the server where the DNS service is running, and locate the directory where DNS server logs are stored. This can vary depending on the DNS server software and configuration.

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

What are (2) causes and solutions for Incorrect DNS records?

A

-Manual entry errors
-Expired records

20
Q

What are (2) tools and commands for Incorrect DNS records?

A

Use nslookup and dig to verify DNS records.

Check the DNS management console for correct configurations.

21
Q

What are (3) command-line tools that use diagnostic utilities?

A

-ipconfig
-dig
-ipconfig

22
Q

What are (3) aspects to advanced troubleshooting techniques for DNS?

A

-Network scanning: nmap, arp -a
-Packet analysis
-Server log analysis

23
Q

What are (5) parts to fixing domain name resolution failures?

A

-Verify DNS configuration: ipconfig /all
-Query DNS records: nslookup <domain> and dig</domain>

<domain>
-Check DNS server status: ping and tracert
-Update DNS records
-Clear DNS cache: Use ipconfig /flushdns
</domain>

24
Q

What is Ping?

A

Ping is used to test the reachability of a host on an IP network, and measure the round trip time for messages sent from the originating host to a destination computer.

25
What is Traceroute?
Traceroute to determines the path packet stake, to reach the destination, and identify where delays or failures occurred. Traceroute helps in pinpointing the exact location of the problem within the network.
26
What is nestat?
The netstat command is a command-line network utility that displays open network sockets, routing tables, and network interface statistics. It's a common tool for troubleshooting and monitoring network connections.
27
What is Nmap?
Nmap, is a powerful network scanning tool to get a clearer picture of the network's security posture. Nmap is capable of scanning the network to detect open ports and identify all connected devices. It provides comprehensive details about the devices on the network, including their open ports and the services running on those ports. This information is crucial for identifying unauthorized access points and potential vulnerabilities. To use it, you need to type the command, supply the type of scan and the target network range.
28
What is Wireshark?
Wireshark, selects the network interface to capture traffic. It is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. Originally named Ethereal, the project was renamed Wireshark in May 2006 due to trademark issues.
29
What are (5) failed VPN connection symptoms?
-Incorrect credentials -Network Issues -Config issues -Firewall blocking -IP address conflicts
30
What are (5) slow VPN performance symptoms?
-Bandwidth limitations -Encryption overhead -Server load -Network latency -Fragmentation
31
What are (3) tunneling protocol issue symptoms?
-Protocol mismatch -Compatibility issues -Blocked ports
32
What are (4) firewall symptoms via misconfigured rules blocking legitimate traffic?
-Overly restrictive rules -Rule order -Log analysis -App whitelisting
33
What (4) firewall symptoms via permitting unauthorized access?
-Weak rules -Rule gaps -Default allow polices -Regular audits
34
What is Deep Packet Inspection (DPI)?
Deep Packet Inspection (DPI) analyzes the data part (and possibly the header) of a packet as it passes an inspection point. It searches for protocol non-compliance, viruses, spam, intrusions, or predefined criteria to determine whether the packet may pass or if it needs to be routed to a different destination.
35
What are (3) aspects to DPI troubleshooting?
-ID malicious traffic -Ensuring compliance -Performance monitoring
36
What is network traffic analysis?
Analyze network traffic patterns to diagnose issues related to VPN and firewall performance.
37
What are (3) aspects to troubleshooting network traffic analysis?
-Bandwidth utiliztion -Traffic patterns -Protocol analysis
38
What is the purpose of automated tools and scripts?
Use automated tools and scripts to streamline the troubleshooting process and quickly identify issues.
39
What are (3) aspects to troubleshooting automated tools and scripts?
-Automated rule testing -Network scanning -Log parsing
40
What are the (6) parts to troubleshooting a complex VPN issue?
1. Gather info 2. Initial diagnosis: chk server load; review firewall rules 3. Detailed analysis: network traffic; DPI 4. Identify root cause: bandwidth issue; protocol conflicts 5. Implement solutions: load balancing; adjust firewall rules, optimized config 6. Monitor and validate
41
What are wi-fi analyzers?
Wi-Fi analyzers provide a graphical representation of the network's signal strength and can highlight areas with weak coverage. Routers should be placed in a central location, elevated and away from obstructions like walls and large furniture.
42
What can interfere with wireless networks?
-Lack of firewall updates -Interference (microwaves, cordless phones, other wireless networks etc) -Poor network security
43
What are (4) parts to troubleshooting encrypted connections?
-Misconfigured SSL/TLS settings -Expired or invalid certificates -Network device incompatibility -Firewall and proxy interference
44
What are (4) parts to resolving SSL certificate errors?
-Certificate authority (CA) issues -Self-signed certificates -Domain name mismatches -Intermediate certificate issues
45
What are (4) parts to diagnosing problems with security protocols like WPA2?
-Weak passwords -Outdated firmware -Misconfigured settings -Rogue access points
46
What are (5) strategies for addressing security breaches?
-ID source of breach -Contain the impact -Eradicate the threat -Recover from the breach -Implement preventive measures
47
What are the (5) partos of troubleshooting a network security incident?
-ID the source of the breach -Contain the impact -Eradicate the threat -Recover from the breach -Implement preventive measures