Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Questions  >  Which of the following is not a write policy ... Start Learning for Free
Which of the following is not a write policy to avoid Cache Coherence?
  • a)
    Write through
  • b)
    Write within
  • c)
    Write back
  • d)
    Buffered write
Correct answer is option 'B'. Can you explain this answer?
Verified Answer
Which of the following is not a write policy to avoid Cache Coherence?...
There is no policy which is called as the write within policy. The other three options are the write policies which are used to avoid cache coherence.
View all questions of this test
Most Upvoted Answer
Which of the following is not a write policy to avoid Cache Coherence?...
Cache Coherence

Cache coherence refers to the consistency of data stored in different caches that are part of a multiprocessor system. When multiple processors have their own caches, it is possible for them to have copies of the same data. Maintaining cache coherence ensures that all processors observe a single, consistent view of memory.

Write Policies

Write policies determine how updates to data are handled in the cache. The different write policies are:

- Write-through: In this policy, all write operations are immediately propagated to both the cache and the main memory. This ensures that the data is always consistent between the cache and the main memory. However, it may result in slower write operations due to the need to access both the cache and the main memory.

- Write-back: In this policy, write operations are initially performed only on the cache. The updated data is later written back to the main memory at a later time or when the cache line is evicted. This policy can improve write performance since writes are only performed in the cache. However, it introduces the possibility of data inconsistency between the cache and the main memory until the data is written back.

- Buffered write: This policy is similar to write-back, but it includes an additional buffer between the cache and the main memory. Write operations are initially performed on the cache and then stored in the buffer. The data is eventually written back to the main memory from the buffer. This policy can improve write performance even further by allowing multiple writes to be combined before writing to the main memory.

Not a Write Policy to Avoid Cache Coherence

The correct answer is option 'B' - Write within. However, it should be noted that "Write within" is not a recognized write policy in the context of cache coherence. It seems to be a typo or a misleading option.

To maintain cache coherence, it is important to choose a write policy that ensures the consistency of data between the cache and the main memory. Options 'A' (Write through), 'C' (Write back), and 'D' (Buffered write) are all valid write policies that can be used to maintain cache coherence.
Explore Courses for Computer Science Engineering (CSE) exam
Question Description
Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer? for Computer Science Engineering (CSE) 2025 is part of Computer Science Engineering (CSE) preparation. The Question and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus. Information about Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer? covers all topics & solutions for Computer Science Engineering (CSE) 2025 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer?.
Solutions for Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer? in English & in Hindi are available as part of our courses for Computer Science Engineering (CSE). Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free.
Here you can find the meaning of Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer?, a detailed solution for Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer? has been provided alongside types of Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice Which of the following is not a write policy to avoid Cache Coherence?a)Write throughb)Write withinc)Write backd)Buffered writeCorrect answer is option 'B'. Can you explain this answer? tests, examples and also practice Computer Science Engineering (CSE) tests.
Explore Courses for Computer Science Engineering (CSE) exam
Signup to solve all Doubts
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev