Navy IT · Enterprise Architecture

What CANES Actually Is — And What Running It Taught Me About Enterprise Architecture

Most enterprise architects have never heard of CANES. The ones who have usually have no idea how it works. Here is a field account from someone who has administered it across seven operational submarines.

May 2026 10 min read Travis D. Butera
Back to buteranet.com

If you have spent time in the defense contracting space, you have likely encountered the acronym "CANES" in a requirements document or a job posting without a clear explanation of what it actually means. If you are a hiring manager evaluating candidates from Navy IT backgrounds, you may have seen the credential listed without understanding its weight. This post exists to fix that.

Consolidated Afloat Networks and Enterprise Services (CANES) is the United States Navy's primary enterprise IT platform for surface ships and submarines. It is not a piece of software. It is not a router. It is an entire network architecture — a converged, multi-enclave, classification-separated computing environment that must function reliably in one of the most demanding operational environments on Earth: underwater, under communications blackout, with no help desk and no remote support.

I hold Navy Enlisted Classification (NEC) 735A, the CANES Administrator certification for Software Versions 3 and 4. Across 18+ years on submarine platforms, I have administered, troubleshot, rebuilt, and audited CANES deployments in operational environments where a network failure was not a helpdesk ticket — it was a mission impact event. Here is what that experience actually looks like, and why it maps directly onto the enterprise architecture problems that defense contractors and civilian IT organizations face every day.

What CANES Is — The Technical Reality

CANES replaced seven legacy shipboard networks that had been running in parallel, each with its own hardware, management interfaces, and security posture. The consolidation goal was to eliminate redundant infrastructure, reduce the administrative burden on a small crew, and create a single managed platform that could support the full range of Navy mission systems from one unified backbone.

The architecture is built around hardware and software components that would be familiar to any enterprise network engineer, but deployed in a configuration that most enterprise engineers have never encountered:

Multiple Security Domains on a Single Physical Plant

CANES supports multiple classification levels simultaneously, physically separated at the enclave layer and logically separated at the software layer. Routing between enclaves requires explicit cross-domain solution (CDS) hardware. There is no "accidentally browsed to the wrong segment" — the architecture prevents it by design.

No External Network Dependency

A submerged submarine has no internet connection. CANES must function in a fully isolated state for weeks at a time. Every service the crew depends on — email, domain authentication, file services, mission system integration — must be available entirely from local infrastructure. There is no cloud fallback. There is no "the server is in the data center." The server is 200 feet underwater.

Minimal Manning by Design

A submarine Information Systems Technician (IT) division on a fast attack submarine is typically two to four personnel. Those personnel also stand watch, complete qualifications, and support operations. The network cannot require constant hands-on management. Every CANES deployment must be capable of running without an IT person watching it for extended periods.

Change Control Is Not Optional

Every configuration change to CANES must be documented, approved through a chain of authority, and reversible. The Information System Security Manager (ISSM) holds authority over what can change and when. An undocumented change discovered during a Type Commander (TYCOM) inspection is a finding that follows the crew. The documentation discipline is not bureaucracy — it is the only way to maintain security posture accountability across personnel rotations.

The Administrative Reality

When I sit down to administer a CANES system, the scope is not a single server or a single application. A typical CANES deployment includes Active Directory (AD) domain infrastructure, DNS and DHCP services, file and print services, PKI (Public Key Infrastructure) and smart card authentication, virtualization layers, cross-domain hardware, multiple switching fabrics with separate management planes, and integration points to mission systems that are not under IT control.

All of this is managed by a small team, under operational conditions, with documentation requirements that are enforced by audit. The phrase "I did not have time to document it" is not accepted. If a change was made, it was documented. If a system state is unknown, the starting assumption is that it is not compliant, and the administrator's job is to prove otherwise before the next inspection.

"The most important skill CANES develops is not technical. It is the discipline of treating every undocumented state as a liability. On a submarine, an undocumented configuration is a system you cannot recover from with confidence. That principle applies equally in an enterprise data center."

What This Translates To in Civilian Enterprise

Every lesson the Navy forces CANES administrators to learn applies directly to enterprise IT environments. The difference is that enterprise environments usually have escape valves — a vendor you can call, a cloud service you can fall back on, a second site you can fail over to. Submarine IT administrators learn to solve problems without escape valves. That changes how you think about architecture.

Resilience Is Designed In, Not Bolted On

In a CANES environment, resilience is not a feature you add after the system is built. It is a design requirement you satisfy before the system is considered operational. Redundant controllers, independent power feeds for critical systems, documented recovery procedures tested in advance of need — these are not optional enhancements. They are the baseline.

Most enterprise environments I evaluate in a consulting context have resilience that was bolted on after an incident. The backup was configured after the first data loss. The failover path was documented after the first extended outage. CANES administrators learn that the incident you have not had yet is the most expensive one to prepare for after the fact.

Authentication Must Work When the Network Is Degraded

In an isolated network, if the domain controller (DC) goes offline and no one can authenticate, the mission is degraded. CANES deployments use redundant DC configurations and local administrator account controls that are documented in advance of need, so that a single server failure does not produce a full authentication outage. Enterprise environments that rely on a single sign-on provider with no local fallback are one authentication service outage away from the same scenario.

Personnel Rotation Requires Documented State

A submarine crew rotates. When one CANES administrator transfers and another reports aboard, the new administrator must be able to reconstruct the exact configuration state of the system from documentation alone. If the documentation is incomplete, the new administrator inherits a system they cannot fully account for. This is the same problem every enterprise IT organization faces when a senior administrator departs. The organizations with documented configuration baselines survive the transition. The ones that relied on tribal knowledge do not.

Security Posture Is Continuously Auditable

CANES deployments are subject to Type Accreditation (TA) and unit-level inspections that evaluate the security posture of the system against documented controls. The ISSM must be able to produce evidence of compliance on demand. This is the same standard that commercial Risk Management Framework (RMF) Authority to Operate (ATO) processes require, and it is the same standard that cybersecurity compliance frameworks like the Cybersecurity Maturity Model Certification (CMMC) are moving toward.

An administrator who has maintained CANES under inspection conditions understands, at a practical level, what "continuously auditable" means. It does not mean you clean up before the auditor arrives. It means the system is in an auditable state every day because the cost of catching up is higher than the cost of maintaining.

Why This Credential Matters for Defense Contractor Positions

Defense contractors supporting Navy programs — particularly submarine-related programs, CANES sustainment contracts, and afloat network modernization programs — are looking for candidates who can operate with minimal supervision in classified environments, maintain documentation discipline under operational pressure, and make sound architectural decisions without a vendor on speed dial.

The NEC 735A credential signals that a candidate has completed formal Navy training on the CANES platform and has been certified to operate it at the administrator level. It is not a vendor certification. It is a military qualification that requires demonstrated proficiency in an operational environment. Candidates who hold it have administered real systems under real operational conditions.

CANES Skill Civilian Enterprise Equivalent
Multi-enclave network administration Multi-tenant / segmented enterprise network management
Isolated domain operations Air-gapped environment management; offline PKI; local identity services
TYCOM inspection preparation SOC 2 audit preparation; CMMC assessment readiness; RMF ATO package maintenance
Configuration change documentation Change management (ITIL); Configuration Management Database (CMDB) hygiene
Cross-domain solution management Data Loss Prevention (DLP) architecture; network access control policy enforcement
Minimal-manning resilience design Automation-first infrastructure; self-healing system design; runbook-based operations

What It Does Not Translate To

Honesty requires acknowledging the gaps as clearly as the strengths. CANES administration does not produce deep expertise in hyperscale cloud platforms, DevOps pipeline tooling, or Software as a Service (SaaS) identity management. The skills transfer best to environments that prize operational discipline, documentation, resilience, and security posture over velocity and abstraction.

A CANES-experienced administrator arriving at a cloud-native startup will spend time relearning tool chains. A CANES-experienced administrator arriving at a defense contractor, a cleared facility, a healthcare organization, or any environment where the network must be reliable and auditable will be immediately productive.

The Honest Assessment

I administered CANES deployments across seven submarine platforms over my career. I held the ISSM authority for those systems during the most demanding operational periods. I prepared those systems for and through Type Commander inspections that evaluated every security control against the Navy's authorization baseline.

The civilian equivalent experience — managing a multi-enclave enterprise network, under inspection conditions, with no external support, for years at a time — does not have a direct parallel. Defense contractors who understand what CANES represents will read that experience correctly. The ones who do not will file it under "military IT" and move on. That is their loss.

If you are a hiring manager evaluating a candidate with CANES experience and you want to understand what they actually did, ask them to describe a specific inspection finding they resolved and what it took to close it. The answer will tell you everything about how they operate.

Travis D. Butera

● Related Posts
RMF in Practice — What the Checklist Does Not Tell You
Read →
Why Most DoD Cyber Inspections Fail Before They Start
Read →
From Submarine Networks to Civilian IT — What Actually Transfers
Read →
TB
Travis D. Butera
U.S. Navy Senior Chief & ISSM (NEC 741A) with 18+ years of DoD cybersecurity and enterprise IT operations on submarine platforms. NEC 735A — CANES Administrator SW3/SW4. TS/SCI cleared. Available October 2027.
travis@buteranet.com  ·  buteranet.com