Top Posts
Types of JDBC drivers
C++ Program to implements Constructor Overloading
C++ Program to implements Constructor
C++ Program to calculate the area using classes
C++ Class Program to Store and Display Employee...
Operator Overloading of Decrement — Operator
Postfix Increment ++ Operator Overloading
Prefix Increment ++ operator overloading with return type
Prefix ++ Increment Operator Overloading with no return...
JDBC Architecture
TECHARGE
  • HOME
  • BLOGS
  • TUTORIALS
    • ALL TUTORIALS
    • PROGRAMMING TUTORIALS
      • JAVA TUTORIALS
      • C++ TUTORIAL
      • C PROGRAMMING TUTORIALS
      • PYTHON TUTORIAL
      • KNOWLEDGE MANAGEMENT TUTORIALS
      • DATA STRUCTURE AND ALGORITHM TUTORIALS
      • PROGRAMMING EXAMPLES
        • CPP EXAMPLES
        • JAVA EXAMPLES
        • C++ GRAPHICS PROGRAM
    • PROJECTS
      • PYTHON PROJECTS
      • SWIFT PROJECT
    • PPROGRAMMING QUIZ
    • DBMS TUTORIALS
    • COMPUTER NETWORK TUTORIALS
    • COMPUTER NETWORK SECURITY TUTORIALS
    • E COMMERCE TUTORIALS 
    • AWS TUTORIAL
    • INTERNET OF THINGS
    • CHEATSHEET
  • MORE
    • JOBS AND INTERNSHIPS
    • INTERVIEW PREPARATION
    • TECH BOOK
    • TECH NEWS
    • INSTAGRAM GALLERY
    • UNIVERSITY PAPERS
    • MNC TWEETS
    • THINKECO INITIATIVES
    • WEB STORIES
    • CONTACT US
  • WRITE +
  • ABOUT US
Computer Network

Physical Structures of Network

by anupmaurya December 2, 2022
written by anupmaurya 0 comment

Table of Contents

  • Type of Connection (Line configuration)
      • Example
      • Example
      • Two types of Multipoint Connections
  • Physical Topology
    • Categories of Topology
    • 1.Mesh Topology
    • 2.Star Topology
  • Advantages of Star Topology
  • Disadvantages of Star Topology
    • 3.Bus Topology
  • Advantages of Bus Topology
  • Disadvantages of Bus Topology
    • 4.Ring Topology
  • Advantages of Ring Topology
  • Disadvantages of Ring Topology
  • 5.Hybrid Topology
  • Types of Hybrid Network Topologies
    • Advantages of Hybrid Topology
    • Disadvantages of Hybrid Topology

In this article, you’ll learn about the Physical Structures of networks, Types of Connection, and Physical typologies.

In physical structures, we need to define some network attributes.

  1. Type of Connection
  2. Physical Topology

Type of Connection (Line configuration)

There are two possible types of connections:

1.Point-to-Point:- A point-to-point connection provides a dedicated link between two devices. The entire capacity of the link is reserved for transmission between those two devices. Most point-to-point connections use an actual length of wire or cable to connect the two ends, but other options, such as microwave or satellite links, are also possible.

When you change television channels by infrared remote control, you are establishing a point-to-point connection between the remote control and the television’s control system. 

Example

  1. Communication between Television and remote control for changing the channels through infrared ray.
  2. A computer connected by a telephone line.
Point to point network
Point to point network

2.Multipoint :- A multipoint (multi drop) connection is one in which more than two specific devices share a single link. In a multipoint environment, the capacity of the channel is shared, either spatially or temporally.

Multipoint network
Multipoint network

Example

ATM is an example of Multipoint connection

Two types of Multipoint Connections

  1. Spatial Sharing: If several computers can share the link simultaneously, its called Spatially shared line configuration.
  2. Temporal (Time) Sharing: If users must take turns, it is a timeshared connection.

Physical Topology

The term physical topology refers to the way in which a network is laid out physically two or more devices connect  two or more links form a topology. The topology of a network is the geometric representation of the relationship of all the links and linking devices (usually called nodes) to one another.

There are four basic topologies possible:

  1. Mesh Topology
  2. Star Topology
  3. Bus Topology and
  4. Ring Topology

Categories of Topology

1.Mesh Topology

In a mesh topology, every device has a dedicated point-to-point link to every other device. The term dedicated means that the link carries traffic only between the two devices it connects.

Mesh Topology
Mesh Topology

To find the number of physical links in a fully connected mesh network with n nodes, we first consider that each node must be connected to every other node. Node 1 must be connected to n – 1 nodes, node 2 must be connected to n – 1 nodes, and finally node n must be connected to n – 1 nodes. We need n(n – 1) physical links. However, if each physical link allows communication in both directions (duplex mode), we can divide the number of links by 2.

In other words, we can say that in a mesh topology, we need n(n -1) /2 duplex-mode links. 

2.Star Topology

In a star topology, each device has a dedicated point-to-point link only to a central controller, usually called a hub. The devices are not directly linked to one another. Unlike a mesh topology, a star topology does not allow direct traffic between devices. The controller acts as an exchange: If one device wants to send data to another, it sends the data to the controller, which then relays the data to the other connected device. 

