*[Introduction to Zookeeper](http://www.slideshare.net/sauravhaloi/introduction-to-apache-zookeeper)
*[Here's what you need to know about building microservices](https://cloudncode.wordpress.com/2016/07/22/msa-getting-started/)
...
...
@@ -1406,7 +1406,7 @@ Use UDP over TCP when:
<palign="center">
<imgsrc="http://i.imgur.com/iF4Mkb5.png">
<br/>
<i><ahref=http://www.puncsky.com/blog/2016/02/14/crack-the-system-design-interview/>Source: Crack the system design interview</a></i>
<i><ahref=http://www.puncsky.com/blog/2016-02-13-crack-the-system-design-interview>Source: Crack the system design interview</a></i>
</p>
In an RPC, a client causes a procedure to execute on a different address space, usually a remote server. The procedure is coded as if it were a local procedure call, abstracting away the details of how to communicate with the server from the client program. Remote calls are usually slower and less reliable than local calls so it is helpful to distinguish RPC calls from local calls. Popular RPC frameworks include [Protobuf](https://developers.google.com/protocol-buffers/), [Thrift](https://thrift.apache.org/), and [Avro](https://avro.apache.org/docs/current/).
...
...
@@ -1502,7 +1502,7 @@ REST is focused on exposing data. It minimizes the coupling between client/serv
*[REST vs JSON-RPC](http://stackoverflow.com/questions/15056878/rest-vs-json-rpc)
*[Debunking the myths of RPC and REST](http://etherealbits.com/2012/12/debunking-the-myths-of-rpc-rest/)
*[What are the drawbacks of using REST](https://www.quora.com/What-are-the-drawbacks-of-using-RESTful-APIs)
*[Crack the system design interview](http://www.puncsky.com/blog/2016/02/14/crack-the-system-design-interview/)
*[Crack the system design interview](http://www.puncsky.com/blog/2016-02-13-crack-the-system-design-interview)