• Skip to main content
  • Skip to primary sidebar
  • Skip to secondary sidebar
  • Skip to footer

Computer Notes

Library
    • Computer Fundamental
    • Computer Memory
    • DBMS Tutorial
    • Operating System
    • Computer Networking
    • C Programming
    • C++ Programming
    • Java Programming
    • C# Programming
    • SQL Tutorial
    • Management Tutorial
    • Computer Graphics
    • Compiler Design
    • Style Sheet
    • JavaScript Tutorial
    • Html Tutorial
    • Wordpress Tutorial
    • Python Tutorial
    • PHP Tutorial
    • JSP Tutorial
    • AngularJS Tutorial
    • Data Structures
    • E Commerce Tutorial
    • Visual Basic
    • Structs2 Tutorial
    • Digital Electronics
    • Internet Terms
    • Servlet Tutorial
    • Software Engineering
    • Interviews Questions
    • Basic Terms
    • Troubleshooting
Menu

Header Right

Home » Networking » Communication » What is Ethernet? – Definition
Next →
← Prev

What is Ethernet? – Definition

By Dinesh Thakur

Definition: Ethernet (pronounced “eether net”) is a computer network technology which is used in different area networks like LAN, MAN, WAN. Ethernet connecting computers together with cable so the computers can share information. Within each main branch of the network, “Ethernet” can connect up to 1,024 personal computers and workstations.

Ethernet provides services on the Physical (Layers 1) and Data Link Layer (Layers 2) of OSI reference model.The Data Link Layer is further divided into two sublayers that are Logical Link Control (LLC) and Media Access Control (MAC),these sublayers can be used to establish the transmission paths and format data before transmiting on the same network segment.

Systems that use ethernet communication divide their data into packets, which are also known as frames. These frames further contain source and destination address, a mechanism which was used to detect errors in the data and retransmission requests.

We’ll be covering the following topics in this tutorial:

  • History of Ethernet
  • Wired Ethernet
  • Wireless Ethernet
  • Types of Ethernet network
  • Features of Ethernet

History of Ethernet

Ethernet was developed over several years in the early 1970s by group researchers within the company Xerox Palo Alto Research Center (Xerox PARC) including, in particular, Robert Metcalfe (who founded later 3Com company). The goal the research project was to connect networked computers and laser printers. Xerox Corporation filed a patent on this technology late 1977. In 1979, companies Digital Equipment Corporation (DEC), Intel and Xerox combined to improve Ethernet and together published the first standard in 1980: Ethernet Blue Book sometimes called TEN (after the initials of the three companies). Finally, the IEEE this technology became standard in 1983: 802.3 was born … well before the 802.11! A little abuse of language, it is called Ethernet 802.3 standard. The format of DIX Ethernet packets is slightly different from the 802.3 Ethernet packets, but the two can coexist on the same network. The invention of single-chip Ethernet controllers has made Ethernet cards very cheap, and many modern PCs have it built-in on the MOTHERBOARD.

Wired Ethernet

Initially, ethernet can be designed to run over coaxial cables, twisted pair cables,fiber optic cable.

Ethernet

Wired Ethernet network, devices are connected with the help of a fiber optic cable which connects the devices within a distance of 10km. For this, we have to install a computer network interface card (NIC) in each computer.  A unique address is given to each computer that is connected. So, for sharing data and resources like printers, computers, and other machines, Ethernet networking is used as it establishes a communication system.
Ethernet is a shared medium network technology, where all the workstations are connected to the same cable and must connect with one another to send signals over it. The algorithm used to resolve collisions – that is, when two workstations try to speak at the same time – is called CSMA/CD, and works by forcing both workstations to back off for random (and hence probably different) intervals before trying again.

Advantages of using wired Ethernet network

• It is very reliable.
• Ethernet network makes use of firewalls for the security of the data.
• Data is transmitted and received at very high speed.
• It is very easy to use the wired network.

Disadvantages of using wired Ethernet network

• The wired Ethernet network is used only for short distances.
• The mobility is limited.
• Its maintenance is difficult.
• Ethernet cables, hubs, switches, routers increase the cost of installation.

