You are on page 1of 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