Academic Projects

Secure/Slim File Transfer Protocol (SFTP)- Project Abstract



Here is an abstract for an academic project title for computer science and engineering

SFTP is a protocol API. While designing this project, key emphasis has been paid to security rather than any other aspect. SFTP is a UDP-based replacement for the File Transfer Protocol, designed for anonymous and secure access with lower hardware and network requirements than FTP. In particular, because it uses UDP, it avoids the problems that many FTP servers have had with requiring a separate process for each client, and because it is built to use an unreliable protocol, it can more easily handle resuming a transfer after a network failure.

As SFTP server requires only one process (as opposed to one process per client for most FTP servers), it is much harder for a system administrator to notice it in a process list, and as it uses UDP, it is less likely to be noticed by a network administrator.

Technologies: JFC, IO Streams, Sockets, Threads, Cryptography

Related Posts with Thumbnails

Related posts:

  1. Integrated File Management Suite – Project Abstract Here is an abstract for an academic project title for computer science and engineering This is total platform independent file management suite that includes...
  2. Cross Platform Communicator – Academic Project Title and Abstract Here is an abstract for an academic project title for computer science and engineering It is a network system explorer which transcends all operating...
  3. Audio Visual Communicator-Academic Project title and abstract The Basic Idea of this project is to define a standardized packet format for delivering audio and video over the Internet.  This concept is...
  4. Intranet Download Accelerator (IntraDA)- Academic Project Abstract Here is an abstract for an academic project title for computer science and engineering This is a download accelerator with a difference. It is...
  5. Cross Platform Remote Surveillance System-Project title and abstract  Cross Platform Remote Surveillance System is an application that monitors remote desktops over the network. It monitors and scrutinizes the desktops of all remote...

Thanks for reading my blog. If you like what I write, why not subscribe to my feed?

If you are busy, I can send the latest post to your email. Just subscribe to my email updates.

 

Enter your email address:

Delivered by FeedBurner

Discussion

No comments for “Secure/Slim File Transfer Protocol (SFTP)- Project Abstract”

Post a comment