0% found this document useful (0 votes)
68 views2 pages

MMCFS

1) There is a need for an efficient centralized file server to transfer different file types like documents, images, audio and video between multiple computers simultaneously and securely. 2) Existing file transfer protocols and single-instance servers are not optimal as they are specialized for specific file types or tasks and cannot handle multiple clients and file types together easily. 3) The research plans to implement a Multi-Client Multi-Instance Centralized File Server (MMCFS) using TCP protocol in Java sockets to allow efficient transfer of mixed file types for multiple clients simultaneously in a secure manner.

Uploaded by

Sravan Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views2 pages

MMCFS

1) There is a need for an efficient centralized file server to transfer different file types like documents, images, audio and video between multiple computers simultaneously and securely. 2) Existing file transfer protocols and single-instance servers are not optimal as they are specialized for specific file types or tasks and cannot handle multiple clients and file types together easily. 3) The research plans to implement a Multi-Client Multi-Instance Centralized File Server (MMCFS) using TCP protocol in Java sockets to allow efficient transfer of mixed file types for multiple clients simultaneously in a secure manner.

Uploaded by

Sravan Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Multi-Client Multi-Instance Centralized File Server (MMCFS)

Motivation:
In today`s environment, data Iile transIer is very important requirement. The network
topology is to be developed in such a way that, it has to transIer the Iiles with high speed, low
cost and easy data transIer. II Iive to IiIty computers need the data Iiles, then the major challenge
lies in how we will transIer the Iile with less complexity and cost. It is diIIicult to implement and
hard to use the open source Iile transIer protocols because there establishment and controlling is
again a specialized task.

Problem:
File servers are provided by computer to transIer a Iile. File Server using TCP which is
reliable and connection oriented protocol are good in its progress, but main problem is, it is a
task speciIic. II document Iile server, chat server, image server, video server or audio Iile server
etc are present together then the server may switch to other Iile transIer protocol and application
is not so clear or it becomes complex. So we need to develop a personal Client Server application
which has the capability to support the Iile types like txt, doc, pdI, jpeg, mp3, mp4, Ilv etc and
provides security within the environment that is used. For this reason we are using MMCFS
(Multi-Client Multi-Instance centralized File Server) using TCP protocol in Java Sockets.
Here we introduce TCP Java Server to transIer the Iile across the network using Java sockets.
For mixed type oI input Iiles, the server is designed Ior more number oI clients.

Plan:
My research will be totally based on study and implementation oI MMCFS using TCP
protocol in java Sockets. I like to change the coding that is already implemented to get better
results.

You might also like