Layer 2 Switching Flashcards

1
Q

When you use a set of bridges and routers to segment your LAN into smaller networks, what results will you get?

A

(1) Decreased congestion on each segment, and (2) increased number of collision domains.

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

When you segment a network with a router, what results will you get?

A

(1) Fewer devices per broadcast domain and (2) increased number of collision domains.

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

Will connection hosts and servers to their own dedicated port on a switch reduce the broadcast domains?

A

No, broadcast packets will be sent to all ports.

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

Describe cut-through switching

A

The switch copies only the destination address of the frame into its buffer and the switch reduces latency by forwarding the frame almost immediately.

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

Describe fragment-free switching.

A

The switch reads the first 64 bytes of the frame, verifies that a collision has not occurred, and switches the frame to the correct port.

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

What is a collision domain?

A

Networks connected to a router make up a collision domain. All devices connected to a hub will also make one collision domain.

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

On a new switch, the switch learns the location of devices by examining the _________ IP address.

A

source

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

What is the role of distribution switches and how are they implemented?

A

Linked to each other via high-speed connections, connected to high-speed core switches, and constitute the second tier in a two-tier network design.

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

Describe core switches and how they are implemented.

A

They reduce the number of uplinks required to connect each building to the campus network, provide high speed connections between distribution switches and are not used in a two-tier (collapsed core) network design.

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

A Cisco switch out of the box is ______ on all its ports.

A

Live

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

What things should you configure on a cisco switch?

A

Passwords, IP address, default gateway

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

How would you configure the speed and duplex settings on a Cisco Switch?

A
enable
	configure
	interface range [ex. f0/1-24, f0/25-27]
		OR
	interface [name]
	speed [mb/auto]
	duplex [full/half/auto]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you administratively shutdown a port to prevent “plug and play” Switch connectivity on a port?

A
enable
	configure
	interface range
		OR
	interface
	shutdown
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you enable or disable a switch interface?

A
no shutdown (enable)
shutdown (disable)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you show interface status of all ports?

A

show interface status

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

How do you show line and protocol statuses of all ports?

A

show ip interface brief

17
Q

A workstation is connected to a switch on the Gi0/2 interface using a straight-through cable. The Ethernet interface in the workstation has been manually configured to use a 100 Mbps link speed and full duplexing. What (3) things are true in this scenario?

A

(1) if the link speed is 1000 Mbps or faster full duplex is used
(2) If the link speed is 10 Mbps or 100 Mbps, half duplex is used
(3) The switch attempts to sense the link speed. If it can’t the slowest link speed supported on the interface is selected.

18
Q

How do you configure a Switch’s default IP and gateway for the first time?

A
enable
	show IP interface brief
	conf t
	interface vlan 1
	ip address [address] [mask]
	exit
	ip default-gateway [address of next hop device]
    exit
	copy run start
19
Q

How do you verify the current switch configuration?

A

show run

20
Q

How do you see neighbor cisco devices?

A

show cdp neighbor (opt’l: detail)

21
Q

To administer a switch remotely, what needs to be configured?

A

The switch must be configured with a valid IP address and default gateway, and the remote workstations must have access to the management VLAN of the switch

22
Q

DNS name resolution looks for information in the following places in this order:

A

Local DNS cache
HOSTS file
DNS server query

23
Q

What command do you use to configure DNS server addresses for the router to use for resolving host names?

A

ip name-server

24
Q

What command do you use to create static entries for hosts, associating a host name with an IP address?

A

ip host

25
Q

What command do you use to prevent the router from using DNS to resolve host names?

A

no ip domain-lookup

26
Q

What command do you use to set the DNS name used by the router?

A

hostname

27
Q

An amber system light on the switch means …

A

The system has power but is not functioning properly

28
Q

If the port light flashes amber and green with the Stat mode selected…

A

the switch has detected errors such as CRC errors, excessive collisions, or a jabbering network card