kush1912 / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%