Replication: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
No edit summary
m (CryptoUser moved page Commoninfo:replication to Replication)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div class="mikio-article-content">
{{#seo:
                    |title= Replication — Decimal Wiki
                    |titlemode= append
                    |keywords= Replication
                    |description= 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.


<div class="mikio-tags">
== 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 [[transition]]s 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.


 
[[Category:Commoninfo]]
 
</div>
<span id="replikacija"></span>
= Репликация =
 
<div class="level1">
 
'''Репликация''' — механизм синхронизации содержимого в нескольких копиях объекта (например, содержимого базы данных или блокчейна). Это процесс копирования данных из одного источника на другой (или на множество других) и наоборот.
 
При репликации изменения, сделанные в одной копии объекта, могут быть распространены в другие копии.
 
 
</div>
<span id="blokchejn_kak_replicirovannaja_raspredeljonnaja_baza_dannyx"></span>
=== Блокчейн как реплицированная распределённая база данных ===
 
<div class="level3">
 
'''Блокчейн — это репликативная машина состояний.'''
 
Состояние означает «сохранённая информация» в определённый момент времени. Машина состояний — это компьютер или устройство, которое запоминает состояние чего-либо в данный момент времени. Статус данных меняется, и блокчейн как машина состояний обеспечивает внесение изменений во все копии.
 
Отслеживание переходов этих состояний важно, и с этим тоже справляется именно блокчейн. Простые базы данных не делают этого, так как они не защищены от несанкционированного доступа, а в блокчейне история перехода из состояния в состояние является постоянной и важной частью информации.
 
 
 
</div>
<div style="clear:both">
 
 
 
</div>
 
</div>
[[Category::Commoninfo]]

Latest revision as of 08:30, 15 February 2024

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.