Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Distribution

Ilya Makarenko edited this page Oct 12, 2020 · 1 revision

Distribution

After storage server gets a file from client...

This file need to be distributed, creating new replicas on other storage servers. For this purpose, Storage Server sends report to the Name Server.

And Name Server provides commands to several storage servers, telling them what to do to distribute the file.

Finally, Storage Servers execute given commands, creating new replicas of the file.

Clone this wiki locally