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

Types Of Headings In HTML

HTML Hedings Headings in HTML are used to display Titles, Sub-Titles of Sub-Sub-Titles for your web page text. There are six types of headings in HTML. H1 is the largest heading and H6 is the smallest heading. <H1> is opening tag whereas </H1> is the closing tag for the largest heading. The text between <h1> and </h1> will be displayed as the main Title in your web page. Following are the six tags used for six types of headings in HTML. <H1> ... </H1> <H2> ... </H2> <H3> ... </H3> <H4> ... </H4> <H5> ... </H5> <H6> ... </H6> The H1 heading is used for main titles. Actually H1 heading will show the text in largest font size. H2 headings is used for Sub-Titles. H2 displays text in smaller font size than H1, H3 displays text of font size smaller than H1 and H2, and so on. H1 is for largest heading in a text page and H6 is for smallest heading.   Importance Of Headings in SEO H...

HTML Table Tag Basics

Tables Tables are very important to show data in the form of rows and columns. Tables make data more readable and easy to understand. A table consists of rows, columns and cells. HTML Tags To Make A Table As we know that there are basically three elements in a table, that is, rows, columns and cells. So, there are the following basic tags to create a table in an HTML web page: <TABLE> tag <TR> tag <TD> tag <TH> tag   <TABLE> Tag <Table> tag is used to specify the start of a table. It also specifies some attributes of the table like ALIGN and BORDER attributes etc. Example 1: <Table>                    => Table without a border. Example 2: <Table border="1">     => Table with a border of width 1. Example 3: <Table align="left" border="2">  => A left aligned Table with a border of width 2. ...

Bus Topology Advantages Disadvantages

Bus 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 is Cheap, easy to handle and implement. Bus Topology require less cable. Bus Topology is best suited for small networks. Working of Bus Topology with Advantages and Disadvantages Advantages of Bus Network Topology 1. It is very simple topology . 2. It is easy to use. 3. It needs small amount of wire for connecting computers. 4. It is less expensive due to small wire needed. 5. If one computer fails, it does not disturb the other computers in network. Other computers will continue to share information and other resources with other connected computers. Disadvantages of Bus Network Topology 1. Only small number of computers can be connected in a bus network . 2. Network speed slows down as the number of computer increases in b...