Data Communications and Networking: Basic Definitions
Data Communications and Networking: Basic Definitions
Data Communications and Networking: Basic Definitions
Definitions.
Data Communication is the exchange of data (in the
form of 0s and 1s) between two devices via some
form of transmission medium (such a cable)
Data Communication: Local or Remote
A data communication is considered local if the
communicating devices are in the same building or in
similarly restricted geographical area.
Line Configuration
1.
2.
Point-point connection
1.
2.
3.
4.
5.
Topology
Mesh
Ring
Bus
Purpose
Star
Tree
Bus
Primary-Secondary
Peer-to-Peer
Mesh Topology
In a mesh topology, every device has a dedicated point-topoint link to every other device.
The term dedicated means that the link carries traffic only
between the two devices it connects.
Mesh topology
Advantages
The use of a dedicated links guarantees that each
connection can carry its own load, thus eliminating
the traffic problems that can occur when links must
be shared by multiple devices.
A mesh topology is robust. If one link becomes
unusable, it does not incapacitate the entire system.
Privacy. When every message sent travels along a
dedicated link, only the intended recipient sees it.
Physical boundaries prevent other users from
gaining access to messages.
Point-to Point links make fault identification and fault
isolation easy.
Disadvantages
A big amount of cabling and a big number of I/O
ports required, i.e, the hardware required can be
very expensive.
Because every device must be connected to every
other device, installation and reconfiguration are
difficult.
For these reasons a mesh topology is usually
implemented in a limited fashion.
For example, as a backbone connecting the main
computers to a hybrid network that can include
several other topologies.
Star Topology
In a star topology, each device has a dedicated point-topoint link only to a central controller, usually called a
hub.
A star topology does not allow direct traffic between
devices. If one device wants to send data to another,
it sends the data to the controller, which then relays
the data to the other connected device.
Advantages
It is easy to install and reconfigure
The star topology is robust. If one link fails, only that
link is affected. This factor also lends itself to easy
fault identification and fault isolation.
Star topology
Disadvantages
A big amount of cabling and a big number of I/O
ports required, i.e, the hardware required can be
very expensive.
Note: Star topology requires far less cable than Mesh
topology.
Tree Topology
A tree topology is a variation of a star. As in the star,
nodes in a tree topology are linked to a central hub
that controls the traffic to the network.
The majority of devices connect to a secondary hub that
in turn is connected to a central hub.
Bus topology
Disadvantages
Difficult reconfiguration and fault isolation.
A bus is usually designed to be optimally efficient at
installation. It can therefore be difficult to add a new
devices.
A fault or break in the bus cable stops all
transmission, even between devices on the same
side of the problem. The damaged area reflects
signals back in the direction of origin, creating noise
in both directions.
Ring Topology
In a ring topology, each device has a dedicated point-topoint line configuration only with the two devices on
either side of it.
Advantages
Easy to install and
reconfigure. To add
or delete a device
require only two
connections.
Easy fault isolation
Disadvantages
A break in the ring
(such as a disabled
station) can disable
the entire network.
Hybrid Topologies
Often a network combines several topologies as sub
networks linked together in a larger topology.
Transmission Mode
The term transmission mode is used to define the direction of
signal flow between two linked devices.
There three types of transmission modes: simplex, halfduplex and full-duplex
Simplex:In simplex mode, the communication is
unidirectional, as one-way street.
Categories of Networks
LANs
A local area network (LAN) is usually
privately owned and links the devices in a
single office, building or campus.
Currently, LAN size is limited to a few
kilometers.
LANs are designed to allow resources be
shared between personal computers or
workstations. The resources to be shared
can include hardware (e.g. a printer),
software (e.g. an application program), or
data.
MAN