Chapter 3 Review Questions Flashcards

1
Q

What must happen if a DHCP IP conflict occurs?

A

The administrator must fix the conflict by hand at the DHCP server. If a DHCP conflict is detected, either by the server sending a ping and getting a response or by a host using a gratuitous ARP (arp’ing for its own IP address and seeing if a host responds), then the server will hold that address and not use it again until it is fixed by an administrator

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

Which Application layer protocol sets up a secure session that’s similar to Telnet?

A

SSH. Secure Shell (SSH) protocol sets up a secure session that’s similar to Telnet over a standard TCP/IP connection and is employed for doing things like logging into systems, running programs on remote systems, and moving files from one system to another.

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

Which of the following mechanisms is used by the client to avoid a duplicate IP address during the DHCP process?

A

Gratuitous . A host uses something called a gratuitous ARP to help avoid a possible duplicate address. Gratuitous ARP is a sort of “advance notification”, it updates the ARP cache of other systems before they ask for it (no ARP request) or to update outdated information

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

What protocol is used to find the hardware address of a local device?

A

ARP. Address Resolution Protocol (ARP) is used to find the hardware address from a known IP address

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

Which of the following are layers in the TCP/IP model? (Choose three.)

A. Application

B. Session

C. Transport

D. Internet

E. Data Link

F. Physical

A

A, C, D. The listed answers are from the OSI model and the question asked about the TCP/IP protocol stack (DoD model). Yes, it is normal for the objectives to have this type of question. However, let’s just look for what is wrong. First, the Session layer is not in the TCP/IP model; neither are the Data Link and Physical layers. This leaves us with the Transport layer (Host-to-Host in the DoD model), Internet layer (Network layer in the OSI), and Application layer (Application/Process in the DoD). Remember, the CCENT objectives can list the layers as OSI layers or DoD layers at any time, regardless of what the question is asking

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

Which class of IP address provides a maximum of only 254 host addresses per network ID?

A

Class C. A Class C network address has only 8 bits for defining hosts: 28 – 2 = 256

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

What is used as a layer 2 & 3 broadcast for the DHCP Discover message? What Transport layer protocol is used for the DHCP Discover message?

A

A client that sends out a DHCP Discover message in order to receive an IP address sends out a broadcast at both layer 2 and layer 3. The layer 2 broadcast is all Fs in hex, or FF:FF:FF:FF:FF:FF. The layer 3 broadcast is 255.255.255.255, which means any networks and all hosts. DHCP is connectionless, which means it uses User Datagram Protocol (UDP) at the Transport layer, also called the Host-to-Host layer

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

Which protocol is used for a Telnet connection at layer 3 and 4?

A

Telnet does use TCP and IP (TCP/IP). IP works at layer 3. Telnet uses TCP at layer 4

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

Private IP addressing was specified in RFC __________

What are private IP addresses?

A

RFC 1918. These addresses can be used on a private network, but they’re not routable through the Internet

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

Which of the following services use TCP? (Choose three.) Describe what each is.

A. DHCP

B. SMTP

C. SNMP

D. FTP

E. HTTP

F. TFTP

A

B, D, E. SMTP, FTP, and HTTP use TCP.

SMTP - Simple Mail Transfer Protocol (SMTP) is an Internet standard for electronic mail (email) transmission

FTP-The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files between a client and server on a computer network.

HTTP- The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web. Hypertext is structured text that uses logical links (hyperlinks) between nodes containing text. HTTP is the protocol to exchange or transfer hypertext.

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

Which Class of IP addresses uses the pattern shown here?

A

Class C. Class C addresses devote 24 bits to the network portion and 8 bits to the host portion.

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

What is the range of multicast addresses?

A

The range of multicast addresses starts with 224.0.0.0 and goes through 239.255.255.255.

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

The following illustration shows a data structure header. What protocol is this header from?

A

TCP. First, you should know easily that only TCP and UDP work at the Transport layer, so now you have a 50/50 shot. However, since the header has sequencing, acknowledgment, and window numbers, the answer can only be TCP.

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

If you use either Telnet or FTP, what layer are you using to generate the data?

A

Application. Both FTP and Telnet use TCP at the Transport layer; however, they both are Application layer protocols, so the Application layer is the best answer for this question

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

The DoD model (also called the TCP/IP stack) has four layers. Which layer of the DoD model is equivalent to the Network layer of the OSI model?

A

Internet. The four layers of the DoD model are Application/Process, Hostto-Host, Internet, and Network Access. The Internet layer is equivalent to the Network layer of the OSI mode

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

What are the ranges of the private IP addresses for Class A, B, and C?

A

The Class A private address range is 10.0.0.0 through 10.255.255.255. The Class B private address range is 172.16.0.0 through 172.31.255.255, and the Class C private address range is 192.168.0.0 through 192.168.255.255.

17
Q

What layer in the TCP/IP stack is equivalent to the Transport layer of the OSI model?

A

Host-to-Host. The four layers of the TCP/IP stack (also called the DoD model) are Application/Process, Host-to-Host (also called Transport on the objectives), Internet, and Network Access/Link. The Host-to-Host layer is equivalent to the Transport layer of the OSI model.

18
Q

How are ICMP packets used for diagnostics? How is it encapsulated?

A

ICMP can provide hosts with information about network problems. ICMP is used for diagnostics and destination unreachable messages. ICMP is encapsulated within IP datagrams, and because it is used for diagnostics, it will provide hosts with information about network problems

19
Q

What is the address range of a Class B network address in binary?

A

The range of a Class B network address is 128–191. This makes our binary range 10xxxxxx.

20
Q

Drag the steps in the DHCP process and place them in the correct order on the right.

A