Forward and Backward Compatibility: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Backward Compatibility=
=Backward Compatibility=


A system is said to be '''backward compatible''' is it is design to be compatible with older versions of itself.  
A system is said to be '''backward compatible''' is it is design to be compatible with older versions of itself.
 
<font color=darkkhaki>If old clients encode data and send it to the current version of the system, a backward compatible system can process that data without error.</font>


=Forward Compatibility=
=Forward Compatibility=


A system is said to be '''forward compatible''' is it is design to be compatible with newer, future versions of itself.
A system is said to be '''forward compatible''' is it is design to be compatible with newer, future versions of itself.

Revision as of 23:43, 8 May 2024

Internal

Backward Compatibility

A system is said to be backward compatible is it is design to be compatible with older versions of itself.

If old clients encode data and send it to the current version of the system, a backward compatible system can process that data without error.

Forward Compatibility

A system is said to be forward compatible is it is design to be compatible with newer, future versions of itself.