Remote Desktop Report Final
Remote Desktop Report Final
CONTENTS
1. INTRODUCTION
2. FEASIBILITY STUDY
5. SYSTEM DESIGN
6. FORMS
8. CONCLUSION
9. BIBLIOGRAPHY
INTRODUCTION
Remote desktop
Remote desktop is a program or an operating system feature that allows the user
to connect to a computer in another location, see that computer's desktop and
interact with it as if it were local.
Remote desktop software exists for most operating systems and platforms,
including handheld computing devices. Microsoft and Apple each have a
product called "Remote Desktop."
Technical Feasibility
OBJECTIVES
Now a days in this busy world the need of such softwares is more.
Administrators for schools, institutes, college can be able to view desktop
of client machines in office just with one a click of button.
SCOPE
Imagine the ability to access your home or office computer from any
other computer in the world. Believe it or not, it’s possible by using
Remote Desktop Software.
Intel P3 or Later
>256 MB RAM (512 recommended)
Software requirements
Windows 2000 ME
(Windows XP or later recommended)
Linux OS
JDK 1.6.0_20
SYSTEM DESIGN
Primarily it displays the desktop and enables the system to allow the user
to manipulate it as though he has logged in to the other machine. It
allows the user to view the remote desktop in various view modes.
Scaled mode lets you see the remote screen in a window on your
monitor scaled to the remote screen's defined size.
By using mouse activities at interface window the client can invoke the
applications at the remote host. This enables the remote invocation of
application at the Remote host's desktop. The mouse activity of the client
can be suspended so multiple clients' accessing the same remote host
does not create chaos at the remote server's Desktop. The Client's View
is refreshed at regular time intervals enough to keep the desktop fresh.
MODULES FOR THE PROJECT
The Remote host is the Server, which could be any machine on a network. This machine
runs the Server module and opens a TCP/IP socket connection. The Server machine will be
polling at this socket connection looking for the client to connect. When the connection is
established the server starts a thread and start sending the information of the desktop in
png format.
User, the Client module, requests for a connection. When the connection is established the
remote desktop is displayed at the client module interface. The user can specify the
compression ratio of the data displayed at his interface. The color modes and the girding
can be specified for specialized effect of the display at the interface.
Dataflow Diagram
FORMS
> Login Form: Enter username & password to access this application
CONCLUSION
1.Merits
2.Future Enhancements