Searching for "I"

Q:

What is the full IPv6 address represented by FF02::130F:5?

Answer

FF02:0000:0000:0000:0000:0000:130F:0005

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

Convert 10100010111101011001110110001011 2 to dotted decimal.

Answer

Convert to dotted hexadecimal first, and then convert each hexadecimal number pair to decimal.

A2.F5.9D.8B then 162.245.157.139

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

Convert FACE1234 16 to dotted decimal.

Answer

Answer: FA 16 = 250 10, CE 16 = 206 10, 12 16 = 18 10, and 34 16 = 52 10

FACE1234 16 = 250.206.18.52 dotted decimal

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

What are the access, distribution, and core components of a North American phone number?

Answer

The last four digits are the used at the access layer to identify a particular telephone. The next three numbers are used at the distribution layer to identify an exchange that services several phone numbers. The area code is used at the core level for routing between different regions.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

Why are multiple protocols used, such as a package, addressing, delivery, and transportation, instead of using one protocol defining everything?

Answer

Using multiple protocols is modular and allows changes to one protocol without affecting the others. For example, if the addressing protocol is dependent on the delivery protocol, changes to one would imply changes need to be made to the other.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

Describe the difference between routing and switching.

Answer

Routing moves a letter or telephone call to the access layer (as in a street or telephone exchange). Switching makes the final delivery. A switching decision is made on the part of the address that is not used in routing (as in the street number or last four digits of a phone number).

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

Which three IP addresses can be assigned to hosts if the subnet mask is /27 and subnet zero is usable?

A. 10.15.32.17
B. 17.15.66.128
C. 66.55.128.1
D. 135.1.64.34
E. 129.33.192.192
F. 192.168.5.63

Answer

Answer : A C D


 


 


 


Explanation: If you follow the cram table,  /27 is mask 255.255.255.224. 3 bits were borrowed with value of 32. Follow the fourth octets of the addresses:
A is a usable host address.
B is classified as a network address
C is a usable host address form the subnet 0
D is a usable host address
E is a network address
F is a broadcast address

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

What is the purpose of the DHCP server?

A - to provide storage for email
B - to translate URLs to IP addresses
C - to translate IPv4 addresses to MAC addresses
D - to provide an IP configuration information to hosts

Answer

Answer : D


Explanation:The main purpose of the DHCP server is to provide IP configuration parameters to hosts such as the default gateway, domain name, Domain Name System – DNS .

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA