Skip to main content

Types Of Network Topology

Today, we will types of network topology.

What is a Network Topology?

Definition of Network topology is the shape of the network. It is the physical layout of connected devices in a network. It tells us how a network will look like.
Network Topology ( Definition 2): The way in which the connections are made among all the network entities is called the topology of the network.
Network Topology ( Definition 3):Network topology specifically refers to the physical layout of the network, e.g., the location of the computers and how the cable is run between them.
Network Topology ( Definition 4):The physical topology of a network refers to the configuration of cables, computers, and other peripherals.

The characteristics of a network depend upon the network topology selected.
types of network topology
types of network topology

Explain different types of network Topology

Different network topologies are as follows:
1. Bus Topology
2. Ring Topology
3. Star Topology
4. Tree Topology
5. Mesh Topology

1. Bus Topology


types of network topology


Bus topology is the simplest network topology. In bus topology, all computers in network are connected to a common communication wire. This wire is called BUS. Terminators are used at both ends of wire.
Bus Topology - Different Types of Network Topology
Bus Topology - Different Types of Network Topology

2. Star Topology

Star Topology is the most popular and widely used network topology in local area networks. In star topology, all computers are connected with a central device known as HUB or Switch. Now-a-days Hubs are often replaced by Fast Network Switches. The sender computer sends data to the hub. The hub sends it to the destination computer. So, all data communication is managed through HUB or Switch.
Star Topology - Different Types of Network Topology
Star Topology - Different Types of Network Topology

Note: The major difference between a Networking Hub and Networking Switch is that HUB sends data to all computers, and the destination computer will accept it while other computers will not. On the other hand, Switch sends data only to the destination computer. Therefore, switch can reduce network traffic and hence provides fast transmission speed.

3. Ring Topology

In Ring topology, each computer is connected to the next computer such that last computer is connected to the first. Every computer is connected to next computer in the ring. Each computer retransmits what it receives from the previous computer. Suppose, computer A needs to send data to computer D. Now the computer A sends data to computer B. As computer B is not the destination computer, so it will retransmit data to computer C. Finally, Computer C will transfer data to computer D, the destination computer. When a node sends a message, the message is processed by each computer in the ring. If a computer is not the destination node, it will pass the message to the next node, until the message arrives at its destination.
Ring Topology - Different Types of Network Topology
Ring Topology - Different Types of Network Topology


4. Tree Topology

Actually, a Tree topology is the combination of two topologies: bus and star topology. A tree topology combines the characteristics of bus and star topologies. It consists of groups of computer connected as star topology. These groups are then connected to a central communication medium (bus cable).
Tree Topology - Different Types of Network Topology
Tree Topology - Different Types of Network Topology

5. Mesh Topology

In a mesh topology, every device on the network is physically connected to every other device on the network. Therefore, data can be sent on several possible paths from source computer to destination computer. Mesh topology is more reliable with better performance. It is mostly used in wide area networks where reliability is important.
Mesh Topology - Different Types of Network Topology
Mesh Topology - Different Types of Network Topology


After reading : Types of network topology


Read  More on Networking
and Networks
1 Explain
Advantages Of Networks
2 Types
Of Computer Networks
3 Differences
between LAN and WAN
4 Types
Of Network Topology
5 Bus
Topology :Advantages and Disadvantages
6 Advantages
and Disadvantages of Star Topology
7 Advantages
and Disadvantages of Ring Network Topology
8 Advantages
and Disadvantages of Tree Topology
9 Advantages
and Disadvantages of Mesh Topology

Comments

Anonymous said…
hey there and thank you for your info – I’ve certainly picked up something new from right here. I did however expertise a few technical issues using this site, since I experienced to reload the site lots of times previous to I could get it to load correctly. I had been wondering if your web hosting is OK? Not that I am complaining, but slow loading instances times will sometimes affect your placement in google and could damage your high quality score if advertising and marketing with Adwords. Anyway I’m adding this RSS to my email and could look out for a lot more of your respective exciting content. Ensure that you update this again soon..
Aquiesse Frankincense & Myrrh Candle
Admin X2 said…
Hi Gowtham!
Thanks for being here. Sure, you can share some of this stuff on your blog, but don't forget to have a link back to my blog. http://forfreeeducation.blogspot.com

Popular posts from this blog

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver...

Find Your Correct Age From Date of Birth

First of all click on First two digits to type Month number from keyboard like any number from 1 to 12. . Now click on next two digits and type day number of month that is date from 1 to 31. In the last step type the year of your birth in four digits like 1995.  Now click on the blue button with text "Calculate Age". Your accurate age will be displayed below the button. For example. If today is 09-16-2023 that is September 16, 2023 and you type birth date as 11-01-2000 that is November 1, 2000, your accurate age will be displayed as:Your age is 22 years, 10 months, and 15 days. Age Calculator Age Calculator Calculate Your Age Now! Enter your date of birth: Calculate Age As shown in the image below:

Use Microsoft Excel Online [ 2020 ] Free Spreadsheet

Topic: Use Microsoft Excel Online Free Spreadsheet How To Create Excel Worksheet Online Free Don't worry if you are to prepare a worksheet in Microsoft Excel and you have not purchased Microsoft Office software. You can use free online version of Microsoft Excel Online and create worksheets as you like. Following are the instructions on how to use Microsoft Excel Online. Use Microsoft Excel Online Free Spreadsheet Here are the easy steps to create  power calculator worksheet using Microsoft Excel Online free. 1. for this purpose you need to have a Microsoft Account. 2. Type  or copy paste the following address in your web browser's address bar https://office.live.com/start/excel.aspx Login To Your Microsoft Account. If you are not using any Microsoft account, please create an account now.  3. Login to your Microsoft account ( like abc@hotmail.com or xyz@hotmail.com) or read this post to Create a new Microsoft account in easy steps . Cho...