Week 6 Flashcards

(18 cards)

1
Q

What is Domain Name System (DNS) ?

A

DNS (Domain Name System) is like the phonebook of the internet. It translates easy-to-remember domain names (like www.google.com) into IP addresses.

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

Explain the process of DNS resolution.

A

DNS resolution is the process of translating a user-friendly hostname (e.g., www.example.com) into a machine-readable IP address (e.g., 192.168.1.1), allowing browsers to locate the corresponding webpage.

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

Define the function of a DNS Recursor.

A

A DNS Recursor (also called a DNS resolver) is a server that finds the answer when you type a website address (like google.com) into your browser.

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

What is the purpose of a Root Name Server in the DNS hierarchy?

A

The Root Name Server resolves human-readable host names into IP addresses and initiates the next phase in the quest to find a particular IP address.

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

Identify the role of a TLD Name Server in DNS resolution.

A

The TLD Name Server manages the final segment of a hostname (e.g., in ‘example.com,’ the TLD server is ‘com’) and helps in locating the specific IP address.

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

Describe the function of an Authoritative Name Server.

A

An Authoritative Name Server returns the IP address for a requested hostname back to the DNS Recursor if it has permission to access the record.

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

List the types of DNS queries.

A

Types of DNS queries include recursive, iterative, and non-recursive queries, each serving different purposes.

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

Explain the significance of DNS caching.

A

DNS caching stores resolved domain names and IP addresses to speed up future requests and reduce server load.

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

DNS Attacks

A

DNS Spoofing or Cache Poisoning
DNS Amplification Attacks
DNS DDoS (Distributed Denial of Service):
DNS Tunneling
Domain Hijacking or DNS Hijacking
NXDOMAIN Attacks
Man-in-the-Middle (MitM) Attacks

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

Discuss the components of wireless networking.

A

Components include access points, routers, client devices, and network adapters for wireless communication.

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

What security measures can be implemented for wireless networking?

A

Security measures include encryption protocols like WPA2, strong passwords, disabling SSID broadcasting, and firmware updates.

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

Explain the consequences of DNS attacks.

A

DNS attacks can cause service disruptions, data breaches, and unauthorized access to services.

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

Describe the function of a stub resolver in DNS.

A

A stub resolver checks its local cache before sending requests to a DNS recursive resolver.

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

Describe a non-recursive DNS query.

A

A non-recursive query requests a record from a DNS server with authoritative access or cached records.

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

What is the role of a DNS recursive resolver?

A

A DNS recursive resolver receives a recursive query and manages the response by initiating the required requests.

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

Describe the process that occurs during an iterative query.

A

The DNS client queries a server, which may refer to another server if it doesn’t have a match, continuing until an answer is found.

17
Q

Explain the difference between a recursive query and an iterative query in DNS.

A

A recursive query expects a complete answer from the DNS server, while an iterative query allows referrals to other servers.

18
Q

Outline the steps involved in a DNS lookup process.

A

Steps include the client sending a request to a DNS Recursor, which queries Root, TLD, and Authoritative Name Servers.