FACTOID # 55: NationMaster.com is now 40 times the size of the CIA World Factbook!
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Binary Synchronous Communications

Binary Synchronous Communication (BSC or Bisync) is an IBM link protocol, announced in 1967 after the introduction of System/360. It replaced the synchronous-transmit-receive (STR) protocol used with second generation computers. The intent was that common link management rules could be used with three different alphabets for encoding messages. Six-bit Transcode looked backwards to older systems; USASCII with 128 characters and EBCDIC with 256 characters looked forward. Transcode disappeared very quickly but the EBCDIC dialect of Bisync still has very limited use in the 2000s. International Business Machines Corporation (IBM, or colloquially, Big Blue) (NYSE: IBM) (incorporated June 15, 1911, in operation since 1888) is headquartered in Armonk, New York, USA. The company manufactures and sells computer hardware, software, and services. ... In communications, the transmission of a unit of data from one node to another (OSI layer 2). ... 1967 (MCMLXVII) was a common year starting on Sunday of the Gregorian calendar (the link is to a full 1967 calendar). ... System/360 Model 65 operators console, with register value lamps and toggle switches (middle of picture) and emergency pull switch (upper right). ... 2000s - Wikipedia, the free encyclopedia /**/ @import /skins-1. ...

Contents


Framing

Bisync differs from all popular protocols which succeeded it in the complexity of message framing. Later protocols used a single framing scheme for all messages sent by the protocol. HDLC, DDCMP, PPP, etc all have different framing schemes but only one frame format exists within a specific protocol. Bisync had five different framing formats. Normal data framing restricted the number of different characters which could be included in a text block to: Transcode 59, USASCII 123, EBCDIC 251. Transparent data framing provided an unrestricted alphabet of 64, 128 or 256 characters. The framing protocol varied with the message content: It has been suggested that the section HDLC from the article Measuring_data_throughput be merged into this article or section. ... PPP is an abbreviation for: Pakistan Peoples Party ParaParaParadise, a rhythm video game Pariser-Parr-Pople method, an approximation in quantum chemistry Partai Persatuan Pembangunan, an Indonesian political party (United Development Party) Parti Populaire des Putes, a Canadian political party promoting the rights of sex workers Pearly penile papules, pale...

  1. Normal data: restricted character set
  2. Transparent data: unrestricted character set
  3. Single character link control phrase: EOT, NACK etc.
  4. DLE stick: ACK0, ACK1, WACK, RVI, DLE-EOT
  5. Temporary Transmit Delay: (TTD) encoded as STX ENQ

All of these frame formats begin with at least two SYNC bytes. The binary form of the SYNC byte has the property that no rotation of the byte is equal to the original. This allows the receiver to find the beginning of a frame by searching the received bit stream for the SYNC pattern. When this is found, tentative byte synchronization has been achieved. If the next character is also a SYNC, character synchronization has been been achieved. The receiver then searches for a character which can start a frame. Characters outside of this set are described as "leading graphics". They are sometimes used to identify the sender of a frame.


Normal data frames do not allow certain characters to appear in the data. These are the block ending characters: ETB, ETX and ENQ and the ITB and SYNC characters. A long data frame should contain an inserted SYNC byte every two seconds to indicate that character synchronization is still present. The receiver deletes this character. A normal block ending character (ETB or ETX) is followed by some kind of checksum. For Transcode and EBCDIC this is a two character cyclic redundancy check; for USASCII is a one character LRC. A data frame may contain an intermediate checksum preceded by an ITB character. This ability to include intermediate checksums in a long data frame allowed a considerable improvement of the error detection probability. A cyclic redundancy check (CRC) is a type of hash function used to produce a checksum - which is a small, fixed number of bits - against a block of data, such as a packet of network traffic or a block of a computer file. ...


