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

Top 10 Data Visualization Tools for Every Data Scientist | April 2021

  At present, the data scientist is one of the most sought after professions. That’s one of the main reasons why we decided to cover the latest data visualization tools that every data scientist can use to make their work more effective. By Andrea Laura, Freelance Writer   One of the most well-settled fields of study and practice in the IT industry today, Data Science has been in the limelight for nearly a decade now. Yes, that's right! It has proven to be a boon in multiple industry verticals. From top of the line methodologies to analyzation of the market, this technology primarily includes obtaining valuable insights from data. This obtained data is then processed where data analysts further analyze the information to find a pattern and then predict the user behavior based on the analyzed information. This is the part where data visualization tools come into play. In this article, we will be discussing some of the best data visualization tools that data scientists need to t...

What is cloud computing in simple terms? | Definition & Examples | What is AWS ?

TABLE OF CONTENTS What Is Cloud Computing? Understanding Cloud Computing Types of Cloud Services Deployment Models Types of Cloud Computing Advantages of Cloud Computing  Disadvantages of the Cloud The World of Business What Is Cloud Computing? Cloud computing is the delivery of different services through the Internet. These resources include tools and applications like data storage, servers, databases, networking, and software. Rather than keeping files on a proprietary hard drive or local storage device, cloud-based storage makes it possible to save them to a remote database. As long as an electronic device has access to the web, it has access to the data and the software programs to run it. Cloud computing is a popular option for people and businesses for a number of reasons including cost savings, increased productivity, speed and efficiency, performance, and security. Understanding Cloud Computing Cloud computing is named as such because the information being accesse...

INDIA is no more Independent Nation ?

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...

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...

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 ...

HyperX Cloud Core + 7.1 Gaming Headset for PC, PS4, Xbox One, Nintendo Switch, and Mobile Devices (HX-HSCC-2-BK/WW)

The HyperX Cloud Core with virtual 7.1 surround sound1 provides clear positional audio for a more immersive gaming experience. It also features signature HyperX memory foam and soft leatherette making it comfortable for long gaming sessions. The detachable noise-cancelling microphone keeps ambient sounds from interrupting your voice chat and can be removed when not in use. Cloud headsets are known for their legendary sound, comfort, and durability — optimized for the way you play Virtual 7.1 surround sound Advanced audio control box Signature HyperX comfort Durable aluminum frame Detachable noise-cancelling mic Multi-platform compatibility Brand HyperX Manufacturer Kingston Technology Corporation, 17600 Newhope Street, Fountain Valley, CA 92708 USA, Kingston Technology Corporation, 17600 Newhope Street, Fountain Valley, CA 92708 USA Model HX-HSCC-2-BK/WW Model Name HyperX Cloud Core + 7.1 Gaming Headset for PC, PS4, Xbox One, Nintendo Switch, and Mobile Devices (HX-HSCC-2-BK/WW) Model ...

What is Semantic AI? Is it a step towards Strong AI? | April 2021

  M odern artificial intelligence can decide on its own whether it should use the   width of a person’s l i ps   to detect smile, or is it some other factor, or a combination of multiple factors (referred to as representation learning). This and a few other achievements of modern AI (such as reinforcement learning), have forced people to re-think whether   Artificial General Intelligence   ( AGI   or   Strong AI ) can actually be achieved anytime soon? No wonder, many articles have been published on this topic recently: Nature Journal [1], Forbes Magazine [2], McKinsey Consulting [3] etc. These articles profess that AGI is far from reality, anytime soon.   After reading this blog   one can realize “ why do they say so ” and also understand more about a new and emerging form of artificial intelligence, “ Semantic AI ”, which I believe is a step ahead of current form of AI (weak AI). In this article, I first share a perspective on the need ...

Lenovo Legion 5 pro with RTX 3070 in 1.3L only

  Legion 5 Pro 16ACH6H Processor   AMD Ryzen™ 7 5800H Processor (8 Cores / 16 Threads, 3.20 GHz, up to 4.40 GHz with Max Boost, 4 MB Cache L2 / 16 MB Cache L3) INCLUDED Operating System   Lenovo recommends Windows 10 Pro for business Windows 10 Home Single Language 64 SELECTED Windows 10 Pro 64 + ₹9,000 CLOSE Microsoft Productivity Software Microsoft Office Trial SELECTED Microsoft Office Home and Student 2019 India + ₹2,000 Microsoft 365 Personal + ₹3,099 Microsoft 365 Family + ₹4,500 Microsoft Office Professional 2019 + ₹37,990 CLOSE Memory   16 GB (2 x 8 GB) SO-DIMM DDR4 3200MHz SELECTED 32 GB (2 x 16 GB) SO-DIMM DDR4 3200MHz + ₹9,400 CLOSE First Solid State Drive None SELECTED 1 TB M.2 2280 SSD + ₹14,400 CLOSE Second Solid State Drive 512 GB M.2 2242 SSD SELECTED 512 GB M.2 2280 SSD + ₹500 1 TB M.2 2280 SSD + ₹6,700 CLOSE Display   40.64cms (16.0) WQXGA (2560x1600) IPS Anti-Glare, 500nits, Non-Touch, 165Hz, Narrow Bezel, 100% sRGB, HDR400 INCLUDED Graphic Ca...