Switches Flashcards

(68 cards)

1
Q

How many broadcast domains and collision domains does a switch have?

A

one broadcast, many collision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where do switches store MAC addresses?

A

CAM table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If a device’s MAC Address is not stored in the CAM table, what does the switch do the first time the device with the new MAC address communicates?

A

stores the source address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of Carrier Sense Multiple Access does Ethernet-based systems use?

A

CSMA/CD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is flooding?

A

sending data to all ports except source port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an ASIC?

A

application specific integrated circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What type of Carrier Sense Multiple Access does wireless systems use?

A

CSMA/CA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How many broadcast domains and collision domains do hubs have?

A

one broadcast, one collision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What symbol can be used to filter results in IOS?

A

(pipe)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The command “show mac address-table” shows only the MAC addresses on directly connected devices. True or false?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which command is used to show directly connected Cisco devices?

A

show cdp neighbors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How would you enable SSH on a switch device?

A

enter configuration
ip domain-name “domain-name”
crypto key generate rsa
transport input telnet SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What command can be used to prevent timeouts when logged onto a IOS device?

A

no exec-timeout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How would you assign a static IP address to a switch?

A

ip address (ip address) (subnet mask)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the default speed and duplex of FastEthernet?

A

100 mbps, half duplex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following will allow you to send OR receive at any given time, but will not allow you to do both simultaneously?

A

half duplex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

When using Fast Ethernet, it is best practice to enable Auto-detection on key devices. True or false?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

When using Fast Ethernet on key devices, what is the best practice for speed and duplex?

A

100 mbps, full duplex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What are the two primary styles of port security?

A

Limit what MAC addresses exist on an interface

Limit quantity of MAC addresses per interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What are the three types of responses for port security?

A

protect, restrict, shutdown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What does the security response “shutdown” do?

A

the port will be disabled till reenabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What does the security response “protect” do?

A

the port will prevent other devices from accessing the port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What does the security response “restrict” do?

A

the port will prevent other devices and log information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

After the port is enabled as an access port, which command is used to limit MAC addresses to the port?

A

switchport port-security maximum (x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the maximum default MAC address when port security is enabled?
1
26
Which of the following will enable port security on an interface to learn a sticky MAC address?
switchport port-security mac-address sticky
27
When examining an interface, what do input errors and CRC usually indicate?
bad interface, cabling issue
28
When examining an interface, what do collisions usually indicate?
duplex mismatch
29
How do late collisions usually occur?
cable exceeding 100m or too many devices in between connection
30
What causes interface resets to occur?
excess errors, high error accrual
31
To show the details of an interface, you can use the following command: show interface FastEthernet x/x. True or false?
True
32
In order to verify frame integrity, where would you look in the interface details output?
CRC
33
Every interface of a router is a _______.
subnet, broadcast domain
34
VLANs are responsible for creating ________.
broadcast domains, subnets, networks
35
Which port is responsible for carrying VLANs so that they are on different switches?
trunk port
36
What is the encapsulation protocol that is used for the trunk connection on ROAS?
dot1q
37
What is a layer 3 switch?
switches with routing capabilities
38
Are layer 3 switches software or hardware based?
hardware, ASIC
39
What are access ports?
ports that only access 1 vlan
40
What tagging protocol standard is used for all vlan connections?
802.1q, dot1q
41
What is DTP?
dynamic trunking protocol
42
What is the function of DTP?
automatically establish trunk ports between switches
43
What is the default port mode on cisco switches?
DTP (dynamic trunk protocol)
44
What is dynamic desirable mode?
sends DTP messages to try to create trunk port
45
What is dynamic auto mode?
does NOT send DTP messages, will NOT try to create trunk ports
46
Two auto ports facing each other will establish a trunk port. True or False
False
47
What command disables DTP mode?
switchport nonegotiate
48
How many VLAN numbers are you able to use?
4094
49
What is the purpose of a native VLAN?
untagged traffic is directed to the native VLAN
50
What is CDP?
cisco discovery protocol
51
What traffic is usually untagged?
switch originated (CDP), pass-through (hub), virtualized servers
52
Which command will show you the VTP that is running on your device?
show vtp status
53
What are the three modes for VTP?
server, client, transparent
54
What is VTP server mode?
all switches can make VTP changes
55
What is VTP client mode?
one switch manages VTP
56
What is VTP transparent mode?
"off" mode
57
What command will show which VLANs are on the switch?
show vlan
58
What is the command to assign a VLAN to a switch port?
switchport access vlan (x)
59
Which command will enable VLAN capabilities on a port?
switchport mode access
60
The show command to display details about a switchport mode is 'show interfaces fxx/x switchport'. True or false?
True
61
A switch running in VTP client mode version 2 on cbtnuggets.com domain is not receiving the revision updates from the VTP server on version 2 from domain CBTNuggets.com. What is the problem?
the domains needs to match (case sensitive)
62
What is the default state of switchport?
dynamic desirable
63
What is a good command to see packet statistics of an interface?
show interfaces 'type'
64
If an interface is down, what commands would you use to enable the interface?
shutdown then no shutdown
65
What commands could be used to troubleshoot a network interface connection?
show ip interface brief | show interfaces 'type'
66
Trunk ports are displayed in the 'show vlan' command. True or False
False
67
What command is used to clear the counters on an interface?
clear counters 'type'
68
What command can be used to add vlans to a trunk?
switchport trunk allowed vlan add x