What is distributed computing
Distributed computing is a new computing method proposed in recent years. The so-called distributed computing means that two or more software share information with each other. These software can run on the same computer or on Run on multiple computers connected through a network.
Distributed computing is a research direction in computer science. It studies how to divide a problem that requires huge computing power into many small parts. These parts are then assigned to multiple computers for processing, and finally these calculation results are combined to obtain the final result. Distributed network storage technology is to store data distributedly on multiple independent machines and devices. The distributed network storage system adopts a scalable system structure, uses multiple storage servers to share the storage load, and uses location servers to locate storage information. This not only solves the bottleneck problem of a single storage server in traditional centralized storage systems, but also improves the reliability of the system. performance, availability and scalability.
Computing becomes "distributed" when computer programs and data are distributed on more than one computer over a network. In the past, calculations were usually done by calculation centers. While such computing centers still exist, businesses large and small are increasingly moving (distributing) applications to locations in the enterprise where computing can be done most efficiently, typically on desktop workstations, LAN servers, departmental servers, Web servers, and other servers. mix. The more popular one is the client/server model. The client only has certain functions, and other functions need to be obtained from the server that provides services. The HTTP protocol is an example. In a distributed computing environment, data storage and processing can occur on local workstations.
Distributed computing is a new computing method proposed in recent years. The so-called distributed computing is when two or more software share information with each other. These software can run on the same computer or on multiple computers connected through a network. Distributed computing is a computing method that is opposite to centralized computing. With the development of computing technology, some applications require very huge computing power to complete. For example, using centralized computing, it takes a long time to complete. Distributed computing breaks the application into many small parts and assigns them to multiple computers for processing. This can save overall computing time and greatly improve computing efficiency.
Distributed computing has the following advantages over other algorithms:
1. Rare resources can be shared;
2. Distributed computing can be used on multiple computers Balance computing load;
3. The program can be placed on the computer most suitable for running it;
Among them, sharing rare resources and balancing load is one of the core ideas of computer distributed computing.
In fact, grid computing is a type of distributed computing. If we say that a certain job is distributed, then it must be not just a computer but a computer network involved in the job. Obviously, this "ant moving mountains" approach will have strong data processing capabilities. The essence of grid computing is to combine and share resources and ensure system security.
The above is the detailed content of What is distributed computing. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

A step-by-step guide to implementing distributed computing with GoLang: Install a distributed computing framework (such as Celery or Luigi) Create a GoLang function that encapsulates task logic Define a task queue Submit a task to the queue Set up a task handler function

Title: Implementation of distributed computing framework and task scheduling and result collection mechanism in Python Abstract: Distributed computing is a method that effectively utilizes the resources of multiple computers to accelerate task processing. This article will introduce how to use Python to implement a simple distributed computing framework, including the mechanisms and strategies of task scheduling and result collection, and provide relevant code examples. Text: 1. Overview of distributed computing framework Distributed computing is a method that uses multiple computers to jointly process tasks to achieve the purpose of accelerating computing. In a distributed computing framework,

As an efficient and highly concurrency programming language, Go language has gradually been widely used in the field of large-scale data processing. This article will explore how to deal with related issues when using the Go language for large-scale data processing. First, for large-scale data processing, we need to consider the input and output of data. In the Go language, the file reading and writing module provides rich functions that can easily read and write data. When processing large-scale data, we can choose to read the data row by row and process it row by row, which can avoid a

As the Internet continues to develop, web applications are becoming larger and larger and need to handle more data and more requests. In order to meet these needs, computing large-scale data and distributed computing have become an essential requirement. As an efficient, easy-to-use, and flexible language, PHP is also constantly developing and improving its own operating methods, and has gradually become an important tool for computing large-scale data and distributed computing. This article will introduce the concepts and implementation methods of large-scale computing and distributed computing in PHP. We will discuss how to use PHP

With the rapid development of the Internet and the dramatic increase in data volume, single-machine storage and computing can no longer meet the needs of modern large-scale data. Distributed storage and computing have become important methods to solve large-scale data processing. As a popular back-end development language, PHP needs to master how to store and calculate in a distributed environment. 1. Distributed storage: In a distributed environment, data needs to be stored dispersedly on multiple servers to ensure data consistency, reliability and high availability. The following are several common distributed storage solutions: HDFS

Java development: How to process distributed computing of large-scale data, specific code examples are needed. With the advent of the big data era, the need to process large-scale data is also growing. In a traditional stand-alone computing environment, it is difficult to meet this demand. Therefore, distributed computing has become an important means of processing big data. Java, as a popular programming language, plays an important role in distributed computing. In this article, we will introduce how to use Java for distributed computing of large-scale data and provide specific code examples. first

How to use STL for distributed computing in C++? By using STL algorithm parallelization, using executors and developing practical cases, such as image processing pipelines.

With the advent of the big data era, the explosive growth of data volume has brought huge impact to traditional computing methods. In order to solve this problem, distributed computing and data analysis technology emerged. As a general-purpose programming language, Java has shown good performance in the fields of distributed computing and data analysis. 1. Distributed computing technology Distributed computing is a technology that divides computing tasks into several subtasks. Each subtask can be run on different computers, and then their output results are merged into the final result. This technique can significantly