Network protocols Flashcards

1
Q

What does DNS stand for?

A

Domain Name System

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

True or False: DHCP is used to assign static IP addresses.

A

False

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

Fill in the blank: A _______ is a server that translates domain names into IP addresses.

A

DNS server

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

What does DHCP stand for?

A

Dynamic Host Configuration Protocol

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

What is the primary purpose of DHCP?

A

To automatically assign IP addresses to devices on a network.

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

What command is used to display DNS records on Windows?

A

nslookup

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

True or False: ADB stands for Android Debug Bridge.

A

True

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

What is the main function of ADB?

A

To facilitate communication between a computer and an Android device.

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

What command can be used to restart the DHCP service on a Linux server?

A

sudo systemctl restart isc-dhcp-server

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

Multiple Choice: Which of the following is a common DNS troubleshooting tool? A) ping B) ipconfig C) dig D) all of the above

A

D) all of the above

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

What is a common symptom of DNS issues?

A

Inability to resolve domain names to IP addresses.

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

Fill in the blank: The _______ file contains the DNS records for a domain.

A

zone

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

What is the role of a DHCP relay agent?

A

To forward DHCP requests and responses between clients and servers on different networks.

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

True or False: ADB can be used to install APK files directly to an Android device.

A

True

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

What command would you use to check the current DHCP leases on a Linux server?

A

cat /var/lib/dhcp/dhcpd.leases

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

What is the default lease time for DHCP addresses?

A

Usually 24 hours, but it can vary by configuration.

17
Q

Multiple Choice: Which of the following is NOT a DNS record type? A) A B) MX C) DHCP D) CNAME

A

C) DHCP

18
Q

What command is used to connect to a device using ADB?

A

adb connect <device_ip></device_ip>

19
Q

What does TTL stand for in DNS records?

A

Time to Live

20
Q

Fill in the blank: A DNS _______ is used to map a domain name to an IP address.

A

A record

21
Q

What is the purpose of the ‘ipconfig /flushdns’ command?

A

To clear the DNS resolver cache on a Windows machine.

22
Q

True or False: The DHCP server can assign IP addresses outside the defined range.

A

False

23
Q

What does the ‘adb devices’ command do?

A

Lists all connected Android devices.

24
Q

Multiple Choice: What is the primary function of DNS? A) Network management B) Domain name resolution C) IP address assignment D) File sharing

A

B) Domain name resolution

25
Q

What is a common method to diagnose DHCP issues?

A

Checking the DHCP server logs for errors.