What do you mean by Belady's Anomaly. - Describe with example.
Answers were Sorted based on User's Feedback
Answer / ajith
Also called FIFO anomaly. Usually, on increasing the number
of frames allocated to a process' virtual memory, the
process execution is faster, because fewer page faults
occur. Sometimes, the reverse happens, i.e., the execution
time increases even when more frames are allocated to the
process. This is Belady's Anomaly. This is true for certain
page reference patterns.
| Is This Answer Correct ? | 58 Yes | 11 No |
Answer / assi
normally, increasing the number of frames allocated to a
process will reduce the number of page faults
however, not always the case
1, 2, 3, 4, 1, 2, 5, 1, 2, 3, 4, 5
with this reference string, actually have more page faults
with 4 frames than with 3
this rare but highly undesirable situation is known as
Belady's anomaly
| Is This Answer Correct ? | 20 Yes | 3 No |
Answer / sunil kumar
normally, increasing the number of frames allocated to a
process will reduce the number of page faults
however, not always the case
1, 2, 3, 4, 1, 2, 5, 1, 2, 3, 4, 5
with this reference string, actually have more page faults
with 4 frames than with 3
this rare but highly undesirable situation is known as
Belady's anomaly
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / geethika
In computer storage Beladay's anamoly means increasing the number of memory frames will increase the number of page faults for certain memory access patterns. This anamoly is commonly experienced in FIFO page replacement algorithm.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain some memory components.
what is disk interleaving? why is disk interleaving adopted?
What are the popular strategies used for multiprocessor thread-scheduling?
To ensure one pgm. doesnt corrupt other pgm. in a Multi-pgm. enviornment .what you should do?
What are the different phases of software development?
What are ddks?
how does a virus infect the system
I want to install sql server as a database server and Oracle 10 I as a programming language for this i choose windows 2003 server as a operating system..ok.and come to hardware part i have 8 SATA hdd's each one has 300 gb of capacity. my requirement is i want to insert thease 8 hdds into a system by using RAID LEVELS(Leave about configuration). in Raid Levels which level will give 100% data backup(safe).if u give preferance for one purticular raid level please let me know what are the benfits with that Please suggest me with best answers.
What is the meaning of Thread Priority?
Is vmware an operating system?
Can you move program files x86 to another drive?
Mention the steps involved in the execution of a program.