Module 3 - Ethernet Flashcards
Describe CSMA/CD
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.
What is a Layer-2 Broadcast Domain?
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)
What is a collision domain?
A set of LAN devices whos frames could collide with one another.
What are the steps for configuring IOM Cards?
show card
configure card 1
card-type “iom3-xp”
admin-state enable
What are the steps for configuring an MDA card?
show mda
configure card 1 mda 1
mda-type “m10-1gb-xp-sfp”
admin-state enable
What are the steps for configuring a port?
show port configure port 1/1/1 ethernet mode [network | access | hybrid] encap-type [null | do1q | qnq] mtu 9212 back admin-state enable
What are the cli commands for configuring a LAG?
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]
When does an Ethernet switch records a MAC address in it’s MAC FDB?
It records the source MAC address and the interface on which it arrived upon receipt of the Ethernet Frame
Differentiate between a Collision Domain & a Broadcast Domain
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