Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Data Replication and Adaptive Clustering in Mobile Computing Systems, Lecture notes of Computer Systems Networking and Telecommunications

The importance of data replication in mobile computing systems for ensuring data availability and integrity, despite mobility challenges such as bandwidth limitations and interference. The document also introduces adaptive clustering as an efficient network architecture for mobile wireless networks, providing spatial reuse of bandwidth and robustness against topological changes. Additionally, the document touches upon the role of file systems in managing data storage and retrieval in computing.

What you will learn

  • How does adaptive clustering improve network infrastructure for mobile wireless networks?
  • What are the benefits of data replication in mobile computing systems?
  • What role does a file system play in managing data storage and retrieval in computing?

Typology: Lecture notes

2018/2019

Uploaded on 01/21/2022

succour
succour 🇮🇳

4.5

(12)

63 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Assignment for Telecommunication System
Data replication for mobile computers
With the tremendous growth of the portable computing devices and wireless
communication, the mobile computing has become extremely popular. The
wireless enabled portable computing devices with massive storage capacity and
high-end processing capabilities have started to make the extensive use of mobile
databases already. The rising popularity in these computing paradigms demands
that the mobile computing be reliable enough to ensure the continuous data
availability and integrity. However mobility comes at the cost of bandwidth, limited
power, security and interference. In modern mobile computing systems data
replication has been adopted as an efficient means to ensure the data availability
and integrity as well as an effective means to achieve the fault tolerance. Data
replication not only ensure the availability of the data but also reduce the
communication cost, increase data sharing and increase the safety of the critical
data. Furthermore, it also determine when and where (location) to place the replica
of data, controlling the number of data replicas over a network for efficient
utilisation of the network resources.
pf3
pf4

Partial preview of the text

Download Data Replication and Adaptive Clustering in Mobile Computing Systems and more Lecture notes Computer Systems Networking and Telecommunications in PDF only on Docsity!

Assignment for Telecommunication System

Data replication for mobile computers

With the tremendous growth of the portable computing devices and wireless communication, the mobile computing has become extremely popular. The wireless enabled portable computing devices with massive storage capacity and high-end processing capabilities have started to make the extensive use of mobile databases already. The rising popularity in these computing paradigms demands that the mobile computing be reliable enough to ensure the continuous data availability and integrity. However mobility comes at the cost of bandwidth, limited power, security and interference. In modern mobile computing systems data replication has been adopted as an efficient means to ensure the data availability and integrity as well as an effective means to achieve the fault tolerance. Data replication not only ensure the availability of the data but also reduce the communication cost, increase data sharing and increase the safety of the critical data. Furthermore, it also determine when and where (location) to place the replica of data, controlling the number of data replicas over a network for efficient utilisation of the network resources.

Adaptive clustering for mobile wireless networks,

In the proposed network architecture, nodes are organised into non overlapping clusters. The clusters are independently controlled, and are dynamically reconfigured as the nodes move. This network architecture has three main advantages.

  • First, it provides spatial reuse of the bandwidth due to node clustering.
  • Second, bandwidth can be shared or reserved in a controlled fashion in each cluster.
  • Finally, the cluster algorithm is robust in the face of topological changes caused by node motion, node failure, and node insertion/removal. Simulation shows that this architecture provides an efficient, stable infrastructure for the integration of different types of traffic in a dynamic radio network.

File system

In computing, a file system(or filesystem) is used to control how data is stored and retrieved. Without a file system, information placed in a storage area would be one large body of data with no way to tell where one piece of information stops and the next begins. By separating the data into individual pieces, and giving each piece a name, the information is easily separated and identified.