SUPPORT THE WORK

GetWiki

Out-of-band data

ARTICLE SUBJECTS
aesthetics  →
being  →
complexity  →
database  →
enterprise  →
ethics  →
fiction  →
history  →
internet  →
knowledge  →
language  →
licensing  →
linux  →
logic  →
method  →
news  →
perception  →
philosophy  →
policy  →
purpose  →
religion  →
science  →
sociology  →
software  →
truth  →
unix  →
wiki  →
ARTICLE TYPES
essay  →
feed  →
help  →
system  →
wiki  →
ARTICLE ORIGINS
critical  →
discussion  →
forked  →
imported  →
original  →
Out-of-band data
[ temporary import ]
please note:
- the content below is remote from Wikipedia
- it has been imported raw for GetWiki
{{Short description|Data Transfer Type in Computer Network}}In computer networking, out-of-band data is the data transferred through a stream that is independent from the main in-band data stream. An out-of-band data mechanism provides a conceptually independent channel, which allows any data sent via that mechanism to be kept separate from in-band data. The out-of-band data mechanism should be provided as an inherent characteristic of the data channel and transmission protocol, rather than requiring a separate channel and endpoints to be established.WEB, Serverframework.com, Out of band data, TCP Urgent mode and overlapped I/O, Len, October 20, 2011,weblink 21 February 2014, The term "out-of-band data" probably derives from out-of-band signaling, as used in the telecommunications industry.WEB, Chapter 11: Signaling Systems,weblink George Mason University, 21 February 2014,

Example case

Consider a networking application that tunnels data from a remote data source to a remote destination. The data being tunneled may consist of any bit patterns. The sending end of the tunnel may at times have conditions that it needs to notify the receiving end about. However, it cannot simply insert a message to the receiving end because that end will not be able to distinguish the message from data sent by the data source. By using an out-of-band mechanism, the sending end can send the message to the receiving end out of band. The receiving end will be notified in some fashion of the arrival of out-of-band data, and it can read the out of band data and know that this is a message intended for it from the sending end, independent of the data from the data source.

Implementations

It is possible to implement out-of-band data transmission using a physically separate channel, but most commonly out-of-band data is a feature provided by a transmission protocol using the same channel as normal data. A typical protocol might divide the data to be transmitted into blocks, with each block having a header word that identifies the type of data being sent, and a count of the data bytes or words to be sent in the block. The header will identify the data as being in-band or out-of-band, along with other identification and routing information. At the receiving end, the protocol looks at the header and routes the data to the normal reception endpoint if it is in-band, and to a separate mechanism if it is out-of-band. Depending on the implementation, there may be some mechanism for notifying or interrupting the receiving application when out-of-band data has arrived.The most commonly used protocol containing an out-of-band data mechanism is the Internet's Transmission Control Protocol. It implements out-of-band data using an "urgent pointer," which marks certain data in the transmitted data stream as out-of-band. Unfortunately, a long-existing discrepancy between RFC 793 and RFC 1122 limits the usability of this feature of TCP;IETF, On the implementation of the TCP urgent mechanism, draft-ietf-tcpm-urgent-data-01, 2.2, nonetheless, it is heavily used by certain standard application protocols, notably the Telnet protocol.IETF, 854, TELNET PROTOCOL SPECIFICATION, On Unix-like computers, out-of-band data can be read with the recv() system call. A process or process group can be configured to receive SIGURG signals when out-of-band data is available for reading on a socket, by using the F_SETOWN command of the fcntl() system call. This is a form of asynchronous I/O.The Serial Advanced Technology Attachment (SATA) protocol commonly used to connect disk drives to computers implements an out-of-band data protocol.WEB, Altera Corporation, AN-635-1.0 Application Note Implementing SATA and SAS Protocols in Altera Devices,weblink 21 February 2014,weblink" title="web.archive.org/web/20160304025712weblink">weblink 4 March 2016, dead, The Consultative Committee for Space Data Systems' Space Data Link Protocol implements an out-of-band mechanism via the "command" flag. When set, the received data is to be interpreted and acted on by the data link receiver, rather than being telemetry/telecommand information to be passed to the destination.WEB, TC Space Data Link Protocol,weblink CCSDS 232.0-B-1, Consultative Committee for Space Data Systems, 21 February 2014,

Issues

Some sources define "out-of-band data" as including the characteristic that out-of-band data should be prioritized ahead of queued in-band data.BOOK, Advanced Programming in the Unix Environment: Second Edition, 2005, Addison-Wesley Professional, 0201433079, 960,weblink Stevens, W. Richard, Rago, Stephen A., 21 February 2014, 16.7, This is reinforced by TCP's (RFC 793) referring to the out-of-band data mechanism as "urgent data." However, prioritization is neither an essential nor a necessarily desirable characteristic of out-of-band data; moreover, TCP implementations vary greatly on how they treat the urgency of out-of-band data.

See also

  • Delimiter involving in-band and out-of-band data viewed on the level of symbolic representation.
  • Out-of-band management involving the use of a dedicated management channel for device maintenance.
  • DOCSIS Set-top Gateway (or DSG), a specification describing how out-of-band data is delivered to a cable set-top box

References

{{Reflist|40em}}

- content above as imported from Wikipedia
- "Out-of-band data" does not exist on GetWiki (yet)
- time: 6:22am EDT - Fri, Apr 26 2024
[ this remote article is provided by Wikipedia ]
LATEST EDITS [ see all ]
GETWIKI 23 MAY 2022
GETWIKI 09 JUL 2019
Eastern Philosophy
History of Philosophy
GETWIKI 09 MAY 2016
GETWIKI 18 OCT 2015
M.R.M. Parrott
Biographies
GETWIKI 20 AUG 2014
CONNECT