Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.56 KB

File metadata and controls

46 lines (32 loc) · 1.56 KB

NETWORK-TOPOLOGY

NETWORK TOPOLOGY is a C++ (CODEBLOCKS) based project. It finds out the cost required to set up the network in star topology , ring topology, tree topology and shows how the computers will be connected to each other in that particular topology. C++ Graphics have been used to visualise the topology, screenshots of which have been added to the project. It uses graphs and algorithms like Prim's to find minimum spanning tree for Tree topology, Floyd warshall for Star topology, and Hamiltonian to find the Ring topology

Graph-1

graph1

Ring -1

ring 1

Tree -1

tree 1

Star -1

star 1


Graph-2

graph 2

Ring -2

ring 2

Tree -2

tree 2

Star -2

star2