Avionics: The Aircraft's Nervous System

Avionics — the electronic systems used on aircraft — have grown from a handful of simple dial instruments into the majority of a modern aircraft's cost and complexity. They sense the aircraft's state, help the crew navigate and communicate, automate routine flying tasks, and increasingly make decisions that once required a human pilot's judgment. Understanding how these systems are organized is essential to understanding the modern flight deck.

Flight Instruments

The foundation of avionics is measuring the aircraft's basic state. Two families of sensors provide this, historically as separate mechanical instruments and now fused into integrated electronic displays.

  • Pitot-static instruments use dynamic and static air pressure to derive airspeed (from the difference between pitot and static pressure), altitude (from static pressure alone, referenced to a barometric setting), and vertical speed (from the rate of static pressure change).
  • Gyroscopic instruments traditionally provided attitude (pitch and bank, from a gyro-stabilized artificial horizon), heading (from a gyro-stabilized compass card), and turn rate (from a rate gyro).

Modern aircraft replace individual mechanical gyros with an Air Data and Inertial Reference Unit (ADIRU) or standalone Attitude and Heading Reference System (AHRS), which combines solid-state accelerometers, gyros (often ring-laser or MEMS), magnetometers, and air-data sensors into a single computed, continuously cross-checked source of attitude, heading, altitude, and airspeed — far more reliable and far lighter than a panel of spinning mechanical gyros.

Autopilot and Flight Management Systems

The autopilot automates the physical task of flying by commanding the control surfaces to hold or acquire a target flight condition.

ModeFunction
Heading / Nav holdMaintains a selected heading or tracks a navigation course
Altitude hold / Vertical speedMaintains a selected altitude or climb/descent rate
LNAV / VNAVFollows the lateral and vertical path programmed in the FMS
ApproachCouples to an ILS or GPS approach for precision guidance to the runway

Working alongside the autopilot, the autothrottle (or autothrust) automatically manages engine power to hold a target speed or thrust setting. The Flight Management System (FMS) ties it all together: it holds a navigation database of waypoints, airways, and procedures; builds a full route from a performance model of the aircraft; and continuously computes the optimal speed, altitude, and descent point to minimize fuel burn or time, feeding lateral (LNAV) and vertical (VNAV) guidance commands to the autopilot and autothrottle throughout the flight.

Communication, Navigation & Surveillance (CNS)

CNS is the umbrella term for the systems that connect an aircraft to the outside air traffic system.

Communication

VHF radios handle routine voice communication with air traffic control within line of sight; HF radios extend communication over oceanic and remote routes beyond VHF range. Datalink systems such as Controller-Pilot Data Link Communications (CPDLC) send clearances and instructions as text messages rather than voice, reducing frequency congestion and transcription errors, while SATCOM provides voice and data connectivity anywhere via satellite.

Navigation

Legacy ground-based aids — VOR (bearing) and DME (distance) — are steadily being supplemented and replaced by GPS/GNSS satellite navigation, which underpins modern Area Navigation (RNAV) and Required Navigation Performance (RNP) procedures that let aircraft fly precise, direct paths independent of ground station locations. The Instrument Landing System (ILS) still provides the most widely used precision vertical and lateral guidance for landing, though satellite-based augmentation systems are increasingly enabling GPS approaches with similar precision.

Surveillance

The transponder replies to ground radar interrogation with identity and altitude. ADS-B (Automatic Dependent Surveillance–Broadcast) goes further, having each aircraft broadcast its own GPS-derived position, velocity, and altitude to ground stations and other aircraft without needing to be interrogated, improving surveillance accuracy and enabling aircraft to see each other directly. TCAS (Traffic Collision Avoidance System) uses transponder replies from nearby aircraft to detect collision risks and issue automatic resolution advisories directly to the flight crew, independent of air traffic control.

Glass Cockpit Architecture

The modern glass cockpit replaces individual mechanical instruments with a small number of large, reconfigurable electronic displays. The Primary Flight Display (PFD) consolidates attitude, airspeed, altitude, heading, and vertical speed into one integrated view directly in front of each pilot. The Multi-Function Display (MFD) presents navigation maps, weather radar, and system pages on shared, selectable screens. Engine and system status is shown on an EICAS (Engine Indicating and Crew Alerting System) or, on Airbus aircraft, an ECAM (Electronic Centralized Aircraft Monitor), which also prioritizes and displays crew alerts and checklists.

Behind these displays, avionics boxes exchange data over standardized data buses: the venerable ARINC 429 (a simple point-to-point serial bus still common on many aircraft) and the newer, high-bandwidth ARINC 664/AFDX switched Ethernet network used on the latest airliners. Many modern aircraft also use Integrated Modular Avionics (IMA), where multiple functions run as software applications on shared, general-purpose computing modules rather than each having its own dedicated black box — reducing weight, power, and wiring at the cost of more complex software partitioning and certification.

Redundancy and Fault Tolerance Philosophy

Because avionics failures in flight can be catastrophic and there is nowhere to divert to instantly, critical systems are built with deliberate redundancy. Flight-critical computers on fly-by-wire aircraft are commonly triplicated or quadruplicated, often using dissimilar hardware and software from independent design teams so that a single design flaw cannot cause all channels to fail the same way (common-mode failure). Outputs from redundant channels are compared through voting logic, and a channel that disagrees with the majority is automatically disconnected.

This engineering rigor is matched on the software side by DO-178C, the standard governing airborne software development. Every software component is assigned a Design Assurance Level (DAL) from A (failure could cause a catastrophic accident) down to E (no safety effect), and the level dictates the required rigor of requirements traceability, code coverage, and independent verification. The companion standard DO-254 applies the same philosophy to complex airborne electronic hardware. Together, redundant architecture and rigorous software assurance are what let avionics systems be trusted with the aircraft's — and its occupants' — safety.

A System of Systems

Avionics span the full range from a simple pitot tube to a triplicated flight management computer running certified software, and they are increasingly one integrated whole rather than a collection of separate boxes. Flight instruments provide the raw state of the aircraft; autopilot and FMS automate the flying task; CNS systems connect the aircraft to the rest of the airspace; glass cockpit displays present it all coherently to the crew; and redundancy and rigorous certification make sure it keeps working when it matters most.