Lecture-4-Current Ethernet Specifications
Lecture-4-Current Ethernet Specifications
Lecture-4
Computer Network & Communication (I)
Contents
• Network Basics
• Ethernet Basics
• Ethernet at the Data Link Layer
• Ethernet at the Physical Layer
• Ethernet over Other Standards
Network Communication Basics
Hub
Bob Communicates to Sally
• Here’s the output from a network analyzer depicting a simple name-resolution process from Bob to Sally:
Time Source Destination Protocol Info
53.892794 192.168.0.2 192.168.0.255 NBNS Name query NB SALLY<00>
• Because the two hosts are on a local LAN, Windows (Bob) will broadcast to resolve the name Sally (the destination 192.168.0.255 is a broadcast
address).
• Let’s take a look at the rest of the information:
EthernetII,Src:192.168.0.2(00:14:22:be:18:3b),Dst:Broadcast(ff:ff:ff:ff:ff:ff)
• Before the name is resolved, the first thing Bob has to do is broadcast on the LAN to get Sally’s MAC address so he can communicate to her PC and
resolve her name to an IP address:
Time Source Destination Protocol Info
5.153054 192.168.0.2 Broadcast ARP Who has 192.168.0.3? Tell 192.168.0.2
• A broadcast domain refers to the set of all devices on a network segment that hear all the broadcasts
sent on that segment. Even though a broadcast domain is typically a boundary delimited by physical
media like switches and repeaters, it can also reference a logical division of a network segment where
all hosts can reach each other via a Data Link layer (hardware address) broadcast.
• Broadcast domains are made smaller by routers.
CSMA/CD
A B C D
• Carrier Sense Multiple Access with Collision
Detection – media access control method, helps
devices share bandwidth evenly.
• Hubs propagate transmissions throughout the
entire network. A B C D
• delay A B C D
• low throughput
• congestion
Jam Jam Jam Jam Jam Jam Jam Jam
Wavelength
24 bits 24 bits
47 46
Organizationally Unique
I/G L/G Identifier (OUI) Vendor assigned
(Assigned by IEEE)
Ethernet Frames at the Data link layer
Ethernet_II
802.3_Ethernet
(MAC Layer)
100BaseTX
100BaseT4
100BaseFX
10Base2
10Base5
10BaseT
10BaseF
Physical
IEEE Ethernet Standards
• 100Base-TX (IEEE 802.3u)
• 100Base-TX, most commonly known as Fast Ethernet, uses EIA/TIA Category 5, 5E, or 6, UTP two-pair wiring. One user per
segment; up to 100 meters long. It uses an RJ-45 connector with a physical star topology and a logical bus.
• 10GBase-T
• 10GBase-T is a standard proposed by the IEEE 802.3an committee to provide 10Gbps connections over conventional
UTP cables (Category 5e, 6, or 7 cables). 10GBase-T allows the conventional RJ-45 used for Ethernet LANs. It can support
signal transmission at the full 100-meter distance specified for LAN wiring.
IEEE Standards (cont.)
• 10GBase-SR
• An implementation of 10 Gigabit Ethernet that uses short-wavelength lasers at 850 nm over multimode fiber. It has a
maximum transmission distance of between 2 and 300 meters, depending on the size and quality of the fiber.
• 10GBase-LR
• An implementation of 10 Gigabit Ethernet that uses long-wavelength lasers at 1,310 nm over single-mode fiber. It also
has a maximum transmission distance between 2 meters and 10 km, depending on the size and quality of the fiber.
• 10GBase-ER
• An implementation of 10 Gigabit Ethernet running over single-mode fiber. It uses extra-long-wavelength lasers at 1,550
nm. It has the longest transmission distances possible of the 10-Gigabit technologies: anywhere from 2 meters up to 40
km, depending on the size and quality of the fiber used.
802.3 Standards (cont.)
• 10GBase-SW
• 10GBase-SW, as defined by IEEE 802.3ae, is a mode of 10GBase-S for MMF with a 850 nm laser transceiver with a
bandwidth of 10Gbps. It can support up to 300 meters of cable length. This media type is designed to connect to SONET
equipment.
• 10GBase-LW
• 10GBase-LW is a mode of 10GBase-L supporting a link length of 10 km on standard single-mode fiber (SMF) (G.652).
This media type is designed to connect to SONET equipment.
• 10GBase-EW
• 10GBase-EW is a mode of 10GBase-E supporting a link length of up to 40 km on SMF based on G.652 using optical-
wavelength 1550 nm. This media type is designed to connect to SONET equipment.
Ethernet over Power Line
• In February 2011, the IEEE finally published a standard for Powerline adapter sets
Broadband over Power Line (BPL) called IEEE 1901, also referred Figure 4.7
to as Power Line Communication (PLC) or even Power Line
Digital Subscriber Line (PDSL).
• This technology can be used to deliver Internet access to the
home as well. For a computer (or any other device), you would
simply need to plug a BPL modem into any outlet in an equipped
building to have high-speed Internet access.
Basic BPL installation
Figure 4.8
Basic BPL Installation
.
.
BPL Modem
Internet
Existing Electrical Wiring
Broadband Coaxial
Service Router BPL Cable
Gateway BPL
ISP Coupler Meter Bank
Ethernet over HDMI
• HDMI Ethernet Channel technology consolidates video, audio, and data streams
into a single HDMI cable, combining the signal quality of HDMI connectivity with
the power and flexibility of home entertainment networking.
• It incorporates a dedicated data channel into the HDMI link, enabling high-speed,
bidirectional networking at up to 100 Mbps.
28
Ethernet over HDMI
Reference
• CompTIA-Network-Study-Guide-Exam-N10-007
• Collision Domain vs Broadcast Domain (youtube.com)