Ethernet Basics

Ethernet-Frame-Header-Types-ipcisco

Ethernet is the most used technology in LANs in network world. There are various technologies can be used on LANs like Ethernet, Token Ring, FDDI. But the most popular and widely used one is Ethernet. In your career, you will work on Enternet more than other LAN standards. You will see Ethernet Frame and other Ethernet basics.

 

Ethernet is a technology that is based on broadcast adio that is going through various cables. It is a cable technology. In Ethernet technology, all the nodes are connected with cables over various network devices.


LAN
There are various media types like twisted pair and fiber optic can be used in Ethernet. And again, various network types like bus, ring etc. can be used.

 

Basically Ethernet has standards for Layer 1 and Layer 2 of OSI Referance Model. Here, from cabling to the physical addressing, there are different concepts.


 

Ethernet Standards

Ethernet has a number of sub standards. Some of these are given below:


ethernet-standards
Ethernet can be both Half-Duplex and Full-Duplex. For example if you are using Ethernet (IEEE 802.1), the Half-Duplex bandwidth is 10 Mbps and the Full-Duplex bandwith is 20 Mbps.

 

Above we have listed different Ethernet standards. Let’s talk about these Ethernet Standards one by one.

 


 

Ethernet – 10 Mbps (IEEE 802.3)

Ethernet term is the common name used for all of the Ethernet Standards. But specifically it is used to mention the IEEE 802.3 Ethernet (10 Mbps).

 

It can operate on three mediums. These are :

  • 10base2 – With Coaxial Cable (Thinnet)
  • 10base5 – With Coaxial Cable (Thicknet)
  • 10baseT – With Twisted pair

 

The widely type of Ethernet is 10baseT with Twisted Pair Cables. Especially the Category 5 (CAT 5) and Category 6 (CAT 6) is the most used one. These cables types will be explained in this article.

 


 

Fast Ethernet – 100 Mbps (IEEE 802.3u)

Fast Ethernet (100 Mbps) is the Ethernet technologhy that is 10 times faster than Ethernet (10 Mbps).

 

Fast Ethernet (100 Mbps) can operate on :

  • 100baseTX
  • Fiber Optic – Multi Mode Fiber (1000BaseSX)

 

Fast Ethernet is used with CAT 5 and CAT 6 10BaseTX cables. It also use Multi Mode Fiber cables.

The switches that support both Ethernet and Fast Ethernet are mentioned as 10/100 Swicthes.

 


 

Gigabit Ethernet – 1000 Mbps (IEEE 802.3z and IEEE 802.3ab)

IEEE 802.3z is the Gigabit Ethernet Standard provided with Fiber Optic cables and IEEE 802.3ab is the Gigabit Ethernet Standart provided with copper(twisted pair) cables.

 

Gigabit Ethernet (1000 Mbps) can operate on :

  • Twisted Pair – 1000baseTX
  • Fiber Optic – Multi Mode Fiber (1000BaseSX),
  • Fiber Optic – Single Mode Fiber (1000BaseLX)

 

The cables that Gigabit Ethernet can be sued is Cat 5e cables. But generallt Gigabit Ethernet can be used with fiber optic cables. Both Multi Mode and Single Mode fibers are used for Gigabit Ethernet.

 


 

10 Gigabit Ethernet – 10000 Mbps (IEEE 802.3ae)

IEEE 802.3ae is the 10 Gigabit Ethernet Standard provided with Fiber Optic cables.

10 Gigabit Ethernet (10000 Mbps) can operate on :

 

  • Twisted Pair – 10GBase-T
  • Fiber Optic – 10GBase-SR (Multi Mode Fiber)
  • Fiber Optic – 10GBASE-LR (Single Mode Fiber)

 


 

100 Gigabit Ethernet – 100000 Mbps (IEEE 802.3ba)

IEEE 802.3ba is the 100 Gigabit Ethernet Standard provided with Fiber Optic cables.

100 Gigabit Ethernet (100000 Mbps) can operate on OM3 and OMD Multi Mode Fiber cables and Single Mode Fiber Cables.

