Compare and contrast ring architecture, star architecture, and mesh architecture.

Week 11 Tutorial Problems

ITECH2301 – Network Architecture and Design

Part 2: Some Questions Taken from the End-of-Chapter of Chapter 9.

Study Chapter 9: Wide Area Networks of your textbook and lecture notes, and write down

answers to the following questions and email answers to the tutor.

1.What are common carriers, local exchange carriers, and interexchange carriers?

Common carriers - (private companies) AT&T, Bell Canada, Sprint, BellSouth

Local Exchange carriers - (provides local telephone services) BellSouth.

Interexchange carrier - (long distance) AT&T

2.How does MPLS work?

Multi-protocol label switching - The customer connects to the common carrier's network

using any common layer 2 service. The carriers switch at the network entry point examines

the incoming frame and converts the incoming layer 2 or 3 address into a MPLS address

label. It is then used to move through the frame through the carrier network until it reaches

the edge of the network at the customers destination.

3.Compare and contrast dedicated-circuit services and packet-switched services.

Dedicated-circuit services leased from the common carrier for exclusive use 24/7. Faster and

more noise free transmissions are possible but must carefully plan the circuits you need

because change can be expensive.

Packet-switched services - technique in which messages are split into small segments. The

user buys a connection into the common carrier cloud and pays a fixed fee for the

connection into the network and for the number of packets transmitted.

Enables multiple connections to exist simultaneously between computer.

4.Compare and contrast ring architecture, star architecture, and mesh architecture.

Ring Architecture - connects all computers in a closed loop with each computer

linked to the next.

Star Architecture - connects all computers to one central computer that routes

messages to the appropriate computer.

Mesh Architecture

You are here: Home / General Networking / Compare and Contrast Network Topologies (Star, Mesh, Bus, Hybrid etc)

Computer networking has been around for several decades, which is the backbone of what we all know as the Internet today. The Internet is simply a network of networks, which means there is no such thing as a standalone computer on a network.

For a user or host computer to participate in data and resource sharing, it has to be connected to some form of network topology.

This has brought about the evolution of computer networking to include more devices, which will further enhance the process of information sharing across different geographical locations.

Most people are already familiar with terminologies such as Local Area Networks (or LANs), which means the computers are within the same geographical location or building, or Wide Area Networks (WANs), which means the devices are separated by geographical distance.

However, there are several other terminologies used in computer networking topologies such as Metropolitan Area Network or MAN, Personal Area Network or PAN etc. 

In this article we will compare and discuss the most prevalent network topologies and also describe the pros and cons of each one, so let’s get started. 

Table of Contents

  • Physical or Logical Network Topologies
  • Types of Network Topologies
  • Bus Topology – Advantages and Disadvantages
  • Star Topology – Advantages and Disadvantages
  • Ring Topology – Advantages and Disadvantages
  • Hybrid Topology – Advantages and Disadvantages
  • Tree Topology – Advantages and Disadvantages
  • Mesh Topology – Advantages and Disadvantages

Physical or Logical Network Topologies

With the brief introduction provided above, we simply understand what a basic computer network is all about.

A network topology can either be the physical or logical arrangement of devices on a network.

These connected devices can be routers, switches, firewalls, network printers, wireless access points, user computers etc (basically anything that can be assigned an IP address).  Note that end user devices are also part of the network topology.

Logical topology deals with how data is transferred and flows on the network, while physical topology is concerned with the physical layout of the devices on the network and how they are physically connected.

Types of Network Topologies

Network topology goes beyond logical or physical arrangement of devices. This brings us to the various types of network topologies available today. These topologies are Bus, Star, Ring, Tree, Hybrid and Mesh network topologies. Let us take a closer look at each of these types mentioned. 

Bus Topology – Advantages and Disadvantages

Bus topology has a network arrangement where nodes make use of a single communication line for data transmission.

Many networks at the beginning of computer networking era made use of this topology due to easy implementation. 

Advantages

  • Since there is a single communication line, means the same medium is shared. Therefore, the major advantage of using this topology is its simplicity.
  • Easy to setup and extend.
  • Less costly. Less cabling needs.

Disadvantages

  • On the other hand, having a single communication line for data transmission makes it easier for collision to occur, which is seen as a disadvantage of using this network topology.
  • If the single network cable has a problem or disconnection, the whole network breaks.
  • Difficult to identify a problem.
  • All devices receive all signals from every other host. This is not efficient.

Star Topology – Advantages and Disadvantages

