MARWARI COLLEGE,RANCHI
(UNDER RANCHI UNIVERSITY,RANCHI)
NAME : RAJU MANJHI,PRAKASH KUMAR
SUB: NETWORKING
SEM: B.Sc(IT) -IV
_____________________________________________________________________________
(UNDER RANCHI UNIVERSITY,RANCHI)
NAME : RAJU MANJHI,PRAKASH KUMAR
SUB: NETWORKING
SEM: B.Sc(IT) -IV
_____________________________________________________________________________
- 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.
- Half-duplex Mode: each station can both transmit and receive, but not at the same time.
- Full-duplex Mode: both stations can transmit and receive simultaneously.
Topology
Topology defines the structure of the network of how all the components are interconnected to each other. There are two types of topology: physical and logical topology.
Physical topology is the geometric representation of all the nodes in a network.
Types of topology :
- Star Topology
- Ring Topology
- Bus Topology
- Tree Topology
- Mesh Topology
- Hybrid Topology
Star Topology :
In star topology each device in the network is connected to a central device called hub. Unlike Mesh topology, star topology doesn’t allow direct communication between devices, a device must have to communicate through hub. 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.
Advantages of Star topology
1. Less expensive because each device only need one I/O port and needs to be connected with hub with one link.
2. Easier to install
3. Less amount of cables required because each device needs to be connected with the hub only.
4. Robust, if one link fails, other links will work just fine.
5. Easy fault detection because the link can be easily identified.
2. Easier to install
3. Less amount of cables required because each device needs to be connected with the hub only.
4. Robust, if one link fails, other links will work just fine.
5. Easy fault detection because the link can be easily identified.
Disadvantages of Star topology
1. If hub goes down everything goes down, none of the devices can work without hub.
2. Hub requires more resources and regular maintenance because it is the central system of star topology.
2. Hub requires more resources and regular maintenance because it is the central system of star topology.
Bus Topology :
In bus topology there
is a main cable and all the devices are connected to this main cable through
drop lines. There is a device called tap that connects the drop line to the
main cable. Since all the data is transmitted over the main cable, there is a
limit of drop lines and the distance a main cable can have.
Advantages of bus
topology
1. Easy installation,
each cable needs to be connected with backbone cable.
2. Less cables required than Mesh and star topology
2. Less cables required than Mesh and star topology
Disadvantages of bus
topology
1. Difficultly in
fault detection.
2. Not scalable as there is a limit of how many nodes you can connect with backbone cable.
2. Not scalable as there is a limit of how many nodes you can connect with backbone cable.
Ring Topology :
In ring topology each
device is connected with the two devices on either side of it. There are two
dedicated point to point links a device has with the devices on the either side
of it. This structure forms a ring thus it is known as ring topology. If a
device wants to send data to another device then it sends the data in one
direction, each device in ring topology has a repeater, if the received data is
intended for other device then repeater forwards this data until the intended
device receives it.
Advantages of Ring
Topology
1. Easy to install.
2. Managing is easier as to add or remove a device from the topology only two links are required to be changed.
2. Managing is easier as to add or remove a device from the topology only two links are required to be changed.
Disadvantages of Ring
Topology
1. A link failure can
fail the entire network as the signal will not travel forward due to failure.
2. Data traffic issues, since all the data is circulating in a ring.
2. Data traffic issues, since all the data is circulating in a ring.
Comments
Post a Comment