100 Gigabit Ethernet is used for aggregation, high performance computing, high speed swicthing and routing on Datacenters ans Service Provider networks.


 

What is Half-Duplex and Full-Duplex?

Half-Duplex and Full-Duplex terms is used for media access type.

Half-Duplex provide only one way communication at the same. Send or receive. Half-Duplex mechanism provides this by using Carrier Sense Multiple Access with Collision Detect (CSMA/CD).

 

Carrier Sense Multiple Access with Collision Detect (CSMA/CD) is a mechanism that provide only one way communication. It controls the media and if there is nobody in that media (no body sending or receviving data), then it allows to send or receive data. By doing this, it avoids the media from collisions.

 

The duplex of a port in a switch can be automaticall and manually changed. For manual configuration, network engineers must be careful to avoid Duplex Mismatch. Duplex Mismatch is the problem that occurs because of the missconfiguration. The duplex configuration must be same at both end. If you configure the two end point with different duplex configuration, Duplex Mismatch occurs.


 

Ethernet Traffic Types

There are some common traffic types used with Ethernet. These traffic types are named accordin to the receivers. These Ethernet Traffic Types given below:

  • Unicast
  • Broadcast
  • Multicast
  • Anycast

 

Firstly, Unicast is the traffic type whose destination is one node.

Secondly, Broadcast is the traffic type whose destinaion is all nodes in the network.

Thirdly, Multicast is the traffic type who se destination is a specific Multicast group members.

And lastly, Anycast is the traffic type that is introduced with IPv6. It is the traffic whose destination is the closest node between multiple same IP nodes.


 

Ethernet Sub Layers

We can divide Ethernet into two Sublayer. These are :

  • MAC Sublayer
  • LLC Sublayer

 

To start with MAC Sublayer, the data travel is controlled. Here, there is an important parameter that is used in this part. This is MAC Addresses.

 

Secondly, with LLC Sublayer, encapsulation and identification of the protocols are done. There are two types of LLC frames. These are SAP (Service Access Point) and SNAP (Subnetwork Access Protocol).


 

Ethernet (MAC) Addresses

MAC Addresses, in other words, Ethernet Addresses are the 48 bits Layer 2 addresses and network devices use this addresses as Layer 2 Address. The other name of this addresses are Hardware Addresses. It is used with Hex characters like AA:BB:CC:11:22:33.

 

All network devices has a MAC address. Vendors determines these MAC addresses. Half of the MAC Address is vendor specific and the other half is, device specific.

 

Firstly, the vendor specific part of the MAC is unique for each vendor. This field is called “Organization Unique Identifier (OUI)“. This is the number that is assigned by IEEE to that specific vendor. There are many assinged OUI numbers to the vendors. Vendors can has many OUIs.

 

You can check the OUI numbers from the IEEE website, here.


mac-address-bits-ipcisco
Secondly, the other part is “Vendor Assigned” part. Vendors assign this part by itself. By doing this, vendors make the MAC unique between their products. Because even the products have the same OUI, they all have a unique “Vendor Assigned” part.


 

Ethernet Frame Headers

Ethernet Frame has various parts according to the Ethernet Frame Header type. There are four type Ethernet Frame Headers. These are :

  • Ethernet II
  • IEEE 802.3 CSMA/CD
  • IEEE 802.3 CSMA/CD LLC
  • IEEE 802.3 with SNAP

 

You can find the frame formats of each Ethernet Frame below:

 

Ethernet-Frame-Header-Types-ipcisco

Here, it will be useful to talk about a key differece between Ethernet II and IEEE 802.3 Frame Header. In the Ethernet II, there is a “Ether Type” area and in IEEE 802.3, there is a “Length ” area. Here, if these value, larger than 1500 (Hex : 0600), than this is an Ethernet Frame. If not, then IEEE 802.3 Frame.


 

Ethernet Cable Standards

There are various Ethernet Cable Standards. We have talked about this lecture, in the Network Cabling Article.You can check again ;)

Lesson tags: Ethernet
Back to: CCNA 200-301 > Switching and LANs

Leave a Reply

Your email address will not be published. Required fields are marked *

CCNA 200-301

Collapse
Expand