Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Local Concurrent Error Detection and Correction in Data Structures Using Virtual Backpointers
Li C., Chen P., Fuchs W. IEEE Transactions on Computers38 (11):1481-1492,1989.Type:Article
Date Reviewed: Mar 1 1991

This clearly written and well-organized paper makes two significant contributions to the field of robust storage structures: an enhanced theory of local error detection and correction, and the concept of a virtual backpointer. Although a full understanding of the paper probably requires familiarity with previous work on robust storage structures, the main ideas can be understood without any specialized background.

Local error detection and correction must be performed using only data located near the error. Previous work on local error detection and correction required only that there be a constant bound on the amount of data used. The authors introduce the concept of a checking window to specify how much of the structure may be used by a step of the detection or correction procedure.

A virtual backpointer is a backward pointer value that is stored using an invertible function of the value and other, explicitly stored, pointer values. For example, the back pointer field in a double-linked list can be replaced by a virtual backpointer: the exclusive-or of the forward and back pointer values. The virtual double-linked list (VDLL) and the B-tree with virtual backpointers (VBT) described in the paper demonstrate that this technique can increase robustness without increasing storage space. The VDLL structure is likely to have considerable practical value. The VBT has the unappealing property of containing pointers that address fields within a node, and it may be of less practical value.

Empirical results demonstrate that the detection technique is highly effective when applied to these two structures (no undetected errors occurred). Error correction was also quite successful, although explicit comparison with experimental results in other robust linked lists and B-trees would provide additional perspective on the results presented.

Reviewer:  D. J. Taylor Review #: CR114385
Bookmark and Share
 
Linked Representations (E.2 ... )
 
 
Fault-Tolerance (D.4.5 ... )
 
 
Security, Integrity, And Protection (H.2.0 ... )
 
 
General (H.2.0 )
 
 
Reliability (D.4.5 )
 
 
Coding And Information Theory (E.4 )
 
  more  
Would you recommend this review?
yes
no
Other reviews under "Linked Representations": Date
A new list compaction method
Li K., Hudak P. Software--Practice & Experience 16(2): 145-163, 1986. Type: Article
Aug 1 1986

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy