SIMPLE (military communications protocol)

Last updated

The Standard Interface for Multiple Platform Link Evaluation (SIMPLE) is a military communications protocol defined in NATO's Standardization Agreement STANAG 5602.

Contents

Purpose

SIMPLE defines a communications protocol to provide the means for geographically (national and international) separated Tactical Data Link (TDL) equipment (C4ISR, C2 and non-C2 test facilities) to exchange environment data and TDL messages in order to conduct detailed TDL Interoperability (IO) testing. It is intended to provide specifications for a common standard to interconnect ground rigs of all types, such as simulation and integration facilities. The SIMPLE allows transmission of M-Series and J-Series messages over IP-based protocols. Previously J-Series messages could be sent using the Link 16 protocol. However, Link 16 is a radio protocol with a frequency range that limits the exchange of information to within line-of-sight. Use of flexible bearer protocols, such as IP, makes it easier to exchange such J-Series data, particularly for simulations and integration. However, the SIMPLE is not limited to use for simulation and integration, and is finding applications beyond its original purpose wherever transmission of J-Series data is not amenable over radio protocols such as Link 16.

Distributed Interactive Simulation (DIS) protocols

The SIMPLE standard specifies the distributed transfer of a simulated scenario/synthetic environment using the IEEE Distributed Interactive Simulation (DIS) protocols. DIS is a government/industry initiative to define an infrastructure for linking simulations of various types at multiple locations to create realistic, complex, virtual worlds for the simulation of highly interactive activities. A new protocol data unit (PDU) definition, the DIS PDU was added to the baseline protocol to support the exchange of DIS PDUs for simulated entities. The content of the SIMPLE DIS PDU packet is related to the DIS PDUs defined in the IEEE 1278.1 standard. As such, most Transmitter and Signal PDU fields require no translation.

Structure of the SIMPLE protocol

The SIMPLE standard consists of several elements. These are:

SIMPLE is an application layer protocol that is designed to be independent of the transport layer. It can run using the following transport layer protocols:

TDL message exchange

In SIMPLE, the method for exchanging TDL messages is to take the host generated message traffic from the MIDS/JTIDS terminal interface and repackage it for transmission across the SIMPLE network. The receiving SIMPLE node extracts the TDL message traffic from the received packet and presents it to the host interface as if it had been received from a MIDS/JTIDS terminal.

Addressing

The addressing supports specific nodes, groups, and broadcast to all. These address forms are independent of the transport, which may have similar concepts (Serial and TCP point-to-point, UDP multicast and broadcast). Any SIMPLE addressing needs to go over any physical transport layer (although that may be open to interpretation).

History

The development of SIMPLE resulted from the requirement in February 1996 of the Ad Hoc Working Group (AHWG) on NATO Common Interoperability Standards (NCIS) Testing for a single interface standard to support the interconnection of NATO resources.

See also

Related Research Articles

IEEE 802.2 is the original name of the ISO/IEC 8802-2 standard which defines logical link control (LLC) as the upper portion of the data link layer of the OSI Model. The original standard developed by the Institute of Electrical and Electronics Engineers (IEEE) in collaboration with the American National Standards Institute (ANSI) was adopted by the International Organization for Standardization (ISO) in 1998, but it remains an integral part of the family of IEEE 802 standards for local and metropolitan networks.

The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the set of communication protocols used in the Internet and similar computer networks according to functional criteria. The foundational protocols in the suite are the Transmission Control Protocol (TCP), the User Datagram Protocol (UDP), and the Internet Protocol (IP). In the development of this networking model, early versions of it were known as the Department of Defense (DoD) model because the research and development were funded by the United States Department of Defense through DARPA.

<span class="mw-page-title-main">OSI model</span> Model of communication of seven abstraction layers

The Open Systems Interconnection model is a conceptual model that 'provides a common basis for the coordination of [ISO] standards development for the purpose of systems interconnection'. In the OSI reference model, the communications between a computing system are split into seven different abstraction layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

The Session Initiation Protocol (SIP) is a signaling protocol used for initiating, maintaining, and terminating communication sessions that include voice, video and messaging applications. SIP is used in Internet telephony, in private IP telephone systems, as well as mobile phone calling over LTE (VoLTE).

In computer networking, the User Datagram Protocol (UDP) is one of the core communication protocols of the Internet protocol suite used to send messages to other hosts on an Internet Protocol (IP) network. Within an IP network, UDP does not require prior communication to set up communication channels or data paths.