Wireless Ethernet

In this, wireless NICs are used for connecting the computer instead of a cable and these wireless NICs make use of radio waves for communicating between the systems and furthers these NICs are connected with a wireless switch or hub.
This technology requires maintenance, but it is more easy to use.

Ethernet Wireless Network

Advantages of using wireless Ethernet

• These types of networks can handle a large number of users.
• It is less expensive than wired Ethernet network.
• In wireless Ethernet, we can easily add new devices to the network as no new cable is needed for the connection.
• A wireless network allows laptops, tablets and other mobile devices to move freely within a network without losing the connection in the network.

Disadvantages of using wireless Ethernet

• The speed of wireless Ethernet is slower than the wired Ethernet network.
• Wireless networks are less secure as compare to the wired Ethernet network.
• Wireless network connections get obstructed by the structure of the building like walls, ceilings etc.
• Setting up of a wireless Ethernet network is difficult for the non-experienced users.

Types of Ethernet network

The maximum data rate of the original Ethernet technology is 10 megabits per second (Mbps), but a second generation fast ethernet carries 100 Mbps, and the latest version called gigabit ethernet works at 1000 Mbps. Ethernet network can be classified into 3 types:

Fast Ethernet

This type of Ethernet can transfer data at a rate of 100 Mbps.  Fast Ethernet makes use of twisted pair cable or fiber optic cable for communication.
There are three types of fast Ethernet, which are as follows:
• 100BASE-TX
• 100BASE-FX
• 100BASE-T4

Gigabit Ethernet

This type of Ethernet network can transfer data at a rate of 1000 Mbps. Gigabit Ethernet also makes use of twisted pair cable or fiber optic cable. 48 bits used for addressing in Gigabit Ethernet.
Nowadays gigabit Ethernet is very popular. The latest Gigabit Ethernet is a 10 Gigabit Ethernet, which can transfer data at a rate of 10 Gbps.
Gigabit Ethernet was developed so that it can meet the needs of the user like faster communication network, faster transfer of data etc.

Switch Ethernet

Switched Ethernet involves adding switches so that each workstation can have its own dedicated 10 Mbps connection rather than sharing the medium, which can improve network throughput – it has the advantage over rival switched technologies such as asynchronous transfer mode that it employs the same low-level protocols, cheap cabling, and network interface cards as ordinary Ethernet.
When we use a switch in a network, then we use a regular network cable rather than using a crossover cable. The crossover cable is made up of a transmission pair at one end and a receiving pair at the other end.
The main task of the switch in a network is to transfer the data from one device to another device in the same network without affecting the other devices.
It supports different data transfer rates like 10Mbps to 100Mbps for fast Ethernet and 1000Mbps to 10 Gbps for the latest Ethernet.
This type of Ethernet makes use of star topology.

Features of Ethernet

The features of Ethernet are as follows:
• Through Ethernet network, data can be sent and received at very high speed.
• Ethernet network is less expensive.
• With the help of Ethernet networking, your data is secured as it protected your data. Suppose that someone is attempting on your network, and then all of the devices in your network stop processing instantly and wait until the user attempts to transmit it again.
• Ethernet facilitates us to share our data and resources like printers, scanners, computers etc.
• Ethernet network quickly transmits the data. That’s why, nowadays most of the universities and college campuses make use of Ethernet technology, which is based upon the Gigabit Ethernet.

You’ll also like:

  1. Ethernet Cables – What Is an Ethernet Cable?
  2. Full Duplex Switched Ethernet (Ethernet FDSE)
  3. Ethernet topology – What is an Ethernet topology? How an Ethernet Worked?
  4. Ethernet Expansion
  5. What is Ethernet Frame?
Next →
← Prev
Like/Subscribe us for latest updates     

About Dinesh Thakur
Dinesh ThakurDinesh Thakur holds an B.C.A, MCDBA, MCSD certifications. Dinesh authors the hugely popular Computer Notes blog. Where he writes how-to guides around Computer fundamental , computer software, Computer programming, and web apps.