Star Topology
Star Topology

Advantages of Star Topology

  • A star topology is less expensive than a mesh topology.
  • In a star, each device needs only one link and one I/O port to connect it to any number of others. This factor also makes it easy to install and reconfigure.
  • Far less cabling needs to be housed, and additions, moves, and deletions involve only one connection: between that device and the hub.
  •  It includes robustness. If one link fails, only that link is affected. All other links remain active. This factor also lends itself to easy fault identification and fault isolation. As long as the hub is working, it can be used to monitor link problems and bypass defective links. 

Disadvantages of Star Topology

  • A star topology is a dependency of the whole topology on one single point, the hub. If the hub goes down, the whole system is dead. 

Although a star requires far less cable than a mesh, each node must be linked to a central hub. For this reason, often more cabling is required in a star than in some other topologies (such as ring or bus). 

3.Bus Topology

The preceding examples all describe point-to-point connections. A bus topology, on the other hand, is multipoint. One long cable acts as a backbone to link all the devices in a network. 

Bus Topology
Bus Topology

Nodes are connected to the bus cable by drop lines and taps. A drop line is a connection running between the device and the main cable. A tap is a connector that either splices into the main cable or punctures the sheathing of a cable to create a contact with the metallic core. As a signal travels along the backbone, some of its energy is transformed into heat. Therefore, it becomes weaker and weaker as it travels farther and farther. For this reason there is a limit on the number of taps a bus can support and on the distance between those taps. 

Advantages of Bus Topology

  • Advantages of bus topology include ease of installation. Backbone cable can be laid along the most efficient path, then connected to the nodes by drop lines of various lengths.
  • In this way, a bus uses less cabling than mesh or star topologies. In a star, for example, four network devices in the same room require four lengths of cable reaching all the way to the hub.
  • In a bus, this redundancy is eliminated. Only the backbone cable stretches through the entire facility. Each drop line has to reach only as far as the nearest point on the backbone. 

Disadvantages of Bus Topology

Disadvantages include difficult reconnection and fault isolation.

  • A bus is usually designed to be optimally efficient at installation. It can therefore be difficult to add new devices.
  • Signal reflection at the taps can cause degradation in quality. This degradation can be controlled by limiting the number and spacing of devices connected to a given length of cable. Adding new devices may therefore require modification or replacement of the backbone. 
  • In addition, a fault or break in the bus cable stops all transmission, even between devices on the same side of the problem. The damaged area reflects signals back in the direction of origin, creating noise in both directions. 

4.Ring Topology

In a ring topology, each device has a dedicated point-to-point connection with only the two devices on either side of it. A signal is passed along the ring in one direction, from device to device, until it reaches its destination. Each device in the ring incorporates a repeater. When a device receives a signal intended for another device, its repeater regenerates the bits and passes them along.

Ring Topology
Ring Topology

Advantages of Ring Topology

  • A ring is relatively easy to install and reconfigure. Each device is linked to only its immediate neighbors (either physically or logically). To add or delete a device requires changing only two connections. The only constraints are media and traffic considerations (maximum ring length and number of devices).
  • In addition, fault isolation is simplified. Generally in a ring, a signal is circulating at all times. If one device does not receive a signal within a specified period, it can issue an alarm. The alarm alerts the network operator to the problem and its location. 

Disadvantages of Ring Topology

  • In Uni-directional Ring, a knowledge packet (token) must undergo all the nodes.
  • In a simple ring, a break in the ring (such as a disabled station) can disable the entire network. This weakness can be solved by using a dual ring or a switch capable of closing off the break. 

Ring topology was prevalent when IBM introduced its local-area network Token Ring. Today, the need for higher-speed LANs has made this topology less popular. 

5.Hybrid Topology

It may be a combination of quite two topologies. computer networking, a network structure that contains quite two topologies is understood as hybrid topology. It inherits the benefits and drawbacks of included topologies.

Hybrid Topology
Hybrid Topology

The hybrid topology includes a mixture of bus, mesh, ring topology, star, and tree topology. The mix of topologies depends on the necessity of a corporation.

Types of Hybrid Network Topologies

There are two types of hybrid network topologies counting on the essential requirement of a corporation. Still, the foremost commonly used one is Star-Ring and Star-Bus topologies that structure the hybrid.

Advantages of Hybrid Topology

  • The hybrid network combines the advantages of various sorts of topologies
  • Can be modified as per requirement
  • It is very reliable
  • It is extremely flexible.
  • It is expensive
  • It is easily scalable
  • design is complex.

Disadvantages of Hybrid Topology

  • Hardware changes are required to attach topology to a different topology.

Thank you for reading, If you have reached so far, please like the article, It will encourage me to write more such articles. Do share your valuable suggestions, I appreciate your honest feedback!

Bus topologymesh topologyPhysical Topologyring topologystar topologyType of Connection
Share 9 FacebookTwitterLinkedinRedditWhatsappTelegramEmail
anupmaurya

