DNP3 Protocol Explained: Architecture, Working, Advantages, Disadvantages and Applications

Introduction

The DNP3 protocol, also known as the Distributed Network Protocol, is a well-established telecontrol standard used by energy supply companies in the United States and many other countries around the world. DNP3, also known as IEEE Std 1815, is a comprehensive protocol standard that defines the rules computers must follow when communicating with one another. The protocol, launched in 1993, was designed specifically for communication between utility computer systems and remote devices. DNP3 focuses on transporting simple data values while maintaining a high level of data integrity.

DNP3 is based on the International Electrotechnical Commission (IEC) Technical Committee 57, Working Group 03 standards for an OSI Layer 3 “Enhanced Performance Architecture” (EPA) used in telecontrol applications.

The DNP3 protocol is open and publicly available. The DNP3 Users Group is responsible for its ongoing development, interoperability, long-term support, and upgrades. Proposed changes are reviewed and approved by the Users Group Technical Committee before being added to the standard.

The complete documentation, including protocol specifications, security authentication methods, XML device profile creation, and conformance test procedures, is available to users in the official document library.

DNP3 Message Structure

DNP3 is a packet-oriented protocol used for communication between a master station and remote devices. Basic serial telemetry protocols are byte-oriented and exchange data in single bytes, whereas extended telemetry protocols are packet-based, exchanging data in structured packets that contain headers, data, and checksums. DNP3 follows the packet-based approach.

When the master sends a Read request, the remote device responds with the requested data. To perform an action, the master sends an Operate command. When a specific event occurs, the remote device may send an Unsolicited Message back to the master.

An Application Protocol Data Unit (APDU) is formed by combining the Application Service Data Unit (ASDU) with the Application Protocol Control Information (APCI).

The Transport layer divides the APDU into segments of up to 16 bytes and adds a transport header and CRC for data integrity. The Link layer then prepares the data for transmission.

If the packet is transmitted over a network (LAN/WAN), it is encapsulated inside TCP/IP or UDP/IP. The Network Interface layer finally transmits it over physical media such as twisted-pair cable, coaxial cable, or fibre optics. This layered model isolates tasks and simplifies network design and implementation.

Traversing the Layers

To understand how DNP3 works, consider a Read request sent across a LAN:

The packet travels through routers and switches to the remote device. At the remote station, the process is reversed:

The response from the remote device follows the same layered path back to the master station.

DNP3 Monitoring Systems

DNP3 is widely used in modern industrial environments, especially in SCADA systems. It is highly adaptable, but choosing the right master and remote equipment is essential for system efficiency.

Requirements for DNP3 Master Stations

Requirements for Remote Devices

Advantages of DNP3 Protocol

Disadvantages of DNP3 Protocol

Applications of DNP3