Types by Topology

We'll study the types of computer networks based on topologies in this lesson.

Computer networks can also be categorized in terms of network topologies that you might have studied about in a high school computer science class. These topologies include: bus, ring, star, tree, and mesh. Note that these topologies are strictly logical, i.e., they do not dictate how the wires would be connected physically, but they do dictate how the data flows in the network.

Bus

Every end system will receive any signal that is sent on the main or backbone medium. The medium can be guided or unguided.

Limitations

  • A break in the cable will disrupt the entire network.

  • Only one ...