Interview: What are the Differences Between RPC and HTTP?
What are 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 HTTP protocol. 2. Transmission Efficiency RPC, using a custom TCP protocol, can make the request payload smaller, or using HTTP2 protocol can also significantly reduce the payload size, … Read more