CCNA 3 Final Exam Answers (2)
1. Refer to the exhibit. The network administrator needs to setup Switch1 for remote access from HostA. The show ip interface brief is issued on Router1 and the show interfaces trunk command is issued on the Switch1 to verify the current status. The administrator applies the additional configuration shown in the exhibit to Switch1. However, the telnet from HostA fails. What additional commands need to be applied
to the switch?
Switch(config)# interface vlan 1
Switch(config-if)# ip address 10.1.1.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
Switch(config)# interface vlan 1
Switch(config-if)# ip address 10.1.50.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.50.254
Switch(config)# interface vlan 10
Switch(config-if)# ip address 10.1.10.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
**Switch(config)# interface vlan 10
Switch(config-if)# ip address 10.1.1.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
Switch(config)# interface vlan 50
Switch(config-if)# ip address 10.1.10.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
2. Refer to the exhibit. On the basis of the configuration shown, how will an Ethernet frame on port GigabitEthernet0/1 be modified?
802.1Q encapsulation prepends a 4-byte tag field in front of the original Ethernet frame and recomputes the frame check sequence (FCS) on the modified frame.
**802.1Q encapsulation inserts a 4-byte tag field into the original Ethernet frame between the source address and type/length fields and recomputes the frame check sequence (FCS) on the modified frame.
802.1Q encapsulation prepends an 802.1p field in front of the original Ethernet frame and recomputes the frame check sequence (FCS) on the modified frame.
802.1Q encapsulation inserts an 802.1p field into the original Ethernet frame between the source address and type/length fields and recomputes the frame check sequence (FCS) on the modified frame.
3. What VLANs are allowed across a trunk when the range of allowed VLANs is set to the default value?
**All VLANs will be allowed across the trunk.
Only VLAN 1 will be allowed across the trunk.
Only the native VLAN will be allowed across the trunk.
The switches will negotiate via VTP which VLANs to allow across the trunk.
4. Which parameter is used to uniquely identify one wireless network from another?
**SSID
OFDM
WEP
DSSS
5. Refer to the exhibit. What is the consequence if SW1 port F0/1 is configured as an edge port?
SW1 port F0/1 transitions to the learning state.
**SW1 port F0/1 can generate a temporary loop.
SW1 port F0/1 becomes a non-designated port.
SW1 port F0/2 no longer passes BPDUs to SW4.
CCNA 3 Final Exam Answers (1)
1. Refer to the exhibit. The Fast Ethernet port Fa0/1 on the switch is configured for auto-negotiate speed/duplex settings, and the NIC on the machine is set to 100 Mbps, full-duplex. The log error message shown has been received. What two solutions could fix the problem? (Choose two.)
Configure the switch manually for auto-negotiate speed/duplex and the NIC on the machine for 100 Mbps, half-duplex.
**Configure both sides of the link for auto-negotiate speed/duplex settings.
**Manually configure both sides of the link for 100 Mbps, full-duplex.
Manually configure the switch for 100 Mbps, full-duplex, and the NIC on the machine for auto-negotiate.
Manually configure the switch for 1000 Mbps, full-duplex, and the NIC on the machine for auto-negotiate.
2. Refer to the exhibit. Both switches are interconnected via a trunk link. Host A and Host B are on the default VLAN but are not able to exchange traffic. What should be done to fix the problem?
Allow all VLANs on the trunk link.
**Configure the same native VLAN on both ends of the trunk.
Include a router or switch with Layer 3 capabilities.
Remove the native VLAN from the trunk.
Configure ISL encapsulation on both ends of the trunk.
3. What are two benefits of the IEEE 802.11n standard? (Choose two.)
single-input, single-output
**improved range
requires less equipment
hardware upgrade for compatibility
**increased data rates
4. Refer to the exhibit. Switch SW2 has been newly purchased and added to the network. What configuration should be applied to SW2 so that it participates in the same VTP domain as switch SW1, receives VLAN information from SW1, and synchronizes VLAN information?
Configure SW2 as a VTP server with a higher revision number.
**Configure SW2 as a VTP client.
Configure SW2 in VTP transparent mode.
Configure SW2 with no VTP domain password.
Disable VTP pruning on SW2.
5. Refer to the exhibit. All hosts are in listen mode. Host 1 and Host 4 both transmit data at the same time. How do the hosts respond on the network? (Choose two.)
Hosts 1 and 4 may be operating full duplex so no collision will exist.
The hub will block the port connected to Host 4 to prevent a collision.
**After the end of the jam signal, a backoff algorithm is invoked.
Hosts 1 and 4 are assigned shorter backoff values to provide them priority to access the media.
**If a host has data to transmit after the backoff period of that host, the host checks to determine if the line is idle, before transmitting.