Communication and Networking: CSC 134 Lecture Outline
Communication and Networking: CSC 134 Lecture Outline
Communication and Networking: CSC 134 Lecture Outline
Lecture Outline
Chapter 8
Chapter 7
Communication and Networking
7.1 Introduction
From the Analog to the Digital Age
Digital: Digital specifically refers to communications signals or information
represented in a two-stat (binary) way.
Analog: Continuously varying in strength and/or quantity.
Purpose of the Modem: Converting Digital Signals to Analog Signals & Back
Modem is short for modulate/demodulate; a sending modem modulates digital
signals into analog signals for transmission over phone lines. A receiving
modem demodulates the analog signals back into digital signals.
Converting Reality to Digital Form
The analog recording process will produce a near duplicate of the sounds. The
way in which music is captured for audio CDs does not provide a duplicate of a
musical performance. Rather, the digital process uses representative selections
(samples) to record the sounds.
Turning analog reality into digital form provides tremendous opportunities. Now
all kinds of multimedia can be changed into digital form and transmitted as data
to all kinds of devices.
The Practical Uses of Communications
Videoconferencing, also called teleconferencing, is the use of television video
and sound technology as well as computers to enable people in different locations
to see, hear, and talk with one another.
Workgroup computing, also called collaborative computing, enables teams
of co-workers to use networks of microcomputers to share information and to
cooperate on projects.
Telecommuting: Working at home while in telecommunication with the office is
called telecommuting. A related term is telework, which includes not only those
who work at least part-time from home but also those who work at remote or
satellite offices called telework centers.
Virtual offices: The virtual office is an often nonpermanent and mobile office run
with computer and communications technology.
CSC 134
Lecture Outline
Chapter 8
Coaxial cable (up to 200 Mbps): Coaxial cable, commonly called co-ax,
consists of insulated copper wire wrapped in a solid or braided metal shield,
then in an external cover. Co-ax is widely used in cable television. Thanks to
the extra insulation, it is much better than twisted-pair wiring at resisting
noise. Moreover, it can carry voice and data at a faster rate (up to 200 Mbps).
Microwave radio (45 Mbps): Microwave radio transmits voice and data
through the atmosphere as super-high-frequency radio waves called
microwaves.
CSC 134
Lecture Outline
Chapter 8
CSC 134
Lecture Outline
Chapter 8
7. 3 Data Transmission
Transmission Rate: Higher Frequency, Wider Bandwidth, More Data
Transmission rate is the function of two variables: frequency and bandwidth.
Frequency: the cycles of waves per second expressed in hertz.
Bandwidth: the difference between the highest and lowest frequencies. The
more frequencies it has available and hence the more data that can be sent
through the channel.
Line configurations: Point-to-Point & Multipoint
Point-to-Point: line that directly connects the sending and receiving devices.
Multipoint: A multipoint line is a single line that interconnects several
communications devices to one computer.
Serial & Parallel Transmission
Serial Data Transmission: bits are transmitted sequentially.
Parallel Data Transmission: bits are transmitted through separate lines
simultaneously.
Direction of Transmission: Simplex, Half-Duplex, & Full-Duplex
Simplex transmission: data can travel in only one direction.
Half-duplex transmission: data travels in both directions but only in one
direction at a time.
Full-duplex transmission: data is transmitted back and forth at the same
time.
Transmission Mode: Asynchronous & Synchronous
Asynchronous transmission: data is sent one byte (or character) at a time.
Each string of bits making up the byte is bracketed, or marked off, with special
control bits.
Synchronous transmission: sends data in blocks. Start and stop bit
patterns, called synch bytes, are transmitted at the beginning and end of the
blocks.
Circuit Switching & Packet Switching: For Voice, Data, & Both:
Circuit switching: best for voice: The transmitter has full use of the circuit
until all the data has been transmitted and the circuit is terminated.
4
CSC 134
Lecture Outline
Chapter 8
7. 4 Networks
A network, or communications network, is a system of interconnected computers,
telephones, or other communications devices that can communicate with one
another and share applications and data.
The Benefits of Networks
CSC 134
Lecture Outline
Chapter 8
Components of a LAN
CSC 134
Lecture Outline
Chapter 8
Topology of LANs
Star network: one in which all microcomputers and other communications
devices are connected to a central server. The advantage of a star network is
that the hub prevents collisions between messages.
Ring network: one in which all microcomputers and other communications
devices are connected in a continuous loop. Electronic messages are passed
around the ring until they reach the right destination. There is no central
server.
Bus network: all communications devices are connected to a common
channel. Each communications device transmits electronic messages to
other devices. If some of those messages collide, the device waits and tries
to transmit again.
CSC 134
Lecture Outline
Chapter 8