MAC - dejanu/linux GitHub Wiki
MAC address aka BIA = OUI + EID
OUI = Oraganizational Unique Identifier from IANA
EID = Equipment Identifier
router crossover router
switch crossover switch straight router
pc(layer3) crossover router(layer3)
Types:
- UNICAST: one NIC
- MULTICAST: OUI reserved ( mac address 01-00-5E-xx-xx-xx)
- BROADCAST: MAC broadcast
DataLink Sublayers
LLC responsible for adding control information to IP packet to help deliver the packet to the right destination
MAC responsible for Data encapsulation and Media access control (adds a header and trailer to form an OSI Layer 2 PDU)
Ethernet protocol
-underline logical topology: multi-access bus
-networking method: Connection Based (any device can try to transmit data on media)
-CSMA/CD collision detection proccess
-Min size 64 bytes Max size 1518 bytes , anything smaller is considered "collision fragment" and is automatically discard