Mercurial > hg > Papers > 2015 > oc-thesis
annotate preprint/chapter2.tex @ 18:583b83ff748c
rename directory, update abstruct, update chapter1
author | oc |
---|---|
date | Tue, 17 Feb 2015 14:58:51 +0900 |
parents | |
children | 925d73a27825 |
rev | line source |
---|---|
18 | 1 \section{VNCとTreeVNCについて} |
2 VNC(Virtual Network Computing)は、 | |
3 RFBプロトコルを使用し遠隔操作を行うリモートデスクトップソフトである。 | |
4 VNCはサーバ側とクライアント(ビューア)側に分かれていて、 | |
5 サーバを起動し、クライアントがサーバに接続を行い遠隔操作を可能にする。 | |
6 | |
7 TreeVNCは、TightVNCのjava版のビューアを元に | |
8 作成された画面配信システムである。 | |
9 接続しにきたクライアントは図\ref{fig:treeVNC}の様に、 | |
10 ツリー状に構成される。 |