Unless this is your first time reading my blog, you are probably aware that I am beginning to become obsessed with the idea of a data transfer service. In this post I continue the topic from my previous post by introducing a couple of diagrams.
A diagram of a possible swift deployment is on the right side. On the left is a client to that service. The swift deployment is very well managed, redundant and highly available. The client speaks to the swift via a well defined REST API and using supported client side software to interpret the protocol. However, between the server side network protocol interpreter and the client side network protocol interpreter is the wild west.
The wild west is completely unprotected and unmanaged. Many things can occur that cause a lost, slow, or disruptive transfer. For example
Such problems make data transfer expensive. Ideally there would be a service to oversee the transfer. Transfer could be check-pointed as they progress so that if a connection is dropped it could be restarted with minimal loss. Also it could try to maximize the efficiency of the pathway between the source and the destination by tuning the protocols in use (like setting a good value for the TCP window), or using multicast protocols where appropriate (like bittorrent), or scheduling transfers so as to not shoot itself in the foot.
A safer architecture would look like this:
The transfer service is now in a position to manage the transfer thus it allows for the following:
2020 has not been a year we would have been able to predict. With a worldwide pandemic and lives thrown out of gear, as we head into 2021, we are thankful that our community and project continued to receive new developers, users and make small gains. For that and a...
It has been a while since we provided an update to the Gluster community. Across the world various nations, states and localities have put together sets of guidelines around shelter-in-place and quarantine. We request our community members to stay safe, to care for their loved ones, to continue to be...
The initial rounds of conversation around the planning of content for release 8 has helped the project identify one key thing – the need to stagger out features and enhancements over multiple releases. Thus, while release 8 is unlikely to be feature heavy as previous releases, it will be the...