Searching for "and"

Q:

What command will change the hostname of a router?

A) router#host name new name B) router(config-router)#hostname new name
C) router>host name new name D) router(config)#hostname new name
 
Answer & Explanation Answer: D) router(config)#hostname new name

Explanation:

Explanation: To specify or modify the host name for the network server, use the hostname command in global configuration mode.

Report Error

View Answer Report Error Discuss

Filed Under: CCENT

Q:

You are the network administrator and are given the tasks to plan for the future expansion of the network. You decide to subnet the current network of 172.15.0.0. What will be the subnet mask be if every subnet has to allocate 500 hosts.

A) 255.255.0.0 B) 255.0.0.0
C) 255.255.240.0 D) 255.255.254.0
 
Answer & Explanation Answer: D) 255.255.254.0

Explanation:

Explanation: The requirement of having to allocate 500 hosts on each subnet can be achieved by the following: 2^9 = 512. So deducting the broadcast and network address we have 510 possible hosts on each subnet. We used 9 bits to allocate the hosts, this leaves us 7 bits for possible subnets. Those 7 bits in binary is 1111 1110 or 254 in decimal.

Report Error

View Answer Report Error Discuss

Filed Under: CCENT

Q:

We want to assign port 3 of our Catalyst 2950 switch to VLAN 3. What command will achieve this?

A) switch(config-if)#switchport vlan 3 B) switch#switchport access vlan 3
C) switch(config)#switchport access vlan 3 D) switch(config-if)#switchport access vlan 3
 
Answer & Explanation Answer: D) switch(config-if)#switchport access vlan 3

Explanation:

Explanation: The switchport access vlan [number] command will configure a switch port to that VLAN. You can also use the switchport access vlan dynamic command to configure the switch port automatically in a certain VLAN depending on the VLAN membership of the incoming packets. For both commands to work properly the switch port needs to be in access mode

Report Error

View Answer Report Error Discuss

Filed Under: CCENT

Q:

Explain the difference between the forwarding of a unicast IP packet and the forwarding of a multicast IP packet.

Answer

Unicast IP packets are forwarded based on the destination IP address. Multicast packets are forward based on the source IP address. If a multicast packet is received on the interface used to send a unicast packet back to the source, the multicast packet is forwarded to multicast neighbors. If the multicast packet is received on an interface that would not be used to send a unicast IP packet back to the source, the packet is discarded.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

What is the difference between the types of routes allowed by default into IS-IS and OSPF areas?

Answer

By default, all routes are advertised into all OSPF areas. This includes interarea OSPF routes and external routes that have been injected into OSPF. By default, IS-IS does not advertise interarea or external routes into an area, but injects a default route.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

Explain the difference between a classful and a classless routing protocol.

Answer

Classless routing protocols advertise subnet mask information along with the network prefixes. Classful routing protocols do not. Therefore, for a classful protocol, all subnets for the major network number being used must be the same length. Also, classful protocol cannot support discontiguous networks prefixes.

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