What is topology? explain types of topology with diagram and advantages and disadvantages.

Solution:- Topology Geometric representation of how the computers are connected to each other is known as topology. There are five types of topology – Bus, Star, Mesh, Ring and Hybrid . Bus Topology • Bus topology is a network setup in which each computer and network device are connected to a single cable or backbone by the help of interface connectors. This central cable is the backbone of the network and is known as Bus. • Every workstation communicates with the other device through this Bus. A signal from the source is broadcasted and it travels to all workstations connected to bus cable. • Although the message is broadcasted but only the intended recipient, whose MAC address or IP address matches, accepts it. If the MAC /IP address of machine doesn’t match with the intended address, machine discards the signal. • A terminator is added at ends of the central cable, to prevent boun...