Skip to main content

The Transformative Power of Artificial Intelligence: Shaping the Future

  The Transformative Power of Artificial Intelligence: Shaping the Future In the realm of technological advancements, few innovations have captured the world's imagination as much as Artificial Intelligence (AI). From science fiction to reality, AI has become a powerful force driving transformative changes across various industries and sectors. Its significance cannot be overstated, as it has the potential to reshape the way we live, work, and interact with our surroundings. In this blog, we delve into the importance of AI and explore the profound impact it has on our society. 1. Enhancing Efficiency and Productivity: One of the most apparent benefits of AI is its ability to boost efficiency and productivity across industries. By automating repetitive tasks, AI liberates human resources to focus on more complex and creative endeavors. Businesses can streamline processes, optimize resource allocation, and make data-driven decisions faster, resulting in cost savings and increased com...

What is Network Topology ? What are there Types ? Why they are Use?

 To understand what is "Network Topology" first of all you need to know what is Network ?

So, let us understand 

What is Network?

  • Network is a broad term similar to "system", Network is a communication system which supports many users.
  • In relation with the computers we can say that a "Communication among the computers connected in the network" 
  • While in simple term network in computer system is nothing but to establish a connection between 2 or more than 2 devices so that they can communicate with each other.
  • To establish this connection we use different protocols and method as per the need of user. 
We will discuss about those protocol is our upcoming blogs so to get updated follow us on Twitter.

What is Network Topology?

  • The word Physical Network Topology is used to explain the manner in which a network is physically connected.
  • Devices or nodes in a network get connected to each other with the help of communication links and all these links ae related with each other in one way or the other.
  • The geometric representation of such a relationship of link and nodes is known as the topology of that network.
  • These Topologies are classified in two type:
  1.   Peer to Peer 
  2. Primary-secondary
  • Peer to Peer is the relationship where the devices share the link equally. eg. ring and mesh
  • In Primary -  secondary relationship, one device controls and other devices have to transmit through it. eg. star and tree

1. Bus Topology:

  • The bus topology is usually used when a network under consideration is small, simple or temporary.
  • On a typical bus network a simple cable is used without additional electronics to amplify the single or pass it along from computer to computer. Therefore the bus is a passive topology.
  • When one computer sends a signal on the cable; all the computer on the network receive the information. However only the one with the address that matches with the destination address stored in the message accepts the information while all the others reject the message the information while all the other reject the message.
  • The bus topology requires a proper termination at both the end of the cable in order to avoid reflection.
Advantage:
  1. The bus topology is easy to understand, install and use for small network
  2. The cabling cost is less as the bus topology requires a small length of cable to connect the computer.
  3. The bus topology is easy to expand by joining two cables with a BNC barrel connector.
  4. In the expansion of a bud topology repeaters can be used to boost the single and increase the distance.
Disadvantage:
  1. Heavy network traffic slows down the bus speed. In bus topology only one computer can transmit and other have to wait till their turn comes and there is no coordination between computer for reservation of transmitting.
  2. The BNC connectors used for expansion of the bus attenuates the single considerably.
  3. A cable break or loose BNC connector will cause reflection and bring down the whole network causing all network activity to stop.

2. Ring Topology:

  • In a ring topology, each computer is connected to the next computer, with the last one connected to the first 
  • Ring are used in high-performance network where large bandwidth is necessary e.g. time sensitive feature  such as video and audio. 
  • Every computer in connected to the next computer is the ring and each retransmits what it receives from the previous computer hence the ring is in active network.
  • The message flow around the 

Comments

Ads

Popular posts from this blog

