Searching for "i"

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) Application B) Host-to-Host
C) Internet D) Network Access
 
Answer & Explanation Answer: C) Internet

Explanation:

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

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following allows a router to respond to an ARP request that is intended for a remote host?

A) Gateway DP B) Reverse ARP (RARP)
C) Proxy ARP D) Inverse ARP (IARP)
 
Answer & Explanation Answer: C) Proxy ARP

Explanation:

Proxy ARP can help machines on a subnet reach remote subnets without configuring routing or a default gateway.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

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

A) Class A B) Class B
C) Class C D) Class D
 
Answer & Explanation Answer: C) Class C

Explanation:

Class C network address has only 8 bits for defining hosts : 28-2 = 256 - 2 = 254

Report Error

View Answer Report Error Discuss

Filed Under: CCNA
Job Role: Analyst , IT Trainer , Project Manager

Q:

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

A) 01xxxxxx B) 0xxxxxxx
C) 10xxxxxx D) 110xxxxx
 
Answer & Explanation Answer: C) 10xxxxxx

Explanation:

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

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What must happen if a DHCP IP conflict occurs?

A) Proxy ARP will fix the issue B) The client uses a gratuitous ARP to fix the issue
C) The administrator must fix the conflict by hand at the DHCP server D) The DHCP server will reassign new IP addresses to both computers
 
Answer & Explanation Answer: C) The administrator must fix the conflict by hand at the DHCP server

Explanation:

If a DHCP Conflict is detected, either by the server sending a ping and getting 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.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

How does DHCP client ensure that no other computer has its assigned IP address?

A) Acknowledge receipt of a TCP segment B) Ping to its own address to see if a response is detected
C) Broadcast a Proxy ARP D) Broadcast a gratuitous ARP
 
Answer & Explanation Answer: D) Broadcast a gratuitous ARP

Explanation:

To stop possible address conflicts , a DHCP client will use gratuitous ARP (broadcast an ARP request for its own IP address) to see if another host responds.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

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

A) Application B) Presentation
C) Session D) Transport
 
Answer & Explanation Answer: A) Application

Explanation:

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.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You want to implement a mechanism that automates the IP configuration, including IP address, subnet mask, default gateway, and DNS information. Which protocol will you use to accomplish this?

A) SMTP B) SNMP
C) DHCP D) ARP
 
Answer & Explanation Answer: C) DHCP

Explanation:

Dynamic Host Configuration Protocol (DHCP) is used to provide IP information to hosts on your network. DHCP can provide a lot of information, but the most common is Ip address, subnet mask, default gateway, and DNS information.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA