
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
What is IEEE 802.3?
IEEE 802.3 is a set of standards and protocols that define Ethernet-based networks. Ethernet technologies are primarily used in LANs, though they can also be used in MANs and even WANs. IEEE 802.3 defines the physical layer and the medium access control (MAC) sub-layer of the data link layer for wired Ethernet networks.
IEEE 802.3 Popular Versions
There are a number of versions of IEEE 802.3 protocol. The most popular ones are.
IEEE 802.3: This was the original standard given for 10BASE-5. It used a thick single coaxial cable into which a connection can be tapped by drilling into the cable to the core. Here, 10 is the maximum throughput, i.e. 10 Mbps, BASE denoted use of baseband transmission, and 5 refers to the maximum segment length of 500m.
IEEE 802.3a: This gave the standard for thin coax (10BASE-2), which is a thinner variety where the segments of coaxial cables are connected by BNC connectors. The 2 refers to the maximum segment length of about 200m (185m to be precise).
IEEE 802.3i: This gave the standard for twisted pair (10BASE-T) that uses unshielded twisted pair (UTP) copper wires as physical layer medium. The further variations were given by IEEE 802.3u for 100BASE-TX, 100BASE-T4 and 100BASE-FX.
IEEE 802.3i: This gave the standard for Ethernet over Fiber (10BASE-F) that uses fiber optic cables as medium of transmission.
Frame Format of IEEE 802.3
The main fields of a frame of classic Ethernet are -
Preamble: It is a 7 bytes starting field that provides alert and timing pulse for transmission.
Start of Frame Delimiter: It is a 1 byte field that contains an alternating pattern of ones and zeros ending with two ones.
Destination Address: It is a 6 byte field containing physical address of destination stations.
Source Address: It is a 6 byte field containing the physical address of the sending station.
Length: It a 7 bytes field that stores the number of bytes in the data field.
Data: This is a variable sized field carries the data from the upper layers. The maximum size of data field is 1500 bytes.
Padding: This is added to the data to bring its length to the minimum requirement of 46 bytes.
CRC: CRC stands for cyclic redundancy check. It contains the error detection information.
- Related Articles
- What are IEEE 802.11 networks?
- Differentiate between IEEE 802.3 and IEEE 802.5 in Computer Network.
- What are the IEEE 802.11 Wireless LAN Standards?
- IEEE 802.3 and Ethernet
- The IEEE 802.1Q Standard
- What are(Wireless LAN) IEEE 802.11 Networks in Computer Network?
- Token Bus (IEEE 802.4) Network
- Wireless LAN and IEEE 802.11
- Resilient Packet Ring (RPR) - IEEE 802.17
- Explain the Token Ring Network (IEEE Standard 802.5) in Computer Network.
- Explain the IEEE Standard 754 Floating-Point Numbers in computer architecture?
- What is $5-3(-6)$?
- Differentiate between infrastructure mode and the ad hoc mode of IEEE 802.11
- What is Excess-3 Code?\n
- 1). What is additive identity?2). What is Reciprocal?3). What is multiplicative inverse?
