9. Ethernet VE ( Between Layer 2 and 1 ) Flashcards
What layer does Ethernet operates?
- Data Link Layer
- Physical Layer
What standards does ethernet defined in?
- IEEE 802.2 ( LLC )
- IEEE 802.3 ( MAC )
- It is also a family of networking technologies
List out the standards for the MAC sublayer ( 3 )
- IEEE 802.3
- IEEE 802.11
- IEEE 802.15
- The 802 LAN/MAN standards which including etnernet, use 2 sublayers ( LLC / MAC ) to seperate sublayers of the data link layer to operate
What does LLC sublayer does?
- Places information in the frame to identify which network layer protocol is used for the frame
What is MAC sublayer responsible of? ( 3 )
- Data encapsulation
- Media access control
- Provides data link layer addressing
List out the things that IEEE 802.3 encapsulates ( 3 )
- Ethernet Frame
- Ethernet Addressing
- Ethernet Error Detection\
What does Ethernet Addressing includes ? ( 2 )
- Source MAC Address
- Destination MAC Address
- Deliver Ethernet frame from Ethernet NIC to Ethernet NIC on the same LAN
What does Ethernet frame includes what to error detection?
- Frame Check Sequence ( FCS )
What modes does today’s Ethernet LAN operate? ( Full / Half Duplec )
- Full-duplex
Does Full-duplex communications with Ethernet swithes require access control through CSMA/CD?
- No
- CD is only available in Half-Duplex Networks
What does IEEE 802.3 MAC includes the specifications for?
- Different ethernet communications standards over various media ( copper, fiber )
What legacy ethernet topology is a shared, half-duplex medium?
- Bus
- Hubs
What does Helf-duplex Ethernet uses to communicate?
- Contention-based access method ( Token )
- Carrier Sense Multiple Access/Collision Detection ( CSMA/CD )
What is the minimum and maximum Ethernet frame size?
- Minimum - 64 bytes
- Maximum - 1518 bytes
- Not included when describing the size of the frame
What does the frame called when the frame is less then 64 bytes? ( 2 )
- Collision Fragment
- Runt Frame
- It will be automatically discarded
What does the frame called when the frame is greater then 1518 bytes? ( 2 )
- Jumbo
- Baby Giant Frames
- It was usually supported by most Fast Ethernet and Gigabit Ethernet switches and NICs
What is the range for 00000000 to 11111111 binary can be represented as hexadecimal?
- 00 to FF
( 15 ( F ) x 16^1 ) + ( 15 ( F ) * 16^0 ) = 256
What is the rules of representing Hexadecimal at MAC address? ( 3 )
- Leading zero are always displayed to complete the 8 bit representation ( 0000 1010 - 0A )
- Hexadecimal numbers are often represented by the value 0x to distinguish between decimal and hexedecimal values in documentation
- Hexadecimal may also be represented by a subscipt 16, or the hex number followed by an H ( 73H )
What does MAC address also called as?
- NIC Address
How many binary value does MAC address consists? How does it expressed?
- 48 bit binary
- 12 hexadecimal values
00-11-22-AA-BB-CC
_________ __________
3 Hex = 48 bit
one Hex ( 00 ) = 1 byte
1 byte = 8 bits
What does MAC address provides?
- A method for device indentification at the data link layer of the OSI model
How to ensure MAC address is unique?
- Vendors that sell Ethernet devices must register with the IEEE to obtain a unique 6 hexadecimal
What are to 6 hexadecimal code called that is assigned to the vendor?
- Organizationally Unique Identifier ( OUI )
What does Ethernet MAC address consists? ( 2 )
- 6 Hexadecimal Vendor OUI ( Organizationally Unique Identifier ) code
- 6 Hexadecimal Vendor-Assigned Value
What does Ethernet header include?
- Source MAC Address
- Destination MAC Address
List out the steps for Frame Processing ( 3 )
- When a NIC receives an Ethernet frame, it examines the destination MAC address to see if it matches the physical MAC address that is stored in RAM
- If there is no match, the device discards the frame
- If there is a match, it passes the frame up the OSI layers, where the de-encapsulation process takes place
- Ethernet NICs will also accept frames if the destination MAC address is broadcast of a multicast group of which the host is a member
List out the types of devices that will have an Ethernet NIC and MAC address ( 5 )
- Workstations
- Servers
- Printers
- Mobile Devices
- Routers
When does the unicast MAC address is being used?
- Used when a frame is sent from a single transmitting device to a single destination device