Hey there, My name is Anup Maurya. I was born with love with programming and worked with TCS. One of best global (IT) services and consulting company as System Administrator . I also love graphics designing. It's my pleasure to have you here.

previous post
Python | GUI Widgets, Date Tick labels, Polar Plots, and XKCD-style sketch plots in Matplotlib
next post
Types of Networks

You may also like

RSA Algorithm

Transmission Media or Communication Channels

Optical Fiber

Types of Transmission Technologies

Types of Networks

What is Network ? Network Criteria

Modes of Transmission in Network

Data Representation

Components of Data Communication

What is Data Communication?

COMPUTER NETWORKING

  • Network
  • Computer Network and its Component
  • Data Representation
  • What is Data Communication
  • Components of Data Communication
  • Physical Structures of Network
  • Types of Networks
  • Types of Transmission Technologies
  • Network Devices :Repeaters, Hub, Bridges, Routers, Switch And Gateways
  • Transmission Media or Communication Channels
    • Guided Transmission Media
    • UnGuided Transmission Media
  • Data Transmission in Network
  • Optical Fiber
  • Physical Structures of Network
  • Modes of Transmission in Network
  • Network Interface
  • Switching
    • Message Switching
    • Circuit Switching
    • Packet Switching
  • ISDN: Integrated Services Digital Network
  • OSI Model
  • TCP/IP Model
  • Differences between the OSI and TCP/IP model
  • What is Routing? | Types of Routing | How does it take place?
  • Routing algorithm
  • RSA Algorithm
  • Cryptography
  • Duties of Network Layer
  • What is Flow-Control in networking?
  • Congestion in Computer Network

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Martin Fowler

Keep in touch

Facebook Twitter Instagram Linkedin

Recent Posts

  • Types of JDBC drivers

    December 28, 2022
  • C++ Program to implements Constructor Overloading

    December 27, 2022
  • C++ Program to implements Constructor

    December 27, 2022

EDUCATIONAL

  • Difference between Google Cloud Platform, AWS and Azure

  • Google Apps You Should Be Using in 2022

  • Top Sites From Where You Can Learn

  • PyScript: Python in the Browser

  • Best Fake Email Generators (Free Temporary Email Address)

  • How to Find Out Who Owns a Domain Name

  • Mobile phone brands by country of origin

  • How to start a new YouTube Channel in 2022

  • Best way to use google search you won’t believe exist

  • 10 mostly asked questions related to WhatsApp

CHEATSHEET

  • Git and Github 2022 Cheat Sheet

  • ReactJs Cheatsheet

  • Linux Commands Cheat Sheet

  • C Programming language Cheatsheet

  • Scala Cheatsheet

  • MySQL Cheatsheet

  • Javascript Cheatsheet

PROJECTS

  • Print emojis using python without any module

  • Country Date and Time using Python

  • Covid-19 Tracker Application Using Python

  • Python | GUI Calendar using Tkinter

  • Python: Shutdown Computer with Voice

  • Python GUI Calculator using Tkinter

  • Convert an Image to ASCII art using Python

  • Python YouTube Downloader with Pytube

  • Tic-Tac-Toe using Python

  • Draw Indian Flag using Python

  • Drawing Pikachu with the Python turtle library

  • Word Dictionary using Tkinter

TECH NEWS

  • 5+ Best Humanoid Robots In The World

  • Reliance Jio launches streaming platform JioGamesWatch

  • Microsoft Teams down for thousands of users

  • Carbon: Google programming language as a C++ successor

JOBS AND INTERNSHIPS

  • Accenture Off Campus Hiring Drive | Associate Job | Program Project Management | 2019-2022 Batch| Apply Now

    September 1, 2022

@2019-21 - All Right Reserved. Designed and Developed by Techarge

TECHARGE
  • HOME
  • BLOGS
  • TUTORIALS
    • ALL TUTORIALS
    • PROGRAMMING TUTORIALS
      • JAVA TUTORIALS
      • C++ TUTORIAL
      • C PROGRAMMING TUTORIALS
      • PYTHON TUTORIAL
      • KNOWLEDGE MANAGEMENT TUTORIALS
      • DATA STRUCTURE AND ALGORITHM TUTORIALS
      • PROGRAMMING EXAMPLES
        • CPP EXAMPLES
        • JAVA EXAMPLES
        • C++ GRAPHICS PROGRAM
    • PROJECTS
      • PYTHON PROJECTS
      • SWIFT PROJECT
    • PPROGRAMMING QUIZ
    • DBMS TUTORIALS
    • COMPUTER NETWORK TUTORIALS
    • COMPUTER NETWORK SECURITY TUTORIALS
    • E COMMERCE TUTORIALS 
    • AWS TUTORIAL
    • INTERNET OF THINGS
    • CHEATSHEET
  • MORE
    • JOBS AND INTERNSHIPS
    • INTERVIEW PREPARATION
    • TECH BOOK
    • TECH NEWS
    • INSTAGRAM GALLERY
    • UNIVERSITY PAPERS
    • MNC TWEETS
    • THINKECO INITIATIVES
    • WEB STORIES
    • CONTACT US
  • WRITE +
  • ABOUT US