what is current limitations and Strengths of leading distributed computing platforms
Answers
Give correct questions
Answer:
PROS:
1. Reliability, high fault tolerance
A system crash on one server does not affect other servers.
2. Scalability
In distributed computing systems you can add more machines as needed.
3. Flexibility
It makes it easy to install, implement and debug new services.
4. Fast calculation speed
A distributed computer system can have the computing power of multiple computers, making it faster than other systems.
5. Openness
Since it is an open system, it can be accessed both locally and remotely.
6. High performance
Compared to centralized computer network clusters, it can provide higher performance and better cost performance.
CONS:
1. Difficult troubleshooting
Troubleshooting and diagnostics are more difficult due to distribution across multiple servers.
2. Less software support
Less software support is a major drawback of distributed computer systems.
3. High network infrastructure costs
Network basic setup issues, including transmission, high load, and loss of information.
4. Security issues
The characteristics of open systems make data security and sharing risks in distributed computer systems.
Explanation: