Subsea communication is fundamentally different from terrestrial communication. This page covers acoustic, RF, and hybrid communication systems, their capabilities, limitations, and failure modes.

Why This Exists

Communication enables coordination, control, and data transfer in subsea operations. Understanding communication options, tradeoffs, and failure modes is essential for designing and operating multi-vehicle systems.

Who This Is For

  • Robotics engineers designing communication systems
  • Operations managers planning multi-vehicle operations
  • ROV pilots operating in communication-limited environments
  • System architects designing networked systems

Communication Options

Acoustic Communication

Acoustic modems use sound waves to transmit data through water:

  • Range — Typically 1-10km depending on frequency and power
  • Bandwidth — Low bandwidth (typically <10 kbps)
  • Latency — High latency (speed of sound in water ~1500 m/s)
  • Reliability — Affected by noise, multipath, and environmental conditions

Operational reality: Acoustic communication is the standard for long-range subsea communication, but it is slow and unreliable.

What can go wrong: Communication loss due to range, noise, multipath, equipment failure. Acoustic communication is inherently unreliable.

RF Communication

Radio frequency communication through water:

  • Range — Very limited (typically <100m in seawater)
  • Bandwidth — Higher bandwidth than acoustic (typically 100+ kbps)
  • Latency — Low latency (speed of light)
  • Reliability — Good reliability at short range

Operational reality: RF is only practical at very short range. Seawater is highly conductive, severely limiting RF range.

What can go wrong: Range exceeded, interference, equipment failure. RF is not practical for most subsea operations.

Hybrid Systems

Combining acoustic and RF:

  • Acoustic for long-range — Use acoustic for vehicle-to-surface or vehicle-to-vehicle at range
  • RF for short-range — Use RF for high-bandwidth at short range
  • Automatic switching — Switch between systems based on range and requirements

Operational reality: Hybrid systems provide best of both worlds, but add complexity.

What can go wrong: Switching failures, system complexity, increased failure modes. Hybrid systems must be carefully designed.

Tether (ROV)

Hard-wired connection for ROVs:

  • Range — Limited by tether length (typically <1000m)
  • Bandwidth — Very high bandwidth (fiber optic)
  • Latency — Very low latency
  • Reliability — High reliability if tether intact

Operational reality: Tether provides best communication but limits vehicle mobility and range.

What can go wrong: Tether damage, tether length limitations, entanglement. Tether is not practical for all operations.

Communication Characteristics

Latency

Communication latency affects:

  • Real-time control — High latency makes real-time control difficult
  • Coordination — High latency affects coordination capability
  • Data freshness — High latency means data is stale when received

Operational reality: Acoustic latency (speed of sound) is ~0.67 seconds per kilometer. At 5km range, round-trip latency is ~6.7 seconds. This is too slow for real-time control.

Bandwidth

Communication bandwidth affects:

  • Data transfer — How much data can be transferred
  • Video feeds — High-bandwidth required for video
  • Sensor data — Bandwidth limits sensor data transfer

Operational reality: Acoustic bandwidth is typically <10 kbps, insufficient for video. RF provides higher bandwidth but limited range.

Reliability

Communication reliability affects:

  • Mission success — Unreliable communication may cause mission failure
  • Safety — Unreliable communication creates safety risk
  • Coordination — Unreliable communication makes coordination difficult

What can go wrong: Communication loss, intermittent communication, degraded communication. Systems must be designed for unreliable communication.

Failure Modes

Range Exceeded

Communication lost because range exceeded:

  • Acoustic — Range typically 1-10km depending on conditions
  • RF — Range typically <100m in seawater
  • Tether — Range limited by tether length

Response: Vehicle must operate autonomously when communication lost. See Loss-of-Comms Behavior .

Environmental Interference

Communication degraded by environmental conditions:

  • Acoustic noise — Ship noise, biological noise, other acoustic sources
  • Multipath — Acoustic signals reflected off surfaces
  • Attenuation — Signal strength reduced by distance and conditions

What can go wrong: Communication degraded or lost due to environmental conditions. Systems must be robust to environmental interference.

Equipment Failure

Communication equipment fails:

  • Modem failure — Acoustic or RF modem fails
  • Antenna failure — Antenna damaged or disconnected
  • Power failure — Communication equipment loses power

Response: Backup communication systems, or vehicle operates autonomously. See Graceful Degradation .

Communication Protocols

Message-Based Protocols

Send discrete messages:

  • Advantages — Simple, robust to loss, works with low bandwidth
  • Disadvantages — No continuous data streams, higher overhead

Operational reality: Message-based protocols are common for acoustic communication due to low bandwidth and high latency.

Stream-Based Protocols

Continuous data streams:

  • Advantages — Efficient for continuous data, lower overhead
  • Disadvantages — Requires reliable connection, not suitable for low bandwidth

Operational reality: Stream-based protocols are used for tethered systems with high bandwidth and low latency.

Hybrid Protocols

Combine message-based and stream-based:

  • Messages for control — Use messages for commands and status
  • Streams for data — Use streams for high-bandwidth data when available

Operational reality: Hybrid protocols provide flexibility but add complexity.

Operational Considerations

Communication Planning

Plan communication for operations:

  • Range requirements — What range is needed?
  • Bandwidth requirements — What bandwidth is needed?
  • Latency requirements — What latency is acceptable?
  • Reliability requirements — What reliability is needed?

What can go wrong: Communication not planned, requirements not met, backup not available. Communication planning is essential.

Backup Communication

Provide backup communication:

  • Multiple systems — Acoustic and RF, or multiple acoustic systems
  • Redundant equipment — Backup modems and antennas
  • Alternative methods — Surface-to-surface coordination, visual signals

Operational reality: Backup communication is essential. Single point of failure is unacceptable.

Autonomous Operation

Vehicles must operate autonomously:

  • When communication lost — Vehicle continues mission autonomously
  • When communication degraded — Vehicle adapts to available communication
  • Pre-programmed behavior — Vehicle follows pre-programmed procedures

Responsibility: Vehicle designers must ensure autonomous capability. Operators must understand autonomous behavior.