Difference between revisions of "Network topology"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
'''Network topology''' is the arrangement of the various elements (links, [[Node (networking)|nodes]], etc.) of a [[computer network]].
+
'''Network topology''' is the arrangement of the various elements ([[Data link|links]], [[Node (networking)|nodes]], etc.) of a [[computer network]].
  
 
== Description ==
 
== Description ==
Line 20: Line 20:
 
* [[Computer network]]
 
* [[Computer network]]
 
* [[Computer network diagram]]
 
* [[Computer network diagram]]
 +
* [[Data link]]
 
* [[IEEE 802.1aq]]
 
* [[IEEE 802.1aq]]
 
* [[Internet topology]]
 
* [[Internet topology]]

Revision as of 07:04, 10 May 2016

Network topology is the arrangement of the various elements (links, nodes, etc.) of a computer network.

Description

The topological structure of a network may be depicted physically or logically.

Physical topology is the placement of the various components of a network, including device location and cable installation

Logical topology illustrates how data flows within a network, regardless of its physical design.

Distances between nodes, physical interconnections, transmission rates, or signal types may differ between two networks, yet their topologies may be identical.

An example is a local area network (LAN): Any given node in the LAN has one or more physical links to other devices in the network; graphically mapping these links results in a geometric shape that can be used to describe the physical topology of the network.

Conversely, mapping the data flow between the components determines the logical topology of the network.

See also

External links