What is a Network Topology?
Network topology is the shape of the network. It is the physical layout of connected devices in a network. It tells us how a network will look like. The characteristics of a network depend upon the network topology selected.Explain different types of network topologies
Different network topologies are as follows:1. Bus Topology
2. Ring Topology
3. Star Topology
4. Tree Topology
5. Mesh Topology
1. Bus Topology
Bus topology is the simplest network topology. In bus topology, all computers in network are connected to a common communication wire. This wire is called BUS. Terminators are used at both ends of wire.
2. Star Topology
Star Topology is the most popular and widely used network topology in local area networks. In star topology, all computers are connected with a central device known as HUB or Switch. Now-a-days Hubs are often replaced by Fast Network Switches. The sender computer sends data to the hub. The hub sends it to the destination computer. So, all data communication is managed through HUB or Switch.Note: The major difference between a Networking Hub and Networking Switch is that HUB sends data to all computers, and the destination computer will accept it while other computers will not. On the other hand, Switch sends data only to the destination computer. Therefore, switch can reduce network traffic and hence provides fast transmission speed.