Zakaria El Intissar

I'm an automation and industrial computing engineer with 12 years of experience in power system automation, SCADA communication protocols, and electrical protection. I build tools and write guides for Modbus, DNP3, IEC 101/103/104, and IEC 61850 on ScadaProtocols.com to help engineers decode, analyze, and troubleshoot real industrial communication systems.

Author Archives: Zakaria El Intissar

OPC UA vs OPC DA: The Full Comparison Every Engineer Needs

OPC DA was the workhorse of industrial communication for over two decades. It connected PLCs to SCADA systems, HMIs to historians, and control rooms to the factory floor. It worked. But the world changed. Linux grew. Cloud computing arrived. Cybersecurity became critical. And OPC DA — locked to Windows, with no encryption, dependent on a technology Microsoft has… Read More »

OT Security: Complete Guide to Operational Technology Protection

OT security is the practice of protecting operational technology — the hardware and software that monitors and controls physical processes — from cyber threats. This includes the systems that run factories, power plants, water treatment facilities, oil refineries, transportation networks, and any environment where digital commands drive physical outcomes. Operational technology is different from information technology. IT manages… Read More »

OPC UA Pub/Sub: Complete Technical Guide for Engineers

OPC UA Pub/Sub is a communication pattern within the OPC UA standard that allows data to flow from publishers to subscribers without requiring a direct connection between them. A publisher sends data to a message broker or network bus. Any number of subscribers receive that data independently. No handshake. No dedicated session. No request-response cycle. This is fundamentally… Read More »

SCADA Security: Complete Guide to Protecting Control Systems

SCADA security is the practice of protecting Supervisory Control and Data Acquisition systems from unauthorized access, tampering, and cyberattacks. SCADA systems monitor and control physical processes across large geographic areas — power grids, water pipelines, oil and gas networks, and transportation systems. These systems were never designed with cybersecurity in mind. They were built for reliability. For decades,… Read More »

Modbus Function Codes Explained with Real Examples

Every Modbus message contains a function code. It is a single byte that tells the slave device what operation to perform — read coils, write registers, or diagnose communication. The Modbus specification defines multiple function codes, but in practice you will use about six of them for 95% of your tasks. The rest are either rarely implemented, vendor-specific,… Read More »