2.05 - Ethernet Flashcards
What is Ethernet?
Ethernet is one of the two dominant technologies in the mordern networked world. It primarily focuses on LAN. Formal name of wired ethernet is IEEE 802.3
What is the formal name of wired ethernet?
IEEE 802.3
Name
The IEEE full form
Institute of Electrical and Electronic Engineers
Explain
History of Ethernet
It was first devised in 1970s indenpendently of any organisation. Later it was adopted by IEEE and their 802 commitee took responsibility of developing its protocol. The standard has evolved through 5 generations.
What are the 5 generations the Ethernet went through?
- Standard / Traditional
- Fast
- Giga bit
- 10 Giga bit
- 100 Giga bit
Giga bit represnts the data transfer speed capability
Describe
The original Ethernet
It was implemented on a LAN bus configuration or star configuration with a hub as the central device. Messages went sent as a broadcast. Since it shared the same medium, collisions occured, corrupting data. Therefore used the CSMA/CD method.
What was the central device of the star configuration in the original ethernet?
A hub
What was the type of transmission used in the orginal ethernet?
Broadcast
What had to be done after a message was recieved by the end systems in the original ethernet?
The destination address needed to be checked to see if it was the intended end system
Why was using a shared medium a disadvantage when using the original ethernet?
Because collisions would occur which corrupts the data and causes the transmission to be unrealiable
How do collisions occur?
When two end systems send signals at the same time, the voltage associated with the transmssion interfere with each other and causes corruption of individual messages.
Name
CSMA/CD full form
Carrier Sense Multiple Access with Collision Detection
Decribe
The CSMA/CD method
- Check the voltage on the transmission medium
- If this indicates activity, wait a random time before checking again
- If no activity is detected, start transmission
- Continuously check for a collision
- If no collision is detected, continue transmission.
- If a collision is detected, stop transmission of the message and transmit a jamming signal to warn all end-stations; after a random time, try again
Decribe
The modern Ethernet
Modern Ethernet is switched, and the star configuration has a switch as the central device, controlling transmission to specific end systems. Each end-system is connected to the switch by a full-duplex link, so no collision is possible along that link. Because there might be high levels of activity, the switch needs to be able to store an incoming message in a buffer until the cable is free for the transmission to take place. Since collisions are now impossible, CSMA/CD is no longer needed
What is the difference in the star configuration between the orignal an modern Ethernet?
Orginal used a hub as the central device but the modern uses a switch