Use Sophia to knock out your gen-ed requirements quickly and affordably. Learn more
×

Common Network Topologies

Author: Sophia

what's covered
In this lesson, you will learn about the types of topologies commonly used in networking environments.

Specifically, this lesson will cover the following:

Table of Contents

1. Physical Network Topologies

A network topology describes the shape of a network. The three primary shapes that are used to describe network topologies are a straight line, a circle, and a star. Networkers use the term “bus” when they mean a straight line and the term “ring” when they mean a circle.

did you know
The star shape that networkers use is not a five-pointed star like on a U.S. flag but rather like the asterisk on your computer keyboard: *.

key concept
Just as a topographical map is a type of map that shows the shape of terrain, the physical topology of a network is also a type of map.

Physical topology defines the specific characteristics of a network, such as where all the workstations and other devices are located and the precise arrangement of all the physical media such as cables. A logical topology delineates exactly how data move through the network. A particular network can actually have physical and logical topologies that are very different. In fact, almost all LANs today have a star-wired bus topology, which means the cabling is a physical star, but the logic for media access control logically acts as if it were using an Ethernet bus.

key concept
  • Physical topology is, more or less, the shape of a network’s actual physical cabling.
  • Logical topology is the shape of the way in which the network protocol that controls signal transmission actually moves data through the network.

terms to know
Network Topology
Describes the shape of a network.
Physical Topology
The placement of the various components of a network.
Logical Topology
How data flow within a network.
Star-Wired Bus Topology
A hybrid network topology that is cabled in a physical star topology but has a protocol that works logically as if it were operating on a bus topology.

1a. Bus Topology

A bus is the most basic topology.

key concept
The bus topology consists of two distinct ends, with each of the computers being connected to one unbroken cable running the entire length.

A physical bus topology is just a straight cable installed in a workspace that has computers connected to it. The original Ethernet LAN networks were built using a physical bus topology of coaxial cables, although modern Ethernet networks are not constructed this way anymore. Physical buses are legacy. The original Thicknet was indeed pretty much a straight line with very little ability to bend, because it was stiff and bulky. Thinnet buses were made of thinner cable and had a higher bend radius (the ability to be bent), but they were also laid out more or less in a straight line.

The benefits of using a bus topology are that it’s easy to install and not very expensive, partly because it doesn’t require as much cable as the other types of physical topologies. It also has some drawbacks.

EXAMPLE

It is hard to troubleshoot, change, or move, and it does not offer much fault tolerance, because computers are connected to a single cable. This means that any break in the cable will bring the whole network down.

A network setup with three computers, a server labeled ‘Server S1’, and a printer labeled ‘Laser Printer’. All devices are connected to a single horizontal cable, with each device linked through short vertical segments branching from the main cable.

big idea
Fault tolerance is the capability of a network system to respond to a condition automatically, often resolving it, which reduces the impact on the system. If fault-tolerance measures are implemented correctly on a network, it’s highly unlikely that any of the network’s users will know that a problem ever existed.

terms to know
Bus Topology
All computers are connected to a single straight cable installed in a workspace.
Fault Tolerance
A property that enables a system to continue operating properly in the event of one failure or several failures of some of its components.

1b. Star Topology

A star topology’s computers are connected to a central point with their own individual cables or wireless connections. You will often find that central spot inhabited by a device like a hub, a switch, or an access point.

A star topology offers several advantages over a bus topology. Therefore, it is more widely used even though it requires more physical media, because each device has its own dedicated cable connected to the hub or switch.

IN CONTEXT
One of its best features is that each computer or network segment is connected to the central device individually. If the cable fails, it will only bring down the machine or network segment related to the point of failure. This makes the network much more fault tolerant and much easier to troubleshoot. Another great thing about a star topology is that it’s a lot more scalable, and all you have to do if you want to add to it is run a new cable and connect it to the machine at the core of the star.

Although it is called a star topology, this topology looks a lot like a bike wheel with spokes connecting to the hub in the middle of the wheel and extending outward to connect to the rim. And just like the bike wheel, it is the hub device at the center of a star topology network that can give you the most grief if something goes wrong with it. If that central hub happens to fail then the whole network goes down.

A star topology has its pros and cons. But the good features far outweigh the bad, which is why people often opt for a star topology.

