파일 공유를 위한 분산 파일 서버 설계 및 구현

Design and Implementation of Distributed File Transfer Server

  • 발행 : 2002.11.01

초록

파일 공유를 위한 방법으로 FTP, NFS나 최근 P2P기술 등이 많이 제안되었지만, 현재까진 아직 FTP를 많이 사용하고 있다. 본 논문에서는 거의 기존 파일 전송 서비스 환경의 변경을 하지 않으면서도 고용량의 데이터를 보다 효율적으로 공유할 수 있는 방법으로써 Distributed File Server(DFS)방식을 제안한다. DFS의 특징은 기존 서버 클라이언트 방식의 FTP 환경을 변경하지 않고, 단지 다수의 서버들과 클라이언트 사이에 DFS를 설치함으로써 클라이언트에게 고용량 파일 저장 장소를 가진 FTP서버를 제공할 수 있다는 것이다. RedHat7.2 상에서 DFS 기능의 검증을 위한 프로토타입 구현을 통해 최근 대두되고 있는 고용량 데이터들로 인한 파일 시스템의 부족등의 문제점을 해결할 수 있음을 보였다.

Although there are a lot of file sharing mechanisms in the Internet such as NFS and P2P, FTP is one of the most common mechanisms used until now. In this paper, we propose a more enhanced file sharing mechanism, the Distributed File Server (DFS) method. The most remarkable feature of DFS is that it can be simply adopted in the current Internet FTP services by locating a DFS node between existing FTP servers and clients without changing any existing file transfer environment. To verify the proposed mechanism we implemented a DFS prototype on RedHat 7.2 system and we finally show that it can reduce the file storage problem caused by big-sized multimedia data.

키워드