Dinesh Thakur is a Freelance Writer who helps different clients from all over the globe. Dinesh has written over 500+ blogs, 30+ eBooks, and 10000+ Posts for all types of clients.


For any type of query or something that you think is missing, please feel free to Contact us.


Primary Sidebar

Networking

Networking Tutorials

  • Network - Home
  • Network - Uses
  • Network - Advantages
  • Network - Classification
  • Network - Architecture Type
  • Nework - Networks Vs Comms

Networking Devices

  • Network - Modem
  • Network - Routers Types
  • Network - Bluetooth
  • Network - RS-232C
  • Network - Hub
  • Network - Devices
  • Network - Bridges
  • Network - Repeaters
  • Network - Routers
  • Network - Switching Hubs
  • Network - Transceiver
  • Network - Multiplexer
  • Network - Gateway
  • Network - BNC Connector
  • Network - Optical Connectors
  • Network - NICs
  • Networking Protocol

  • Protocol - Definition
  • Protocol - IP
  • Protocol - Aloha
  • Protocol - MAC Layer
  • Protocol - Sliding Window
  • Protocol - Stop & Wait
  • Protocol - Network Protocols
  • Protocol - Token Passing
  • Protocol - SIP
  • Protocol - Ad-Hoc Networks Routing
  • Protocol - Lap-f
  • Protocol - Point-to-Point
  • Protocol - PPP
  • Protocol - PPP Phases
  • Protocol - LDP
  • Protocol - MPLS
  • Protocol - MPOA
  • Protocol - HDLC
  • Protocol - Distance Vector routing
  • Protocol - IGMP
  • Protocol - ICMP
  • Protocol - SLIP
  • Protocol - DVMRP
  • Protocol - SDLC
  • Protocol - Routing
  • Protocol - UDP
  • Protocol - ARP and RARP
  • Protocol - Link-State
  • Protocol - ARP Table
  • Protocol - RTP
  • Protocol - NHRP
  • Network Addressing

  • Addressing - Home
  • Addressing - SubNetting
  • Addressing - Classless
  • Addressing - Classes or Classful
  • Addressing - IPV4 vs IPV6
  • Addressing - IPv6
  • Addressing - Subnet Mask
  • Addressing - MAC Address
  • Addressing - Supernetting
  • Addressing - Private IP
  • Addressing - IPv4
  • Addressing - Public IP
  • Addressing - Multihomed
  • Addressing - Indirect Addressing
  • Addressing - ASP
  • Addressing - VLSM
  • Addressing - Routing Algorithms
  • Addressing - Hierarchical Routing
  • Addressing - Routing
  • Addressing - Distributed Routing
  • Addressing - Data Routing
  • Addressing - Services
  • Addressing - IP forwarding
  • Addressing - Aging
  • Addressing - Algorithm CR
  • Networking Media

  • Transmission - Home
  • Transmission - Modes
  • Transmission - Media
  • Transmission - System
  • Transmission - Bound
  • Transmission - Unbound
  • Transmission - Baseband
  • Transmission - Wired
  • Transmission - Fiber Benfits
  • Transmission - Infrared
  • Transmission - UnGuided
  • Transmission - Microwave
  • Transmission - Infrared
  • Transmission - Radio Wave
  • Transmission - Network
  • Transmission - Digital Signal
  • Transmission - Data
  • Transmission - Asynchronous
  • Transmission - Sync Vs Async
  • Cable - Twisted-Pair
  • Cable - Coaxial
  • Cable - UTP and STP
  • Cable - Fiber Optics
  • Cable - Gigabit Ethernet
  • Cable - Fast Ethernet
  • Cable - Ethernet Cable
  • Cable - Fiber-Optic Using
  • Cable - CATV
  • Cable - 100Base T
  • Cable - 10BASE T
  • Cable - 10 Base 2
  • Cable - 10 Base 5
  • Networking Types

  • IEEE - 802.11
  • IEEE - 802.5
  • IEEE - 802.15
  • IEEE - 802.11e
  • IEEE - 802.11n
  • Network - Ethernet
  • Network - Arpanet
  • Network - Frame Relay
  • Network - X.25
  • Network - Telephone
  • Network - WSN
  • Network - Metro Ethernet
  • Network - WAN Ethernet
  • Network - Wireless Mesh
  • Network - SAN
  • Network - SNA
  • Network - Cisco Architecture
  • Network - Vlan
  • Network - FDDI
  • Network - 100VG-Any
  • Network - EPON
  • Network - ISDN
  • Network - ARCNet
  • Network - Passive Optical
  • Networking Reference Models

  • Models - TCP/IP
  • Models - OSI
  • Models - MAC Layer
  • Models - Network Layer
  • Models - MAC Layer Functions
  • Models - TCP/IP Vs OSI
  • Models - CSMA
  • Models - CSMA/CD
  • Models - CSMA/CA
  • Models - CDMA
  • Models - STDM
  • Models - FDMA
  • Models - TDMA
  • Models - SDH
  • Models - CDM
  • Models - Multiplexing
  • Models - Reference
  • Models - Random Access Methods
  • Models - TCP/IP Architecture
  • Models - FDM
  • Models - IP Header
  • Models - OTN
  • Models - Amplitude Levels
  • Models - MIMO
  • Models - Plesiochronous Media
  • Models - Half Duplex
  • Models - ISO Architecture
  • Models - Data-Link Layer
  • Models - WDM
  • Models - Duplex
  • Models - Ethernet FDSE
  • Networking Switching Techniques

  • Switching - Home
  • Switching - Techniques
  • Switching - Packet
  • Switching - Circuit
  • Switching - Message
  • Switching - Packet Vs virtual Circuit
  • Switching - Cell
  • Switching - ATM Cell Structure
  • Switching - Virtual Circuit Vs Datagram
  • Switching - Time Space
  • Switching - Modulation
  • Switching - Cell Relay
  • Switching - ATM Structure
  • Switching - VC Vs PVC
  • Switching - Packet and Circuit
  • Switching - VPC
  • Switching - IP
  • Switching - Logical Channels
  • Switching - TDM
  • Switching - FDM
  • Network Codes

  • Codes - CRC
  • Codes - Error Correction and Detection
  • Codes - Hamming
  • Codes - Piggybacking
  • Codes - Encoding Techniques
  • Codes - Error Control
  • Codes - Parity Check
  • Codes - Parity bit
  • Codes - Bit Error
  • Codes - CRC
  • Codes - Transmission Errors
  • Codes - Error Detection and Correction
  • Network Communication

  • Communication - Home
  • Communication - Satellite
  • Communication - Wireless
  • Communication - Data Type
  • Communication - Congestion Control
  • Communication - Network
  • Communication - Data
  • Communication - Software
  • Communication - Layering Process
  • Networking Signaling

  • Signal - Analog
  • Signal - Digital
  • Signal - Analog Vs Digital
  • Signal - Digitization
  • Network Security

  • Security - Home
  • Security - Requirements
  • Security - Threats
  • Security - Services

Other Links

  • Networking - PDF Version

Footer

Basic Course

  • Computer Fundamental
  • Computer Networking
  • Operating System
  • Database System
  • Computer Graphics
  • Management System
  • Software Engineering
  • Digital Electronics
  • Electronic Commerce
  • Compiler Design
  • Troubleshooting

Programming

  • Java Programming
  • Structured Query (SQL)
  • C Programming
  • C++ Programming
  • Visual Basic
  • Data Structures
  • Struts 2
  • Java Servlet
  • C# Programming
  • Basic Terms
  • Interviews

World Wide Web

  • Internet
  • Java Script
  • HTML Language
  • Cascading Style Sheet
  • Java Server Pages
  • Wordpress
  • PHP
  • Python Tutorial
  • AngularJS
  • Troubleshooting

 About Us |  Contact Us |  FAQ

Dinesh Thakur is a Technology Columinist and founder of Computer Notes.

Copyright © 2025. All Rights Reserved.

APPLY FOR ONLINE JOB IN BIGGEST CRYPTO COMPANIES
APPLY NOW