Distributed system very complex and has many methods to implement as needed. Distributed system involves computers doing a job or has one goal connected in one network. So that the workload is not centered on one computer and If a fail independently without affecting the whole system’s uptime.
Distributed system better use scaling horizontally because if we use vertical scaling, there are certain point that make the price per capacity unit larger. But if it used on a lower middle workload, scaling vertical is recommended. Scaling horizontal use if a lot of workload .
Distributed system they have 6 categories, it is data stored, computing, file system, massaging system, ledgers, application. Data stored many used non-relational database NoSQL, among others is Casandra. File system uses HDFS ( Hadoop Distributed File System) fot distributed Computing via the Hadoop framework, IPFS leveraging Blockchain technology, it boasts a completely decentralized architecture with no single owner nor point of failure, etc.
0 Comments