Computer Networks and Their Attributes
Computer Networks and Their Attributes
Attributes
Simplified Communications Model -
Diagram
Signal Conversion
Data Flow
Simplex
In simplex mode, the communication is unidirectional,
as on a one-way street. Only one of the two devices on
a link can transmit; the other can only receive.
Keyboards and traditional monitors are examples of
simplex devices.
Half-Duplex
In half-duplex mode, each station can both transmit
and receive, and vice versa.
The half-duplex mode is like a one-lane road with
traffic allowed in both directions.
Full-Duplex
In full-duplex mode(also called duplex), both stations
can transmit and receive simultaneously.
The full-duplex mode is like a two way street with
traffic flowing in both directions share with at the
same time.
Networks
A network is a set of devices(often referred to as
nodes) connected by communication links. A node can
be a computer, printer, or any other device on the
network.
Distributed Processing
Most networks use distributed processing, in which a
task is divided among multiple computers. Instead of
one single large machine being responsible for all
aspects of a process, separate computers(usually
personal computer or workstation) handle a subset.
Network Criteria
A network must be able to meet a certain number of
criteria. The most important of these are.
Performance
Reliability
Security
Performance
Performance can be measured in many ways. Including transit
time and response time. The performance of a network
depends on a number of factors, Including the number of
users, the type of transmission medium, the capabilities of the
connected hardware, and the efficiency of the software.
o Transit Time
Transit time is the amount of time required for a message to
travel from one device to another.
o Response time
Response time is the elapsed time between an inquiry and a
response.
Reliability
In addition to accuracy of delivery, network reliability is
measured by the frequency of failure, the time it takes a link
to recover from a failure, and the network’s robustness in a
catastrophe.
Security
Network security issues include protecting data from
unauthorized access, protecting data from damage and
development, and implementing policies and procedures for
recovery from branches and data losses.
Communications Tasks
Interfacing Routing
Exchange Management
•There are a variety of requirements for
communication between two parties that might be
collected under the term exchange management. If
data are to be exchanged in both directions over a
period of time, the two parties must cooperate.
Error Detection and Correction
In all communications systems, there is a potential for
error; transmitted signals are distorted to some extent
before reaching their destination. Error detection and
correction are required in circumstances where errors
cannot be tolerated; this is usually the case with data
processing system.
Physical Structures
Before discussing networks, we need to define some
network attributes.
Type of Connection
A network is two or more devices connected through
links. A link is a communications pathway that
transfers data from one device to another. For
visualization purposes, it is simplest to imagine any
link as a line drawn between two points. For
communication to occur, two devices must be
connected in some way to the same link at the same
time.
Point to Point
A point to point connection provides a dedicated links
between two devices. The entire capacity of the link is
reserved between those two devices. Most point to point
connections use an actual length of wire or cable to connect
the two ends, but other options microwave or satellite links,
are also possible.
Multipoint
A multipoint connections is one in which more than two
specific devices share a single link.
In a multipoint environment, the capacity of the channel is
shared, either spatially or temporally. If several devices can
use the link simultaneously, it is a spatially shared
connection.
Physical Topology
The term physical topology refers to the way in which a
network is laid out physically. Two or more devices connect
to a link; two or more links form a topology. The topology
of a network is the geometric representation of all the links
and linking devices.
There are four basic topologies.
Bus Topology
Star Topology
Ring Topology
Mesh Topology
Bus Topology
A bus topology, is multipoint. One long cable acts as a
backbone to link all the devices in network.
Nodes are connected to the bus cable by drop lines and
taps. A drop line is a connection running between the
device and main cable. A tap is a connector that either
specifies into the main cable.
Advantages