
- 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 DIX Standard?
DIX standard is a popular standard for Ethernet that was put forth in 1978. The name DIX is an abbreviation of the three organizations who implemented it, namely DEC, Intel and Xerox. DIX Ethernet provides data speed of 10 Mbps.
DIX Ethernet is also known as Ethernet II framing. The main fields of a frame of DIX Ethernet are −
- Preamble: It is an 8 bytes starting field that provides alert and timing pulse for transmission.
- 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.
- Type: It a 2 bytes field that instructs the receiver which process to give the frame to.
- 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 is a 4 byte field that contains the error detection information.
- Related Articles
- What is British standard system and international standard system?
- What is RS 232C Standard?
- What is Standard Deviation of Return?
- What is Baseline Security? What is its Standard Framework?
- What is C++ Standard Output Stream (cout)?
- What is C++ Standard Error Stream (cerr)?
- What is the Simplified Data Encryption Standard?
- What is a standard for commenting a function in JavaScript?
- What is the standard body for conventions of research writing?
- What is meant by the standard form of a fraction?
- What are Standard Libraries in C++?
- What are HTML 5 Standard Events?
- What are standard units of measurement?
- What is the size of int, long type in C++ standard?
- What are the services of Standard Reporting?

Advertisements