Benefits Disadvantages
  • New computers can be added or moved easily and quickly.
  • A single cable failure won’t bring down the entire network.
  • It’s relatively easy to troubleshoot.
  • The total installation cost can be higher because of the larger number of cables, even though prices are becoming more competitive.
  • It has a single point of failure—the hub or other central device.

The following is an example of a star topology:

A network setup with a central device labeled ‘Switch’ connected to four computers placed at the top, bottom, left, and right. The computers are connected to the switch through individual cables.

term to know
Star Topology
Each computer is connected by a dedicated cable to a centralized network device like a hub or a switch.

1c. Ring Topology

Another type of network topology is ring topology. In a ring topology, each computer is directly connected to other computers within the same network. The network’s data flow from computer to computer back to the source. The network’s primary cable forms a ring.

A ring topology has a lot of the same challenges as those found in networks with a bus topology. If you want to add to the network, you have no choice but to break the cable ring. This action is likely to bring down the entire network. This is a major reason a ring topology is not used much anymore. It is also expensive, because it requires several cables to connect each computer. It is also hard to reconfigure. It is not fault tolerant, unless you build a double ring and connect each computer to both. You may still find a physical ring topology used for WAN technology. However, you will not find many LANs in physical rings anymore.

Four computers are arranged in a circle, connected by a cable passing through each device. A curved arrow in the clockwise direction indicates the direction of the data flow.

term to know
Ring Topology
A network of computers on a cable that is configured in a circle.

1d. Mesh Topology

Full mesh topology is another form of network topology, in which there is a path from every machine to every other machine in the network. This provides the most fault-tolerant network design. A full mesh topology is not used in LANs very often. It is very expensive to construct and maintain. You may have used a modified version, known as a hybrid or partial mesh topology. Partial mesh technology is used in WANs, including the internet. Networks with a hybrid mesh topology will have quite a few connections between certain places to create redundancy (backup).

The following is an example of a full mesh topology:


Four computers are placed at four corners and connected to each other through a cable to form a square. Additionally, two cables run diagonally, each connecting the opposite computers.

hint
For each n host, you end up with n(n–1)/2 connections. This means that in a network consisting of only 4 computers, you have 4(4–1)/2 or 6 connections.

As you can see, mesh networks become more complex as both the wiring and the connections multiply.

terms to know
Full Mesh Topology
A network where each device has a dedicated connection to every other device.
Partial Mesh Topology
A network where each device has a dedicated connection to many, but not all, devices.

1e. Point-to-Point Topology

A point-to-point topology has a direct connection between two routers or switches, which provides one communication path. The routers in a point-to-point topology can be linked by a serial cable. Alternatively, they may be located far apart and connected via a circuit leased from a telecommunications service provider. Point-to-point networks are used in many of today’s WANs and are the simplest possible topology.

The following image has a lightning bolt and a couple of round icons with some arrows projecting from them. The two round icons with the radiating arrows represent our network’s two routers, and the lightning bolt represents a WAN link. These icons are industry conventions and will be used throughout this course. Many diagramming software applications, like MS Visio, include a library of icons for making network diagrams.

A network setup of three kinds of network connections. The first one is labeled ‘Serial Connection, Like a T1 Between Routers’. In it, a lightning bolt icon is placed between two routers. The second is labeled ‘Direct Ethernet or Wireless’. In it, two computers are connected via a horizontal cable. The third one is labeled ‘Cable Direct to Hub or Switch’. In it, a computer and a network switch are connected via a horizontal cable.

term to know
Point-to-Point Topology
A direct connection between two routers or switches, which provides one communication path.

1f. Point-to-Multipoint Topology

A point-to-multipoint topology is a network topology that consists of one point of connection to multiple points of connection.

EXAMPLE

A point-to-multipoint topology could have multiple connections between an interface on one router and multiple destination routers. Each of the routers and every one of their interfaces involved in the point-to-multipoint connection are part of the same network.

The following is an example of point-to-multipoint technology:

A network setup with a router labeled ‘Corporate Office’ on the left. Three cables extend diagonally from this router, connecting it to three routers arranged vertically on the right. The topmost router is labeled ‘Branch office’.

term to know
Point-to-Multipoint Topology
One device directly connected to multiple devices by dedicated cables.

1g. Hybrid Topology

The final network topology covered in this tutorial is the hybrid topology. A hybrid topology is a combination of two or more types of physical or logical network topologies working together within the same network.

