KR101977777B1 - Vitual file based cloud service method and apparatus - Google Patents

Vitual file based cloud service method and apparatus Download PDF

Info

Publication number
KR101977777B1
KR101977777B1 KR1020160177853A KR20160177853A KR101977777B1 KR 101977777 B1 KR101977777 B1 KR 101977777B1 KR 1020160177853 A KR1020160177853 A KR 1020160177853A KR 20160177853 A KR20160177853 A KR 20160177853A KR 101977777 B1 KR101977777 B1 KR 101977777B1
Authority
KR
South Korea
Prior art keywords
file
user terminal
cloud
virtual
management map
Prior art date
Application number
KR1020160177853A
Other languages
Korean (ko)
Other versions
KR20180074114A (en
Inventor
이창건
백상윤
Original Assignee
서울대학교산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 서울대학교산학협력단 filed Critical 서울대학교산학협력단
Priority to KR1020160177853A priority Critical patent/KR101977777B1/en
Publication of KR20180074114A publication Critical patent/KR20180074114A/en
Application granted granted Critical
Publication of KR101977777B1 publication Critical patent/KR101977777B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • H04L67/16
    • H04L67/2842
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

가상 파일 기반의 클라우드 서비스 방법은 사용자 단말과 연결되는 클라우드 서비스 장치에서 수행된다. 상기 방법은 (a) 현재 저장되어 있는 파일을 관리하는데 사용되는 클라우드 파일 관리맵을 상기 사용자 단말과 동기화를 수행하는 단계 및 (b) 상기 사용자 단말의 캐싱 정책에 따라 상기 클라우드 파일 관리맵을 통해 접근되는 클라우드 파일을 상기 사용자 단말에 캐시형 실제 파일로서 미리 제공하는 단계를 포함한다.A virtual file based cloud service method is performed in a cloud service apparatus connected to a user terminal. The method comprises the steps of: (a) synchronizing a cloud file management map used to manage a currently stored file with the user terminal; and (b) accessing through the cloud file management map according to a caching policy of the user terminal. And providing the cloud file to the user terminal as a cache-type physical file in advance.

Description

가상 파일 기반의 클라우드 서비스 방법 및 장치{VITUAL FILE BASED CLOUD SERVICE METHOD AND APPARATUS}TECHNICAL FIELD [0001] The present invention relates to a virtual file based cloud service method and apparatus,

본 발명은 가상 파일 기반의 클라우드 서비스 기술에 관한 것으로, 보다 상세하게는, 사용자 단말의 캐싱 정책을 기반으로 클라우드 파일 관리맵을 사용자 단말과 자동 동기화함으로써 사용자 단말의 저장공간과 파일 접근시간을 효율적으로 사용할 수 있는 가상 파일 기반의 클라우드 서비스 방법 및 장치에 관한 것이다.The present invention relates to a virtual file-based cloud service technology, and more particularly, to a virtual file-based cloud service technology that automatically synchronizes a cloud file management map with a user terminal based on a caching policy of the user terminal, And more particularly, to a virtual file-based cloud service method and apparatus that can be used.

분산 파일 시스템은 네트워크를 통해 공유하는 여러 호스트의 파일들을 마치 하나의 디스크에 있는 것처럼 다루게 해주는 시스템이다. 캐시(Cache)는 계층 구조의 컴퓨터 메모리에서 데이터 접근 시간의 속도 향상을 위해 사용되는 데이터의 임시 저장소이다. 캐시는 특정 데이터가 한번 접근된 경우 가까운 미래에 접근할 가능성이 높다는 시간적 지역성과 특정 데이터가 한번 접근된 경우 공간적으로 주변 데이터의 접근 가능성이 높다는 공간적 지역성을 활용해 RAM에서 미리 데이터의 한 부분을 다운로드 받아놓고 CPU에서 계산을 할 때 사용해 비효율적인 읽기, 쓰기 시간을 최대한 줄이는 기법이다.A distributed file system is a system that allows files on multiple hosts shared across a network to be treated as if they were on a single disk. Cache is a temporary storage of data used to speed up data access times in hierarchical computer memory. Cache uses a temporal locality in which specific data is accessed once, and a spatial locality in which it is highly possible to access peripheral data spatially when certain data is accessed once. It is a technique to minimize the inefficient reading and writing time when using the CPU to perform calculations.

한국 등록특허공보 제10-0932642호는 유비쿼터스 컴퓨팅 환경에서 사용자 데이터 통합 관리를 위한 분산 네트워크 파일 서비스를 만드는 방법에 관한 것으로, 사용자를 중심으로 한 컴퓨팅 장치 간 네트워크로써 정의되는 사용자 영역 네트워크(PAN)상에서 PAN을 구성하는 컴퓨팅 장치들에 대해서 사용자의 직접적인 관여 없이 자동으로 데이터 네트워크를 구성하는 기술을 개시한다.Korean Patent Registration No. 10-0932642 relates to a method for creating a distributed network file service for managing integrated user data in a ubiquitous computing environment and a method for creating a distributed network file service on a user area network (PAN) defined as a network between computing devices, Discloses a technology for automatically configuring a data network without directly involving a user of the computing devices constituting the PAN.

한국 공개특허공보 제10-2015-0101244호는 클라이언트와 서버가 분리된 분산 파일시스템에서의 읽기 동작을 수행하는 방법 및 장치에 관한 것으로, 클라이언트의 응용 프로그램이 파일(또는 청크)에 대해 연속 읽기 요청 시에 클라이언트 내 지역 파일시스템의 최적의 연속 읽기 기능을 효과적으로 지원할 수 있도록 분산 파일시스템에서도 고성능 연속 읽기 기능을 제공하기 위해 미리 읽기(prefetching)을 수행하는 기술을 개시한다.Korean Patent Application Publication No. 10-2015-0101244 relates to a method and apparatus for performing a read operation in a distributed file system in which a client and a server are separated from each other, Discloses a technology for performing prefetching in order to provide a high performance continuous reading function in a distributed file system so as to effectively support an optimal continuous reading function of a local file system in a client.

한국등록특허 제10-0932642호 (2009.12.10)Korean Patent No. 10-0932642 (December 10, 2009) 한국공개특허 제10-2015-0101244호 (2015.09.03)Korean Patent Publication No. 10-2015-0101244 (2015.09.03)

본 발명의 일 실시예는 사용자 단말의 캐싱 정책을 기반으로 클라우드 파일 관리맵을 사용자 단말과 자동 동기화함으로써 사용자 단말의 저장공간과 파일 접근시간을 효율적으로 사용할 수 있는 가상 파일 기반의 클라우드 서비스 방법 및 장치를 제공하고자 한다.One embodiment of the present invention is a virtual file-based cloud service method and apparatus capable of efficiently using a storage space and a file access time of a user terminal by automatically synchronizing a cloud file management map with a user terminal based on a caching policy of a user terminal ≪ / RTI >

본 발명의 일 실시예는 클라우드 파일 관리맵에 있는 모든 클라우드 파일을 사용자 단말에 저장하지 않아도 사용자 단말의 캐싱 정책 기반의 자동 동기화를 통해 사용자 단말에 모든 클라우드 파일을 유지하고 있는 것처럼 느낄 수 있는 가상 파일 기반의 클라우드 서비스 방법 및 장치를 제공하고자 한다.In an embodiment of the present invention, a virtual file that can feel as if all cloud files are maintained in the user terminal through automatic synchronization based on a caching policy of the user terminal, without storing all the cloud files in the cloud file management map in the user terminal Based cloud service method and apparatus.

본 발명의 일 실시예는 사용자 단말의 캐싱 정책에 따라 사용자 단말에 캐시형 실제 파일을 미리 제공하여 사용자의 친화성을 증대시킬 수 있는 가상 파일 기반의 클라우드 서비스 방법 및 장치를 제공하고자 한다.An embodiment of the present invention is to provide a virtual file-based cloud service method and apparatus capable of increasing a user's affinity by providing a cache-type physical file in advance to a user terminal according to a caching policy of a user terminal.

실시예들 중에서, 가상 파일 기반의 클라우드 서비스 방법은 사용자 단말과 연결되는 클라우드 서비스 장치에서 수행된다. 상기 방법은 (a) 현재 저장되어 있는 파일을 관리하는데 사용되는 클라우드 파일 관리맵을 상기 사용자 단말과 동기화를 수행하는 단계 및 (b) 상기 사용자 단말의 캐싱 정책에 따라 상기 클라우드 파일 관리맵을 통해 접근되는 클라우드 파일을 상기 사용자 단말에 캐시형 실제 파일로서 미리 제공하는 단계를 포함한다.Among the embodiments, a virtual file-based cloud service method is performed in a cloud service apparatus connected to a user terminal. The method comprises the steps of: (a) synchronizing a cloud file management map used to manage a currently stored file with the user terminal; and (b) accessing through the cloud file management map according to a caching policy of the user terminal. And providing the cloud file to the user terminal as a cache-type physical file in advance.

실시예들 중에서, 상기 방법은 (c) 상기 사용자 단말에 있는 클라우드 파일 관리맵에 의해 관리되는 가상 파일의 접근 또는 상기 사용자 단말에 있는 클라우드 파일 관리맵의 갱신을 검출하여 해당 파일 연산을 수행하는 단계를 더 포함한다.(C) detecting access to a virtual file managed by the cloud file management map in the user terminal or update of a cloud file management map in the user terminal, and performing a corresponding file operation .

상기 (c) 단계는 상기 사용자 단말에 있는 클라우드 파일 관리맵에 있는 가상 파일이 접근되면 상기 가상 파일에 해당하는 클라우드 파일을 검출하여 요청형 실제 파일로서 제공하는 단계를 포함할 수 있다.The step (c) may include detecting a cloud file corresponding to the virtual file and providing the detected cloud file as a request-type real file when a virtual file in the cloud file management map in the user terminal is accessed.

상기 (c) 단계는 상기 사용자 단말에 있는 클라우드 파일 관리맵의 갱신 과정에서 현재 저장된 모든 일반 실제 파일들의 합계 크기가 상기 사용자 단말의 한도용량을 초과하면 모든 일반 실제 파일들 중 적어도 일부를 해당 가상 파일들로 교체하는 단계를 포함할 수 있다.Wherein the step (c) comprises: if the total size of all general physical files currently stored in the updating process of the cloud file management map in the user terminal exceeds the limit capacity of the user terminal, Quot; < / RTI >

상기 (a)단계는 상기 동기화가 수행될 때 상기 사용자 단말의 성능, 네트워크의 전송속도 및 사용자의 파일 접근빈도 중 적어도 하나를 기초로 상기 사용자 단말의 한도용량을 재설정하는 단계를 포함할 수 있다.The step (a) may include resetting the limit capacity of the user terminal based on at least one of the performance of the user terminal, the transmission speed of the network, and the file access frequency of the user when the synchronization is performed.

상기 (a) 단계는 상기 동기화가 수행될 때 상기 사용자 단말에 있는 실제 파일에 관해 가장 최근의 접근 시간을 산출하고 상기 산출된 접근 시간을 기초로 상기 실제 파일이 가상 파일로 교체될 때의 교체순서를 결정하는 단계를 포함할 수 있다.Wherein the step (a) comprises: calculating a most recent access time with respect to an actual file in the user terminal when the synchronization is performed; and determining a replacement sequence when the physical file is replaced with a virtual file based on the calculated access time Based on the result of the determination.

상기 (a) 단계는 상기 사용자 단말에 의해 아웃 오브 바운드의 교체순서로 설정된 파일을 상기 교체순서를 결정하는 과정에서 제외시키는 단계를 더 포함할 수 있다.The step (a) may further include the step of excluding the file set in the out-of-bound replacement order by the user terminal in the process of determining the replacement order.

상기 (b) 단계는 상기 사용자 단말에 의해 가장 자주 사용되는 파일 종류를 기초로 상기 캐싱 정책을 결정하는 단계를 포함할 수 있다. 상기 (b) 단계는 상기 사용자 단말에 의해 가장 최근에 생성된 폴더를 기초로 상기 캐싱 정책을 결정하는 단계를 포함할 수 있다.The step (b) may include determining the caching policy based on a file type most frequently used by the user terminal. The step (b) may include determining the caching policy based on a folder most recently generated by the user terminal.

실시예들 중에서, 가상 파일 기반의 클라우드 서비스 장치는 현재 저장되어 있는 파일을 관리하는데 사용되는 클라우드 파일 관리맵을 상기 사용자 단말과 동기화를 수행하는 동기화부, 상기 사용자 단말의 캐싱 정책에 따라 상기 클라우드 파일 관리맵을 통해 접근되는 클라우드 파일을 상기 사용자 단말에 캐시형 실제 파일로서 미리 제공하는 실제 파일 제공부 및 상기 사용자 단말에 있는 클라우드 파일 관리맵에 의해 관리되는 가상 파일의 접근 또는 상기 사용자 단말에 있는 클라우드 파일 관리맵의 갱신을 검출하여 해당 파일 연산을 수행하는 파일 연산 수행부를 포함한다.Among the embodiments, the virtual file-based cloud service apparatus includes a synchronization unit for synchronizing a cloud file management map used for managing a currently stored file with the user terminal, a synchronization unit for synchronizing the cloud file management map with the cloud file management map, A real file providing unit for providing a cloud file accessed through the management map in advance as a cache-type actual file to the user terminal, and a virtual file management unit for accessing a virtual file managed by the cloud file management map in the user terminal, And a file operation performing unit for detecting the update of the file management map and performing the corresponding file operation.

개시된 기술은 다음의 효과를 가질 수 있다. 다만, 특정 실시예가 다음의 효과를 전부 포함하여야 한다거나 다음의 효과만을 포함하여야 한다는 의미는 아니므로, 개시된 기술의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.The disclosed technique may have the following effects. It is to be understood, however, that the scope of the disclosed technology is not to be construed as limited thereby, as it is not meant to imply that a particular embodiment should include all of the following effects or only the following effects.

본 발명의 일 실시예에 따른 가상 파일 기반의 클라우드 서비스 방법 및 장치는 사용자 단말의 캐싱 정책을 기반으로 클라우드 파일 관리맵을 사용자 단말과 자동 동기화함으로써 사용자 단말의 저장공간과 파일 접근시간을 효율적으로 사용할 수 있다.The virtual file-based cloud service method and apparatus according to an embodiment of the present invention automatically synchronizes the cloud file management map with the user terminal based on the caching policy of the user terminal, thereby efficiently using the storage space and the file access time of the user terminal .

본 발명의 일 실시예에 따른 가상 파일 기반의 클라우드 서비스 방법 및 장치는 클라우드 파일 관리맵에 있는 모든 클라우드 파일을 사용자 단말에 저장하지 않아도 사용자 단말의 캐싱 정책 기반의 자동 동기화를 통해 사용자 단말에 모든 클라우드 파일을 유지하고 있는 것처럼 느낄 수 있다.The virtual file-based cloud service method and apparatus according to an embodiment of the present invention can automatically update all cloud files in the cloud file management map without storing the cloud files in the user terminal, You can feel as if you are holding a file.

본 발명의 일 실시예에 따른 가상 파일 기반의 클라우드 서비스 방법 및 장치는 사용자 단말의 캐싱 정책에 따라 사용자 단말에 캐시형 실제 파일을 미리 제공하여 사용자의 친화성을 증대시킬 수 있다.The virtual file-based cloud service method and apparatus according to an embodiment of the present invention can increase the affinity of a user by providing a cache-type actual file in advance to a user terminal according to a caching policy of the user terminal.

도 1은 본 발명의 일 실시예에 따른 가상 파일 기반의 클라우드 서비스 시스템을 나타내는 도면이다.
도 2는 도 1에 있는 가상 파일 기반의 클라우드 서비스 장치를 설명하는 블록도이다.
도 3은 도 1에 있는 가상 파일 기반의 클라우드 서비스 장치에서 수행되는 가상 파일 기반의 클라우드 서비스 제공 방법을 설명하는 순서도이다.
도 4 및 도 5는 도 1에 있는 가상 파일 기반의 클라우드 서비스 장치에서 수행되는 가상 파일 기반의 클리우드 서비스 제공 과정을 설명하는 도면이다.
1 is a diagram illustrating a virtual file-based cloud service system according to an embodiment of the present invention.
FIG. 2 is a block diagram illustrating a virtual file-based cloud service apparatus shown in FIG. 1. FIG.
3 is a flowchart illustrating a virtual file-based cloud service providing method performed in the virtual file-based cloud service apparatus shown in FIG.
4 and 5 are views for explaining a process of providing a virtual file-based cloud service performed in the virtual file-based cloud service apparatus shown in FIG.

본 발명에 관한 설명은 구조적 내지 기능적 설명을 위한 실시예에 불과하므로, 본 발명의 권리범위는 본문에 설명된 실시예에 의하여 제한되는 것으로 해석되어서는 아니 된다. 즉, 실시예는 다양한 변경이 가능하고 여러 가지 형태를 가질 수 있으므로 본 발명의 권리범위는 기술적 사상을 실현할 수 있는 균등물들을 포함하는 것으로 이해되어야 한다. 또한, 본 발명에서 제시된 목적 또는 효과는 특정 실시예가 이를 전부 포함하여야 한다거나 그러한 효과만을 포함하여야 한다는 의미는 아니므로, 본 발명의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.The description of the present invention is merely an example for structural or functional explanation, and the scope of the present invention should not be construed as being limited by the embodiments described in the text. That is, the embodiments are to be construed as being variously embodied and having various forms, so that the scope of the present invention should be understood to include equivalents capable of realizing technical ideas. Also, the purpose or effect of the present invention should not be construed as limiting the scope of the present invention, since it does not mean that a specific embodiment should include all or only such effect.

한편, 본 출원에서 서술되는 용어의 의미는 다음과 같이 이해되어야 할 것이다.Meanwhile, the meaning of the terms described in the present application should be understood as follows.

"제1", "제2" 등의 용어는 하나의 구성요소를 다른 구성요소로부터 구별하기 위한 것으로, 이들 용어들에 의해 권리범위가 한정되어서는 아니 된다. 예를 들어, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다.The terms " first ", " second ", and the like are intended to distinguish one element from another, and the scope of the right should not be limited by these terms. For example, the first component may be referred to as a second component, and similarly, the second component may also be referred to as a first component.

어떤 구성요소가 다른 구성요소에 "연결되어"있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결될 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어"있다고 언급된 때에는 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. 한편, 구성요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 또는 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다.It is to be understood that when an element is referred to as being "connected" to another element, it may be directly connected to the other element, but there may be other elements in between. On the other hand, when an element is referred to as being "directly connected" to another element, it should be understood that there are no other elements in between. On the other hand, other expressions that describe the relationship between components, such as "between" and "between" or "neighboring to" and "directly adjacent to" should be interpreted as well.

단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한 복수의 표현을 포함하는 것으로 이해되어야 하고, "포함하다"또는 "가지다" 등의 용어는 실시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이며, 하나 또는 그 이상의 다른 특징이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.It is to be understood that the singular " include " or " have " are to be construed as including the stated feature, number, step, operation, It is to be understood that the combination is intended to specify that it does not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, or combinations thereof.

각 단계들에 있어 식별부호(예를 들어, a, b, c 등)는 설명의 편의를 위하여 사용되는 것으로 식별부호는 각 단계들의 순서를 설명하는 것이 아니며, 각 단계들은 문맥상 명백하게 특정 순서를 기재하지 않는 이상 명기된 순서와 다르게 일어날 수 있다. 즉, 각 단계들은 명기된 순서와 동일하게 일어날 수도 있고 실질적으로 동시에 수행될 수도 있으며 반대의 순서대로 수행될 수도 있다.In each step, the identification code (e.g., a, b, c, etc.) is used for convenience of explanation, the identification code does not describe the order of each step, Unless otherwise stated, it may occur differently from the stated order. That is, each step may occur in the same order as described, may be performed substantially concurrently, or may be performed in reverse order.

본 발명은 컴퓨터가 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현될 수 있고, 컴퓨터가 읽을 수 있는 기록 매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록 장치를 포함한다. 컴퓨터가 읽을 수 있는 기록 매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광 데이터 저장 장치 등이 있다. 또한, 컴퓨터가 읽을 수 있는 기록 매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산 방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The present invention can be embodied as computer-readable code on a computer-readable recording medium, and the computer-readable recording medium includes all kinds of recording devices for storing data that can be read by a computer system . Examples of the computer-readable recording medium include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, and the like. In addition, the computer-readable recording medium may be distributed over network-connected computer systems so that computer readable codes can be stored and executed in a distributed manner.

여기서 사용되는 모든 용어들은 다르게 정의되지 않는 한, 본 발명이 속하는 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 일반적으로 사용되는 사전에 정의되어 있는 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한 이상적이거나 과도하게 형식적인 의미를 지니는 것으로 해석될 수 없다.All terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs, unless otherwise defined. Commonly used predefined terms should be interpreted to be consistent with the meanings in the context of the related art and can not be interpreted as having ideal or overly formal meaning unless explicitly defined in the present application.

도 1은 본 발명의 일 실시예에 따른 가상 파일 기반의 클라우드 서비스 시스템을 나타내는 도면이다.1 is a diagram illustrating a virtual file-based cloud service system according to an embodiment of the present invention.

도 1를 참조하면, 가상 파일 기반의 클라우드 서비스 시스템(이하, 클라우드 서비스 시스템)(100)은 가상 파일 기반의 클라우드 서비스 장치(이하, 클라우드 서비스 장치)(110) 및 사용자 단말(120)을 포함하고, 클라우드 서비스 장치(110)와 사용자 단말(120)은 네트워크를 통해 연결될 수 있다.1, a virtual file-based cloud service system (hereinafter referred to as a cloud service system) 100 includes a virtual file-based cloud service device (hereinafter referred to as a cloud service device) 110 and a user terminal 120 , The cloud service device 110 and the user terminal 120 may be connected through a network.

가상 파일 기반의 클라우드 서비스 장치(이하, 클라우드 서비스 장치)(110)는 클라우드 서버(110a)와 클라우드 저장소(110b)로 구성될 수 있다. 클라우드 서비스 장치(110)는 사용자 단말(120)과의 동기화를 통해 사용자에게 가상의 저장공간을 제공할 수 있다. 클라우드 서버(110a)는 네트워크를 통해 사용자 단말(120)과 동기화할 수 있는 컴퓨터로 구현될 수 있고, 클라우드 저장소(110b)는 저장 능력을 가진 물리적 장치로 구현될 수 있다. 여기에서, 클라우드 저장소(110b)는 하드디스크, 자기 테이프, CD-ROM, DVD 등에 해당한다.The virtual file-based cloud service device (hereinafter referred to as a cloud service device) 110 may be configured with a cloud server 110a and a cloud storage 110b. The cloud service device 110 may provide a virtual storage space to the user through synchronization with the user terminal 120. [ The cloud server 110a may be implemented as a computer capable of synchronizing with the user terminal 120 via a network, and the cloud storage 110b may be implemented as a physical device having storage capability. Here, the cloud storage 110b corresponds to a hard disk, a magnetic tape, a CD-ROM, a DVD, or the like.

사용자 단말(120)은 클라우드 서비스 장치(110)와 동기화하여 사용자에게 클라우드 서비스 사용환경을 제공할 수 있다. 사용자 단말(120)은 스마트폰(120a), 노트북(120b) 또는 컴퓨터(120c)로 구현될 수 있고, 반드시 이에 한정되지 않고, 태블릿 PC 등 다양한 디바이스로도 구현될 수 있다.The user terminal 120 may synchronize with the cloud service device 110 to provide a user with a cloud service usage environment. The user terminal 120 may be implemented as a smart phone 120a, a notebook 120b, or a computer 120c, but not necessarily limited to, a tablet PC.

사용자 단말(120)은 클라우드 서비스 장치(110)와 블루투스, WiFi 등을 통해 무선으로 연결될 수 있고, 사용자의 파일 접근에 따라 클라우드 서비스 장치(110)로부터 파일 데이터를 수신할 수 있다.The user terminal 120 can be wirelessly connected to the cloud service device 110 via Bluetooth, WiFi, or the like, and can receive file data from the cloud service device 110 according to a user's file access.

도 2는 도 1에 있는 가상 파일 기반의 클라우드 서비스 장치를 설명하는 블록도이다.FIG. 2 is a block diagram illustrating a virtual file-based cloud service apparatus shown in FIG. 1. FIG.

도 2를 참조하면, 클라우드 서비스 장치(110)는 동기화부(210), 실제 파일 제공부(220), 파일 연산 수행부(230) 및 제어부(240)를 포함한다.Referring to FIG. 2, the cloud service apparatus 110 includes a synchronization unit 210, an actual file providing unit 220, a file operation performing unit 230, and a control unit 240.

동기화부(210)는 현재 저장되어 있는 파일을 관리하는데 사용되는 클라우드 파일 관리맵을 사용자 단말(120)과 동기화를 수행할 수 있고, 여기에서, 클라우드 파일 관리맵은 파일명, 파일유형, 파일 저장위치, 파일크기, 파일을 만든 날짜, 파일을 수정한 날짜, 파일특성 등을 포함한다. 사용자 단말(120)은 동기화부(210)를 통해 클라우드 서비스 장치(110)와의 동기화를 수행하여 클라우드 파일 관리맵에 접근할 수 있다.The synchronization unit 210 can synchronize the cloud file management map used to manage the currently stored file with the user terminal 120. Here, the cloud file management map includes a file name, a file type, The file size, the date the file was created, the date the file was modified, the file characteristics, and the like. The user terminal 120 can access the cloud file management map by performing synchronization with the cloud service device 110 through the synchronization unit 210. [

동기화부(210)는 동기화가 수행될 때 사용자 단말(120)의 한도용량을 재설정할 수 있다. 보다 구체적으로, 동기화부(210)는 사용자 단말(120)의 성능, 네트워크의 전송속도 및 사용자의 파일 접근빈도 중 적어도 하나를 기초로 사용자 단말(120)의 한도용량을 재설정할 수 있다.The synchronization unit 210 may reset the limit capacity of the user terminal 120 when synchronization is performed. More specifically, the synchronization unit 210 may reset the limit capacity of the user terminal 120 based on at least one of the performance of the user terminal 120, the transmission rate of the network, and the frequency of file access of the user.

일 실시예에서, 동기화부(210)는 사용자 단말(120)의 성능에 따라 사용자 단말(120)의 한도용량을 재설정할 수 있다. 보다 구체적으로, 동기화부(210)는 클라우드 서비스 장치(110)와 사용자 단말(120)의 동기화가 수행될 때 사용자 단말(120)의 성능에 비례하여 사용자 단말(120)의 한도용량을 재설정할 수 있다. 예를 들어, 동기화부(210)는 사용자에 의해 소지된 사용자 단말(120)의 성능이 좋으면 사용자 단말(120)의 한도용량을 증가시킬 수 있다.In one embodiment, the synchronization unit 210 may reset the limit capacity of the user terminal 120 according to the capabilities of the user terminal 120. The synchronization unit 210 can reset the limit capacity of the user terminal 120 in proportion to the performance of the user terminal 120 when the synchronization between the cloud service device 110 and the user terminal 120 is performed have. For example, the synchronization unit 210 may increase the limit capacity of the user terminal 120 if the performance of the user terminal 120 owned by the user is good.

다른 일 실시예에서, 동기화부(210)는 네트워크의 전송속도에 따라 사용자 단말(120)의 한도용량을 재설정할 수 있다. 보다 구체적으로, 동기화부(210)는 클라우드 서비스 장치(110)와 사용자 단말(120)의 동기화가 수행될 때 네트워크의 전송속도에 반비례하여 사용자 단말(120)의 한도용량을 재설정할 수 있다. 예를 들어, 동기화부(210)는 네트워크의 전송속도가 빠르면 사용자 단말(120)의 한도용량을 증가시킬 수 있다.In another embodiment, the synchronization unit 210 may reset the limit capacity of the user terminal 120 according to the transmission rate of the network. More specifically, the synchronization unit 210 can reset the limit capacity of the user terminal 120 in inverse proportion to the transmission rate of the network when the synchronization between the cloud service device 110 and the user terminal 120 is performed. For example, the synchronization unit 210 may increase the limit capacity of the user terminal 120 if the transmission speed of the network is high.

또 다른 일 실시예에서, 동기화부(210)는 사용자의 파일 접근빈도에 따라 사용자 단말(120)의 한도용량을 재설정할 수 있다. 보다 구체적으로, 동기화부(210)는 클라우드 서비스 장치(110)와 사용자 단말(120)의 동기화가 수행될 때 사용자의 파일 접근빈도에 비례하여 사용자 단말(120)의 한도용량을 재설정할 수 있다. 예를 들어, 동기화부(210)는 사용자의 파일 접근빈도가 많으면 사용자 단말(120)의 한도용량을 증가시킬 수 있다.In another embodiment, the synchronization unit 210 may reset the limit capacity of the user terminal 120 according to the frequency of file access of the user. More specifically, the synchronization unit 210 can reset the limit capacity of the user terminal 120 in proportion to the frequency of file access of the user when the synchronization between the cloud service device 110 and the user terminal 120 is performed. For example, the synchronization unit 210 may increase the limit capacity of the user terminal 120 if the user accesses the file frequently.

사용자 단말(120)은 자동으로 클라우드 서비스 장치(110)와 동기화를 수행하는 과정과 사용자 단말(120)의 한도용량을 재설정하는 과정을 통해 사용자 단말(120)의 저장공간과 클라우드 파일 관리맵의 접근 시간을 효율적으로 사용할 수 있다.The user terminal 120 can automatically access the storage space of the user terminal 120 and the cloud file management map through the process of synchronizing with the cloud service device 110 and resetting the cap capacity of the user terminal 120 Time can be used efficiently.

동기화부(210)는 동기화가 수행될 때 사용자 단말(120)에 있는 실제 파일에 관해 가장 최근의 접근 시간을 산출할 수 있고, 산출된 접근 시간을 기초로 실제 파일이 가상 파일로 교체될 때의 교체순서를 결정할 수 있다.The synchronization unit 210 can calculate the most recent access time with respect to the actual file in the user terminal 120 when the synchronization is performed and calculate the access time when the actual file is replaced with the virtual file based on the calculated access time The replacement order can be determined.

일 실시예에서, 동기화부(210)는 사용자 단말(120)에 의해 아웃 오브 바운드(Out of Bound)의 교체순서로 설정된 파일을 교체순서를 결정하는 과정에서 제외시킬 수 있고, 아웃 오브 바운드(Out of Bound)는 음의 정수로 실제 파일의 교체순서를 결정하는 것을 의미한다. 예를 들어, 동기화부(210)는 양의 정수에 해당하는 교체순서로 설정된 실제 파일에 대해서만 가상 파일과 교체하고, 음의 정수에 해당하는 교체순서로 설정된 실제 파일에 대해서는 가상 파일과 교체하지 않는다. 즉, 사용자 단말(120)에 의해 아웃 오브 바운드의 교체순서로 설정된 파일은 가상 파일과 교체되지 않고 고정되어 존재할 수 있다.In one embodiment, the synchronization unit 210 may exclude files set in the replacement order of Out of Bounds by the user terminal 120 in the process of determining the replacement order, of Bound) is a negative integer that determines the order of replacement of the actual file. For example, the synchronization unit 210 replaces the virtual file only with respect to the actual file set in the replacement order corresponding to the positive integer, and does not replace with the virtual file with respect to the actual file set in the replacement order corresponding to the negative integer . That is, the file set by the user terminal 120 in the out-of-bound replacement order may be fixed and not replaced with the virtual file.

동기화부(210)는 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화가 수행되지 않을 때 특정 시간 경과 후에 재동기화를 수행할 수 있고, 예를 들어, 동기화부(210)는 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화 수행을 실패 시 사용자에 의해 설정된 특정 시간 경과 후에 재동기화를 수행할 수 있다.The synchronization unit 210 may perform resynchronization after a predetermined time elapses when synchronization between the cloud file management map and the user terminal 120 is not performed. For example, the synchronization unit 210 may perform synchronization with the cloud file management map If the synchronization between the user terminals 120 fails, the resynchronization can be performed after a predetermined time set by the user.

실제 파일 제공부(220)는 클라우드 파일 관리맵을 통해 접근되는 클라우드 파일을 사용자 단말(120)에 제공할 수 있다. 보다 구체적으로, 실제 파일 제공부(220)는 사용자 단말(120)의 캐싱 정책에 따라 클라우드 파일 관리맵을 통해 접근되는 클라우드 파일을 사용자 단말(120)에 캐시형 실제 파일로서 미리 제공할 수 있고, 여기에서, 사용자 단말(120)의 캐싱 정책은 사용자 단말(120)과 연관될 수 있다. 예를 들어, 캐싱 정책[A]는 사용자 단말[A]와 연관될 수 있고, 캐싱 정책[B]는 사용자 단말[B]와 연관될 수 있다.The actual file provider 220 can provide the cloud file accessed through the cloud file management map to the user terminal 120. [ More specifically, the actual file provider 220 can provide the cloud file accessed through the cloud file management map in advance as a cacheable physical file to the user terminal 120 according to the caching policy of the user terminal 120, Here, the caching policy of the user terminal 120 may be associated with the user terminal 120. For example, a caching policy [A] may be associated with a user terminal [A], and a caching policy [B] may be associated with a user terminal [B].

일 실시예에서, 실제 파일 제공부(220)는 사용자에 의한 클라우드 파일 접근과 무관하게 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화가 수행됨과 동시에 사용자 단말(120)의 캐싱 정책에 따라 클라우드 저장소(110b)에 저장되어 있는 복수의 클라우드 파일 중 적어도 하나의 클라우드 파일을 사용자 단말(120)에 캐시형 실제 파일로서 미리 제공할 수 있다.In an embodiment, the actual file provider 220 performs synchronization between the cloud file management map and the user terminal 120, regardless of the cloud file access by the user, and at the same time, At least one of the plurality of cloud files stored in the server 110b may be provided to the user terminal 120 as a cache-type physical file in advance.

실제 파일 제공부(220)는 사용자 단말(120)에 의해 가장 자주 사용되는 파일 종류를 기초로 캐싱 정책을 결정할 수 있다. 예를 들어, 실제 파일 제공부(220)는 사용자 단말(120)에 의해 가장 자주 사용되는 파일 종류가 MS-WORD 파일에 해당하면 MS-WORD 파일을 기초로 캐싱 정책을 결정할 수 있다. 여기에서, 파일 종류는 MS-WORD 파일에 한정되지 않고, 사진 또는 그림파일, 문서파일, 음악파일, 압축파일 등을 포함할 수 있다.The actual file provider 220 may determine the caching policy based on the file type most frequently used by the user terminal 120. [ For example, the actual file provider 220 can determine a caching policy based on the MS-WORD file if the file type most frequently used by the user terminal 120 corresponds to the MS-WORD file. Here, the file type is not limited to the MS-WORD file, and may include a photo or picture file, a document file, a music file, a compressed file, and the like.

실제 파일 제공부(220)는 사용자 단말(120)에 의해 가장 최근에 생성된 폴더를 기초로 캐싱 정책을 결정할 수 있다. 사용자는 사용자 단말(120)을 이용하여 복수의 폴더들을 생성할 수 있고, 실제 파일 제공부(220)는 사용자 단말(120)에 의해 생성된 복수의 폴더들 중 가장 최근에 생성된 폴더를 검출할 수 있다. 이러한 과정을 통해, 실제 파일 제공부(220)는 가장 최근에 생성된 폴더를 기초로 사용자 단말(120)의 캐싱 정책을 결정할 수 있다. 예를 들어, 실제 파일 제공부(220)는 2016년 12월 7일 오후 8:18:12에 생성된 [AB_d]폴더, 2016년 12월 19일 오후 1:48:06에 생성된 [PA_aad]폴더, 2016년 11월 29일 오전 9:49:54에 생성된 [AAB]폴더 중 [PA_aad] 폴더를 기초로 캐싱 정책을 결정할 수 있다.The actual file provider 220 may determine the caching policy based on the most recently created folder by the user terminal 120. The user can create a plurality of folders using the user terminal 120 and the actual file providing unit 220 can detect the most recently created folder among the plurality of folders generated by the user terminal 120 . Through this process, the actual file provider 220 can determine the caching policy of the user terminal 120 based on the most recently created folder. For example, the actual file provider 220 may include an [AB_d] folder created on December 7, 2016 at 8:18:12 PM, a [PA_aad] created on December 19, 2016 at 1:48:06 PM, Folder, and the [PA_aad] folder among the [AAB] folders created on November 29, 2016 at 9:49:54 am.

파일 연산 수행부(230)는 사용자 단말(120)에 있는 클라우드 파일 관리맵에 의해 관리되는 가상 파일의 접근을 검출하여 해당 파일 연산을 수행할 수 있고, 사용자 단말(120)에 있는 클라우드 파일 관리맵의 갱신을 검출하여 해당 파일 연산을 수행할 수 있다. 파일 연산 수행부(230)는 사용자 단말(120)에 있는 클라우드 파일 관리맵의 폴더 생성 또는 파일수정을 검출하여 해당 파일 연산을 수행할 수 있다. 일 실시예에서, 파일 연산 수행부(230)는 사용자 단말(120)에 있는 클라우드 파일 관리맵으로부터 해당 파일에 대한 연산 요청이 있으면 보안 검증 규칙에 따라 검증할 수 있고, 검증된 연산 요청에 대해 해당 파일 연산을 수행할 수 있다.The file operation performing unit 230 can detect the access of the virtual file managed by the cloud file management map in the user terminal 120 and perform the corresponding file operation, Can be detected and the corresponding file operation can be performed. The file operation performing unit 230 may detect a folder creation or a file modification of the cloud file management map in the user terminal 120 and perform the corresponding file operation. In one embodiment, the file operation performing unit 230 can verify according to the security verification rule if there is an operation request for the corresponding file from the cloud file management map in the user terminal 120, File operation can be performed.

파일 연산 수행부(230)는 사용자 단말(120)에 있는 클라우드 파일 관리맵에 있는 가상 파일이 접근되면 가상 파일에 해당하는 클라우드 파일을 검출하여 요청형 실제 파일로서 제공할 수 있다.When the virtual file in the cloud file management map in the user terminal 120 is accessed, the file operation performing unit 230 may detect a cloud file corresponding to the virtual file and provide the detected cloud file as a request type actual file.

파일 연산 수행부(230)는 사용자 단말(120)에 있는 클라우드 파일 관리맵의 갱신 과정에서 현재 저장된 모든 일반 실제 파일들의 합계 크기가 사용자 단말(120)의 한도용량을 초과화면 모든 일반 실제 파일들 중 적어도 일부를 해당 가상 파일들로 교체할 수 있다. 일 실시예에서, 파일 연산 수행부(230)는 사용자 단말(120)에 저장되어 있는 실제 파일들 중 적어도 일부를 클라우드 서비스 장치(110)에 업로드할 수 있고, 업로드된 실제 파일들을 사용자 단말(120)에서 삭제할 수 있다.The file operation performing unit 230 may determine that the total size of all general physical files currently stored in the update process of the cloud file management map in the user terminal 120 exceeds the limit capacity of the user terminal 120, At least some of them can be replaced with corresponding virtual files. In one embodiment, the file operation performing unit 230 may upload at least a part of the actual files stored in the user terminal 120 to the cloud service device 110, and upload the uploaded actual files to the user terminal 120 ).

제어부(240)는 클라우드 서비스 장치(110)의 전체적인 동작을 제어하고, 동기화부(210), 실제 파일 제공부(220) 및 파일 연산 수행부(230) 간의 데이터 흐름을 제어할 수 있다.The control unit 240 may control the overall operation of the cloud service apparatus 110 and control the data flow between the synchronization unit 210, the actual file providing unit 220 and the file operation performing unit 230.

도 3은 도 1에 있는 가상 파일 기반의 클라우드 서비스 장치에서 수행되는 가상 파일 기반의 클라우드 서비스 제공 방법을 설명하는 순서도이다.3 is a flowchart illustrating a virtual file-based cloud service providing method performed in the virtual file-based cloud service apparatus shown in FIG.

도 3에서, 동기화부(210)는 클라우드 파일 관리맵을 사용자 단말(120)과 동기화를 수행할 수 있고(단계 S310), 사용자 단말(120)은 동기화를 통해 클라우드 서비스 장치(110)와 연결되어 가상 파일 기반의 클라우스 서비스를 제공받을 수 있다. 동기화부(210)는 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화 성공여부를 확인할 수 있다(단계 S320).3, the synchronization unit 210 can synchronize the cloud file management map with the user terminal 120 (step S310), and the user terminal 120 is connected to the cloud service device 110 through synchronization A virtual file-based Klaus service can be provided. The synchronization unit 210 can confirm whether synchronization between the cloud file management map and the user terminal 120 is successful (step S320).

일 실시예에서, 동기화부(210)는 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화를 실패하는 경우 특정 시간 경과 후에 재동기화를 수행할 수 있다. 여기에서, 특정 시간은 컴퓨터 시스템상 내부적으로 설정된 시간에 해당할 수 있고, 사용자에 의해 입력된 시간에 해당할 수 있다. 예를 들어, 동기화부(210)는 동기화를 실패한지 1분이 경과된 후에 클라우드 파일 관리맵과 사용자 단말(120) 간의 재동기화를 수행할 수 있고, 동기화부(210)는 동기화 성공여부를 확인할 수 있다.In one embodiment, the synchronization unit 210 may perform resynchronization after a specified time elapses if synchronization between the cloud file management map and the user terminal 120 fails. Here, the specific time may correspond to a time set internally on the computer system, and may correspond to a time input by the user. For example, the synchronization unit 210 may perform resynchronization between the cloud file management map and the user terminal 120 after one minute has elapsed since the failure of the synchronization, and the synchronization unit 210 may check whether the synchronization is successful have.

다른 일 실시예에서, 동기화부(210)는 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화를 성공하는 경우 실제 파일 제공부(220)에 동기화 성공을 알릴 수 있고, 실제 파일 제공부(220)는 사용자 단말(120)에 캐시형 실제 파일을 제공할 수 있다(단계 S330).In another embodiment, the synchronization unit 210 may notify the actual file provider 220 of the synchronization success when the synchronization between the cloud file management map and the user terminal 120 is successful, May provide the cacheable physical file to the user terminal 120 (step S330).

실제 파일 제공부(220)는 클라우드 파일 관리맵을 통해 접근되는 클라우드 파일을 사용자 단말(120)에 캐시형 실제 파일로서 미리 제공할 수 있다. 일 실시예에서, 실제 파일 제공부(220)는 사용자의 클라우드 파일에 대한 접근과 무관하게 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화됨과 동시에 사용자 단말(120)의 캐싱 정책에 따라 클라우드 저장소(110b)에 저장되어 있는 클라우드 파일들 중 적어도 일부를 사용자 단말(120)에 제공할 수 있다.The actual file providing unit 220 may provide the cloud file accessed through the cloud file management map to the user terminal 120 in advance as a cacheable physical file. In one embodiment, the actual file provider 220 is synchronized between the cloud file management map and the user terminal 120, regardless of the user's access to the cloud file, and at the same time, in accordance with the caching policy of the user terminal 120, 110b may provide at least some of the cloud files to the user terminal 120. [

실제 파일 제공부(220)는 사용자 단말(120)이 클라우드 파일 관리맵을 통해 접근하는 파일이 가상 파일에 해당하는지 여부를 확인할 수 있다(단계 S340). 여기에서, 사용자 단말(120)에 있는 클라우드 파일 관리맵은 실제 파일과 가상 파일에 대한 정보가 메타데이터 형태로 저장되어 클라우드 서비스 장치(110)와 서로 공유될 수 있다.The actual file provider 220 can check whether the file accessed by the user terminal 120 through the cloud file management map corresponds to the virtual file (step S340). Here, the cloud file management map in the user terminal 120 may store information about the actual file and the virtual file in the form of metadata and may be shared with the cloud service apparatus 110.

일 실시예에서, 실제 파일 제공부(220)는 사용자 단말(120)이 접근한 파일이 가상 파일에 해당하는 경우 가상 파일에 해당하는 클라우드 파일을 검출할 수 있고, 검출된 클라우드 파일을 사용자 단말(120)에 요청형 실제 파일로서 제공할 수 있다(단계 S350).In one embodiment, when the file accessed by the user terminal 120 corresponds to a virtual file, the actual file providing unit 220 may detect a cloud file corresponding to the virtual file and transmit the detected cloud file to the user terminal 120 as a request-type actual file (step S350).

다른 일 실시예에서, 실제 파일 제공부(220)는 사용자 단말(120)이 접근한 파일이 가상 파일에 해당하지 않거나 사용자 단말(120)에 요청형 실제 파일을 제공한 경우, 즉, 가상 파일의 접근, 클라우드 파일 관리맵의 폴더 생성 또는 파일수정이 이루어진 경우 파일 연산 수행부(230)에 해당 파일 연산을 요청할 수 있다.In other embodiments, the actual file provider 220 may be configured so that if the file accessed by the user terminal 120 does not correspond to a virtual file or if the requested physical file is provided to the user terminal 120, Accessing, creation of a folder of the cloud file management map, or file modification, the file operation performing unit 230 can request the file operation.

파일 연산 수행부(230)는 현재 사용자 단말(120)에 저장된 모든 일반 실제 파일들의 합계 크기가 사용자 단말(120)의 한도용량을 초과하는지 여부를 확인할 수 있다(단계 S360). 파일 연산 수행부(230)는 사용자 단말(120)에 저장된 모든 일반 실제 파일들의 크기를 계산할 수 있고, 계산된 합계 크기를 사용자 단말(120)의 한도용량과 비교 연산할 수 있다. 파일 연산 수행부(230)는 사용자 단말(120)의 한도용량 비교 연산결과를 기초로 사용자 단말(120)의 한도용량을 초과하였는지 여부를 알 수 있다. The file operation performing unit 230 can check whether the total size of all general physical files currently stored in the user terminal 120 exceeds the limit capacity of the user terminal 120 (step S360). The file operation performing unit 230 may calculate the size of all general physical files stored in the user terminal 120 and compare the calculated total size with the limit capacity of the user terminal 120. [ The file operation performing unit 230 may determine whether the limit capacity of the user terminal 120 is exceeded based on the result of the limit capacity comparison operation of the user terminal 120. [

파일 연산 수행부(230)는 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화가 수행될 때 사용자 단말(120)의 성능, 네트워크의 전송속도 및 사용자의 파일 접근빈도 중 적어도 하나를 기초로 사용자 단말(120)의 한도용량을 재설정할 수 있다.The file operation performing unit 230 may be configured to perform a file operation based on at least one of the performance of the user terminal 120, the transmission rate of the network, and the frequency of file access of the user when the synchronization between the cloud file management map and the user terminal 120 is performed. The limit capacity of the battery 120 can be reset.

예를 들어, 사용자 단말(120)의 성능은 사용자 단말(120)의 CPU 처리능력을 기초로 계산될 수 있고, 사용자 단말(120)의 종류에 따라 다양한 값을 가질 수 있다. 파일 연산 수행부(230)는 사용자 단말(120)의 성능이 좋을수록 동일한 크기의 데이터를 빠른 시간 안에 처리할 수 있으므로 기존 사용자 단말(120)의 한도용량보다 더 큰 한도용량으로 재설정할 수 있다.For example, the performance of the user terminal 120 may be calculated based on the CPU processing capability of the user terminal 120, and may have various values depending on the type of the user terminal 120. The file operation performing unit 230 can process data of the same size in a shorter time as the performance of the user terminal 120 is better, so that the file operation performing unit 230 can reset to a limit capacity larger than the limit capacity of the existing user terminal 120.

다른 예를 들어, 네트워크의 전송속도는 클라우드 서비스 장치(110)와 사용자 단말(120)을 연결하는 네트워크의 데이터 전송속도를 의미한다. 파일 연산 수행부(230)는 네트워크의 전송속도가 느릴수록 동일한 크기의 데이터를 빠른 시간 안에 처리하기 위해 기존 사용자 단말(120)의 한도용량보다 더 큰 한도용량으로 재설정할 수 있다.For example, the transmission rate of the network refers to the data transmission rate of the network connecting the cloud service device 110 and the user terminal 120. The file operation performing unit 230 can reset the limit capacity of the existing user terminal 120 to a limit capacity larger than the limit capacity of the existing user terminal 120 in order to process data of the same size in a shorter time as the transmission rate of the network becomes slower.

또 다른 예를 들어, 사용자의 파일 접근빈도는 특정 시간 동안 사용자에 의해 접근이 이루어진 파일접근 횟수를 의미한다. 파일 연산 수행부(230)는 사용자의 파일 접근빈도가 높을수록 동일시간 동안 파일접근이 자주 발생하게 되어 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화 처리에 대한 부담이 커지므로 사용자 단말(120)의 한도용량을 높게 재설정할 수 있다.In another example, a user's file access frequency refers to the number of times a file is accessed by a user during a specific time. The file operation performing unit 230 frequently accesses the file during the same time as the file access frequency of the user is higher and the burden on the synchronization processing between the cloud file management map and the user terminal 120 increases, The limit capacity can be reset to a high level.

일 실시예에서, 파일 연산 수행부(230)는 현재 사용자 단말(120)에 저장된 모든 일반 실제 파일들의 합계 크기가 사용자 단말(120)의 한도용량을 초과하는 경우 모든 일반 실제 파일들 중 적어도 일부를 해당 가상 파일들로 교체할 수 있다(단계 S370).In one embodiment, the file operation performing unit 230 may perform at least a part of all general physical files when the total size of all general physical files stored in the current user terminal 120 exceeds the limit capacity of the user terminal 120 The corresponding virtual files can be replaced (step S370).

실제 파일 제공부(220)는 파일 연산 수행부(230)가 가상 파일 교체를 수행하기 전에 사용자 단말(120)에 있는 실제 파일에 관해 가장 최근의 접근 시간을 산출하고 산출된 접근 시간을 기초로 실제 파일이 가상 파일로 교체될 때의 교체순서를 결정할 수 있다. 여기에서, 실제 파일 제공부(220)는 산출된 접근 시간이 현재 시간과 가까울수록 해당 실제 파일에 대한 사용자의 향후 접근 확률이 높다는 것을 의미할 수 있고, 해당 실제 파일의 교체순서는 산출된 접근 시간이 오래된 파일보다 후 순위가 될 수 있다.The actual file providing unit 220 calculates the most recent access time with respect to the actual file in the user terminal 120 before the file operation performing unit 230 performs the virtual file replacement and calculates the actual access time based on the calculated access time You can determine the replacement order when files are replaced with virtual files. Here, the actual file providing unit 220 may mean that the closer the access time calculated to the current time, the higher the probability of future access by the user to the actual file, and the replacement order of the actual file is the calculated access time This can be later than the old file.

파일 연산 수행부(220)는 현재 사용자 단말(120)에 저장된 모든 일반 실제 파일들의 합계 크기가 사용자 단말(120)의 한도용량을 초과하지 않는 경우 사용자 단말(120)에 있는 클라우드 파일 관리맵으로부터 해당 파일에 대한 연산 요청을 검출하여 해당 파일 연산을 수행할 수 있다(단계 S380). 여기에서, 해당 파일에 대한 연산 요청은 클라우드 파일 관리맵에 의해 관리되는 가상 파일의 접근, 폴더 생성 또는 파일 수정 등 가상 파일 기반의 클라우드 서비스 제공에 있어서 필요한 다양한 파일 연산들이 포함될 수 있다.If the total size of all the general physical files stored in the current user terminal 120 does not exceed the limit capacity of the user terminal 120, the file operation performing unit 220 extracts, from the cloud file management map in the user terminal 120, An operation request for the file can be detected and the corresponding file operation can be performed (step S380). Here, the operation request for the file may include various file operations required for providing a virtual file-based cloud service, such as accessing a virtual file managed by the cloud file management map, creating a folder, or modifying a file.

일 실시예에서, 파일 연산 수행부(230)는 사용자 단말(120)에 있는 클라우드 파일 관리맵으로부터 파일 연산 요청이 있는 경우 보안 검증 규칙에 따라 검증할 수 있고, 검증된 연산 요청에 대해 해당 파일 연산을 수행할 수 있다. 예를 들어, 보안 검증 규칙은 가상 파일 기반의 클라우드 서비스 시스템(100) 내부에서 규정하는 보안 검증 규칙에 해당할 수 있다.In one embodiment, the file operation performing unit 230 can verify according to the security verification rule when there is a file operation request from the cloud file management map in the user terminal 120, Can be performed. For example, the security verification rules may correspond to the security verification rules defined in the virtual file-based cloud service system 100.

다른 일 실시예에서, 파일 연산 수행부(230)는 클라우드 파일 관리맵과 사용자 단말(120) 간의 동기화를 수행할 때 파일 연산 요청에 대한 보안 검증 규칙을 사용자 단말(120)로부터 수신할 수 있고, 수신된 보안 검증 규칙을 파일 연산에 대해 적용할 수 있다.In another embodiment, the file operation performing unit 230 may receive a security verification rule for the file operation request from the user terminal 120 when performing the synchronization between the cloud file management map and the user terminal 120, The received security validation rules can be applied to file operations.

사용자는 이러한 과정을 통해 클라우드 파일 관리맵에 있는 모든 클라우드 파일들을 사용자 단말(120)에 저장하지 않고도 사용자 단말(120)에 모든 클라우드 파일들을 유지하고 있는 효과를 제공받을 수 있다. 즉, 사용자는 사용자 단말(120)의 캐싱 정책을 기초로 사용자 단말(120)의 저장공간을 효율적으로 사용할 수 있다.Through this process, the user can be provided with the effect of keeping all the cloud files in the user terminal 120 without storing all the cloud files in the cloud file management map in the user terminal 120. [ That is, the user can efficiently use the storage space of the user terminal 120 based on the caching policy of the user terminal 120.

도 4 및 도 5는 도 1에 있는 가상 파일 기반의 클라우드 서비스 장치에서 수행되는 가상 파일 기반의 클리우드 서비스 제공 과정을 설명하는 도면이다.4 and 5 are views for explaining a process of providing a virtual file-based cloud service performed in the virtual file-based cloud service apparatus shown in FIG.

도 4는 사용자 단말(120)에 있는 클라우드 파일 관리맵을 통해 클라우드 파일에 접근하는 경우 자동으로 동기화를 수행하는 과정을 설명하는 도면이고, 도 5는 사용자가 사용자 단말(120)에 저장된 실제 파일에 접근한 후 사용자 단말(120)의 한도용량을 초과한 경우 자동으로 동기화를 수행하는 과정을 설명하는 도면이다.4 is a diagram illustrating a process of automatically synchronizing when a cloud file is accessed through a cloud file management map in the user terminal 120. FIG. And automatically synchronizing when the limit capacity of the user terminal 120 is exceeded.

도 4에서, 동기화부(210)는 사용자가 사용자 단말(120)의 실제 파일에 접근하거나 사용자 단말(120)의 가상 파일에 접근한 후 사용자 단말(120)의 한도용량이 초과된 경우 클라우드 파일 관리맵을 사용자 단말(120)에 자동 동기화를 수행할 수 있다.4, when the user accesses the actual file of the user terminal 120 or accesses the virtual file of the user terminal 120, if the limit capacity of the user terminal 120 is exceeded, the synchronization unit 210 performs the cloud file management The map can be automatically synchronized with the user terminal 120.

실제 파일 제공부(220)는 사용자가 사용자 단말(120)에 형태만 있는 파일, 즉, 가상 파일에 접근한 경우 클라우드 서비스 장치(110)에서 가상 파일에 해당하는 클라우드 파일을 요청형 실제 파일로 제공받을 수 있다. 파일 연산 수행부(230)는 해당 가상 파일을 사용자 단말(120)에 저장된 실제 파일 중에서 가장 교체순서의 우선순위가 높은 파일과 교체할 수 있다(단계 S410). 여기에서, 우선순위는 내림차순 또는 오름차순으로 설정될 수 있고, 사용자로부터 입력 받은 특정 기준으로 설정될 수 있다. 예를 들어, 동기화부(210)는 클라우드 파일 관리맵을 사용자 단말(120)과 동기화할 수 있고, 사용자는 사용자 단말(120)에 있는 파일ID가 5에 해당하는 가상파일(이하, {파일ID=5})에 접근할 수 있다. 실제 파일 제공부(220)는 클라우드 서비스 장치(110)에 저장된 {파일ID=5}에 해당하는 클라우드 파일을 다운로드하고, 다운로드 한 클라우드 파일을 요청형 실제 파일로 제공한다. 파일 연산 수행부(230)는 해당 가상 파일{파일ID=5}을 사용자 단말(120)에 저장된 실제 파일들[{파일ID=1}, {파일ID=2}, {파일ID=3}] 중 우선순위가 높은 실제 파일{파일ID=3}과 교체한다. When the user accesses a file having only a form in the user terminal 120, that is, a virtual file, the actual file providing unit 220 provides the cloud file corresponding to the virtual file as a request-type actual file in the cloud service apparatus 110 Can receive. The file operation performing unit 230 may replace the virtual file with a file having the highest priority in the replacement order among the physical files stored in the user terminal 120 (step S410). Here, the priority order can be set in descending order or ascending order, and can be set to a specific standard inputted from the user. For example, the synchronization unit 210 can synchronize the cloud file management map with the user terminal 120, and the user can access the virtual file corresponding to the file ID 5 in the user terminal 120 = 5}). The actual file provider 220 downloads a cloud file corresponding to {file ID = 5} stored in the cloud service device 110 and provides the downloaded cloud file as a request-type actual file. The file operation performing unit 230 outputs the virtual file {file ID = 5} to the physical files [{file ID = 1}, {file ID = 2}, {file ID = 3} With a high priority physical file {file ID = 3}.

파일 연산 수행부(230)는 가상 파일의 접근을 검출하여 해당 파일 연산을 수행할 수 있고, 파일 연산 수행부(230)는 가상 파일에서 실제 파일로 교체된 파일을 가장 최근에 접근된 파일로 표시할 수 있다(단계 S420). 여기에서, 우선순위는 가장 최근에 접근된 파일일수록 교체순서는 낮아질 수 있다. The file operation performing unit 230 may detect the access of the virtual file and perform the corresponding file operation, and the file operation performing unit 230 may display the file replaced with the actual file in the virtual file as the file most recently accessed (Step S420). Here, the order of priority may be lower for the most recently accessed file.

동기화부(210)는 파일 연산 수행부(230)를 통해 교체과정을 수행한 후에 사용자 단말(120)에 있는 실제 파일들에 관해 가장 최근의 접근 시간을 산출하고, 산출된 접근 시간을 기초로 실제 파일들의 교체순서를 결정할 수 있다. 파일 연산 수행부(230)는 동기화부(210)를 통해 결정된 교체순서를 기초로 사용자 단말(120)에 있는 실제 파일들을 재배치할 수 있고, 가상 파일로 교체된 실제 파일은 더 이상 사용자 단말(120)에 유지되지 않는다(단계 S430). 즉, 가상 파일로 교체된 실제 파일은 사용자 단말(120)에서 삭제될 수 있다. 예를 들어, 파일 연산 수행부(230)는 가상 파일로 교체된 실제 파일{파일ID=3}을 사용자 단말(120)에서 삭제하여 해당 파일의 내용을 유지하지 않는다.The synchronization unit 210 performs a replacement process through the file operation unit 230, calculates a most recent access time of the actual files in the user terminal 120, The replacement order of the files can be determined. The file operation performing unit 230 may rearrange the actual files in the user terminal 120 based on the replacement order determined through the synchronization unit 210 and the actual file replaced with the virtual file is no longer transferred to the user terminal 120 (Step S430). That is, the actual file replaced with the virtual file can be deleted from the user terminal 120. For example, the file operation performing unit 230 deletes the actual file (file ID = 3) replaced with the virtual file from the user terminal 120 and does not hold the contents of the file.

파일 연산 수행부(230)는 사용자 단말(120)에 저장된 실제 파일들에 대해 재배치하는 과정을 수행한 후, 사용자에 의한 다음 파일 접근 시까지 재배치한 실제 파일들에 대한 교체순서를 유지할 수 있다.The file operation performing unit 230 may rearrange the actual files stored in the user terminal 120 and then maintain the replacement order of the actual files relocated until the next file access by the user.

도 5에서, 동기화부(210)는 사용자가 사용자 단말(120)에 저장된 실제 파일에 접근하여 해당 실제 파일의 내용을 변경하게 되어 사용자 단말(120)의 한도용량이 초과되는 경우 클라우드 파일 관리맵을 사용자 단말(120)과 동기화를 수행할 수 있다. 사용자 단말(120)의 한도용량은 30으로 설정되어 있을 수 있고, 동기화부(210)는 사용자 단말(120)에 저장된 실제 파일들의 합계 크기가 사용자 단말(120)의 한도용량을 초과하지 않는다면 추가 동기화 과정을 수행하지 않는다.5, the synchronization unit 210 accesses the actual file stored in the user terminal 120 and changes the contents of the actual file. When the limit capacity of the user terminal 120 is exceeded, And may perform synchronization with the user terminal 120. The limit capacity of the user terminal 120 may be set to 30 and the synchronization unit 210 may perform additional synchronization if the total size of the actual files stored in the user terminal 120 does not exceed the limit capacity of the user terminal 120. [ Do not perform the process.

동기화부(210)는 사용자 단말(120)에 저장된 실제 파일들의 합계 크기가 사용자 단말(120)의 한도용량을 초과한다면 추가 동기화 과정을 수행한다(단계 S510). 파일 연산 수행부(230)는 사용자 단말(120)에 저장된 모든 일반 실제 파일들 중 적어도 일부를 해당 가상 파일들로 교체할 수 있다(단계 S520). 예를 들어, 파일 연산 수행부(230)는 사용자 단말(120)의 한도용량을 초과한 실제 파일{파일ID=2}는 가상 파일로 이동할 수 있다.The synchronization unit 210 performs an additional synchronization process if the total size of the actual files stored in the user terminal 120 exceeds the limit capacity of the user terminal 120 (step S510). The file operation performing unit 230 may replace at least some of the general physical files stored in the user terminal 120 with corresponding virtual files (step S520). For example, the file operation performing unit 230 may move an actual file (file ID = 2) exceeding the limit capacity of the user terminal 120 to a virtual file.

파일 연산 수행부(230)는 실제 파일들 중 가상 파일의 남은 한도용량을 채울 수 있는 파일이 존재하는지 검출할 수 있고, 검출된 가상 파일을 실제 파일로 이동시킬 수 있다(단계 S530). 파일 연산 수행부(230)는 실제 파일들의 교체순서를 기초로 실제 파일들에 대한 재배치 과정을 수행할 수 있다. 보다 구체적으로, 파일 연산 수행부(230)는 실제 파일들에 대한 사용자의 최근의 접근 시간(또는 경과시간)을 기초로 실제 파일들에 교체순서를 재부여할 수 있다.The file operation performing unit 230 can detect whether there is a file that can fill the remaining capacity of the virtual file among the actual files, and move the detected virtual file to the actual file (step S530). The file operation performing unit 230 may perform the relocation procedure for the actual files based on the replacement order of the actual files. More specifically, the file operation performing unit 230 may reassign the replacement files to the actual files based on the user's recent access time (or elapsed time) with respect to the actual files.

파일 연산 수행부(230)는 실제 파일들 중 교체된 가상 파일에 해당하는 클라우드 파일을 요청형 실제 파일로 클라우드 서비스 장치(110)로부터 제공받 고, 교체된 실제 파일은 클라우드 서비스 장치(110)로 업로드한다(단계 S540). 예를 들어, 파일 연산 수행부(230)는 실제 파일로 교체된 가상 파일{파일ID=4}에 해당하는 클라우드 파일을 클라우드 서비스 장치(110)에서 다운로드 할 수 있고, 가상 파일로 교체된 실제 파일{파일ID=2}은 클라우드 서비스 장치(110)로 업로드할 수 있다.The file operation performing unit 230 receives the cloud file corresponding to the replaced virtual file among the actual files from the cloud service apparatus 110 as a request type actual file and transmits the replaced actual file to the cloud service apparatus 110 (Step S540). For example, the file operation performing unit 230 can download the cloud file corresponding to the virtual file (file ID = 4) replaced with the actual file from the cloud service apparatus 110, {File ID = 2} can be uploaded to the cloud service device 110.

파일 연산 수행부(230)는 실제 파일들에 대한 재배치하는 과정을 수행한 후 사용자에 의한 다음 파일 접근 시까지 재배치된 실제 파일들에 대한 교체순서를 유지할 수 있다.The file operation performing unit 230 may perform the relocation process for the actual files and maintain the replacement order of the relocated actual files until the next file access by the user.

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or scope of the present invention as defined by the following claims It can be understood that

100: 가상 파일 기반의 클라우드 서비스 시스템
110: 가상 파일 기반의 클라우드 서비스장치
110a: 클라우드 서버 110b: 클라우드 저장소
120: 사용자 단말
210: 동기화부 220: 실제 파일 제공부
230: 파일 연산 수행부 240: 제어부
100: Virtual file-based cloud service system
110: Virtual file-based cloud service appliance
110a: Cloud server 110b: Cloud storage
120: User terminal
210: Synchronization unit 220:
230: file operation performing unit 240:

Claims (10)

사용자 단말과 연결되는 클라우드 서비스 장치에서 수행되는 가상 파일 기반의 클라우드 서비스 방법에 있어서,
(a) 현재 저장되어 있는 파일을 관리하는데 사용되는 클라우드 파일 관리맵을 상기 사용자 단말과 동기화를 수행하면서 상기 사용자 단말의 성능, 네트워크의 전송속도 및 사용자의 파일 접근빈도를 모두 고려하여 상기 사용자 단말의 한도용량을 재설정하는 단계;
(b) 상기 사용자 단말의 한도용량을 반영한 캐싱 정책에 따라 상기 클라우드 파일 관리맵을 통해 접근되는 클라우드 파일을 상기 사용자 단말에 캐시형 실제 파일로서 미리 제공하는 단계; 및
(c) 상기 사용자 단말에 있는 클라우드 파일 관리맵에 의해 관리되는 가상 파일의 접근을 검출하거나 또는 실제 파일의 내용 변경에 의해 상기 클라우드 파일 관리맵의 갱신을 검출하여 해당 파일 연산을 수행하는 단계를 포함하되,
상기 (c) 단계는
상기 클라우드 파일 관리맵의 갱신 과정에서 상기 실제 파일의 내용 변경을 반영한 결과 현재 저장된 모든 일반 실제 파일들의 합계 크기가 상기 사용자 단말의 한도용량을 초과하면 상기 실제 파일과 특정 가상 파일을 교체하고 남은 실제 파일들과 상기 특정 가상 파일을 대상으로 교체순서를 재결정한 후 상기 실제 파일의 해당 가상 파일로의 교체와 상기 특정 가상 파일의 해당 실제 파일로의 교체를 수행하는 단계를 포함하는 것을 특징으로 하는 가상 파일 기반의 클라우드 서비스 방법.
A virtual file-based cloud service method performed by a cloud service device connected to a user terminal,
(a) synchronizing a cloud file management map used for managing a currently stored file with the user terminal, and considering the performance of the user terminal, the transmission speed of the network, and the frequency of file access by the user, Resetting the limit capacity;
(b) providing a cloud file accessed through the cloud file management map in advance as a cache-like physical file to the user terminal according to a caching policy reflecting the limit capacity of the user terminal; And
(c) detecting the access of the virtual file managed by the cloud file management map in the user terminal or detecting the update of the cloud file management map by changing the contents of the actual file, and performing the corresponding file operation However,
The step (c)
If the total size of all the general physical files stored as a result of the change in the contents of the physical file in the update process of the cloud file management map exceeds the limit capacity of the user terminal, And replacing the virtual file with the corresponding virtual file and replacing the specific virtual file with the corresponding virtual file after re-determining the replacement order with respect to the specific virtual file Based cloud service method.
삭제delete 제1항에 있어서, 상기 (c) 단계는
상기 사용자 단말에 있는 클라우드 파일 관리맵에 있는 가상 파일이 접근되면 상기 가상 파일에 해당하는 클라우드 파일을 검출하여 요청형 실제 파일로서 제공하는 단계를 포함하는 것을 특징으로 하는 가상 파일 기반의 클라우드 서비스 방법.
2. The method of claim 1, wherein step (c)
If the virtual file in the cloud file management map in the user terminal is accessed, detecting a cloud file corresponding to the virtual file and providing the detected cloud file as a request-type real file.
삭제delete 삭제delete 제1항에 있어서, 상기 (a) 단계는
상기 동기화가 수행될 때 상기 사용자 단말에 있는 실제 파일에 관해 가장 최근의 접근 시간을 산출하고 상기 산출된 접근 시간을 기초로 상기 실제 파일이 가상 파일로 교체될 때의 교체순서를 결정하는 단계를 포함하는 것을 특징으로 하는 가상 파일 기반의 클라우드 서비스 방법.
The method of claim 1, wherein step (a)
Calculating a most recent access time for an actual file at the user terminal when the synchronization is performed and determining a replacement order when the physical file is replaced with a virtual file based on the calculated access time A virtual file-based cloud service method.
제6항에 있어서, 상기 (a) 단계는
상기 사용자 단말에 의해 아웃 오브 바운드의 교체순서로 설정된 파일을 상기 교체순서를 결정하는 과정에서 제외시키는 단계를 더 포함하는 특징으로 하는 가상 파일 기반의 클라우드 서비스 방법.
7. The method of claim 6, wherein step (a)
Further comprising the step of excluding the file set in the out-of-bound replacement order by the user terminal in the process of determining the replacement order.
제1항에 있어서, 상기 (b) 단계는
상기 사용자 단말에 의해 가장 자주 사용되는 파일 종류를 기초로 상기 캐싱 정책을 결정하는 단계를 포함하는 것을 특징으로 하는 가상 파일 기반의 클라우드 서비스 방법.
2. The method of claim 1, wherein step (b)
And determining the caching policy based on a file type most frequently used by the user terminal.
제1항에 있어서, 상기 (b) 단계는
상기 사용자 단말에 의해 가장 최근에 생성된 폴더를 기초로 상기 캐싱 정책을 결정하는 단계를 포함하는 것을 특징으로 하는 가상 파일 기반의 클라우드 서비스 방법.
2. The method of claim 1, wherein step (b)
And determining the caching policy based on a folder most recently generated by the user terminal.
현재 저장되어 있는 파일을 관리하는데 사용되는 클라우드 파일 관리맵을 사용자 단말과 동기화를 수행하면서 상기 사용자 단말의 성능, 네트워크의 전송속도 및 사용자의 파일 접근빈도를 모두 고려하여 상기 사용자 단말의 한도용량을 재설정하는 동기화부;
상기 사용자 단말의 한도용량을 반영한 캐싱 정책에 따라 상기 클라우드 파일 관리맵을 통해 접근되는 클라우드 파일을 상기 사용자 단말에 캐시형 실제 파일로서 미리 제공하는 실제 파일 제공부; 및
상기 사용자 단말에 있는 클라우드 파일 관리맵에 의해 관리되는 가상 파일의 접근을 검출하거나 또는 실제 파일의 내용 변경에 의해 상기 클라우드 파일 관리맵의 갱신을 검출하여 해당 파일 연산을 수행하는 파일 연산 수행부를 포함하되,
상기 파일 연산 수행부는
상기 클라우드 파일 관리맵의 갱신 과정에서 상기 실제 파일의 내용 변경을 반영한 결과 현재 저장된 모든 일반 실제 파일들의 합계 크기가 상기 사용자 단말의 한도용량을 초과하면 상기 실제 파일과 특정 가상 파일을 교체하고 남은 실제 파일들과 상기 특정 가상 파일을 대상으로 교체순서를 재결정한 후 상기 실제 파일의 해당 가상 파일로의 교체와 상기 특정 가상 파일의 해당 실제 파일로의 교체를 수행하는 것을 특징으로 하는 가상 파일 기반의 클라우드 서비스 장치.
The limit capacity of the user terminal is reset in consideration of the performance of the user terminal, the transmission speed of the network, and the file access frequency of the user while synchronizing the cloud file management map used for managing the currently stored file with the user terminal ;
An actual file providing unit for providing a cloud file accessed through the cloud file management map in advance as a cache-type physical file to the user terminal according to a caching policy reflecting a limit capacity of the user terminal; And
And a file operation performing unit operable to detect access of the virtual file managed by the cloud file management map in the user terminal or to detect the update of the cloud file management map by changing the contents of the actual file, ,
The file operation performing unit
If the total size of all the general physical files stored as a result of the change in the contents of the physical file in the update process of the cloud file management map exceeds the limit capacity of the user terminal, And replacing the virtual file with the corresponding virtual file and replacing the specific virtual file with the corresponding virtual file is performed after re-determining the replacement order with respect to the specific virtual file Device.
KR1020160177853A 2016-12-23 2016-12-23 Vitual file based cloud service method and apparatus KR101977777B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160177853A KR101977777B1 (en) 2016-12-23 2016-12-23 Vitual file based cloud service method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160177853A KR101977777B1 (en) 2016-12-23 2016-12-23 Vitual file based cloud service method and apparatus

Publications (2)

Publication Number Publication Date
KR20180074114A KR20180074114A (en) 2018-07-03
KR101977777B1 true KR101977777B1 (en) 2019-05-13

Family

ID=62918298

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160177853A KR101977777B1 (en) 2016-12-23 2016-12-23 Vitual file based cloud service method and apparatus

Country Status (1)

Country Link
KR (1) KR101977777B1 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5020566B2 (en) * 2005-09-01 2012-09-05 キヤノン株式会社 Information processing apparatus and file operation restriction method
KR100932642B1 (en) 2007-01-09 2009-12-21 포항공과대학교 산학협력단 Distributed File Service Method and System for Integrated Data Management in Ubiquitous Environment
KR101587631B1 (en) * 2011-09-06 2016-01-25 한국전자통신연구원 Local apparatus based on cloud and method for reading and storing file
KR101645409B1 (en) * 2012-12-12 2016-08-16 한국전자통신연구원 Caching method to reduce of network traffic
KR102180472B1 (en) * 2013-09-06 2020-11-18 삼성전자주식회사 Method and Apparatus of Managing Cache Data
KR101694988B1 (en) 2014-02-26 2017-01-11 한국전자통신연구원 Method and Apparatus for reading data in a distributed file system

Also Published As

Publication number Publication date
KR20180074114A (en) 2018-07-03

Similar Documents

Publication Publication Date Title
US11734125B2 (en) Tiered cloud storage for different availability and performance requirements
US9952753B2 (en) Predictive caching and fetch priority
US9396290B2 (en) Hybrid data management system and method for managing large, varying datasets
US9811329B2 (en) Cloud based file system surpassing device storage limits
KR101587631B1 (en) Local apparatus based on cloud and method for reading and storing file
CN105474200B (en) Hydration and dehydration with placeholder
KR101422563B1 (en) Method and system for efficient download of data package
US20120173486A1 (en) System and method for dynamically selecting storage locations of replicas in cloud storage system
EP3495981B1 (en) Directory deletion method and device, and storage server
US20130227085A1 (en) Terminal and method for using cloud services
CN102938784A (en) Method and system used for data storage and used in distributed storage system
JP5736956B2 (en) File management apparatus and control program therefor
CN103167026A (en) Processing method, system and device for cloud storage environmental data
US8732355B1 (en) Dynamic data prefetching
CN106817388B (en) Method and device for acquiring data by virtual machine and host machine and system for accessing data
KR20150039524A (en) Cloud system, method for controlling thereof, management server and method for controlling thereof
CN103036948A (en) Network file processing method and execution node and software as a service (SaaS) platform
CN105453518B (en) Synchronization of metering networks
KR101977777B1 (en) Vitual file based cloud service method and apparatus
US10698758B2 (en) Data transfer device, data transfer method, and non-transitory computer readable medium
KR20120073799A (en) Data synchronizing and servicing apparatus and method based on cloud storage
KR20150008541A (en) Method and server for controlling data transmition
CN110058790B (en) Method, apparatus and computer program product for storing data
US20090327340A1 (en) System and Method for Managing Data Using a Hierarchical Metadata Management System
CN103617166A (en) Mirror image method for metadata

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant