Wire protocol
Transport-independent method of representing data
title: "Wire protocol" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["application-layer-protocols"] description: "Transport-independent method of representing data" topic_path: "technology/networking" source: "https://en.wikipedia.org/wiki/Wire_protocol" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Transport-independent method of representing data ::
In computer networking, a wire protocol refers to a way of getting data from point to point: A wire protocol is needed if more than one application has to interoperate. It generally refers to communication protocols higher than the physical layer.{{cite web | accessdate = 2011-04-11 | publisher = PCMAG.COM | title = Definition of: wire protocol | url = https://www.pcmag.com/encyclopedia_term/0%2C2542%2Ct%3Dwire+protocol%26i%3D54750%2C00.asp | archive-url = https://web.archive.org/web/20121013111507/http://www.pcmag.com/encyclopedia_term/0%2C2542%2Ct%3Dwire+protocol%26i%3D54750%2C00.asp | archive-date = 2012-10-13 | url-status = live
The wire protocol may be either text-based or a binary protocol. Although an important architectural decision, this is a separate matter from the distinction between wire protocols and programmatic APIs.
In electronics, a wire protocol is the mechanism used to transmit data from one point to another.
Functionality
A wire protocol provides the means for the interoperation of one or more applications in a network. They often refer to distributed object protocols, or they use applications that were designed to work together. As the name suggests, these distributed object protocols run in different processes in one or several computers that are connected over a network.
Types
Wire protocols provide the means for a program running under one operating system to communicate with a program running under some other operating system over a network such as an organization's intranet or the Internet. The protocol thus interconnects multiple platforms. Some wire protocols are language-independent, allowing the communication of programs written in different programming languages.
Examples of wire protocols include:
- IIOP for CORBA
- RTPS for DDS
- Java Debug Wire Protocol (JDWP) for Java debugging
- JRMP for RMI
- SOAP for Web services
- AMQP for message-oriented middleware
- PostgreSQL wire protocol
References
References
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::