Skip to main content

Introduction and Star topology

Network topologies are all about how the networking devices are connected. Suppose you are provided with a switch and 4 computers, there are numerous ways that these can be connected. The following diagram illustrates some ways of connecting them :

Network Topology Introduction


Therefore, network topologies is about studying and connecting such computers in different patterns. When we connect in different orientations,we have to particularly pay attention to the pros and cons of each method rather than just using a particular topology randomly. Therefore, this blog post will discuss about the different topologies, their pros and cons and where each of these topologies are typically used.

Star topology-

A star topology, as shown below, is a topology where all the computers are connected to one centralized hub or switch. Therefore, each of these equipment are given the same opportunity (direct) to contact the switch and all devices radially span out from the centralized hub or switch.

Star Topology





In a star network (or topology) as shown above, all communications should take place through the switch or the hub to which all the devices are connected to it. Unshielded Twisted Pair (UTP) cables (or sometimes RJ 45 cable, though not common) are used to connect all PCs to the switch or the hub.



Advantages of the star topology - 

1. Flexibility - 

    When once device is malfunctioning you can simply remove it without disturbing the communication between other computers or degrading the performance of the system.

Advantages of Star Topology


2. Increased performance - 

    When one device wants to communicate with another, it can communicate directly without the interference from other devices. This also lead to less or no collision between data packets that are transferred between devices. Performance can be further enhanced by using a switch so that only the destination device will be addressed.

Advantages of star topology 2


3. Network upgrades and degrades are easy - 

    Adding and removing devices is easy as that device does not affect the performance of other devices. 

Advantages of star topology 3



4. Monitoring devices is easy - 

    Because of this centralized connectivity, the switch or the hub can easily monitor devices for any malfunctions or request for communications with other devices.

Advantages of star topology 4


Due to the nature of connectivity, a star network with a switch provides a higher privacy capability compared to bus and ring networks.


Disadvantages of the star topology - 

1. If the switch or the hub fails, the entire network cannot communicate - 

    If the switch or the hub fails, the whole network fails. An entire new installation needs to be done.

Disadvantages of star topology 1



2. Expensive - 

    Are somewhat expensive to build because of switches or hubs used.

Disadvantages of star topology 2



3. The problem with cables - 

     Requires more cable length that the bus topology. Also UTP cables are used which often suffer from less transmission speeds.

Disadvantages of star topology 3


Usage - 

When the number of devices increases along with the lengths of the cables, the network may slowdown. Therefore, star networks are usually used to connect a limited number of computers.

With regard to the privacy, faster communication, flexibility and the increased performance, star networks are an ideal network option for networking small offices or computer labs.

Comments

Popular posts from this blog

Mesh / Fully connected topology

In the last blog posts we discussed about the star topology and bus topology . This is the third of the series of blog posts on network topologies. This blog post will explain about the mesh/fully connected topology, its pros and cons and the typical usage of its architecture. Mesh or Fully connected topology -  In a mesh or fully connected topology all the nodes are interconnected with each other without the use of a common media. In this blog post: Advantages of Mesh / Fully connected Topology Disadvantages of Mesh / Fully connected topology Usages of Mesh / Fully connected topology For example, as we discussed, in a star topology , all the networking devices were interconnected using a switch or a hub and in the bus topology , all the devices were interconnected using a bus line. More topologies to discover: Bus Topology Ring topology Star topology However, in mesh or fully connected topology, as the name implies, all the devices are inter

Bus topology

In the last blog post , we discussed about a brief introduction to network topologies and focused particularly on the ">star topology . In this blog post we will discuss about the features, pros and cons and the usage of bus topology. In this blog post- Advantages of using bus topologies Disadvantages of using bus topologies Usage Bus topology -  In a bus topology, all the devices are connected to a central cable (called the bus), through interface connectors (BNC connectors), as shown below: More topologies to discover: Star Topology Mesh or Fully Connected topology Ring topology In a bus topology, terminators are added, as shown by the red squares in the above figure at the ends, to prevent reflection of signals. In a bus topology, only one device may communicate at a time. To avoid collision of packets, all other devices should wait until the bus line is free for them to communicate. A protocol called Distribute Access Protocol (DAP)

Ring topology

We have already discussed about the introduction to topologies , star topology , bus topology and mesh or fully connected topology . This is the last of a series of blog posts on network topologies. In this blog post we will discuss about the ring topology, its pros and cons and the typical usage of its architecture.  Ring topology -  In ring topology all the nodes are connected to make a closed loop as shown in the diagram below :  However, data can travel in a ring network only in one direction with the help of a token. A token contains some information and along with this information data is sent throughout the network.  In this blog post: Advantages of Ring Topology Disadvantages of Ring Topology Usages For example, suppose A wants to send data to C and let us assume that the token is moving along the loop counter clockwise. Then first E receives the token and since the addresses do not match E passes further. Then D receives it and similar

How emails are sent [the action of the SMTP servers]

What is SMTP? SMTP stands for Simple Mail Transfer Protocol and is used by email carriers to send and receive emails. SMTP uses the store and forward technique to send emails between two connections. [Actually, there are two different servers running on a server machine : the SMTP server and the POP3 or IMAP server. We will focus only on the SMTP and the functionality of the SMTP server in this blogpost]. How does SMTP work [or how emails use SMTP?] ? Consider the following expected communication between John and Brendon: Fig 1 : Expected communication between John and Brendon Suppose John is going to send his email using Outlook express. First, Outlook express should connect to John's network and then to the SMTP server using Port 25 (SMTP usually uses TCP port 25 for connections). Then Outlook express should notify the server the message to be sent, the address of the sender and that of the recipient. Suppose Brendon's address is Brendon@pqr.com. Fig 2
DMCA.com Protection Status