RFB (Remote Frame Buffer)
#2
RFB PROTOCOL
B.Tech Seminar report
by
Saurabh Santhosh
Department of Computer Science And Engineering
Government Engineering College, Thrissur
December 2010


[attachment=8384]

Abstract
Remote Desktop Softwares are those softwares which provide Remote Access. Remote
Access means the ability of a user to log onto a remote computer or network from a
distant location. This usually comprises of computers, a Network, and some remote
access software to connect to the network. Since this involves clients and servers connected
across a network,a protocol is essential for efficient communication between
them. RFB protocol is one of such protocols which is used by the client and servers
for communicating with each other and thereby making Remote Access possible.
The purpose of this Paper is to give a general idea as to how this Protocol actually
works. This paper also gives a broad idea about the various messages of this protocol
and how these messages are send and interpreted by the client and server modules.
This Paper also includes a Simple implementation of the Protocol which shows the
various messages and methods and how this protocol is practically used for gaining
remote access.

Chapter 1
Introduction

RFB (remote framebuffer) is a simple and efficient protocol which provide remote
access to graphical user interfaces.As its Name Suggests it works at the framebuffer
level and thus it is applicable to all windowing systems and applications. Eg. X11,
Windows and Macintosh. It should also be noted that there are other Protocols available
and RFB is the protocol which is used in Virtual Network Computing (VNC)
and its various forms. Due to increase in number of Software products and Services
such protocols play a very important role nowadays.

Chapter 2
REPRESENTATION OF PIXEL
DATA

The Interaction between server and client begins with a negotiation of the format and
encoding which will be used to send the pixel data. This step is included to make the
job of client easy. The server must always be able to supply the pixel data in the form
the client needs. In case the client can handle different formats,client can choose any
one it wishes. That is why this protocol is called a thin-Client Protocol.
Pixel Format refers to the representation of various individual colors by pixel values.
The most common formats are 24-bit or 16-bit where bit-fields translate directly
to the primary colors , and 8-bit color map where a mapping can be used to obtain
RGB intensities.
Encoding refers to how a rectangle of the above said pixel data will be sent across
the channel. Every triangle of this pixel data is prefixed by a header which contains
the X,Y position of the rectangle on the screen,the width and height of this triangle,
and an encoding type which specifies how the pixel data is encoded. In practice
we normally use only the ZRLE, Hextile and CopyRect encodings since they provide
the best compression as far as typical desktops are concerned.

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: remote frame buffer seminar, registration form in java frame, sonet frame structure, reference frame theory in electrical machine pdf, rfb protocol, frame relay advantages, modern alternatives to frame relay,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
RE: RFB (Remote Frame Buffer) - by summer project pal - 23-01-2011, 09:01 PM
RE: RFB (Remote Frame Buffer) - by dharmil007 - 28-01-2011, 02:57 PM
RE: RFB (Remote Frame Buffer) - by akhilram - 21-06-2011, 03:21 PM
RE: RFB (Remote Frame Buffer) - by neha22 - 02-08-2011, 07:46 PM
RE: RFB (Remote Frame Buffer) - by seminar addict - 03-08-2011, 09:50 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Remote Server Monitoring System For Corporate Data Centers smart paper boy 3 2,879 28-03-2016, 02:51 PM
Last Post: dhanabhagya
  REMOTE NOTICE BOARD USING GSM WITH SMS seminar surveyer 14 11,898 05-10-2015, 02:27 PM
Last Post: seminar report asees
  REMOTE HOST MONITORING SYSTEM project topics 3 3,803 12-03-2012, 12:28 PM
Last Post: seminar paper
  Controlling the PC using Mobile Phone from Very Very Remote Location project topics 9 6,154 11-02-2012, 10:09 AM
Last Post: seminar addict
  Remote Network Administration project topics 4 2,740 27-09-2011, 09:38 AM
Last Post: seminar addict
  Double Buffer Java source code smart paper boy 0 895 30-08-2011, 12:08 PM
Last Post: smart paper boy
  Applet Frame Java source code smart paper boy 0 1,497 30-08-2011, 11:57 AM
Last Post: smart paper boy
  Remote Device Control Using Speech recognition project topics 2 1,768 25-08-2011, 09:56 AM
Last Post: seminar addict
  TIED, LibsafePlus: Tools for Runtime Buffer Overflow Protection smart paper boy 0 823 12-08-2011, 09:48 AM
Last Post: smart paper boy
  Remote Software Installation project topics 0 912 04-08-2011, 03:43 PM
Last Post: project topics

Forum Jump: