Explore
Knowledge
Tools

Real-Time Flight Information Systems

How FIDS (Flight Information Display Systems) work. Data sources, app connectivity, and real-time updates for passengers.

How FIDS Infrastructure Works

Flight Information Display Systems (FIDS) are the digital boards showing arrival and departure information that are the most visible technology in any airport terminal. Behind every display is a data acquisition, processing, and distribution architecture that aggregates flight data from multiple sources, applies business rules to determine what is displayed where, and pushes formatted content to thousands of screens across a terminal — all with update latency measured in seconds. Understanding the architecture reveals why FIDS is far more complex than a simple scoreboard, and why airports invest millions of dollars in their information systems infrastructure.

At the data source layer, FIDS receives flight information from several independent inputs. Airline operations control centers push flight status updates — gate assignments, departure time revisions, boarding calls — through SITA's Type B message network or IATA's SSIM data feeds. Airport operations systems publish gate assignment changes through Airport Operational Data Base (AODB) interfaces. Air Traffic Control systems provide radar track data and clearance information via SWIM (System Wide Information Management) feeds. Weather services provide METAR and TAF data used to generate weather-related delay explanations. A FIDS middleware layer ingests all these feeds, resolves conflicts between sources (which source takes priority when an airline and the airport have different gate assignments?), and produces a canonical flight record used for all downstream displays.

The AODB is the central data repository from which FIDS draws. It stores the master flight schedule, ground resource assignments (gates, parking stands, baggage carousels, check-in desks), and the current operational status of every movement. AODB platforms from vendors including Amadeus AltEa Operations, TAV Technologies, and IBS Software serve as the single source of truth that synchronizes FIDS, airline systems, handling agent systems, and ATC ground movement control. Updates to any resource assignment in the AODB propagate automatically to all connected display systems within seconds.

Display hardware in modern airports ranges from large-format LED matrices for overhead terminal boards to 55-inch commercial displays for gate-level information. Content management servers translate FIDS data into formatted graphics for each display type, applying airline branding where required (some airports display airline logos and colors on carrier-specific information screens) and locale-appropriate languages for multilingual terminals. Redundancy is built into every layer — dual servers, dual network paths, and battery-backed power supplies — because FIDS failure in a busy terminal is an immediate operational crisis affecting thousands of passengers simultaneously.

Real-Time Data Sources and Integration

The accuracy of flight information displays depends on the timeliness and reliability of the data sources feeding them. Departure time information is most commonly sourced from airline departure control systems, which are updated by airline operations controllers as they revise schedules based on crew availability, maintenance status, and ATC requirements. The challenge is that airlines have different data update frequencies and interface protocols — a legacy Type B messaging system used by many carriers introduces latency of 1–3 minutes compared to direct API integrations with more modern systems, creating visible information inconsistencies when a gate changes on an airline's app before it appears on the airport board.

FlightAware, Cirium (formerly FlightGlobal), and Flightradar24 provide aggregated flight data services that combine airline schedule data, ATC radar feeds, ADS-B (Automatic Dependent Surveillance–Broadcast) transponder data, and weather information into unified flight intelligence APIs. Airports and airlines use these services as both primary data sources and validation layers — checking their operational data against independently derived estimates to identify discrepancies that indicate upstream data quality problems. An airport's FIDS might show an on-time status for a flight while ADS-B data shows the inbound aircraft is 200 miles away and 45 minutes late — a discrepancy that ADS-B integration catches and corrects before passengers are misled.

ADS-B technology is now the primary aircraft position data source for civilian flight tracking. ADS-B transponders broadcast GPS position, altitude, speed, and heading at 1-second intervals, receivable by ground stations and passenger-owned receivers globally. The FAA's NextGen program and EUROCONTROL's SESAR initiative have mandated ADS-B Out equipment on all IFR aircraft operating in their respective airspaces, making ADS-B position data universally available for flights in controlled airspace. This data enables precise estimated arrival time calculations that account for actual ground speed and routing — far more accurate than schedule-based estimates alone.

SWIM (System Wide Information Management) is the ICAO-standard information exchange framework for aviation. SWIM enables airport systems to subscribe to real-time data services published by ATC facilities, airlines, and weather services using standardized interfaces. Under SWIM, an airport's FIDS can subscribe directly to an En Route ATC facility's flight data service, receiving aircraft handoffs, altitude changes, and ETA revisions as they occur. European airports implementing SWIM have reduced the latency between an event occurring in ATC and its reflection in FIDS from minutes to seconds, significantly improving the accuracy of arrival time predictions.

