What is write back? - Definition from WhatIs.com

Definition

write back

  • Facebook Like
  • Tweet
  • Google +1
  • LinkedIn
  • Email
  • Comment
  • RSS
  • Print
  • A
  • AA
  • AAA
Part of the Backup and recovery glossary:

Write back is a storage method in which data is written into the cache every time a change occurs, but is written into the corresponding location in main memory only at specified intervals or under certain conditions.

When a data location is updated in write back mode, the data in cache is called fresh, and the corresponding data in main memory, which no longer matches the data in cache, is called stale. If a request for stale data in main memory arrives from another application program, the cache controller updates the data in main memory before the application accesses it.

Write back optimizes the system speed because it takes less time to write data into cache alone, as compared with writing the same data into both cache and main memory. However, this speed comes with the risk of data loss in case of a crash or other adverse event.

Write back is the preferred method of data storage in applications where occasional data loss events can be tolerated. In more critical applications such as banking and medical device control, an alternative method called write through practically eliminates the risk of data loss because every update gets written into both the main memory and the cache. In write through mode, the main memory data always stays fresh.

This was last updated in July 2012
Contributor(s): Stan Gibilisco
Posted by: Margaret Rouse

Related Terms

Definitions

  • disaster recovery site (DR site)

    - An organization uses a disaster recovery (DR) site to recover and restore its technology infrastructure and operations when its primary facility becomes unavailable. In deciding the location and se... (SearchDisasterRecovery.com)

  • disaster recovery as a service (DRaaS)

    - Disaster Recovery as a Service (DRaaS) is the replication and hosting of physical or virtual servers by a third-party to provide failover in the event of a man-made or natural catastrophe. (WhatIs.com)

  • RTA (recovery time actual)

    - RTA (recovery time actual) is the amount of real-world time it takes for an organization to recover its systems and business processes following an unplanned disruption; that amount of time can dif... (WhatIs.com)

Glossaries

  • Backup and recovery

    - Terms related to backup and recovery, including definitions about making copies of data and words and phrases about restoring original data after a data loss event.

  • Internet applications

    - This WhatIs.com glossary contains terms related to Internet applications, including definitions about Software as a Service (SaaS) delivery models and words and phrases about web sites, e-commerce ...

Dig Deeper

Continue Reading About write back

  • VeloBits compares write back and write through caching methods.

People Who Read This Also Read...

  • How does write back cache improve performance?
  • Write-through, write-around, write-back: Cache explained
  • How is flash wear affected by virtual environments?
  • Directory Service Access Cache
  • Comparing write-through, write-back and write-around caching

Ask a Question. Find an Answer.Powered by ITKnowledgeExchange.com

Ask An IT Question

Get answers from your peers on your most technical challenges

Ask Question
  • Exchange 2003 Unable to - An attempt to open the compressed file

    - Stop the Microsoft Exchange Search Indexer service. Run Stop-Service MSExchangeSearch if you are into Shell. - Browse to where the database files are located on the disk. Along with the database...

  • How to write this code in T-SQL?

  • Backup VMware ESXi server

Tech TalkComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.
    Back to top
    gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.