NW Types
NW Types
Network allows computers to connect and communicate with different computers via any
medium.Computer Network is a system of interconnected computers that enable the
computers to communicate with each other and share their resources, data and
applications. The physical location of each computer is tailored to personal and organizational
needs. A network may include only personal computers or a mix of PCs, minis and mainframes
spanning a particular geographical area. Computer networks that are commonly used today
may be classified as follows:
Data transmits at a very fast rate as the number of computers linked is limited. By definition,
the connections must be high speed and relatively inexpensive hardware (Such as hubs,
network adapters and Ethernet cables). LANs cover smaller geographical area (Size is limited
to a few kilometers) and are privately owned. One can use it for an office building, home,
hospital, schools, etc. LAN is easy to design and maintain. A Communication medium used for
LAN has twisted pair cables and coaxial cables. It covers a short distance, and so the error and
noise are minimized.
Early LAN’s had data rates in the 4 to 16 Mbps range. Today, speeds are normally 100 or 1000
Mbps. Propagation delay is very short in a LAN. The smallest LAN may only use two
computers, while larger LANs can accommodate thousands of computers. A LAN typically
n/w notes bca-6th sem
Ms.KanikaHanda Page 1
relies mostly on wired connections for increased speed and security, but wireless connections
can also be part of a LAN. The fault tolerance of a LAN is more and there is less congestion in
this network. For example: A bunch of students playing Counter Strike in the same room
(without internet).
Advantages of LAN
BUS Topology
Bus topology is a network type in which every computer and network device is connected to
single cable. When it has exactly two endpoints, then it is called Linear Bus topology.
1. A number of repeaters are used for Ring topology with large number of nodes, because if
someone wants to send some data to the last node in the ring topology with 100 nodes,
then the data will have to pass through 99 nodes to reach the 100th node. Hence to
3. In Dual Ring Topology, two ring networks are formed, and data flow is in opposite
direction in them. Also, if one ring fails, the second ring can act as a backup, to keep the
network up.
4. Data is transferred in a sequential manner that is bit by bit. Data transmitted, has to pass
1. Transmitting network is not affected by high traffic or by adding more nodes, as only
STAR Topology
In this type of topology all the computers are connected to a single hub through a cable. This
hub is the central node and all others nodes are connected to the central node. If one device
wants to send data to other device, it has to first send the data to hub and then the hub
transmit that data to the designated device.
MESH Topology
n/w notes bca-6th sem
Ms.KanikaHanda Page 8
It is a point-to-point connection to other nodes or devices. All the network nodes are
connected to each other. Mesh has n(n-1)/2 physical channels to link n devices.
There are two techniques to transmit data over the Mesh topology, they are:
1. Routing
2. Flooding
In routing, the nodes have a routing logic, as per the network requirements. Like routing logic
to direct the data to reach the destination using the shortest distance. Or, routing logic which
has information about the broken links, and it avoids those node etc. We can even have
routing logic, to re-configure the failed nodes.
In flooding, the same data is transmitted to all the network nodes, hence no routing logic is
required. The network is robust, and the its very unlikely to lose the data. But it leads to
unwanted load over the network.
TREE Topology
It has a root node and all other nodes are connected to it forming a hierarchy. It is also called
hierarchical topology. It should at least have three levels to the hierarchy .
1. Heavily cabled.
2. Costly.
3. If more nodes are added maintenance is difficult.
4. Central hub fails, network fails.
HYBRID Topology
It is two different types of topologies which is a mixture of two or more topologies. For
example if in an office in one department ring topology is used and in another star topology is
used, connecting these topologies will result in Hybrid Topology (ring topology and star
topology).
2. Effective.
4. Flexible.
Disadvantages of Hybrid Topology
1. Complex in design.
2. Costly.
When an analog facility is used for data communication between two digital devices called
Data Terminal Equipment (DTE), modems are used at each end. DTE can be a terminal or a
computer.
The modem at the transmitting end converts the digital signal generated by DTE into an
analog signal by modulating a carrier. This modem at the receiving end demodulates the
carrier and hand over the demodulated digital signal to the DTE.
The transmission medium between the two modems can be dedicated circuit or a switched
telephone circuit. If a switched telephone circuit is used, then the modems are connected to
the local telephone exchanges. Whenever data transmission is required connection between
the modems is established through telephone exchanges.
Full duplex
• A full duplex modem allows simultaneous transmission in both directions.
• Therefore, there are two carriers on the line, one outgoing and the other incoming. Wire
and 4-wire Modems
• The line interface of the modem can have a 2-wire or a 4-wire connection to transmission
medium. 4-wire Modem
• In a 4-wire connection, one pair of wires is used for the outgoing carrier and the other pair is
used for incoming carrier.
• Full duplex and half duplex modes of data transmission are possible on a 4- wire connection.
• As the physical transmission path for each direction is separate, the same carrier frequency
can be used for both the directions.
Asynchronous Modem
• Asynchronous modems can handle data bytes with start and stop bits.
• There is no separate timing signal or clock between the modem and the DTE.
• The internal timing pulses are synchronized repeatedly to the leading edge of the start pulse
.
Analog signal
An analog signal is any continuous signal for which the time-varying feature (variable) of the
signal is a representation of some other time varying quantity, i.e., analogous to another time
varying signal. For example, in an analog audio signal, the instantaneous voltage of the signal
varies continuously with the pressure of the sound waves.
Analog signal can have infinite number of values and varies continuously with time.
Analog signal is usually represented by sine wave.
As shown in figure each cycle consists of a single arc above the time axis followed by a
single arc below the time axis.
Example of analog signal is human voice. When we speak, we use air to transmit an
analog signal. Electrical signal from an audio tape, can also be in analog form
DIGITAL SIGNAL
Computers are digital in nature. Computers process, store, and communicate information in
binary form, i.e. in the combination of 1s and 0s which has specific meaning
in computer language. A binary digit (bit) is an individual 1 or O. Multiple bit streams are used
in a computer network.
A digital signal is a signal that is being used to represent data as a sequence of discrete values;
at any given time it can only take on one of a finite number of values