Part 2 Ethernet+Networking
Part 2 Ethernet+Networking
NETWORKING
DOWNLOADABLE CONTENT
DOWNLOADABLE CONTENT
Ethernet Networking-SSP
Overview ..................................................................................................................... 3
Overview .............................................................................................................................. 3
Ethernet Overview ............................................................................................................... 3
Ethernet History 1973 through 2000..................................................................................... 4
802.3 Identifiers ................................................................................................................... 5
OSI and IEEE 802.3........................................................................................................... 10
802.3 Sublayers ................................................................................................................. 10
CSMA/CD .......................................................................................................................... 14
Ethernet Networking-SSP
Ethernet Networking
Ethernet Networking-SSP
Ethernet Networking
Ethernet Networking-SSP
Overview
Overview
Ethernet Overview
Ethernet Networking-SSP
Ethernet Timeline
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
1: 1972 – A team led by Bob Metcalfe developed the first experimental “Ethernet”
network system under the name of Alto Aloha Network. Xerox Palo Alto Research
Center (PARC), California
Ethernet Networking-SSP
3: 1979 – The DIX Consortium (DEC, Intel, and Xerox) publish the DIX Standard
for Ethernet. It is not copyrighted, allowing anyone to copy and use it.
5: 1983 – IEEE publishes “IEEE 802.3 Carrier Sense Multiple Access with Collision
Detection (CSMA/CD)”. It is based on the DIX V2.0 standard.
15: 2010 – IEEE publishes supplement 802.3ba-2010, defining 40 Gbps and 100
Gbps Ethernet
802.3 Identifiers
Ethernet Networking-SSP
Identifier Syntax
Speed Media
Signaling
The 802.3 identifiers were standardized in 1997. Many of the earlier identifiers
follow the standard somewhat. The ones that do not are explained in the
Comments portion of the table. The standardized syntax is composed of three
parts:
• Speed – The transfer rate of the technology. Speeds in the GB/s rate use a "G"
to specify the gigabit portion of the speed.
• Signaling – Most Ethernet types use baseband signaling. The Identifier uses
"BASE" to signify this. The other type of signaling that had been used was
broadband (BROAD), but is no longer used.
• Media - The type of transmission media used in the network Examples include:
10 Mbps
Since the transmission speed of the first iteration of Ethernet was 10 Mb/s, it was
only referred to as Ethernet. Today, Ethernet refers generally to the technology and
all iterations.
Ethernet Networking-SSP
100 Mbps
1 Gbps
Ethernet Networking-SSP
10 Gbps
40 Gbps
Ethernet Networking-SSP
100 Gbps
Ethernet Networking-SSP
Layer 7 - Application
Layer 6 - Presentation
Layer 5 - Session
Ethernet-specific
The IEEE Ethernet standard defines the properties of elements in the data link and
physical layers of the OSI model. Ethernet is often called a link layer standard. To
help organize the details of the specifications, the IEEE breaks down the two ISO
layers to four sublayers.
802.3 Sublayers
Ethernet Networking-SSP
This sublayer contains cabling systems and patch cables that are used to create
the signal-carrying portion of an Ethernet network. The physical cabling
components vary depending on which kind of media system is in use. For instance,
an unshielded twisted-pair (UTP) cabling system uses different components than a
fiber optic cabling system. An Ethernet installation can contain several different
kinds of media. For example fiber may be used to interconnect switches, while UTP
is used to connect user workstations.
Whether data is transmitted over coaxial, UTP, or fiber optic cable, the media
access control protocol and the Ethernet framing are identical.
Layer 7 - Application
Layer 6 - Presentation
Layer 5 - Session
Ethernet-specific
This sublayer contains cabling systems and patch cables that are used to create
the signal-carrying portion of an Ethernet network. The physical cabling
components vary depending on which kind of media system is in use. For instance,
an unshielded twisted-pair (UTP) cabling system uses different components than a
fiber optic cabling system. An Ethernet installation can contain several different
kinds of media. For example fiber may be used to interconnect switches, while UTP
is used to connect user workstations.
Ethernet Networking-SSP
Whether data is transmitted over coaxial, UTP, or fiber optic cable, the media
access control protocol and the Ethernet framing are identical.
The physical signaling components are responsible for transmitting and receiving
data on the physical media. For transmission, they take the information received
from the Media Access Control sublayer, translate it and forward it through the
network. They are also responsible for detecting connectivity to the network, and
any collisions or transmission errors that may occur.
The Media Access Control (MAC) sublayer provides addressing and access control
mechanisms that enable network devices to communicate. The MAC sublayer
provides three types of communication: unicast, multicast, or broadcast
communication service:
MAC portion of the IEEE standard is “above” the lower layer media specifications.
As such, the MAC standards are functionally independent of the various physical-
Ethernet Networking-SSP
layer media specifications, meaning that the MAC sublayer does not change, no
matter which physical media variety may be in use.
Logical Link Control is the upper sublayer of the data link layer of the 802.3
interpretation of the OSI Data Link layer. The LLC sublayer provides multiplexing
mechanisms that make it possible for several network protocols, such as IP, to
coexist within a multipoint network and to be transported over the same network
medium. It can also provide flow control error management mechanisms.
The LLC sublayer acts as an interface between the media access control (MAC)
sublayer and the network layer. It is the only IEEE Ethernet sublayer that is not
unique to the 802.3 specifications. It is common among all the IEEE networking
specifications.
Ethernet Networking-SSP
CSMA/CD
• Carrier Sense – Each interface on the network detects when there is data
being transmitted. If another node is transmitting, there is a signal, or carrier, on
the network. The interface waits until there is no carrier before transmitting.
• Multiple Access – There are two or more nodes sharing the network, which
can transmit data at any time. There is no mechanism within the network that
specifies when a node can transmit.
• Collision Detect – When a node is transmitting onto the network, it takes time
for the signal to reach all other nodes. A node that has not received the signal
may think the network is free and start transmitting as well. Their transmissions
collide. The nodes can sense this collision because the voltage on the network
is twice than normal. Both transmitting nodes stop transmitting. Each picks a
random time to wait before retransmitting.
Ethernet Networking-SSP
Question 1
Question 3
2. Match each IEEE sublayer with its position in relation to the OSI layers.
Ethernet Networking-SSP
Ethernet in Operation
Ethernet in Operation
MAC Address
Every device that communicates with Ethernet protocol at Layer 2 of the network
stack, has a unique a MAC address. This address is burned into the Network Card
by the manufacturer. This burned-in address is also called the universally
administered address (UAA).
The MAC address can be divided into two parts. The upper part of the address
contains an organizationally unique identifier, or OUI, that is assigned to a product
vendor by IEEE. The lower part of the address is a vendor assigned value. It may
be based on the serial number of the hardware component or assigned in
numerical order.
Administrators can set the MAC address of a system manually. A manually set
address is seen as a locally administered address (LAA). This type of address
has the second bit of the MAC address set to 1.
Ethernet Networking-SSP
The first bit of the MAC address is the Individual/Group bit. If this bit is set to 0, the
frame is unicast—its destination is one node. If it is a 1, it is a multicast address.
802.3 Frame
Ethernet Networking-SSP
Ethernet Networking-SSP
Question 1
1. What is the bit of the MAC address that determines if the address is for a single
system, or for a group of systems?
a. Individual/Group bit
b. Global/Local bit
c. Organizationally Unique Identifier
d. Preamble
Question 3
Ethernet Networking-SSP