53
Damian Gordon

Computer Network Topologies (with animations)

Embed Size (px)

Citation preview

Page 1: Computer Network Topologies (with animations)

Damian Gordon

Page 2: Computer Network Topologies (with animations)

We can hook up the network into a number of different shapes (or topologies).

The most common shapes are:◦ Star

◦ Ring

◦ Bus

◦ Tree

◦ Hybrid

Page 3: Computer Network Topologies (with animations)

There are advantages and disadvantages to each shape (or topology).

Page 4: Computer Network Topologies (with animations)

A star topology is also called a hub topology, or a centralized topology.

A traditional approach to connecting devices where all transmitted data passed through a central controller.

Page 5: Computer Network Topologies (with animations)
Page 6: Computer Network Topologies (with animations)
Page 7: Computer Network Topologies (with animations)
Page 8: Computer Network Topologies (with animations)

This topology make routing very easy since the central controller is connected to all other hosts, and knows the path to all hosts.

Page 9: Computer Network Topologies (with animations)
Page 10: Computer Network Topologies (with animations)
Page 11: Computer Network Topologies (with animations)
Page 12: Computer Network Topologies (with animations)
Page 13: Computer Network Topologies (with animations)

The real issue with this is that the central controller must be highly reliable and be able to handle all the network traffic, no matter how busy.

Page 14: Computer Network Topologies (with animations)

A ring topology is one where all hosts are connected together in a closed loop.

Page 15: Computer Network Topologies (with animations)
Page 16: Computer Network Topologies (with animations)
Page 17: Computer Network Topologies (with animations)
Page 18: Computer Network Topologies (with animations)

Data is passed around in packets and typically is passed in one direction around the loop.

The packet knows its Source and Destination hosts.

Page 19: Computer Network Topologies (with animations)

It will loop from the Source, around to the Destination host, which makes a copy of the packet, and the original packet continues the loop back to the Source.

Page 20: Computer Network Topologies (with animations)
Page 21: Computer Network Topologies (with animations)
Page 22: Computer Network Topologies (with animations)

A bus topology is one where all the sites are connected to a single communications line (or bus) running the length of the network.

Page 23: Computer Network Topologies (with animations)
Page 24: Computer Network Topologies (with animations)
Page 25: Computer Network Topologies (with animations)
Page 26: Computer Network Topologies (with animations)

Hosts can send data from one host to another via the bus, the message will usually be sent in both directions, and will keep travelling until they reach the End-Point Controllers.

So if I want to send from Host 1 to Host 3.

Page 27: Computer Network Topologies (with animations)
Page 28: Computer Network Topologies (with animations)
Page 29: Computer Network Topologies (with animations)
Page 30: Computer Network Topologies (with animations)

Some bus topologies only allow the packets to travel in one direction until the reach the end-point controller, who can send it back in the opposite direction if the destination hasn’t received the packet yet.

Page 31: Computer Network Topologies (with animations)
Page 32: Computer Network Topologies (with animations)
Page 33: Computer Network Topologies (with animations)
Page 34: Computer Network Topologies (with animations)

A tree topology is a combination of bus topologies. The cables branch out, and there are no closed loops.

The tree begins at a Head End Controllers and each branch terminates at an End Point Controller.

Page 35: Computer Network Topologies (with animations)

A tree topology is a combination of bus topologies. The cables branch out, and there are no closed loops.

The tree begins at a Head End Controllers and each branch terminates at an End Point Controller.

Page 36: Computer Network Topologies (with animations)

A packet from one node to another will be sent down all branches, and will be absorbed by the End Point

Controllers of the branches that does not contain the Destination host.

Let’s do an example of going from Host 4to Host 5.

Page 37: Computer Network Topologies (with animations)
Page 38: Computer Network Topologies (with animations)
Page 39: Computer Network Topologies (with animations)
Page 40: Computer Network Topologies (with animations)
Page 41: Computer Network Topologies (with animations)
Page 42: Computer Network Topologies (with animations)

A hybrid topology is one which combines any two of the previous topologies.

Page 43: Computer Network Topologies (with animations)

STAR + BUS

Page 44: Computer Network Topologies (with animations)
Page 45: Computer Network Topologies (with animations)
Page 46: Computer Network Topologies (with animations)

RING + BUS

Page 47: Computer Network Topologies (with animations)
Page 48: Computer Network Topologies (with animations)
Page 49: Computer Network Topologies (with animations)

Switch

Page 50: Computer Network Topologies (with animations)

STAR + RING

Page 51: Computer Network Topologies (with animations)
Page 52: Computer Network Topologies (with animations)
Page 53: Computer Network Topologies (with animations)

Switch