answersLogoWhite

0

there are four alternative stratagies regarding the placement of data.centerlized,fragmented, completc replication and selective replication.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What are resource allocation name graphs?

What are the dominate method of resource allocation?Discuss with the help of example?


How to calculate usge data?

To calculate usage data, first, determine the specific metrics you want to analyze, such as data consumption in megabytes or gigabytes. Next, gather the relevant data from your source, whether it's a network monitoring tool, server logs, or application analytics. Finally, aggregate the data over the chosen time frame and divide by the number of users or instances to get an average usage metric. Use this information to identify trends and optimize resource allocation.


What is the definition for allocation?

The action or process of allocating or distributing something


Write a C program using dynamic memory allocation to find the sum of elements of a matrix?

Did you know that memory allocation is not needed to display the matrix? However, the C program is to find the sum of all the elements.


What are the uses of data collected by census?

Data collected by the census is vital for various applications, including the allocation of government funding and resources, as it helps determine where services such as schools, healthcare, and infrastructure are needed most. Additionally, census data informs policy-making and legislative representation, ensuring that districts are fairly represented based on population demographics. Businesses also utilize this information for market analysis and strategic planning, helping them identify potential customer bases and location opportunities. Lastly, researchers and social scientists rely on census data to study societal trends and issues.

Related Questions

What is the difference between allocation and search data structure?

difference between serch data structure and allocation data structure


Dynamic memory allocation in data structure?

This is where you allocate the data that you have. This gives you the opportunity to have everything in order.


What is a data fragment not associated with a file in the file allocation table?

lost cluster


Compare and contrast dynamic memory allocation and the allocation of files in secondary storage?

Static Memory Allocation: Allocating the total memory requirements that a data structure might need all at once without regard for the actual amount needed at execution time. Dynamic Memory Allocation: The opposite strategy of static memory allocation - Dynamic Memory Allocation, involves allocating memory as-needed.


What is the only advantage of using list in a program?

Dyanmic memory allocation ... we can easily manipulate the data


Describe about storage allocation?

Storage allocation is a method of saving overall disk space in computer programming terms. This method involves saving similar pieces of data in the same location.


What is memory allocation?

Memory allocation is the act of reserving a chunk of memory for some set of data. In programming terms, this is normally done by declaring a variable. Large arrays of data will require large blocks of contiguous memory, which the programmer must request from the operating system.


Which languages necessarily need heap allocation in the runtime environment?

Those that allow dynamic data structure


The data blocks of a very large file in the Unix file system are allocated using?

an extensioin of indexed allocation


What criteria are important in determining the choice of an allocation base?

When choosing an allocation base, it is important to consider factors such as the base's ability to accurately reflect the relationship between the cost being allocated and the allocation base, ease of understanding and application, availability of data for the allocation base, and the appropriateness of the base for the specific cost being allocated. Ultimately, the allocation base should result in a fair and reasonable distribution of costs among the cost objects.


What is contiguous storage allocation?

Contiguous means to share an edge or boundary, touching, adjacent, neighbouring and so on. Thus contiguous storage allocation is any allocation that consumes two or more contiguous storage elements. In the case of contiguous memory allocation, this means two or more contiguous memory addresses are allocated. A one-dimensional array is an example of a contiguous memory allocation, where one array element (a data type) is immediately followed by the next.


File allocation methods in operating system?

Contiguous Allocation Linked Allocation Indexed Allocation