You are on page 1of 1

Multimedia file transferring

File or Data transfer is the main part for distributed applications. File/data
transfer is done on network using web services. These web services using different
techniques to transfer the files. The main of this project is to transfer the file in
optimized manner. The optimization is to be obtained by transferring the data in its
original binary format. This data is encrypted for transmission. But, the data to be
transferred may be large, so the data is divided into small chunks. The size of the
chunks are decided depending upon the optimization required.The ready-to-send data
is then passed through SECURE Hashing Algorithm where it is attached a signature
so that receiver can identify it. This signature is also important because it identifies
the file being sent and received when simultaneous files are transferred. Simultaneous
transmission of file will allow the transmission to be 20-33% faster. This value is
more efficient when the size of data is very large.

Software Requirements: 1. DOT NET


2. Visual Studio
Hardware requirements:1. I3 PROCESSOR
2.512 MB RAM

You might also like