Network + Chapt 2 Quiz Flashcards

How computers find each other over networks

1
Q

What does the Transport layer use as an addressing method to identify an application running on a host?

a. IP address

b. FQDN	
c. MAC address	
d. Port number
A

d. Port number

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

Which type of address is embedded on a NIC?

a. IPv4 address

b. MAC address	
c. IPv6 address	
d. Logical address
A

b. MAC address

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

Which part of a computer’s address is used by the host to access another network?

a. Subnet mask

b. DNS server	
c. Default gateway	
d. IPv6 address
A

c. Default gateway

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

What are the last two parts of a FQDN called?

a. DNS name

b. Domain name	
c. Host name	
d. Computer name
A

b. Domain name

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

What is the last part of an FQDN called?

a. API

b. TLD	
c. Resolver	
d. Root
A

b. TLD

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

When a local DNS server queries a TLD server, what kind of query does it send?

a. Distributed

b. Iterative	
c. Recursive	
d. Authoritative
A

b. Iterative

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

What type of DNS server holds the master copy of a DNS zone and is responsible for transferring the data to another server when changes are made to the zone?

a. Caching

b. Secondary	
c. Primary	
d. Root
A

c. Primary

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

Which type of DNS resource record is used for reverse lookups?

a. PTR

b. SRV	
c. CNAME	
d. A
A

a. PTR

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

Which of the following is the range of well–known Transport layer ports?

a. 1024 to 49151

b. 49152 to 65535	
c. 0 to 65535	
d. 0 to 1023
A

d. 0 to 1023

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

Which port is used by the DNS process?

a. 23

b. 25	
c. 53	
d. 69
A

c. 53

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

What type of software can you use to capture and examine the contents of network messages?

a. Port scanner

b. Protocol analyzer	
c. Ipconfig	
d. Nslookup
A

b. Protocol analyzer

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

What part of a resource record tells a server how long the record should remain in the cache?

a. Mail Exchanger

b. Time to Live	
c. Pointer	
d. Canonical Name
A

b. Time to Live

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

Which of the following is a Class B IP address?

a. 199.88.44.12

b. 127.1.14.9	
c. 224.100.100.1	
d. 172.55.100.254
A

d. 172.55.100.254

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

How many octets is the network portion of a Class C address?

a. 1

b. 3	
c. 2	
d. 4
A

b. 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
You are examining the IP address of a computer and find that it is 169.254.44.100. How is that computer most likely configured?
 	a. With a loopback 
            address	
	b. With a static IP 
            address	
	c. To use a dynamic IP 
            address	
	d. To use a dynamic MAC 
            address
A

c. To use a dynamic IP

address

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

Which of the following is a valid IPv6 address?

a. FE80:0:0:1:1

b. 2001:DB8::1	
c. 2001::BEEF:F00D::100	
d. FE80:0000:1234:0001
A

b. 2001:DB8::1

17
Q

What protocol is used by the ping utility to send echo request and echo reply packets?

a. SMTP

b. ICMP	
c. ARP	
d. DNS
A

b. ICMP

18
Q

If you have a computer with two network adapters and want to see the IP address configuration for all the adapters, which command should you use?

a. nslookup /a

b. ipconfig /all	
c. arp –a	
d. ping –all
A

b. ipconfig /all

19
Q

What command should you use to determine the FQDN of a computer with IP address 172.31.209.5?

a. nslookup 172.31.209.5

b. ping —n 172.31.209.5	
c. ipconfig —F 172.31.209.5	
d. netstat —a 172.31.209.5
A

a. nslookup 172.31.209.5

20
Q

You want to find out if the TCP/IP services are working correctly on the computer you are working on. Which command should you use?

a. ipconfig /status

b. ping localhost	
c. netstat loopback	
d. nslookup 127.0.0.1
A

b. ping localhost