comparison presen/prosym.html @ 34:1ef0837924a3 default tip

Fix
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Fri, 08 Jan 2016 03:20:50 +0900
parents c20b2d98c5f4
children
comparison
equal deleted inserted replaced
33:c20b2d98c5f4 34:1ef0837924a3
65 <div class='slide cover'> 65 <div class='slide cover'>
66 <table width="90%" height="90%" border="0" align="center"> 66 <table width="90%" height="90%" border="0" align="center">
67 <tr> 67 <tr>
68 <td> 68 <td>
69 <div align="center"> 69 <div align="center">
70 <h1><font color="#808db5">有線 LAN 上のPC画面配信システムTreeVNCの改良</font></h1> 70 <h1><font color="#808db5">有線 LAN 上のPC画面配信システムTreeVNCの改良</font></h2>
71 </div> 71 </div>
72 </td> 72 </td>
73 </tr> 73 </tr>
74 <tr> 74 <tr>
75 <td> 75 <td>
85 85
86 <div class='slide '> 86 <div class='slide '>
87 <!-- === begin markdown block === 87 <!-- === begin markdown block ===
88 88
89 generated by markdown/1.2.0 on Ruby 2.3.0 (2015-12-25) [x86_64-darwin15] 89 generated by markdown/1.2.0 on Ruby 2.3.0 (2015-12-25) [x86_64-darwin15]
90 on 2016-01-08 03:14:48 +0900 with Markdown engine kramdown (1.9.0) 90 on 2016-01-08 03:19:45 +0900 with Markdown engine kramdown (1.9.0)
91 using options {} 91 using options {}
92 --> 92 -->
93 93
94 <!-- _S9SLIDE_ --> 94 <!-- _S9SLIDE_ -->
95 <h2 id="section">画面共有を利用したコミュニケーション</h2> 95 <h2 id="section">画面共有を利用したコミュニケーション</h2>
347 <div class='slide '> 347 <div class='slide '>
348 <!-- _S9SLIDE_ --> 348 <!-- _S9SLIDE_ -->
349 <h2 id="direct-connection">Direct Connection</h2> 349 <h2 id="direct-connection">Direct Connection</h2>
350 <ul> 350 <ul>
351 <li>NATを越えたネットワークからの接続は直接配信側の Root Node に接続を行うことで実現する</li> 351 <li>NATを越えたネットワークからの接続は直接配信側の Root Node に接続を行うことで実現する</li>
352 <li>Direct Connection した Node はそのネットワークの Root Node になり、そのネットワークの他の Node は Root Node に接続を行い木構造を作る</li> 352 <li>Direct Connection した Node はそのネットワークの Root Node になる</li>
353 <li>Direct Connection された Root Node では NAT を越えたネットワークの Root Node の管理を行わない</li> 353 <li>Direct Connection された Root Node では NAT を越えたネットワーク先の Node の管理を行わない</li>
354 </ul> 354 </ul>
355 355
356 <p><img src="./images/directConnection.svg" alt="message" width="800" /></p> 356 <p><img src="./images/directConnection.svg" alt="message" width="800" /></p>
357 357
358 358