changeset 27:7fe5493d2ffb

Update WAN section
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 06 Jan 2016 16:16:25 +0900
parents e982f42632ba
children c9641abe2163
files presen/prosym.md
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/presen/prosym.md	Wed Jan 06 16:01:45 2016 +0900
+++ b/presen/prosym.md	Wed Jan 06 16:16:25 2016 +0900
@@ -160,9 +160,17 @@
 <img src="./images/MultiNetworkTree.svg" alt="message" width="800">
 
 # WANへの対応
-- 
+- NATを超えたネットワークからの接続は直接配信側の Root Node に 接続を行うことで実現する
+- この接続を Direct Connection と呼ぶ
+- Direct Connection した Node はそのネットワークの Root Node になり、そのネットワークの他の Node は Root Node に接続を行い木構造を作る
+- 配信側の Root Node は Direct Connection で接続された Root Node に対して 画像データ (Framebuffer) を送信する
+- 画像データを受け取った Root Node は 接続されている子 Node に対して画像データを送信する
 <img src="./images/directConnection.svg" alt="message" width="800">
 
 # TreeVNCの評価
+- 木の深さによる画像データの遅延を調べる
+- 実験環境
+    - 実際に講義を受講している学生が TreeVNC を使用
+    - 約20名の接続
 
 # まとめ