Share on Facebook Share on Twitter Email
Answers.com

Out-of-band

 

Separate from the primary frequency or system. See signaling in/out-of-band and out-of-band data.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Hacker Slang: out-of-band
Top

[from telecommunications and network theory]

1. In software, describes values of a function which are not in its ‘natural’ range of return values, but are rather signals that some kind of exception has occurred. Many C functions, for example, return a nonnegative integral value, but indicate failure with an out-of-band return value of −1. Compare hidden flag, green bytes, fence.

2. Also sometimes used to describe what communications people call shift characters, such as the ESC that leads control sequences for many terminals, or the level shift indicators in the old 5-bit Baudot codes.

3. In personal communication, using methods other than email, such as telephones or snail-mail.


Wikipedia: Out-of-band
Top

Out-of-band (OOB) is a technical term with different uses in communications and telecommunication. In case of Out-of-Band signaling Method, Signaling bits are sent in special order in a dedicated signaling frame. D-channel in ISDN is an example of Out-of-Band and CCS signaling methods.

The use of the word "band" in "out-of-band" originates from the term as used in radio and other electronic communications.

Contents

General usage

In general language, "out-of-band" refers to communications which occur outside of a previously established communication method or channel.

Here are two very simple, but illustrative, examples:

  • A person is involved in a discussion with a group of people. During the discussion, he decides that some information is best kept between himself and one other member of the group, exclusively, such as by whispering or sending an electronic text message -- whether for privacy reasons, or merely the need to avoid saturating the entire group with information they do not need. His communication with that individual may be considered out-of-band, relative to the group discussion as a whole.
  • A person is at his place of work, and he is communicating with someone outside of his work place (for example, by Internet or telephone, using his employer's computer or telephone equipment). He decides that key parts of his conversation are best kept private from his employer, such as if he were discussing plans to change jobs. He would use his personal cell phone to transmit sensitive messages to, and receive related messages from, his external contact, in order to avoid use of his employer's phone or computer network. In this situation, his personal cell phone communications are considered out-of-band, relative to the main conversation method.

Telecommunications

Out-of-band communication is the exchange of call control information in a separate band from the data or voice stream, or on an entirely separate, dedicated channel (as in Common Channel Signaling).

See also

Computing

In computer networking, out-of-band data (called "urgent data" in TCP) looks to the application like a separate stream of data from the main data stream. This can be useful for separating two different kinds of data. Note that just because it is called "urgent data" does not mean that it will be delivered any faster or with higher priority than data in the in-band data stream. Also beware that unlike the main data stream, the out-of-band data may be lost if the application cannot keep up with it.

In computer administration, out-of-band management refers to system console access provided, even in the event of primary network subsystem (hard and/or software) failure. This can be done via a console server or with a remote access card (RAC) which has its own processor, memory, battery, network connection, and access to the system bus.

The term "out-of-band" is sometimes confused[citation needed] with the term "out-of-bounds", which in computer programming refers to values returned by a function that are not in its "natural" range of return values, but rather signal some kind of exception. Many C programming language functions that normally return a non-negative integer will return -1 to indicate failure (See also end-of-file). It is actually a clear example of in-band signalling since it uses the same "channel" for control and data (In-band signaling is the opposite of out-of-band signaling and out-of-band signaling is one method of achieving network transparency).

In personal communications, methods other than e-mail (such as telephone or snail-mail) are sometimes called "out-of-band"[1].

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.

See also

Notes

  1. ^ The Jargon File "Out-of-band", def. 3

 
 
Learn More
in band (technology)
out-of-band data (technology)
WinNuke (technology)

Is the band Seether a Christian band? Read answer...
Is the band kiss a girl band? Read answer...
Is the band Sherwood a christian band? Read answer...

Help us answer these
Where is the band him?
What are the Bands?
What is the A band?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Hacker Slang. The Jargon File. Copyright © 2007.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Out-of-band" Read more