Theory Mock Questions Flashcards
With reference to the figure, identify the Device?
- Firewall
- Hub
- Switch
- Router
Hub
A resilient network is essential. Which topology should be implemented to facilitate redundancy in the switch design?
Linear Bus
Star
Partial Mesh
Full Mesh
Partial Mesh
You have been tasked with renaming the switches within your organisation. Which one of the following would not change the Switch name as it is unacceptable?
R1(config)#host GlasgowEast
R1(config)#hostname Glasgow East
R1(config)#hostname GlasgowEast
R1(config)#host Glasgow_East
R1(config)#hostname Glasgow East
Which one of the following commands can be used to view if the switch is a server or a client ?
show VTP status
show VLAN brief
show VTP brief
show VLAN database
show VTP status
Which one of the following commands can be used to view the configuration of a port on a switch?
show interface fa 0/1
show interface ge 1/0
show interface fa 0/0
show interface ge 0/0
show interface fa 0/1
What is symmetric switching?
Switch ports are configured with the same speed
Switching between ports with multiple different speeds of like speed
Switch ports are configured with different speeds
Routing between ports of different speeds
Switch ports are configured with the same speed
Which switch frame forwards mode has the greatest latency?
Store and forward
Cut through
fragment free
Cut through store and forward
Store and forward
Which switch frame forwarding mode begins to sending the data as soon as the destination address is identified?
fragment free
store and forward
Cut through
Cut through store forward
Cut through
Identify the protocols used for remote access
SSH & Telnet
FTP & Telnet
HTTP & SSH
Telnet & HTTP
SSH & Telnet
A switch has yet to populate its MAC address table. What will happen when the switch receives a packet?
Populate the MAC table with the frame source address and forward the frame out all ports except the port on which the frame was received
Discard the frame
Discard the source address and forward frame out all ports
Populate the MAC table with the frame destination address and forward the frame out all ports except the port on which the frame was received
Populate the MAC table with the frame source address and forward the frame out all ports except the port on which the frame was received
What is the function of CRC?
switches packet to correct destination
prevents loops in switching
encapsulates data
error-detecting code commonly to detect accidental changes to raw data
error-detecting code commonly to detect accidental changes to raw data
What of the following would be the last host address of the 172.29.64.64/27?
172.29.64.0/27
172.29.64.126/27
172.29.64.94/27
172.29.64.65/27
172.29.64.94/27
Port security is a function of which layer of the Cisco 3 Tier Model?
Backbone layer
Access Layer
Distribution Layer
Core Layer
Access Layer
Which of the following is the most common and effective switch topology utilised in modern LANs?
Star
Full Mesh
Hierarchical Tree
Linear Bus
Hierarchical Tree
Store and Forward is a method of forwarding data via a switch. Which one of the following best describes Store and Forward?
The switch will analyse the entire frame for the destination MAC address and then forward the frame
The switch will analyse the entire frame for the destination MAC address and then forward the packet
The switch will analyse the entire frame for the destination MAC address and then forward the frame
Which one of the following commands can be used to view which VLAN a port is associated with?
show ver
show int f0/1
show VTP status
show vlan brief
show vlan brief
What is the command to add a VLAN to your switch?
(config)#create VLAN 10
(config-if)# VLAN 10
(config)#int VLAN 10
(config-router)#int VLAN 10
(config-if)# VLAN 10