The star network topology is one of the most commonly used topologies today because of its simplicity and efficiency.

In this kind of topology, a centralized node is located at the core of the network topology, in which all the other nodes must communicate through.

This topology is mostly used in homes and offices today. For example, the classic Ethernet LAN networks are using the Star Topology. There is an Ethernet Switch (centralized node) on which all computers and network devices are connected to. 

Advantages

  • Easy to install and implement with wiring etc.
  • Easy to troubleshoot and detect problems in the network.
  • If one device fails, it does not affect the other devices in the network.
  • You can easily add or remove devices without affecting the rest of the network.
  • Centralized management and monitoring through the central switch/hub.

Disadvantages

  • The main disadvantage of using this topology is that it has a single point of failure, i.e. when the central switch node is down, there will be a break in communication for all connected devices.
  • More cabling is needed since you connect each individual devices to the central node.
  • Performance of the whole network depends on the performance of the central node.

Ring Topology – Advantages and Disadvantages

Ring topology presents devices that are arranged in a circular form or just like a ring.

Although the layout of the devices is very similar to bus a topology, ring topology is a closed loop.

Ring networks are not used much nowadays.

Advantages

  • The advantage of using this network topology is the ability to have fast network throughput.
  • Less packet collisions.
  • High speed transfers.
  • Token is used between nodes thus making this performing better than bus topology.

Disadvantage

  • The disadvantage is the point of failure, as a single node can break the transmission of data on the network.

Hybrid Topology – Advantages and Disadvantages

This network topology is basically made up of several topologies i.e. a combination of two or more topologies, which could be bus, star, ring, etc.

Advantages

  • In terms of the advantages of using this kind of topology, we find that it has a high level of fault tolerance, which makes it reliable and flexible.
  • Scalable as you can add new nodes easily.
  • You can design it in such a way as to use the best features of various other topologies.

Disadvantages

  • The disadvantages include things such as high cost and complexity of maintenance. This topology is used in real-life where scalability and high performance is important, for example Internet Service Providers.
  • Costly infrastructure.

Tree Topology – Advantages and Disadvantages

This network topology is ideal for when you have a device acting as the root device on the network.

Note this this topology works with the design of a star and bus topology combined. This has to do with linking star topologies together to form a single network topology, which is linked using a bus topology.

The disadvantage of using this topology is the multiple points of failures that are created, i.e. both the star and bus topology needs to be up at all times. 

Mesh Topology – Advantages and Disadvantages

Mesh network topologies create a scenario where there is connection to and from each node that is connected on the network. That is, all network nodes are interconnected between them just like a mesh.

Mesh topologies are used in mission critical network environments such as hospitals or financial institutions, where availability is of utmost importance.

Advantages

  • The main advantage of this type is fault tolerance, which is because of the redundant links that are created.
  • If one device/node in the network fails, the rest of the devices can work normally without interruption.
  • Adding more devices in the network does not affect the rest of the devices.

Disadvantages

  • The obvious disadvantage of using this type of network is the high cost of implementation.
  • Implementation and maintenance of such a topology is time consuming and difficult.
  • Cabling cost is high.

Related Posts

  • Comparison of GNS3 vs EVE-NG vs Packet Tracer for Networks Simulation
  • Subnetting vs Supernetting – What’s the Difference? (Explanation Guide)
  • Comparison of TCP/IP vs OSI Models in Networking
  • Comparison of Distance Vector vs Link State Dynamic Routing Protocols
  • Comparison and Differences Between IPv4 vs IPv6

What are common carriers local exchange carriers and interexchange carriers?

Common carriers that provide local telephone services are commonly called local exchange carriers (LEC), while carriers that provide long distance services (e., Sprint) are commonly called interexchange carriers (IXC).

When two computers have a dedicated circuit that connects them is called?

Circuit switching is a method of implementing a telecommunications network in which two network nodes establish a dedicated communications channel (circuit) through the network before the nodes may communicate.

What are the most commonly used T carrier services?

A: T1 and T3 circuits are the most commonly used carrier services. These are dedicated-circuit services. T1 circuits can provide a data rate of 1.544 Mbps, providing the ability to transmit both data and voice. T3 circuits allow a transmission rate of 44.736 Mbps, equivalent to 28 T1 circuits.

Which network architecture connects all computers to one central computer that routes messages to the appropriate computer?

A star network is a local area network (LAN) topology in which all nodes -- personal computers (PCs), workstations or other devices -- are directly connected to a common central computer that is often referred to as a hub.

Toplist

Neuester Beitrag

Stichworte