When thirty allied nations need to connect their command-and-control systems for a coalition operation, someone has to answer two questions before a single cable is plugged in: what capability does the coalition need, and what must each nation's systems do to deliver it? The NATO Architecture Framework version 4.0 — NAF 4.0 — is the structured method nations use to answer both questions in a form that everyone can read, compare, and test against. This article examines NAF 4.0's six viewpoints, explains how they differ from the US DODAF and the enterprise TOGAF, and shows how the framework is applied in practical Federated Mission Networking (FMN) spiral planning.
Why a shared architecture framework matters for coalitions
Without a common architecture language, each nation describes its own systems in its own way. One nation produces a PowerPoint diagram; another produces a UML model; a third produces a Word document. None of these can be automatically compared to the others, and the interoperability gaps between them can only be found manually — slowly, expensively, and incompletely. NAF 4.0 provides the shared language. When all nations use the same viewpoints, the same meta-model, and the same vocabulary, a structured comparison between a nation's architecture and the alliance's target architecture becomes tractable. Gaps appear as missing elements in a model rather than as undocumented disagreements between documents.
The framework also provides traceability. A technical standard in the Technical Viewpoint should be traceable to a service in the Service Viewpoint, which should be traceable to an information flow in the Operational Viewpoint, which should be traceable to a capability requirement in the Capability Viewpoint, which should be traceable to a strategic objective in the Strategic Viewpoint. When that chain exists, any stakeholder can ask "why do we need this particular TLS version?" and follow the chain to the operational concept that requires it. When it does not exist, systems accumulate technical debt that nobody can justify removing.
The six NAF 4.0 viewpoints
Strategic Viewpoint (St)
The Strategic Viewpoint captures the political and strategic context within which the architecture operates. In alliance use this means the NATO strategic concept, the specific mission mandate, the participating nations' commitments, and the national caveats that constrain what each nation's forces may do. The St views express what outcomes the coalition must deliver and under what political constraints. Every capability defined in subsequent viewpoints must be traceable to a strategic requirement — an architecture element that cannot be traced back to the Strategic Viewpoint has no business being in the architecture at all.
In practice, the Strategic Viewpoint is the hardest to produce accurately because it requires direct engagement with politico-military stakeholders who do not typically think in architecture modeling terms. Architects who skip this step and proceed directly to operational or systems views produce technically coherent architectures that may be answering the wrong operational questions.
Capability Viewpoint (C)
The Capability Viewpoint defines what the force must be able to do, structured as a taxonomy of capabilities with dependencies between them and temporal phasing across a planning horizon. A capability in NAF terms is an ability to achieve a desired effect — independent of how it is implemented. "Share a recognized air picture across coalition C2 nodes in near real time" is a capability; "run a Link 16 JREAP-C gateway" is a potential solution. Keeping the Capability Viewpoint solution-agnostic is important: it preserves the freedom to satisfy a capability with different implementations in different nations while still being interoperable at the service boundary.
In FMN spiral planning, the Capability Viewpoint is where each spiral's scope is defined. FMN Spiral 4 adds capabilities beyond Spiral 3, and those incremental capabilities are expressed in the Capability Viewpoint before any system or service decisions are made. Nations use the same viewpoint to declare which of the FMN capabilities they are committing to implement and in which timeframe — producing the compliance matrix that FMN governance tracks.
Operational Viewpoint (Op)
The Operational Viewpoint is the bridge between what the force must do and the systems that let it do so. It describes the operational concept: the roles involved (commander, liaison officer, sensor operator), the activities they perform, the information they exchange to perform them, and the information requirements those exchanges generate. NAF 4.0's Operational Viewpoint produces diagrams such as the Operational Activity Model (Op-A) and the Information Model (Op-Iv), which together show what information flows between whom and under what conditions.
For interoperability design, the Operational Viewpoint is where the coalition's information flows are made explicit. An information exchange between a national C2 system and an allied sensor system becomes a defined node in the Op model, with a defined information type and a defined timeliness requirement. That definition then drives the service and technical choices in the viewpoints below it. An interoperability problem that is not represented in the Operational Viewpoint cannot be systematically addressed in the Systems or Service viewpoints.
Systems Viewpoint (Sy)
The Systems Viewpoint describes the physical and logical systems that realize the operational concept. It shows system functions, system interfaces, data flows between systems, and the physical platforms on which systems are deployed. This is the most familiar viewpoint for system engineers and integrators — it corresponds broadly to the system-level views in DODAF (SV-1 through SV-10) and to the system architecture domain in general practice.
In a coalition architecture, the Systems Viewpoint must represent both the alliance's common infrastructure (such as the FMN Core Services) and each nation's national systems that connect to it. The interface specifications at the boundary between national systems and alliance infrastructure are the critical deliverables from this viewpoint — they must be precise enough to write a conformance test against.
Service Viewpoint (Sv)
The Service Viewpoint specifies services in the service-oriented architecture (SOA) or API sense: well-defined functional units with published interfaces that systems expose for consumption by other systems. This viewpoint was substantially strengthened in NAF 4.0 relative to earlier versions, reflecting the shift in coalition interoperability architecture from point-to-point system integration toward service-based federation.
In FMN, the Service Viewpoint is central. The FMN architecture defines a portfolio of Federated Mission Networking services — voice, instant messaging, file sharing, COP exchange, directory, identity management — with specified interfaces and behaviors. Each service in the FMN catalogue has a Service Viewpoint entry that nations can implement independently, knowing that conformant implementations will interoperate. This is architecturally similar to how the internet's application layer works: independent implementations of a shared specification produce interoperable services.
Technical Viewpoint (Tr)
The Technical Viewpoint lists the standards, technical profiles, and constraints that systems and services must comply with. It is the normative reference layer: a system that appears in the Systems Viewpoint must conform to the standards listed for it in the Technical Viewpoint. In FMN, the Technical Viewpoint contains the specific STANAG references, protocol versions, cipher suite requirements, and interface specifications that realize each spiral's services.
The Technical Viewpoint is where NAF 4.0 architecture most directly intersects with procurement. A procurement specification for a national system that will connect to the FMN should be able to extract its technical requirements directly from the Technical Viewpoint — and the resulting system should pass conformance testing against those same requirements. When this chain holds, the architecture document is a living specification; when it breaks, the architecture becomes a historical artifact that bears no relationship to what was actually procured.
Key insight: The most common NAF failure mode is producing architecture views as standalone PowerPoint diagrams rather than as model elements in a shared repository. Views produced from a shared model maintain the traceability between viewpoints that makes NAF useful; standalone diagrams cannot. The tool matters less than the discipline of modeling — but choose a tool that enforces the MODEM meta-model, not one that merely renders pretty boxes.
NAF versus DODAF versus TOGAF
NAF 4.0 and DODAF 2.02 are close cousins, not competitors. They share a common ancestry, and their views can be cross-walked at the conceptual level. The primary difference is governance: DODAF is a US DoD national standard; NAF is the alliance standard that binds NATO nations and partner nations that adopt it. US organizations working on NATO programs typically produce architectures that satisfy both frameworks simultaneously, since the view structures are compatible enough that one model can generate compliant products in both. Where they diverge is in the meta-model detail: NAF 4.0 is built on MODEM (the MODAF Object Model), which is more formally specified than DODAF's underlying DM2 meta-model in some areas.
TOGAF occupies a different domain entirely. The Open Group Architecture Framework is an enterprise IT architecture method built around the Architecture Development Method (ADM), which structures architecture work as a series of iterative phases focused on delivering IT-enabled business change. TOGAF has no inherent model of operational concepts, military missions, or capability taxonomies — it is oriented toward IT service delivery, application portfolio management, and organizational change governance. Defense organizations sometimes use TOGAF within their internal IT acquisition programs, running it alongside NAF rather than instead of it. The two frameworks serve different stakeholders: NAF answers the question of how coalition forces will operate together; TOGAF answers the question of how an organization will manage its IT to support its business processes.
NAF in FMN spiral planning
The Federated Mission Networking program uses NAF as its architecture language throughout the spiral planning cycle. Each FMN spiral is defined by a target architecture expressed in NAF views, and national compliance is measured against that target. The process runs as follows. First, the FMN Capability Framework identifies the capability increments that the spiral must deliver — a Capability Viewpoint deliverable. Second, the FMN Architecture Working Group produces operational views that describe how those capabilities will be exercised in practice. Third, service specifications are written for each service in the spiral's catalogue — Service Viewpoint products. Fourth, technical profiles are identified for each service — Technical Viewpoint products. Fifth, nations assess their own architectures against the FMN target, identifying gaps between their existing systems and the required services.
Nations that have invested in NAF tooling and discipline can perform this gap analysis semi-automatically: compare the nation's Technical Viewpoint entries against the FMN Technical Viewpoint requirements and generate a structured list of non-conformances. Nations without a mature national architecture practice perform the same analysis manually, which is slower and more error-prone but produces the same category of output. The gap list becomes the input to the national capability development plan — the roadmap of procurements, upgrades, and configurations that will bring the nation into FMN compliance for the spiral. For more detail on what FMN Spiral 4 specifically requires, see our analysis of FMN Spiral 4 requirements.
CWIX — the Coalition Warrior Interoperability eXploration, eXperimentation, eXamination, eXercise — is the annual event where FMN compliance is tested in practice rather than on paper. The relationship between NAF architecture and CWIX testing is direct: the test cases run at CWIX should be derived from the interface specifications in the NAF Service and Technical Viewpoints. An architecture that has not been designed with testability in mind — with clear interface definitions that can be directly translated into test cases — will produce ambiguous CWIX results that are difficult to remediate. Our analysis of the FMN spiral roadmap covers how successive spirals build on each other and what the future trajectory of FMN capability development looks like.
Architecture-driven interoperability for your coalition system
Corvus HEAD is designed with the FMN service architecture in mind — its interfaces map to the NAF Service Viewpoint specifications that coalition programs require, making it straightforward to integrate into a compliant FMN environment.
This analysis was prepared by Corvus Intelligence engineers who build interoperability and C2 software for defense and government organizations. Learn about our team →