annotate paper/abstract_eng.tex @ 34:aacf118c6a8c default tip

add file.
author Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
date Mon, 03 Mar 2014 17:37:21 +0900
parents 4d327e916ff9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
4d327e916ff9 add files
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 \begin{abstract}
34
aacf118c6a8c add file.
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents: 32
diff changeset
2 I implemented the distributed application version VNC(TreeVNC) that can be load balancing by flowing from the top to the bottom of the tree data that parent has been delivered
aacf118c6a8c add file.
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents: 32
diff changeset
3 VNC is an application that can share the screen via the network.
aacf118c6a8c add file.
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents: 32
diff changeset
4 Usual VNC is designed that Load is concentrated to distributor.
32
4d327e916ff9 add files
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 for example, when performing screen sharing using VNC in lectures, load on the distributor would increase in proportion to the increase of the client.
4d327e916ff9 add files
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 To solve this problem, by connecting the client to the tree structure, we have proposed a method will flow from top to bottom data.
4d327e916ff9 add files
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 Thus, it is possible to create a service with scalability without lowering the quality of the user also increases.
4d327e916ff9 add files
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 As a result of using TreeVNC, it could be used without reducing the throughput suppress the load on the server side can also increase the number of clients.
34
aacf118c6a8c add file.
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents: 32
diff changeset
9 In this paper, in addition to the implementation of TreeVNC, was carried out of the multi-display support and switching of presenter.
32
4d327e916ff9 add files
Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 \end{abstract}