During the implementation of iMaster NCE-Campus Wi-Fi location-based services (LBS), terminal location data is sent to an LBS platform through HTTP requests. Which of the following data formats is used in such HTTP requests?
Huawei iMaster NCE-Campus Wi-Fi Location-Based Services (LBS) use HTTP/HTTPS to send location data (such as AP association, signal strength, timestamp, etc.) to an external LBS platform.
The standard format for such data exchange is JSON (JavaScript Object Notation).
JSON is lightweight, readable, and widely supported by modern web APIs and platforms.
Other options:
XML: Used in legacy systems, heavier format.
HTML: Used for page rendering, not data transfer.
YAML: Used mainly in configurations, not standard for HTTP APIs.
Correct answer: C. JSON
[Reference:Huawei HCIE-Datacom V1.0 Study Guide —Chapter: Wireless Location ServicesSection: LBS Data Upload Formats, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit