Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 12

REMOTE DESKTOP APPLICATION

CONTENTS

1. INTRODUCTION

2. FEASIBILITY STUDY

3. OBJECTIVES AND SCOPE OF PROJECT

4. HARDWARE & SOFTWARE REQUIREMENTS

5. SYSTEM DESIGN

6. FORMS

7. INPUT OUTPUT SCREENS

8. CONCLUSION

9. BIBLIOGRAPHY
INTRODUCTION

Remote Desktop Application

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.

People use remote desktop capability to do a variety of things remotely,


including the following:

 Access a workplace computer from home or when traveling.


 Access a home computer from other locations.
 Fix a computer problem.
 Perform administrative tasks.
 Demonstrate something, such as a process or a software application.

Remote desktop connectivity relies upon any of a number of protocols, including


Remote Desktop Protocol (RDP)

Remote desktop software exists for most operating systems and platforms,
including handheld computing devices. Microsoft and Apple each have a
product called "Remote Desktop."

A Medical inventory database


SFEASIBILITY STUDY

Technical Feasibility

REMOTE DESKTOP APPLICATION satisfies technical feasibility


because this Service can be implemented as a stand-alone application or
as a series of applications linked together by an application integration
infrastructure

1. Multiple user support.


2. Operating System compatible.
3. Easy to install.
4. Efficient client-server handling
OBJECTIVES AND SCOPE OF PROJECT

OBJECTIVES

 The objective of our project is to develop software that can be used to


view desktops of client machines

 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.

 This is perfect for a business that operates more than 10 computers at a


time – and all of which need continual checking from the technical
support team.
HARDWARE AND SOFTWARE REQUIREMENTS

Minimum Hardware requirements

 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

Remote Desktop Viewer and Controller System is a tool to access the


desktop of another system in the LAN. It consists of two parts, the Server
& the client. Server module runs on the Remote machine and the Client
module runs at user's machine. Windows Management Instrumentation
(WMI) technology provides uniform access to management information.
The proposed system is based on this technology for basic functions like
getting information on the processes etc.

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 (Server)


> The User (Client)

REMOTE HOST (Server)

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.

THE USER (Client)

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

> Remote system selection Form.

IP Address: Here we have to provide IP address of Remote System

Username & Password: Provide username & password of remote


System whose Desktop is to be viewed.

> Remote Desktop Form:


Capture button: Click on capture button to view desktop

>Log: To view Logged in or Logged out session

CONCLUSION
1.Merits

Remote Desktop App gives you a freedom to work remotely with


any remote PC. When you connect to the remote desktop you can
see its screen at the real time and all your mouse movements and
key presses are transmitted to the remote PC in order to manage it
by exactly the same way like you do it with your personal PC. Thus
you don't need more to physically visit each PC in order to work
with it. All administration, configuration, support, troubleshooting,
education and other kind of day-to-day tasks can be performed
remotely.

2.Future Enhancements

1. We can add provision to kill processes running in remote machine.

2. We can add feature of controlling simultaneous remote desktops-


in one GUI.

You might also like