RTUComputer ScienceYr 2020 · Sem 82020

Q16Mobile Computing

Question

4 marks

Describe the concept of Data Dissemination and Broadcasting.

Answer

Data dissemination is the distribution of information to mobile nodes. Broadcasting involves transmitting data over the airwaves to many receivers simultaneously.

Data dissemination in mobile computing refers to the delivery of data from a set of data servers to mobile clients. Due to bandwidth constraints and power limitations of mobile devices, efficient dissemination strategies are crucial. It can be push-based (servers broadcast data without explicit requests, e.g., weather updates), pull-based (clients explicitly request data, e.g., web browsing), or hybrid. Broadcasting is a primary mechanism for push-based dissemination, where the server continuously transmits data on a broadcast channel, allowing many clients to tune in and download the required data simultaneously, highly optimizing bandwidth usage.

Back to Paper