Advance Git Commands with example on terminal | Git commands

  Explore repository There is a Git repository named  food-scripts  consisting of a couple of food-related Python scripts. Navigate to the repository using the following command: cd ~/food-scripts content_copy Now, list the files using the  ls  command. There are three files named  favorite_foods.log ,  food_count.py , and  food_question.py . Let's explore each file. Use the  cat  command to view each file. favorite_foods.log : This file consists of a list of food items. You can view it using the following command: cat favorite_foods.log content_copy Output: food_count.py : This script returns a list of each food and the number of times the food appeared in the  favorite_foods.log  file. Let's execute the script  food_count.py : ./food_count.py content_copy Output: food_question.py : This prints a list of foods and prompts the user to enter one of those foods as their favorite. It then returns an answer of how many others ...

The Transformative Power of Artificial Intelligence: Shaping the Future

  The Transformative Power of Artificial Intelligence: Shaping the Future In the realm of technological advancements, few innovations have captured the world's imagination as much as Artificial Intelligence (AI). From science fiction to reality, AI has become a powerful force driving transformative changes across various industries and sectors. Its significance cannot be overstated, as it has the potential to reshape the way we live, work, and interact with our surroundings. In this blog, we delve into the importance of AI and explore the profound impact it has on our society. 1. Enhancing Efficiency and Productivity: One of the most apparent benefits of AI is its ability to boost efficiency and productivity across industries. By automating repetitive tasks, AI liberates human resources to focus on more complex and creative endeavors. Businesses can streamline processes, optimize resource allocation, and make data-driven decisions faster, resulting in cost savings and increased com...

Git Commands | Linux Commands

  Command line git commands: Check the installed version of git by using the command below: git --version Initialize a new repository Create a directory to store your project in. To do this, use the following command: mkdir my-git-repo content_copy Now navigate to the directory you created. cd my-git-repo content_copy Next, initialize a new repository by using the following command: git init content_copy The  git init  command creates a new Git repository. In our case, it transformed the current directory into a Git repository. It can also be used to convert an existing, unversioned project to a Git repository or to initialize a new, empty repository. Executing  git init  creates a  .git  subdirectory in the current working directory, which contains all of the necessary Git metadata for the new repository. This metadata includes subdirectories for objects, refs, and template files. A HEAD file is also created which points to the currently checked out c...

Top 15 Python Libraries For Data Science & Best Tutorials To Learn Them | April 2021

Python is the most widely used programming language today. When it comes to solving data science tasks and challenges, Python never ceases to surprise its users. Most data scientists are already leveraging the power of Python programming every day. Python is an easy-to-learn, easy-to-debug, widely used, object-oriented, open-source, high-performance language, and there are many more benefits to Python programming. Python has been built with extraordinary Python libraries for data science that are used by programmers every day in solving problems. Here today, We have curated a list of best 15 Python libraries that helps in Data Science and its periphery, when to use them, their advantages and best tutorials to learn them. For some Python Code you may follow this  GitHub Repository 1. Pandas Pandas is an open-source Python package that provides high-performance, easy-to-use data structures and data analysis tools for the labeled data in Python programming language. Pandas stand for ...

INDIA is no more Independent Nation ?

Top 10 Reasons Why Python is So Popular With Developers in 2021

  Python   is one of the languages that is witnessing incredible growth and popularity year by year. In 2017, Stackoverflow calculated that python would beat all other programming languages by 2020 as it has become the fastest-growing programming language in the world. It is also considered one of the best programming languages for machine learning. So why is Python so popular? Let’s find out below: 1) Easy to Learn and Use Python language is incredibly easy to use and learn for new beginners and newcomers. The python language is one of the most accessible programming languages available because it has simplified syntax and not complicated, which gives more emphasis on natural language. Due to its ease of learning and usage, python codes can be easily written and executed much faster than other programming languages. When  Guido van Rossum  was creating python in the 1980s, he made sure to design it to be a general-purpose language. One of the main reasons ...

Top 5 GTX 1660ti Graphics laptops | Best GTX 1660ti Graphics Laptops In India

