目前网络应用软件运行的模式有英文
There are several modes in which network applications can run:
-
Client-server: In this mode, the application is split into two parts - a client component that runs on the user's machine and a server component that runs on a remote machine. The client sends requests to the server, which processes them and sends back responses.
-
Peer-to-peer: In this mode, all machines on the network are equal and can act as both clients and servers. Applications running in this mode can exchange data directly with each other without the need for a centralized server.
-
Web-based: In this mode, the application runs on a web server and is accessed through a web browser. The user interacts with the application through a graphical user interface provided by the web browser.
-
Cloud-based: In this mode, the application is hosted on a remote server and accessed over the internet. Users can access the application from any device with an internet connection. The server provides all the processing power and storage required by the application
原文地址: https://www.cveoy.top/t/topic/eEU4 著作权归作者所有。请勿转载和采集!