Interview: What are the Differences Between RPC and HTTP?
01Please explain the differences between RPC and HTTP? 1. Differences: 1. Transmission Protocol RPC can be based on TCP protocol or HTTP protocol. HTTP is based on the HTTP protocol. 2. Transmission Efficiency RPC, using a custom TCP protocol, can make the request payload smaller, or by using HTTP2 protocol, it can also significantly reduce … Read more