changeset 17:6b4136eb9779

fix abstract
author akahori
date Wed, 20 Feb 2019 11:17:23 +0900
parents 22e7e5667b99
children 8296b649f53e
files final_pre/pre.tex
diffstat 1 files changed, 7 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/final_pre/pre.tex	Wed Feb 20 10:44:15 2019 +0900
+++ b/final_pre/pre.tex	Wed Feb 20 11:17:23 2019 +0900
@@ -29,22 +29,16 @@
 \twocolumn [
 \maketitle
 \begin{onecolabstract}
-
-Data corruption and inconsistency in computers causes severe problem. Therefore, we detect corruption and inconsistency by Blockchain. The Blockchain is a distributed system.  It is possible to compare between hash value and data which is correct. Even if there are incorrect operation and tampering, data are possible to recover with Blockchain.
-
-We are developing Christie and GearsOS. Christie is a distributed framework and GearsOS is a Operating System. GearsOS Filesystem will refer to Christie. if implementing block chain in Christie and implementing it in GearsOS, makes it possible to detect data corruption and inconsistency in the GearsOS file system. In addition, it is possible to configure decentralized distributed network between Gears OS. if it does not configure, data is protected. So, our purpose can be achieved.
-
-In this study, We implement Blockchain in Christie and run it in distributed environment on PC cluster.
+Block chain is also called decentralized ledger, which is a technique for aligning blocks linked by Hash in a group of multiple transactions on all nodes on the system.
+Distributed framework Solves data inconsistency in GearsOS file system by implementing block chain in Christie. This makes it possible to configure distributed file system on Gears OS.
+In this study, we implemented block chains in Christie and confirmed that it actually runs in a distributed environment on the department's PC cluster.
 \end{onecolabstract}]
 \thispagestyle{fancy} 
 
 \section{研究目的}
-
-ブロックチェーンとは分散型台帳技術とも呼ばれ, 複数のトランザクションをまとめたブロックをHashでつなげたものを, システムに参加しているすべてのノードが保持できる技術である. 
-
-当研究室では分散フレームワークとしてChristieを開発している. これはGearsOSにファイルシステムに組み込む予定がある. そのため, Christieにブロックチェーンを実装し, GearsOSに組み込むことにより, GearsOSのファイルシステムにおいてデータの不整合を検知できる. また, GearsOS同士による分散ファイルシステムを構成することができ, 非中央的にデータの分散ができるようになる. もし分散システムを構成しない場合でもデータの整合性保持は行え, 上記の目的は達成できる.
-
-本研究では, Christieにブロックチェーンを実装し, 実際に学科のPCクラスタ上の分散環境で動かす.
+ブロックチェーンとは分散型台帳とも呼ばれ, 複数のトランザクションをまとめたブロックをHashでつなげたものを, システム上のすべてのノードで整合させる技術である.
+分散フレームワークChristieにブロックチェーンを実装することにより、GearsOSのファイルシステムにおけるデータの不整合を解決する。これにより、GearsOS上の分散ファイルシステムを構成することができる。
+本研究では、Christieにブロックチェーンを実装し、実際に学科のPCクラスタ上の分散環境で動くことを確認した。
 
 \section{ブロックチェーン}
 ブロックチェーンを実装することは次のようなメリットが有る.
@@ -214,4 +208,4 @@
 \nocite{*}
 \bibliographystyle{junsrt}
 \bibliography{reference}
-\end{document}
\ No newline at end of file
+\end{document}