Design a Distributed System

Posted by Bonton255 on Programmers See other posts from Programmers or by Bonton255
Published on 2014-08-24T14:45:16Z Indexed on 2014/08/24 16:28 UTC
Read the original article Hit count: 256

Filed under:

I am preparing for an interview on Distributed Systems. I have gone through a lot of text and understand the basics of the area. However, I need some examples of discussions on designing a distributed system given a scenario.

For example, if I were to design a distributed system to calculate if a number N is primary or not, what will the be design of the system, what will be the impact of network latency, CPU performance, node failure, addition of nodes, time synchronization etc. If you guys could present your in-depth thoughts on this example, or point me to some similar discussion, that would be really helpful.

© Programmers or respective owner

Related posts about distributed-system