Searching for "st"

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:

What type of cable is shown in the exhibit?

imageview

A) AEIA/TIA-232 B) EIA-530
C) X.21 D) V.35
 
Answer & Explanation Answer: D) V.35

Explanation:
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 first thing that BGP checks to determine if a prefix is accessible?

Answer

BGP checks the NEXT_HOP attribute to determine if the NEXT_HOP is accessible or in the IP routing table.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

Assume a router has a loopback address of 135.77.9.254. Convert the loopback address to an IS-IS system ID.

Answer

The loopback address written in dotted decimal and using three digits for each byte has a value of 135.077.009.254. The system ID is 13.50.77.00.92.54.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

What types of routes are allowed into a stub area?

Answer

OSPF intra-area and interarea routes, and a default route. External routes are not advertised into a stub area.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP