Research Article

Integrating UAVs into the Cloud Using the Concept of the Web of Things

Table 1

A comparison between pull model and push model for requests and data exchange.

Pull (AJAX)Push (Comet)

Sends requests frequently to the serverSends the data when an event occurs
Client workloadServer workload
Suitable for requesting the current valueSuitable for getting notifications of event occurrence
Suitable for monitoring slow/continuous changesSuitable for monitoring sudden/intermittent changes
Fast changes require low time intervalsRequires client subscription to an event