Transparent data frames allowed all 256 EBCDIC characters to be transmitted. Block framing characters such as ETB and SYNC were preceded by a DLE character to indicate their control significance. This technique became known as character stuffing after bit stuffing was invented. In data transmission and telecommunication, bit stuffing (also known -- uncommonly -- as positive justification) is the insertion of noninformation bits into data. ...


Error protection for ACK0 and ACK1 is weak. The Hamming distance between the two messages is only two bits. In information theory, the Hamming distance, named after Richard Hamming, is the number of positions in two strings of equal length for which the corresponding elements are different. ...


Link Control

The link control protocol is similar to STR. The designers attempted to protect against simple transmission errors. The EBCDIC CRC-16 used to protect data frames is fairly strong; the Transcode CRC-12 is a little weaker. The protocol can recover from a corrupted data frame, a lost data frame and a lost acknowledgement. Corruption of ACK0 into ACK1 results in the duplication of a data frame. Error recovery is by retransmission of the corrupted frame.


The protocol is strictly half-duplex. In environments with noticeable round-trip delay or slow modem turnaround, this could reduce performance.


Routing

Much Bisync traffic was strictly point-to-point. In some cases connection of a terminal to multiple hosts was possible via the dial telephone network.


Multidrop was part of the initial Bisync protocol. A master station would poll several terminals which are attached via analog bridges to the same communication line. The selected station could then transmit a message to the master. The master could address a message to a specific station. Leading graphics mentioned above were used for station selection,


Bisync Applications

The original purpose of Bisync was for batch communications between a System 360 mainframe and another mainframe or an Remote Job Entry (RJE) terminal such as the IBM 2780 and IBM 3780. Support for remote 3270 display terminals came later. One application which supported on-line terminals was the CICS/VSE environment. The RJE terminals supported a limited number of data formats: punched card images in and out and print line images to the terminal. Some non-IBM vendors such Mohawk Data Sciences used Bisync for other purposes such as tape to tape transmission. RPG for System/36 and System/38 included support for Bisync. A programmer could easily emulate an RJE terminal or other device. The IBM System/360 (S/360) is a computer system family announced by International Business Machines on April 7, 1964. ... Mainframes (often colloquially referred to as big iron) are large and expensive computers used mainly by government institutions and large companies for legacy applications, typically bulk data processing (such as censuses, industry/consumer statistics, ERP, and bank transaction processing). ... Mainframe computers support remote workstations that send files to and receive reports from the mainframe RJE system. ... Clemson Universitys library catalog as displayed in a 3270 emulation program The IBM 3270 is a class of terminals made by IBM (known as Display Devices) normally used to communicate with IBM mainframes. ...


Pseudo-Bisync Applications

Some important systems used Bisync data framing with a different link control protocol. HASP used Bisync half-duplex hardware in conjunction with their own link control protocol to provide full-duplex multi-datastream communication between a small computer and a mainframe running HASP. Some early X.25 networks tolerated a connection scheme where transparent Bisync data frames encapsulated HDLC LAP-B data and control packets.


Disposition

Bisync was first displaced by Systems Network Architecture which allows construction of a network with multiple hosts and multiple programs using telecommunications. X.25 and Internet Protocol of system which like SNA provide more than mere link control. Systems Network Architecture (SNA) is IBMs proprietary networking architecture created in 1974. ...


References

  • Detailed discussion of Bisync link control
  • Bisync & STR programming for IBM 1130

  Results from FactBites:
 
VT100.net: Terminals & Printers Handbook Glossary (6144 words)
The replies (DLE sequences in binary synchronous communications) indicate that the previous transmission block was accepted by the receiver and that it is ready to accept the next block of the transmission.
In binary synchronous (BSC) transmission, ENQ is transmitted as part of an initialization sequence (line bit) in point-to-point operation, and as the final character of a selection or polling sequence in multipoint operation.
In binary synchronous communications, this DLE sequence is sent by a receiving station to indicate that it is temporarily not ready to receive data.
  More results at FactBites »


 
 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms, 1022, m