gRPC is built on top of the _____ protocol and is known for its performance benefits.
- FTP
- HTTP/1.1
- HTTP/2
- SMTP
gRPC is built on top of the HTTP/2 protocol. HTTP/2 is a major revision of the HTTP network protocol and is designed for improved efficiency and performance. gRPC leverages the features of HTTP/2, such as multiplexing, header compression, and other optimizations, making it known for its performance benefits.
Loading...
Related Quiz
- Consider a scenario where you have to choose between Apollo and Relay for a new project using GraphQL. What factors would influence your decision?
- How does a Public API differ from a Private API?
- What is the primary purpose of using GraphQL in an application?
- What are the different types of Web APIs?
- To update a resource partially, the HTTP method _____ is often used.