Exam Revision Flashcards

1
Q

What is the purpose of configuring an SVI interface on a switch?

A

A Switched Virtual Interface (SVI) is routed interface in IOS representing the IP addressing space for particular VLAN connected to this interface. There is no physical interface for the VLAN and the SVI provides the Layer 3 processing for packets from all switch ports associated with the VLAN.

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

What is the difference between half duplex and full duplex communication?

A

Full-duplex communication increases bandwidth efficiency by allowing both ends of a connection to transmit and receive data simultaneously.
Half-duplex communication unidirectional. Half-duplex communication creates performance issues because data can flow in only one direction at a time.

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

What is the major difference between the Telnet and SSH protocols?

A

Telnet (using TCP port 23) is an older protocol that uses unsecure plaintext transmission of both the login authentication (username and password) and the data transmitted between the communicating devices.
SSH (using TCP port 22) provides security for remote connections by providing strong encryption when a device is authenticated (username and password) and also for the transmitted data between the communicating devices.

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

When are directly connected routes added into the routing table?

A

Routers add a directly connected route when an interface is configured with an IP address and is activated.

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

How does a switch learn what entries to place in its addressing table?

A

A switch builds a MAC address table by reading the source MAC address into the table along with the port it was received.

Examines Source Address
If not in table, adds the source MAC (along with the port it was received)
If source MAC is already in the table, resets the time-out setting back to 5 minutes.

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

What is Store-and-forward switching?

A

Store-and-forward switching receives the entire frame and ensures the frame is valid. Store-and-forward switching is Cisco’s preferred switching method.

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

What is Cut-through switching?

A

Cut-through switching forwards the frame immediately after determining the destination MAC address of an incoming frame and the egress port.

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

Advantages and disadvantages of store-and-forward switching?

A

Advantage is that there is a high level of error-free data transmission as error checking is supported, as is automatic buffering so the entire frame will be stored.

Disadvantage is that the switch latency (waiting time) is a little longer as it takes times to store the entire frame in the switch.

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

Advantages and disadvantages of cut-through switching?

A

Advantage is that the switch latency is very low because the switch will not store the entire frames or packets.

Disadvantage is invalid frames exist. Ethernet frames with or without errors will be forwarded to the destination port if its first 6 bytes are recognised. Bad frames will be forwarded too, which will cause error frames.

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

What is the boundary of a broadcast domain?

A

A broadcast domain extends across all Layer 1 or Layer 2 devices on a LAN.
Only a Layer 3 device (router) will break the broadcast domain, also called a MAC broadcast domain.

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

What is an access port? When is it typically used?

A

An access port can belong to one data VLAN at a time. It can carry traffic from only one VLAN. It is typically connected to an end-device.

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

What is an trunk port? When is it typically used?

A

A trunk port is in permanent trunking mode. It is a Layer 2 link between two switches that carries traffic for all VLANs.
A trunk is a point-to-point between two network devices. They extend the VLAN across the entire network.
Trunk ports are the links between switches that support the transmission of traffic associated with more than one VLAN.

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

What is the effect on the size of broadcast domains when the ports of a switch are subdivided into a number of VLANs?

A

It creates smaller broadcast domains. If a device in one VLAN sends a broadcast Ethernet frame, all devices in the VLAN receive the frame, but devices in other VLANs do not.

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

With IEEE 802.1Q, how is traffic for the native VLAN distinguished from traffic for other VLANs?

A

All frames are tagged on an 802.1Q trunk link except for those on the native VLAN.
The switch assigns any untagged frame that arrives on a tagged port to the native VLAN. If a frame on the native VLAN leaves a trunk (tagged) port, the switch strips the VLAN tag out.

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

What is the difference between a management VLAN and a native VLAN? When is each used?

A

The Management VLAN is used for SSH/Telnet VTY traffic and should not be carried with end user traffic. It is the VLAN that is the SVI for the Layer 2 switch.

The Native VLAN is used for trunk links only. All frames are tagged on an 802.1Q trunk except for those on the native VLAN.

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

How do you move an access port from one VLAN to another?

A

To change VLAN port membership you can either re-enter the switchport access vlan vlan-id command or use the no switchport access vlan to place interface back in VLAN 1.

17
Q

What happens when you delete a VLAN which has access ports allocated to it? When is this useful?

A

If the VLAN to which a port belongs is deleted, the port becomes inactive. All ports belonging to the VLAN that was deleted are unable to communicate with the rest of the network.

18
Q

What happens when the two switches at the ends of a trunk link, are using different VLAN numbers as their native VLAN for that link?

A

A native VLAN mismatch poses a security risk and creates unintended results. Both ends on the trunk must be configured with the same native VLAN or they can’t pass traffic properly.

19
Q

What are the disadvantages of legacy inter-VLAN routing?

A

Legacy inter-VLAN routing using physical interfaces works, but it has a significant limitation. It is not scalable because routers have a limited number of physical interfaces. Requiring one physical router interface per VLAN quickly exhausts the physical interface capacity of a router.
In a legacy inter-VLAN solution, a misconfigured switch port could be caused when the connecting router port is not assigned to the correct VLAN.