<span class="mw-page-title-main">Protocol data unit</span> Unit of information transmitted over a computer network

In telecommunications, a protocol data unit (PDU) is a single unit of information transmitted among peer entities of a computer network. It is composed of protocol-specific control information and user data. In the layered architectures of communication protocol stacks, each layer implements protocols tailored to the specific type or mode of data exchange.

Simple Network Management Protocol (SNMP) is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behaviour. Devices that typically support SNMP include cable modems, routers, switches, servers, workstations, printers, and more.

In NATO, a standardization agreement defines processes, procedures, terms, and conditions for common military or technical procedures or equipment between the member countries of the alliance. Each NATO state ratifies a STANAG and implements it within its own military. The purpose is to provide common operational and administrative procedures and logistics, so one member nation's military may use the stores and support of another member's military. STANAGs also form the basis for technical interoperability between a wide variety of communication and information systems (CIS) essential for NATO and Allied operations. The Allied Data Publication 34 (ADatP-34) NATO Interoperability Standards and Profiles which is covered by STANAG 5524, maintains a catalogue of relevant information and communication technology standards.

<span class="mw-page-title-main">Transport layer</span> Layer in the OSI and TCP/IP models providing host-to-host communication services for applications

In computer networking, the transport layer is a conceptual division of methods in the layered architecture of protocols in the network stack in the Internet protocol suite and the OSI model. The protocols of this layer provide end-to-end communication services for applications. It provides services such as connection-oriented communication, reliability, flow control, and multiplexing.

Distributed Interactive Simulation (DIS) is an IEEE standard for conducting real-time platform-level wargaming across multiple host computers and is used worldwide, especially by military organizations but also by other agencies such as those involved in space exploration and medicine.

Link 16 is a military tactical data link network used by NATO and nations allowed by the MIDS International Program Office (IPO). Its specification is part of the family of Tactical Data Links.

TADIL-J refers to the system of standardized J-series messages which are known by NATO as Link 16. These are defined by U.S. military standard (MIL-STD) 6016. It is used by the U.S. Navy, U.S. Army, U.S. Marine Corps, U.S. Air Force, U.S. Coast Guard, the NSA, several NATO countries, and Japan as part of the Multi-Tactical Data Link Network, a Tactical Data Link.

In computer networking, a reliable protocol is a communication protocol that notifies the sender whether or not the delivery of data to intended recipients was successful. Reliability is a synonym for assurance, which is the term used by the ITU and ATM Forum.

Architecture for Control Networks (ACN) is a suite of network protocols for control of entertainment technology equipment, particularly as used in live performance or large-scale installations. For example, lighting, audio or special effects equipment. ACN is maintained by Entertainment Services and Technology Association and its first official release was ANSI Standard E1.17-2006 - Entertainment Technology - Architecture for Control Networks. The standard was subsequently revised and released as ANSI E1.17-2010.

A network socket is a software structure within a network node of a computer network that serves as an endpoint for sending and receiving data across the network. The structure and properties of a socket are defined by an application programming interface (API) for the networking architecture. Sockets are created only during the lifetime of a process of an application running in the node.

iWARP is a computer networking protocol that implements remote direct memory access (RDMA) for efficient data transfer over Internet Protocol networks. Contrary to some accounts, iWARP is not an acronym.

The Joint Range Extension Applications Protocol (JREAP) enables tactical data messages to be transmitted over long-distance networks, e.g. satellite links, thereby extending the range of Tactical Data Links (TDLs).

S-TADIL J, or Satellite TADIL J, is a real-time Beyond Line-of-Sight (BLOS) Tactical Digital Information Link (TADIL) supporting the exchange of the same J Series message set that is implemented on Link-16 via the Joint Tactical Information Distribution System (JTIDS). S-TADIL J provides for robust continuous connectivity between Navy ships that are beyond JTIDS line-of-sight (LOS) transmission range. S-TADIL J is designed to support and significantly improve long-range TADIL connectivity between widely dispersed fleet operational forces. With the deployment of S-TADIL J, operational units will have three possible data link paths that can be used to support multi-ship data link-coordinated operations. S-TADIL J supports the same levels of surveillance and weapon coordination data exchange provided by Link-11 and Link-16. The TADIL J message standard is implemented on S-TADIL J to provide for the same level of information content as Link-16.

STANAG 5066 is a NATO Standardization Agreement specification to enable applications to communicate efficiently over HF radio.

Link 1 is a computer network standard developed by NATO to provide information exchange for air defence.

References