Replication: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
Line 1: Line 1:
{{#seo:
{{#seo:
                     |title= Репликация
                     |title= Replication
                     |titlemode= append  
                     |titlemode= append  
                     |keywords= Репликация
                     |keywords= Replication
                     |description= Репликация
                     |description= Replication
                     }}
                     }}
<div class="mikio-article-content">
<div class="mikio-article-content">
 
<div class="mikio-tags">
<div class="mikio-tags">




</div>
</div>
<span id="replikacija"></span>
<span id="replikacija"></span>
= Репликация =
= Replication =
 
<div class="level1">
<div class="level1">
 
'''Репликация''' — механизм синхронизации содержимого в нескольких копиях объекта (например, содержимого базы данных или блокчейна). Это процесс копирования данных из одного источника на другой (или на множество других) и наоборот.
'''Replication''' is a mechanism for synchronizing content in multiple copies of an object (for example, the contents of a database or blockchain). This is the process of copying data from one source to another (or to many others) and vice versa.
 
При репликации изменения, сделанные в одной копии объекта, могут быть распространены в другие копии.
During replication, changes made to one copy of an object can be propagated to other copies.
 
 
</div>
</div>
<span id="blokchejn_kak_replicirovannaja_raspredeljonnaja_baza_dannyx"></span>
<span id="blokchejn_kak_replicirovannaja_raspredeljonnaja_baza_dannyx"></span>
=== Блокчейн как реплицированная распределённая база данных ===
=== Blockchain as a replicated distributed database ===
 
<div class="level3">
<div class="level3">
 
'''Блокчейн — это репликативная машина состояний.'''
'''Blockchain is a replicative state machine.'''
 
Состояние означает «сохранённая информация» в определённый момент времени. Машина состояний — это компьютер или устройство, которое запоминает состояние чего-либо в данный момент времени. Статус данных меняется, и блокчейн как машина состояний обеспечивает внесение изменений во все копии.
State means "stored information" at a certain point in time. A state machine is a computer or device that remembers the state of something at a given time. The status of the data is changing, and the blockchain as a state machine ensures that changes are made to all copies.
 
Отслеживание переходов этих состояний важно, и с этим тоже справляется именно блокчейн. Простые базы данных не делают этого, так как они не защищены от несанкционированного доступа, а в блокчейне история перехода из состояния в состояние является постоянной и важной частью информации.
Tracking the transitions of these states is important, and it is the blockchain that also copes with this. Simple databases do not do this, since they are not protected from unauthorized access, and in the blockchain, the history of the transition from state to state is a constant and important part of the information.
 




</div>
</div>
<div style="clear:both">
<div style="clear:both">




</div>
</div>
 
</div>
</div>
  [[Category:Commoninfo]]
  [[Category:Commoninfo]]

Revision as of 06:38, 29 June 2022


Replication

Replication is a mechanism for synchronizing content in multiple copies of an object (for example, the contents of a database or blockchain). This is the process of copying data from one source to another (or to many others) and vice versa.

During replication, changes made to one copy of an object can be propagated to other copies.

Blockchain as a replicated distributed database

Blockchain is a replicative state machine.

State means "stored information" at a certain point in time. A state machine is a computer or device that remembers the state of something at a given time. The status of the data is changing, and the blockchain as a state machine ensures that changes are made to all copies.

Tracking the transitions of these states is important, and it is the blockchain that also copes with this. Simple databases do not do this, since they are not protected from unauthorized access, and in the blockchain, the history of the transition from state to state is a constant and important part of the information.