Telecommunications and Networks
Telecommunications and Networks
Telecommunications and Networks
6
Telecommunications
and Networks
Communications
The
transmission
of a signal
by way of a
medium
from a
sender to a
receiver.
Telecommunications
The electronic transmission of signals
for communications, including such
means as:
Telephone
Radio
Television
Computer Network
Benefits of
Telecommunications
Better Communication
E-mail, voice mail, faxes, teleconferencing
Greater Efficiency
Workflow, concurrent access
Better Access to Data
File transfer, distributed databases
Modes of Data Transfer
Parallel
More than one bit at the same time
Printers, Processors, Motherboards
Serial
One bit at a time
Slower, but longer distances
Parallel Transmission
Serial Transmission
Modes of Data Transfer
Simplex
One-way transmission
Half-Duplex
One-way at a time
Full-Duplex
Two-way transmission
The Concept of Networking
File Management
Sharing, transferring
Application Sharing
Device Sharing
Printers, Storage Devices, Modems
Workgroup Activities
Scheduling, e-mail, conferencing
A Computer Network
Hardware
Modems, servers, routers, NICs
Software
Network operating systems
Communications software
Communication Channels
Cabling, microwave, etc.
Networking
Peer-to-Peer (workgroups)
Typically <10 people
No central communication control device
Each computer acts as client and server
Inexpensive
Limited security
Uses each PCs resources
Windows, Windows NT/2000
Categories of Networks
Server-based
Dedicated servers
File, application, mail, fax, communication
Centralized, shared resources
Security
Backup
Thousands of users
Terminal-to-Host
Dumb
terminal
Workstation
Each computer attached to the network
Node
Each device attached to the network (each has a
unique hexadecimal MAC - Media Access
Control address e.g. 08:00:69:02:01:FC )
Server
A central repository for information
Topology
The overall configuration of the network
Network Topology
Connecting every node to every other
node would require N x (N-1)/2 cables
Network Topology
A logical model that describes how networks
are structured or configured.
Bus
Star or combinations
Ring
24
Network Topologies
Ring Bus
A typology Computers
that Ring and computer
contains devices are on
Bus a single line.
computers
and Each device
computer can
devices communicate
placed in a directly to all
ring. Star devices on the
Hierarchical bus.
Star
All
computers
are
connected
Hierarchical
via a central
A typology arranged in a
hub.
tree-like structure.
The Role of Network
Communications Software
Sending data from one node to another
Recognize the data
Divide the data into manageable chunks
Add information to each chunk of data to
identify the receiver
Add timing and error checking information
Put the data on the network and send it on
its way
The OSI Model
(Open Systems Interconnection)
Slide 5 of 26
Data Packets
Receiving Computer
Takes packets off the cable
Strips the packets of addressing information
Cost
Ease of Installation & Maintenance
Reliability
Speed
Distance
Distance Considerations
Attenuation
Loss of signal quality & strength
Repeaters can extend the distance
Packet Collisions
Susceptibility to RF Noise
Types of Cabling
Category 5 Up to 100Mbps
Twisted Pair Details
RF Noise
Twisting cancels out electrical noise
Shielded is less susceptible
Crosstalk
10Base-T
Maximum segment ~100 meters
RJ-45 connectors
Types of Cabling
Fiber-optic Cable
Many extremely thin fibers of glass or plastic
coated with a cladding and bound together in a
sheathing which transmits signals with light
beams.
Fast transfer rates
Immune to electrical interference (long distances)
Microwave
Terrestrial
Satellite
Cellular
Infrared
Line-of-sight
Channels and Media
Modem
Modulates a digital signal into an analog signal for transmission via
analog medium, then demodulates the signal into digital for receiving.
Modulation
Synchronous Communications
Splits the channel into two channels
Uses the second channel to send a clock
Error Detection
Redundancy
Send everything twice
Parity
8th bit makes parity even or odd
Longitudinal Redundancy Check (LRC)
Checks parity vertically & horizontally per block
Checksum
Checks the last 7 digits of the sum of a block
Error Correction
Circuit Switching
A dedicated channel (circuit) is
established for the duration of the
transmission (e.g. a phone call)
Packet Switching
A message is divided into packets and
each may take a different path (e.g.
TCP/IP)
Dedicated Lines
Multiplexing
Sharing Channels
Phone conversation has 4Khz bandwidth
Copper wire pair has 3Mhz bandwidth
Allows multiple TV signals on coax
Frequency Division Multiplexing
Time-Division Multiplexing
Multiplexer (mux)
Figure 6.11
Multiplexer
Allows several telecommunications signals to be transmitted
over a single communications medium at the same time.
Carriers and Services
Network Monitors
Keep track of network traffic, number of
packets, packet size, collisions, re-
transmissions, etc.
Enables planning
Network Analyzers
Randomly dissects packets, analyzes
problems, and determines the source
Networks and Distributed
Processing
Centralized Processing
Data processing that occurs in a single location or
facility.
Decentralized Processing
Data processing that occurs when devices are
placed at various remote locations.
Distributed Processing
Data processing that occurs when computers are
placed at remote locations but are connected to
each other via telecommunications devices.
23
Bridges, Routers, Gateways and Switches
Repeaters
Repeat transmission signals, allowing a cabled network
to extend farther than it ordinarily would
Bridges
Connects two or more networks, with the same or
different protocols. Can also solve traffic problems by
splitting a network into two segments.
Routers
Feature more sophisticated addressing software than
bridges. Can determine preferred paths, translating only
those packets that need to be routed.
Gateways
Devices that monitors/controls entry to another network
Switches/Hubs
Points of convergence where data arrives from one or
more directions and is forwarded out in one or more
other directions