In a scenario where a web service is required to handle and transmit large volumes of data, which format should be chosen?
- JSON
- MessagePack
- Protocol Buffers (protobuf)
- XML
When dealing with large volumes of data in a web service, Protocol Buffers (protobuf) is a more suitable choice due to its compact binary format, efficient serialization, and reduced overhead compared to JSON or XML. This makes it ideal for scenarios where optimizing data size and transmission speed are crucial.
Loading...
Related Quiz
- _______ enables automated deployment, scaling, and operations of application containers across clusters of hosts in Kubernetes.
- What distinguishes a RESTful service from a SOAP-based service?
- SOAP messages are typically transported using _______ protocol.
- A web service uses _______ for encrypting sensitive data in transit.
- Which feature in Postman allows for the automation of API tests?