MSI GF65 Thin(0SDR-1280IN):- Graphics :- NVIDIA GTX 1660ti (DDR6 6GB VRAM) CPU :- Intel i7- 10750H | 6 cores & 12 Threads | 2.60GHz - 5GHz Display :- 15.6" FHD (39.6 cm) IPS-Level 144Hz Panel Laptop with 45% of NTSC Memory & Storage: - 8GB*2 DDR4 2666MHz RAM, expandable to 64 GB | Storage: 512GB NVMe SSD. Battery :- 51Watt Hours HP OMEN (15-en0002AX) Graphics :-  NVIDIA GTX 1660ti (DDR6 6GB VRAM) CPU: -  Ryzen 5-4600H | 6 cores & 12 Threads | 3.0GHz - 4.0GHz Display :- 15.6-inch Full HD (1920 x 1080) anti-glare IPS display | 60Hz refresh rate, 250 Nits, 45% NTSC Memory and Storage : 8 GB DDR4-3200 SDRAM (1 x 8 GB) (Upgradable upto 16GB) | Storage: 512 GB PCIe NVMe M.2 SSD Battery :- 70.9 Watt Hours ASUS TUF Gaming A15(FA566IU-HN246T) Graphics :-  NVIDIA GTX 1660ti (DDR6 6GB VRAM) CPU :- AMD Ryzen 7 4800H | 6 cores & 12 Threads | 3.0GHz - 4.0GHz Display :-    15.6-inch (16:9) LED-backlit FHD (1920x1080) 144Hz Refresh Rate, An...

Nine Things to Check While Choosing A Cloud Service Provider

  As more and more IT systems are outsourced, zeroing in the best cloud providers is critical to long-term success. The market is already vast, with different brands offering large numbers of services. Apart from the big providers like Microsoft, Amazon, and Google, there are also smaller niche players who provide bespoke services. With too many choices to opt from, you must put down the selection and procurement process appropriate as per the needs. The Right Time to Select a Cloud Service Provider It is significant to understand the requirements of a business before choosing a cloud service provider. Clarifying the specific needs and minimum expectations in advance while assessing providers ensures that they are compared against the requirement checklist and not against their competitors. It is a faster way to narrow down the list of providers.  With more clarity on the requirements such as technical, service, security, data governance and service management, you will be b...

Announcing Windows 10 Insider Preview Build 21359

  Hello Windows Insiders, today we are releasing Windows 10 Insider Preview   Build 21359  to Windows Insiders in the Dev Channel. Changes and Improvements We have added an option under the Power menu on the Start menu to restart apps after signing in when you reboot your device. When this setting is checked, it toggles the option under Settings > Accounts > Sign-in options > Restart apps we introduced in 20H1. If you have your activity history synced across your devices through your Microsoft account (MSA), you’ll no longer have the option to upload new activity in Timeline. AAD-connected accounts won’t be impacted. To view web history, Edge and other browsers have the option to look back at recent web activities. You can also view recently used files using OneDrive and Office. We’re updating the Ease of Access category in Settings to now be called Accessibility. We’re updating the Ebrima font to now support characters from Bamum (Unicode block U+A6A0 to U+A6FF)...

Machine Learning Goes Quantum: A Glance at an Exciting Paradigm Shift

  Quantum computing is a buzz-word that’s been thrown around quite a bit. Unfortunately, despite its virality in pop culture and quasi-scientific Internet communities, its capabilities are still quite limited. As a very new field, quantum computing presents a complete paradigm shift to the traditional model of classical computing. Classical bits — which can be 0 or 1 — are replaced in quantum computing with  qubits , which instead holds the value of a probability. Relying on the quirks of ph y sics at a very, very small level, a qubit is forced into a state of 0 or 1 with a certain probability each time it is measured. For instance, if a qubit is in a state of  0.85:0.15 , we would expect it to measure zero about 85% of the time, and one 15% of the time. Although quantum computing still has a long way to go,  machine learning is an especially promising potential avenue.  To get a simple grasp of the computing power quantum computing could offer, consider this: A...