Data Communications Concepts

Communication = a message or an exchange of messages
Communications = technology-aided exchange of information
Data Communications = The process of exchanging data over communications facilities.  The process of transmitting and receiving data in an orderly way so that the data that arrive at the destination are an accurate duplication of the data that were sent.

Telecommunications
The union of communications and computers.
Transmitting and receiving data over a long distance. ("tele" is a Greek word meaning "far off")

Network
Network = Computer system that uses communications equipment to connect two or more computers and their resources (LAN, MAN, WAN)
Standalone computer (PC) has its own local (cf. remote) resources
Network workstation
Network server = a network resource = Distributes or serves application programs and data files to workstations.
Node = each device on a network = network resource
User ID = user name
User password = secret code for security purposes = Should be changed regularly = Should be impossible for anyone to guess what your password is = Must never be shared with anyone = If you think someone may know your password, you must immediately change it.
User account = access to network resources
Print server = Data files sent to your workstation's parallel port (prn, lpt1) are captured and redirected to the network printer and placed in a print queue until they are printed.
NIC = network interface card = a small circuit board
Network types: Ethernet, Token Ring, ARCnet, FDDI, ATM
Dedicated file server = serves programs and data files to the workstations where the programs are run and the data are processed = PC or minicomputer or mainframe = Network may have more than one dedicated file server
Non-dedicated server = peer-to-peer capability = both file server and workstation
Client-server architecture = Application server = Computer that runs application software and forwards the results of processing to workstations (clients) as requested, then the workstation can further process the data.
Host computer = Minicomputer or mainframe = Accessed by (dumb) terminals with no storage or processing = A PC can pretend to be a (dumb) terminal by using terminal emulation software = Time-sharing system
NOS = Network Operating System = Control flow of data, maintain security, keep track of user accounts = (e.g. Novell NetWare, MS-Windows, Banyan Vines, Lantastic, UNIX, OS/2, etc.)
Network server software = installed on a file server
Network client software = installed on each workstation = Device driver for the NIC
Workgroup

Standards
Network Standard = a set of communications protocols for orderly transmission of data
Ethernet uses CSMA/CD (carrier sense multiple access with collision detection)
Token Ring and ARCnet use a token signal to indicate whether the network is available to carry a packet.
FDDI, ATM, Fast-Ethernet

Network communications protocols
TCP/IP = Transmission Control Protocol / Internet Protocol = used on Internet
IPX = Internetwork Packet eXchange = used on Novell NetWare
LAT = Local Area Transport = DECnet = used by Digital Equipment Corp.
AFP = used on AppleTalk networks
 

Shannon's Communications System model
Source → Message →Encoding Channel → DecodingMessage → Receiver
Communications Medium carries one or more Communications Channels and provides a Communications Link between transmitting and receiving devices. Examples of Communications Media: telephone wiring (twisted pair), coaxial cable (CATV = Cable TV), light (laser, infrared), fibre-optic cable, microwaves, satellites, radio waves, cellular (FM or digital)
Noise, such as electrical interference, sometimes disrupts a transmission. Error checking and correction are essential.

Communications Signal
Electromagnetic wave (see Electromagnetic Spectrum - PDF)
Frequency = spacing between waves = Number of times per second the wave cycle repeats (Hz = Hertz)
Amplitude = height of wave = Vertical distance between a wave crest and a wave trough

Signal Direction
Simplex
Half-duplex
Duplex (= Full-duplex)

Transmission Mode
Serial = for modem and network communications
Parallel = for printer

Communications Protocols
Rules that ensure the orderly and accurate transmission and reception of data (e.g. TCP/IP)
Even-parity Error-checking protocol = the number of 1 bits in a data block (including a parity bit) is an even number = If the number of 1 bits is odd then the receiver requests that the data block be transmitted again.
Synchronous protocol = the sender and the receiver are synchronized by a signal called a clock so the data are sent at a fixed rate.
Asynchronous protocol = Sender transmits a start bit, the data block, and stop bit(s).

Packet Switching = a message delivery technique that divides a message into smaller units called packets. Each packet is addressed to its destination, but it might travel a different route than other packets. At the receiving end of the transmission, all the packets are gathered and reassembled. (See Notes on TCP/IP):
 
 

Bandwidth
What is Bandwidth?  (www.whatis.com)

Bandwidth = capacity = a measure of the amount of data a channel can carry = the number of frequencies that can fit on one communications line at the same time = a range of frequencies; the difference between the highest and lowest frequencies in a channel.

Transmission Speed
Although the electrons travel at about the speed of light, the transmission speed, called baud rate or bps (bits per second), is the number of times that a data transmission can change signal states per second.
bps = the number of data bits transmitted in one second

Modem = modulation converts digital pulses into analog audio waves (vs. demodulation)

POTS= Plain old telephone service = dial-up line that is a non-dedicated communications channel = 30kbps capacity line (max. 56kbps with USR-X2)
ISDN= Integrated Services Digital Network = a dedicated leased line = a permanent connection with 64-128kbps capacity
T1 service = dedicated 1500kbps capacity line
T3 service (fibre-optic cable) = dedicated 45000kbps capacity line
CATV(coaxial cable) = 512kbps-5200kbps capacity line - Vidéotron : Internet : Home
ADSL
= Asymmetric Digital Subscriber Line = telephone line 512kbps-8000kbps
 



 

7-Layer ISO/OSI model

 

Related Resources: