week 4 Flashcards
ethernet is defines by ________ and __________ protocols
physical layer and data link layer protcols
what are the 2 primary responsibilities of the mac
data encapsulation
media access control
the mac sublayer encapsulates the Network layer pdu with a header and trailer to create the ________ before sending it out
frame
the trailer contains a cyclic redundancy check of the frame contents for ________–
error detection
the mac sublayer directly communicates with the __________-
physical layer
If multiple devices on a single medium attempt to forward data simultaneously, the data will collide resulting in corrupted, unusable data. How does ethernet solve this problem
ethernet controls the problem using carrier sense multiple access (CSMA) where a device that wishes to transmit data will
- -> check the media if it is carrying a signla
- -> if no signal is detected, the device transmits the dat a
CSMA is usually implemented together with a method for resolving media contention. What are those methods .
CSMA/CD = collision detection CSMA/CA = collision avoidance
what is CSMA/CD used for
wired ethernet
what happens in csma/cd
- -> the device checks the media for presence of data signal
- -> If there is no data signal, it shows that the media is free. The device can transmit data .
- -> If signals are detected, it shows that another device is transmitting. The device will wait until the media is free
- -> modern networks today uses intermediate network devices like switches that prevent collisions between end-devices such that csma/cd is no longer necessary
- -> wireless connections in lan still have to take collisions into account
what are the steps in CSMA/CA
- -> Wireless device examines the media for the presence of data signal
- -> If the media is free, the wireless device sends a notification across the media of its intent to use it
- -> The device then sends the data.
- -> Used by 802.11 wireless networking technologies
how many hexadecimal bits is mac address
48-bit binary value expressed as 12 hexadecimal digits.
what rules must mac address follow
IEEE requires a vendor to follow these rules:
- Must use that vendor’s assigned Organizationally Unique Identifier (OUI) as the first 3 bytes.
- All MAC addresses with the same OUI must be assigned a unique value in the last 3 bytes.
what happens during the ethernet operation: frame processing
–> before a device can forward a frame to the ethernet network, it attaches header information to the packet which contains the source and destination mac addresses
–> When a device receives a frame, the NIC checks the frame header to see if the destination MAC address matches its physical MAC address stored in RAM
–> No match, the device discards the frame
–> If it matches, the NIC passes the frame up the OSI layers, where further de-encapsulation processes take place.
_____________ is the ethernet frame format used in TCP/IP networks
Ethernet II
what is the speed of ethernnet
- -> early versions of ethernet were slow at 10Mb/s.
- -> Now operate at 10Gb/s and faster