key concept
Most LANs are a hybrid topology of a physical star and a logical bus. This means that the actual Ethernet cabling is built in the shape of a star. However, the Ethernet protocol works logically as if the data were running on a bus. This hybrid topology is called a star-wired bus.

The following is an example of a star-wired bus:

A device labeled ‘Hub’ is positioned at the top. Three separate cables connect the hub to three computers arranged horizontally. ‘Physical Star, Logical Bus’ is written below the computers.

As you consider which type of network topology is best suited for your application, there are other realities you will need to address. Each network topology has pros and cons to implementing it. Some topologies are too expensive to be used. Others are easy to use and maintain, while others are not. Various topologies meet or do not meet fault-tolerance requirements. Finally, each topology will have its own security limitations.

EXAMPLE

Buses are easy to install, but they are not fault tolerant. A single ring is not fault tolerant, but a double ring is. Both physical buses and rings are legacy in most enterprise networks. The term “legacy” refers to an older hardware or software technology that may not be supported by the vendor. The star topology is highly fault tolerant, is easy to troubleshoot, and often uses inexpensive untwisted-pair (UTP) cable.

Care should be taken to ensure that the most appropriate topology is used within the business realities you face.

term to know
Hybrid Topology
A combination of two or more types of physical or logical network topologies working together within the same network.


2. The Network Backbone

Today’s networks can be complicated, so it is necessary to have a standard way of communicating with each other the parts of the network that are being referenced. For this reason, networks are divided into different parts called backbones and segments. The network backbone is like that of a human.

key concept
The network backbone is where all of the network segments and servers connect to. It is also what gives the network its structure.

As you can imagine, being such an important nerve center, the backbone must use a fast technology, often Gigabit Ethernet. To optimize network performance, all of the network’s servers and segments are connected directly to the network backbone.

A network setup with a hub and a switch in the center and two servers arranged vertically in the top right corner next to the switch. There are six computers arranged horizontally below the hub and the switch, with the first three computers for the Sales department and the other three for the Marketing department. An additional three computers are arranged vertically to the left, close to the hub. A cable runs downward from the hub and bifurcates into three segments to connect to the three computers arranged horizontally for the Sales department. Another cable runs downward from the switch and bifurcates into three segments to connect to the three computers arranged horizontally for the Marketing department. A horizontal cable runs upward connecting both the hub and the switch and is labeled ‘Backbone’. The backbone cable runs on either side of the hub and the switch. On the left, the cable bifurcates into three segments to connect to the three computers arranged vertically, and on the right, the cable bifurcates into two segments to connect to the servers arranged vertically. Segments are mentioned below the backbone, represented by two arrows pointing to the left and the right, indicating their connection to other devices.

term to know
Network Backbone
Where all of the network segments and servers connect to.

summary
In this lesson, you learned about the types of topologies commonly used in networking environments (bus, star, ring, mesh, point-to-point, point-to-multipoint, and hybrid), selecting the right topology, and network backbone and segments.

Source: This content and supplemental material has been adapted from CompTIA Network+ Study Guide: Exam N10-007, 4th Edition. Source Lammle: CompTIA Network+ Study Guide: Exam N10-007, 4th Edition - Instructor Companion Site (wiley.com)

Terms to Know
Bus Topology

All computers are connected to a single straight cable installed in a workspace.

Fault Tolerance

A property that enables a system to continue operating properly in the event of one failure or several failures of some of its components.

Full Mesh Topology

A network where each device has a dedicated connection to every other device.

Hybrid Topology

A combination of two or more types of physical or logical network topologies working together within the same network.

Logical Topology

How data flow within a network.

Network Backbone

Where all of the network segments and servers connect to.

Network Topology

Describes the shape of a network

Partial Mesh Topology

A network where each device has a dedicated connection to many, but not all, devices.

Physical Topology

The placement of the various components of a network.

Point-to-Multipoint Topology

One device directly connected to multiple devices by dedicated cables.

Point-to-Point Topology

A direct connection between two routers or switches, which provides one communication path.

Ring Topology

A network of computers on a cable that is configured in a circle.

Star Topology

Each computer is connected by a dedicated cable to a centralized network device like a hub or a switch.

Star-Wired Bus Topology

A hybrid network topology that is cabled in a physical star topology but has a protocol that works logically as if it were operating on a bus topology.