Module 3 - Ethernet Flashcards

1
Q

Describe CSMA/CD

A

Carrier Sense Multiple Access with Collision Detection
Carrier Sense: Hosts sense the medium and will not start a transmission if the medium is is use
Collision Detection: If a collision is detected, transmission stops and all hosts refrain from transmitting for a random back-off time.

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

What is a Layer-2 Broadcast Domain?

A

A logical division of a network in which all nodes of that network can be reached at layer 2 by a broadcast (e.g. LAN)

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

What is a collision domain?

A

A set of LAN devices whos frames could collide with one another.

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

What are the steps for configuring IOM Cards?

A

show card
configure card 1
card-type “iom3-xp”
admin-state enable

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

What are the steps for configuring an MDA card?

A

show mda
configure card 1 mda 1
mda-type “m10-1gb-xp-sfp”
admin-state enable

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

What are the steps for configuring a port?

A
show port
configure port 1/1/1 ethernet
mode [network | access | hybrid]
encap-type [null | do1q | qnq]
mtu 9212
back
admin-state enable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the cli commands for configuring a LAG?

A

configure port 1/1/1 ethernet autonegotiate false
configure lag 1
description “<>”
dynamic-cost [true | false]
port-threshold value <> action [down | dynamic-cost | static-cost]

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

When does an Ethernet switch records a MAC address in it’s MAC FDB?

A

It records the source MAC address and the interface on which it arrived upon receipt of the Ethernet Frame

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

Differentiate between a Collision Domain & a Broadcast Domain

A

A collision domain is one in which two or more endpoints (hosts or switches) are connected to each other either directly or through one or more hubs.

In a broadcast domain every Ethernet device will receive and process all broadcast packets

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