Passenger-Facing Displays and Mobile Integration

The passenger experience of flight information has shifted dramatically from passive reading of departure boards to active pull of personalized data through mobile apps. Airport apps from major operators — Heathrow, Changi, Amsterdam Schiphol, Frankfurt, Dubai — all integrate with FIDS data sources to provide real-time flight status, gate information, and boarding notifications for specific flights. The app experience offers personalization that a public display board cannot: notifications appear on the passenger's lock screen when their gate opens, when boarding begins, and when the departure time changes — without requiring the passenger to watch a board.

Apple Maps and Google Maps both integrate airline and airport data to provide in-terminal navigation that links to flight information. A passenger navigating to their gate receives a notification if the gate changes mid-navigation, redirecting them to the new gate location. This integration requires airports to publish machine-readable venue maps (in IMDF format for Apple, Google's indoor mapping format for Google) alongside their FIDS data APIs. London Heathrow, Charles de Gaulle, Amsterdam Schiphol, and Singapore Changi have all published IMDF-compatible venue maps enabling turn-by-turn indoor navigation in Apple Maps.

Dynamic wayfinding displays — screens that change their content based on the time until next departure for flights assigned to nearby gates — represent a mid-point between static FIDS and mobile apps. These screens, deployed in gate hold areas, show the countdown to boarding, baggage carousel assignment for arriving flights, connection information for passengers transferring, and adjacent gate information for delays. Unlike fixed overhead departure boards, dynamic wayfinding screens present flight-specific information to the specific passengers most likely to need it at each physical location, reducing the cognitive load of interpreting a board showing 50 flights when only one is relevant.

Self-service flight information kiosks complement overhead displays for passengers seeking specific information. A passenger can approach a kiosk, search by flight number or destination, and receive detailed status including gate, actual vs. scheduled times, connection advice, and baggage carousel assignment — without competing with hundreds of other passengers for visual space on an overhead board. These kiosks also provide wayfinding assistance, displaying the path to a specified gate, restroom, or lounge on a terminal map. Some airports have replaced standalone kiosks with QR codes posted throughout terminals that link to the same information on mobile browsers, reducing hardware maintenance costs.

Integration with Airline Apps and Third-Party Platforms

Airlines and airports have increasingly open-sourced their operational data through public and partner APIs, enabling third-party developers to build flight information products. The FAA's Aviation System Performance Metrics (ASPM) database provides historical and near-real-time performance data for U.S. carriers. FlightAware's FlightXML API and Cirium's Flights API provide commercial flight data services used by thousands of travel apps, booking platforms, and corporate travel management systems worldwide. TripIt, the itinerary management service, pulls live flight status updates to notify travelers of delays and gate changes for all flights in their itinerary, regardless of which airline they are flying.

Airline apps have become the primary flight information channel for frequent travelers. Delta's Fly Delta app, United's United app, and equivalent apps from major carriers provide push notifications for gate changes, boarding calls, and delay announcements sourced directly from the airline's operations control center — bypassing the airport's FIDS infrastructure entirely. These notifications are faster than public displays because they do not require translation through airport middleware, and they are personalized to the passenger's specific booking rather than broadcast to all passengers on a flight.

The convergence of airline apps, airport apps, and global platforms like Google Flights and Apple Maps is creating a layered flight information ecosystem where passengers receive redundant information from multiple sources. For most travelers this redundancy is beneficial — a gate change notification from the airline app, confirmed by the airport app, visible on the departure board, is more likely to be noticed and acted upon than a single channel notification. The operational challenge for airports and airlines is ensuring consistency across all channels, so that passengers do not receive conflicting information from different sources — a failure mode that creates passenger anxiety and compounds at busy hubs during irregular operations.

Irregular operations (IROPS) management represents the most demanding test of integrated flight information systems. When a severe weather event grounds dozens of flights simultaneously, FIDS, airline apps, and airport displays must all update coherently while handling hundreds of simultaneous data changes — gate reassignments, delay revisions, cancellation announcements, and rebooking information. The airports that manage IROPS best have invested in AODB systems with high-throughput update capacity and FIDS infrastructure capable of displaying the volume of changes without degrading to slow refresh rates or displaying stale data — operational priorities that are only visible during stress events.

Related Terms