Data Communication Flashcards
The process of transferring digital information (data) between two or more points
Data Communications
Defined as information that has been processed
Data
It is referring to knowledge or intelligence
Information
It a standards body under ITU. It is the primary organization for developing standards on telephone and data communications systems among participating governments
Comite Consultatif International Telegraphique or
Consultative Committee on International Telegraphy and Telephony (CCITT)
Group of the CCITT that addresses the regulatory aspects of international communications including telegraph operations, telex service, tariffs, public networks and many aspects o telephony
Study Group A
Group of the CCITT that concentrates its efforts on telegraph transmission, equipment specifications and telegraph signaling
Study Group B
Group of CCITT that studies international telephone operations
Study Group C
Group of CCITT that addresses problems relating to international data transmission service and international data networks
Study Group D
A voluntary organization consisting of national standards committees of each member country
International Standards Organization (ISO)
A voluntary standards body in the US and is a member of the ISO
American National Standards Institute (ANSI)
A national trade association which is very influential in developing standards in North American Countries
Electronic Industries Association (EIA)
A US professional organization of electrical, electronics and computer engineers
Institute of Electrical and Electronics Engineering (IEEE)
Type of Connection Combination used in data communication system
DTE and DCE combination
A general term that describes the interface equipment used at the stations to adapt the digital signals from the computers and terminals to a format more suitable for transmission
Data Terminal Equipment (DTE)
A terminal that is old form of DTE that was invented to replace the Morse telegrapher
Teleprinter
A terminal that is known as video displace terminal (VDT) was developed as an alternative to teleprinter terminals
Cathode Ray Tube (CRT) Terminal
Classifications of CRT terminal that are teletype compatible and offer a limited number of functions
Dumb Terminals
Classifications of CRT terminal that offer enhanced functions such as editing and formatted data entry
Smart Terminals
Classifications of CRT terminal that feature software support
Intelligent or user-programmable terminals
A terminal that replaces most teleprinters and CRT terminals as the terminal of choice as a standard terminal
PC Terminal
A general term that describes the equipment that converts digital signals to analog signals and interfaces the data terminal equipment to analog transmission medium
Data Communications Equipment (DCE)
A facility that connects two points together
Transmission Channel
It identifies how various stations within the network are interconnected
Topology
Types of Network Topology
Ring Mesh Star Line Tree Bus Fully Connected
A network topology could be configured for traffic to flow in one direction or in both directions
Ring Topology
A network topology that every node in the network is connected to each other by transmission facilities
Mesh Topology
A network topology that is very economical when traffic relations are comparatively low but inefficient particularly when traffic intensities grow
Star Topology
It is so called the full mesh topology
Fully Connected Topology
A network topology that there is a common line to which several nodes can connect
Bus Topology
A network topology that is an extension of the bus structure with branches
Tree Topology
Two Configurations of Data Communications Networks
Point-to-point
Multipoint
A circuit connection considered most elemental in data connectivity
Point-to-point
A circuit connection that the main station is commonly a CPU and the outstations are workstations
Multipoint
Four Transmission Modes in Data Communications
Simplex
Half-duplex
Full-duplex
Full/Full Duplex
Type of data transmission that transmits one way only (unidirectional)
Simplex Mode
Type of data transmission that transmits in both directions but not simultaneous
Half-duplex Mode
Type of data transmission that transmits in both directions simultaneously but only between two statios
Full-duplex Mode
Type of data transmission that transmits in both directions simultaneously between several stations
Full/Full-duplex Mode
Three types of Switching Concepts
Circuit Switching
Message Switching
Packet Switching
A type of switching used for making a standard telephone call on the public telephone network
Circuit Switching
A type of switching that follows “store-and-forward” switching which the data including source and destination identification codes are transmitted into the network and stored in a switch
Message Switching
A type of switching that follows “hold-and-forward” switching which the data is divided into smaller segments called packets prior to transmission through the network
Packet Switching
Three common codes used in data communications
Baudot Code
American Standard Code for Information Interchange (ASCII)
Extended Binary-Coded Decimal Interchange Code (EBCDIC)
It is a 5-bit character code used primarily for low-speed teletype equipments
Baudot Code
This code is adopted in the US in 1963 to standardize data communications code in America. It contains 7 bits in a character equivalent to 128 code combinations
ASCII Code
This code is the true 8-bit character code developed by IBM
EBCDIC Code
Two important aspects in data transmission error control
Detection
Correction
The process of monitoring the received data and determining when a transmission error has occured
Error Detection
Type of Error Detection Schemes
Redundancy Exact-Count Encoding Parity Vertical Redundancy Checking (VRC) Horizontal or Longitudinal Redundancy Checking (HRC or LRC) Cyclic Redundancy Check (CRC)
It involves transmitting each character twice if the same character is not received twice in succession, a transmission error has occured
Redundancy
The number of 1’s in each character is the same to determine if a transmission error has occured
Exact-Count Encoding
The simplest error detection scheme used in data communications systems and is used in both vertical and horizontal redundancy checking
Parity
Two modes of Parity error detection
Odd Parity
Even Parity
An error detection scheme that uses parity to determine if a transmission error has occurred within a character (Character Parity)
Vertical Redundancy Checking (VRC)
An error detection scheme that uses a parity to determine if a transmission error has occurred in a message (Message Parity)
Horizontal or Longitudinal Redundancy Checking (HRC or LRC)
The most reliable scheme for error detection capable of detecting 99.95% of all transmission errors
Cyclic Redundancy Checking (CRC)
Type of Error Correction Schemes
Symbol Substitution
Re-transmission
Forward Error Correction (FEC)
It is designed to be used in a human environment
Symbol Substitution
It is often called “ARQ” or automatic request for re-transmission
Re-transmission
The only error correction scheme that actually detects and corrects transmission errors at the receive end without calling for re-transmission
Forward Error Correction
A popular FEC code was developed by R. W. Hamming
Hamming Code
Formula for Hamming Code
2ⁿ ≥ m + n +1
n = number of Hamming Bits
m = number of bits in the data character
The operation or activity of two or more things at the same time or rate
Synchronization
Common types of synchronization techniques
Bit or Clock Synchronization
Character Synchronization
Synchronization that is achieved through a receive clock signal which is coincident with the received serial data stream
Bit or Clock Synchronization
Synchronization that is accomplished by recognizing one or two phasing characters often called SYN or sync characters
Character Synchronization
A start-stop transmission that each data is framed between a start and stop bits
Asynchronous Transmission
Formula for h-factor of an FSK modulator of Asynchronous modem
h= | fₘ - fₛ | / fb fₘ = mark (logic 1) frequency (Hz) fₛ = space (logic 0) frequency (Hz) fb = input bit rate (bps)
A unique synchronizing character called the SYN characters is transmistted at the beginning of the message
Synchronous Transmission
SYN characters are inserted in the transmitted data stream to ensure character synchronization throughout the message
Message Synchronization