Network
topology is the
arrangement of the various elements such as links and nodes of a computer network. Essentially,
it is the topological structure of a network,
and may be depicted physically or logically. Physical topology refers to the placement of
the network's various components, including device location and cable
installation, while logical topology shows how data
flows within a network, regardless of its physical design.
Bus Topology
Bus
networks (not to be confused with the system bus of a computer) use a common
backbone to connect all devices. A single cable, the backbone functions as a
shared communication medium that devices attach or tap into with an interface
connector. A device wanting to communicate with another device on the network
sends a broadcast message onto the wire that all other devices see, but only
the intended recipient actually accepts and processes the message.
Ring Topology
In a ring network, every device has exactly two neighbors for communication purposes. All messages travel through a ring in the same direction (either "clockwise" or "counterclockwise"). A failure in anycable or device breaks the loop and can take down the entire network.
To implement a ring network, one typically uses FDDI, SONET, or Token Ring technology. Ring topologies are found in some office buildings or school campuses.
Tree Topology
Tree topologies integrate multiple star topologies together onto a bus. In its simplest form, only hub devices connect directly to the tree bus, and each hub functions as the root of a tree of devices. This bus/star hybrid approach supports future expandability of the network much better than a bus (limited in the number of devices due to the broadcast traffic it generates) or a star (limited by the number of hub connection points) alone.
References: # http://en.wikipedia.org/wiki/Network_topology
# http://compnetworking.about.com/od/networkdesign/a/topologies.htm
No comments:
Post a Comment