KR101928156B1 - Cloud computing system and event processing method thereof - Google Patents

Cloud computing system and event processing method thereof Download PDF

Info

Publication number
KR101928156B1
KR101928156B1 KR1020160181956A KR20160181956A KR101928156B1 KR 101928156 B1 KR101928156 B1 KR 101928156B1 KR 1020160181956 A KR1020160181956 A KR 1020160181956A KR 20160181956 A KR20160181956 A KR 20160181956A KR 101928156 B1 KR101928156 B1 KR 101928156B1
Authority
KR
South Korea
Prior art keywords
message
event
processing
event processing
sequence
Prior art date
Application number
KR1020160181956A
Other languages
Korean (ko)
Other versions
KR20180077522A (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 KR1020160181956A priority Critical patent/KR101928156B1/en
Publication of KR20180077522A publication Critical patent/KR20180077522A/en
Application granted granted Critical
Publication of KR101928156B1 publication Critical patent/KR101928156B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0709Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a distributed system consisting of a plurality of standalone computer nodes, e.g. clusters, client-server systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Quality & Reliability (AREA)
  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

본 발명은 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법에 관한 것으로, 보다 구체적으로는 다수의 클라이언트와 네트워크를 통해 연결된 클라우드 서버를 포함하는 클라우드 컴퓨팅 시스템에 있어서, 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하여 암호화하고, 암호화된 상기 이벤트 처리용 메시지를 네트워크를 통해 상기 클라우드 서버로 전송하는 클라이언트; 및 다수의 상기 클라이언트로부터 네트워크를 통해 이벤트 처리용 메시지를 각각 수신한 후 복호화하여, 복호화된 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트를 처리하는 클라우드 서버; 를 포함하며, 상기 클라우드 서버는 다수의 상기 복호화된 이벤트 처리용 메시지의 헤더(header) 부분으로부터 이벤트 시퀀스에 따른 메시지 처리 순서를 확인하고, 확인한 메시지 처리 순서에 따라 상기 메시지의 서명 검증(verify signature) 부분으로부터 상기 메시지 내 오류 발생 여부를 판단하고, 오류 발생이 없다고 판단한 경우에, 메시지 처리 순서에 따라 해당하는 메시지에 대한 페이로드(payload) 부분을 확인하여 이벤트 처리를 연속적으로 수행하는 것을 특징으로 한다.
이와 같이 본 발명에 의한 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법은 클라우드 서버가 이벤트 처리를 위해 수신한 메시지의 헤더 부분에 포함된 이벤트 처리 순서에 따라 수신한 다수의 메시지를 비동기적으로 처리함으로써, 다수의 이벤트에 해당하는 명령어를 효율적으로 처리할 수 있다.
The present invention relates to a cloud computing system and an event processing method thereof, and more particularly, to a cloud computing system including a cloud server connected with a plurality of clients via a network, A client for encrypting and transmitting the encrypted event handling message to the cloud server via a network; A cloud server receiving and decoding a message for event processing from a plurality of clients through a network and processing an event according to an event sequence included in the decrypted event processing message; Wherein the cloud server verifies a message processing order according to an event sequence from a header portion of a plurality of the decrypted event processing messages and verifies a signature of the message according to the confirmed message processing order, And determines whether or not an error has occurred in the message. If it is determined that there is no error, the mobile terminal continuously checks the payload portion of the corresponding message according to the message processing order to continuously perform the event processing .
As described above, the cloud computing system and its event processing method according to the present invention asynchronously processes a plurality of received messages according to an event processing order included in a header part of a message received for event processing by the cloud server, It is possible to efficiently process an instruction corresponding to an event.

Description

클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법{Cloud computing system and event processing method thereof}[0001] The present invention relates to a cloud computing system and an event processing method,

본 발명은 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법에 관한 것으로, 더욱 상세하게는 클라우드 컴퓨팅 시스템 내에서 순차적으로 발생하는 다수의 이벤트를 클라우드 서버가 효율적으로 처리하는 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법에 관한 것이다. The present invention relates to a cloud computing system and an event processing method thereof, and more particularly, to a cloud computing system and its event processing method in which a cloud server efficiently processes a plurality of events sequentially occurring in a cloud computing system .

최근 들어, 대용량의 데이터를 저장하거나 및 신속하게 처리하기 위해 클라우드 컴퓨팅 시스템이 널리 사용되고 있다. 클라우드 컴퓨팅(Cloud Computing) 시스템이란, 인터넷 상의 서버를 통해 데이터 저장, 네트워크, 콘텐츠 사용 등에 IT 관련 서비스를 한 번에 사용할 수 있는 컴퓨팅 시스템을 말한다. 즉, 각종 정보가 인터넷 상의 서버에 영구적으로 저장되고, 데스크톱, 태블릿 PC, 노트북, 넷북, 스마트폰 등의 각종 IT 기기 등으로 이루어진 클라이언트에는 일시적으로 보관되는 컴퓨터 환경으로서, 사용자의 모든 정보를 인터넷 상의 서버에 저장하고, 이러한 정보를 각종 IT 기기를 통하여 시간과 장소에 구애받지 않고 언제 어디서든 이용할 수 있다. Recently, cloud computing systems are widely used to store and process large amounts of data. A cloud computing system is a computing system that can use IT related services such as data storage, network, and content usage through a server on the Internet at once. That is, various information is permanently stored in a server on the Internet, and is temporarily stored in a client such as a desktop, a tablet PC, a notebook, a netbook, a smart phone, and other various IT devices. Server, and this information can be used anytime and anywhere regardless of time and place through various IT devices.

그러므로, 이러한 클라우드 컴퓨팅 시스템은 구름(cloud)과 같이 무형의 형태로 존재하는 하드웨어, 소프트웨어 등의 컴퓨팅 자원을 자신이 필요한 만큼 빌려 쓰고 이에 대한 사용요금을 지급하는 방식의 컴퓨팅 서비스이며, 서로 다른 물리적인 위치에 존재하는 컴퓨팅 자원을 가상화 기술로 통합해 제공하는 기술을 말한다. Therefore, such a cloud computing system is a computing service in which computing resources such as hardware and software existing in an intangible form such as a cloud are borrowed as much as they need and a usage fee is paid for them, Refers to a technology that integrates computing resources existing in a location with virtualization technology.

따라서, 이러한 클라우드 컴퓨팅 시스템을 이용하면, 기업 또는 개인은 별도의 컴퓨터 시스템을 유지, 보수 관리하기 위해 정기적으로 사용되는 비용과, 서버의 구매 및 설치 비용, 업데이트 비용, 소프트웨어 구매 비용 등의 많은 비용과 시간 및 소모되는 인력을 줄이고, 에너지 절감에도 기여하는 장점을 갖는다. Therefore, with such a cloud computing system, a company or an individual can pay a large amount of costs, such as the cost of purchasing and installing the server, the update cost, and the software purchase cost, which are regularly used to maintain and maintain a separate computer system It has the advantage of reducing time and manpower consumed and contributing to energy saving.

특히, PC에 데이터를 보관할 경우, 하드디스크 장애 등으로 인해 데이터가 손실될 수도 있지만 상술한 클라우드 컴퓨팅 환경에서는 외부 서버에 데이터가 저장되기 때문에 안전하게 데이터를 저장할 수 있고, 저장 공간의 제약도 극복할 수 있으며, 언제 어디서든 자신이 작업한 문서 등을 열람 또는 수정할 수 있다. In particular, when data is stored in a PC, data may be lost due to a hard disk failure, etc. However, since the data is stored in an external server in the above-described cloud computing environment, data can be safely stored and the storage space can be overcome You can view or modify your own documents anytime, anywhere.

이러한 특징을 갖는 클라우드 컴퓨팅 시스템은 클라우드 서버가 네트워크를 통해 다수의 클라이언트와 연결되는데, 이때 다수의 클라이언트가 처리를 요청하는 명령어를 메시지 형태로 동시에 네트워크를 통해 상기 클라우드 서버로 전송할 수 있다. 이러한 경우, 상기 클라우드 서버가 수신한 다수의 명령어를 비동기적으로 처리한다. 하지만, 이러한 명령어 처리 과정에서, 상기 클라우드 서버가 다수의 이벤트를 순차적으로 처리해야 할 때, 그 처리 과정이 복잡하고, 처리하고자 하는 명령어가 포함된 메시지 일부에 오류가 발생할 경우에는 해당 메시지의 전체에 오류가 전파될 수 있어, 정확한 명령어의 처리가 어렵다는 문제점이 발생했다. In a cloud computing system having such characteristics, a cloud server is connected to a plurality of clients through a network, and at the same time, a plurality of clients can transmit a command requesting processing to the cloud server through a network simultaneously in a message format. In this case, the cloud server processes a plurality of commands received by the cloud server asynchronously. However, when the cloud server has to process a plurality of events sequentially in the processing of the command, the processing is complicated, and when an error occurs in a part of a message including a command to be processed, The error can be propagated, which makes it difficult to process the correct command.

한국 등록특허공보 10-1405495호(2014.06.09.)Korean Patent Registration No. 10-1405495 (Jun. 한국 공개특허공보 10-2014-0022254호(2014.02.24.)Korean Unexamined Patent Application Publication No. 10-2014-0022254 (Feb.

따라서, 본 발명은 이러한 문제점을 해결하기 위한 것으로, 본 발명의 해결하고자 하는 과제는 이벤트 처리를 위해 전송되는 메시지에 이벤트 처리 순서 및 오류 검출 여부를 포함시킴으로써, 클라우드 서버가 수신한 메시지에 포함된 이벤트 처리 순서에 따라 다수의 이벤트를 연속하여 처리하는 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법을 제공하는 것이다. SUMMARY OF THE INVENTION Accordingly, the present invention has been made to solve the above problems, and it is an object of the present invention to provide an event processing method, an event processing method, And to provide a cloud computing system and an event processing method thereof that process a large number of events consecutively in accordance with processing order.

본 발명의 일 실시 예에 의한 다수의 클라이언트와 네트워크를 통해 연결된 클라우드 서버를 포함하는 클라우드 컴퓨팅 시스템은 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하여 암호화하고, 암호화된 상기 이벤트 처리용 메시지를 네트워크를 통해 상기 클라우드 서버로 전송하는 클라이언트; 및 다수의 상기 클라이언트로부터 네트워크를 통해 이벤트 처리용 메시지를 각각 수신한 후 복호화하여, 복호화된 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트를 처리하는 클라우드 서버; 를 포함하며, 상기 클라우드 서버는 다수의 상기 복호화된 이벤트 처리용 메시지의 헤더(header) 부분으로부터 이벤트 시퀀스에 따른 메시지 처리 순서를 확인하고, 확인한 메시지 처리 순서에 따라 상기 메시지의 서명 검증(verify signature) 부분으로부터 상기 메시지 내 오류 발생 여부를 판단하고, 오류 발생이 없다고 판단한 경우에, 메시지 처리 순서에 따라 해당하는 메시지에 대한 페이로드(payload) 부분을 확인한 후, 이벤트 처리를 연속적으로 수행하는 것을 특징으로 한다. A cloud computing system including a plurality of clients and a cloud server connected via a network according to an embodiment of the present invention generates and encrypts a message for event processing including an event sequence, To the cloud server; A cloud server receiving and decoding a message for event processing from a plurality of clients through a network and processing an event according to an event sequence included in the decrypted event processing message; Wherein the cloud server verifies a message processing order according to an event sequence from a header portion of a plurality of the decrypted event processing messages and verifies a signature of the message according to the confirmed message processing order, And determines whether there is an error in the message from the part of the message. If it is determined that there is no error, the mobile terminal continuously checks the payload portion of the corresponding message according to the message processing order, do.

상기 클라이언트는 상기 이벤트 처리용 메시지의 헤더 부분에 미리 설정된 이벤트 처리 순서를 저장하고, 상기 이벤트 처리용 메시지의 페이로드 부분에 처리하고자 하는 이벤트 내용을 저장하며, 상기 이벤트 처리용 메시지의 서명 검증 부분에 전송하고자 하는 메시지의 오류 발생 여부를 표시하여 이벤트 처리용 메시지를 생성할 수 있다. The client stores a predetermined event processing sequence in a header part of the event processing message, stores the event content to be processed in the payload part of the event processing message, It is possible to generate a message for event processing by displaying whether or not an error has occurred in the message to be transmitted.

본 발명의 다른 실시 예에 의한 다수의 클라이언트와 네트워크를 통해 연결된 클라우드 서버를 포함하는 클라우드 컴퓨팅 시스템의 이벤트 처리 방법은 상기 클라이언트가 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하는 단계; 상기 클라이언트가 생성된 이벤트 처리용 메시지를 암호화하는 단계; 상기 클라이언트가 암호화된 상기 이벤트 처리용 메시지를 네트워크를 통해 상기 클라우드 서버로 전송하는 단계; 상기 클라우드 서버가 다수의 상기 클라이언트로부터 이벤트 처리용 메시지를 각각 수신하여 복호화하는 단계; 및 상기 클라우드 서버가 복호화된 다수의 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트를 처리하는 단계;를 포함하며, 상기 클라우드 서버가 복호화된 다수의 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트를 처리하는 단계는 다수의 상기 복호화된 이벤트 처리용 메시지의 헤더(header) 부분으로부터 이벤트 시퀀스에 따른 메시지 처리 순서를 확인하는 단계; 확인한 메시지 처리 순서에 따라 상기 메시지의 서명 검증(verify signature) 부분으로부터 상기 메시지 내 오류 발생 여부를 판단하는 단계; 오류 발생이 없다고 판단한 경우에, 메시지 처리 순서에 따라 해당하는 메시지에 대한 페이로드(payload) 부분을 확인하여 이벤트 처리를 연속적으로 수행하는 단계;를 포함하는 것을 특징으로 한다. The event processing method of a cloud computing system including a plurality of clients and a cloud server connected via a network according to another embodiment of the present invention includes: generating a message for event processing including the event sequence; Encrypting a message for event processing generated by the client; Transmitting the event handling message encrypted by the client to the cloud server through a network; The cloud server receiving and decoding a message for event processing from a plurality of clients; And processing an event according to an event sequence included in a plurality of the event handling messages decrypted by the cloud server, wherein the event server processes the event sequence included in a plurality of the event handling messages decrypted by the cloud server Wherein the step of processing an event comprises the steps of: confirming a message processing order according to an event sequence from a header part of a plurality of decrypted event processing messages; Determining whether an error has occurred in the message from a verify signature portion of the message according to a confirmed message processing sequence; And checking the payload portion of the corresponding message according to the message processing order and continuously performing the event processing when it is determined that there is no error occurrence.

상기 클라이언트가 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하는 단계는 상기 이벤트 처리용 메시지의 헤더(header) 부분에 미리 설정된 이벤트 처리 순서를 저장하고, 상기 이벤트 처리용 메시지의 페이로드(payload) 부분에 처리하고자 하는 이벤트 내용을 저장하며, 상기 이벤트 처리용 메시지의 특징 확인(verify signature) 부분에 전송하고자 하는 메시지의 오류 발생 여부를 표시하여 이벤트 처리용 메시지를 생성하는 것을 특징으로 한다. The step of the client generating a message for event processing including an event sequence may include storing a predetermined event processing sequence in a header portion of the event processing message, And generates a message for event processing by displaying whether a message to be transmitted has occurred in a verify signature portion of the event processing message.

상기 클라이언트가 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하는 단계는 상기 메시지의 헤더 부분에 미리 설정된 이벤트 처리 순서를 숫자 형태로 표시하여 저장할 수 있다. The step of the client generating the event processing message including the event sequence may display the preset event processing order in the header part of the message in numerical form and store the event processing order.

이와 같이 본 발명에 의한 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법은 클라우드 서버가 이벤트 처리를 위해 수신한 메시지의 헤더 부분에 포함된 이벤트 처리 순서에 따라 수신한 다수의 메시지를 비동기적으로 처리함으로써, 다수의 이벤트에 해당하는 명령어를 효율적으로 처리할 수 있다. As described above, the cloud computing system and its event processing method according to the present invention asynchronously processes a plurality of received messages according to an event processing order included in a header part of a message received for event processing by the cloud server, It is possible to efficiently process an instruction corresponding to an event.

또한 본 발명에 의한 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법은 클라우드 서버가 수신한 메시지에 대한 처리를 수행하기 전, 수신한 메시지의 서명 검증 부분을 먼저 확인하여 오류 발생 여부를 판단하고, 오류가 없다고 판단한 후에 수신한 메시지를 처리함에 따라 수신한 메시지의 일부에 포함된 오류가 메시지 전체로 전파되는 것을 사전에 방지할 수 있다. Also, in the cloud computing system and the event processing method according to the present invention, before performing processing on a message received by the cloud server, the signature verification part of the received message is checked first to determine whether or not an error has occurred, It is possible to prevent an error included in a part of the received message from being propagated to the entire message by processing the received message later.

도 1은 본 발명의 일 실시 예에 따른 클라우드 컴퓨팅 시스템의 블록도이다.
도 2는 본 발명의 다른 실시 예에 따른 클라우드 컴퓨팅 시스템의 이벤트 처리 방법에 대한 순서도이다.
도 3은 클라이언트가 이벤트 처리용 메시지의 생성 후 전송 과정을 나타낸 개략도이다.
도 4는 클라우드 서버의 이벤트 처리 과정에 대한 세부 순서도이다.
도 5는 클라우드 서버가 이벤트 처리용 메시지의 수신 과정을 나타낸 개략도이다.
도 6은 이벤트 처리용 메시지의 실제 구조를 나타낸 도면이다.
1 is a block diagram of a cloud computing system in accordance with an embodiment of the present invention.
2 is a flowchart illustrating a method of processing an event of a cloud computing system according to another embodiment of the present invention.
FIG. 3 is a schematic diagram showing a transmission process after a client generates a message for event processing. FIG.
4 is a detailed flowchart of an event processing process of the cloud server.
5 is a schematic diagram illustrating a process of receiving a message for event processing by the cloud server.
6 is a diagram showing an actual structure of a message for event processing.

이하 첨부된 도면을 참조하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 본 발명을 용이하게 실시할 수 있는 바람직한 실시 예를 상세히 설명한다. 그러나 이들 실시 예는 본 발명을 보다 구체적으로 설명하기 위한 것으로, 본 발명의 범위가 이에 의하여 제한되지 않는다는 것은 당업계의 통상의 지식을 가진 자에게 자명할 것이다. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. It will be apparent to those skilled in the art, however, that these examples are provided to further illustrate the present invention, and the scope of the present invention is not limited thereto.

본 발명이 해결하고자 하는 과제의 해결 방안을 명확하게 하기 위한 발명의 구성을 본 발명의 바람직한 실시 예에 근거하여 첨부 도면을 참조하여 상세히 설명하되, 도면의 구성요소들에 참조번호를 부여함에 있어서 동일 구성요소에 대해서는 비록 다른 도면상에 있더라도 동일 참조번호를 부여하였으며 당해 도면에 대한 설명 시 필요한 경우 다른 도면의 구성요소를 인용할 수 있음을 미리 밝혀둔다. 그러나 이는 본 발명을 특정한 개시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. BRIEF DESCRIPTION OF THE DRAWINGS The above and other objects, features and advantages of the present invention will become more apparent from the following detailed description of the present invention when taken in conjunction with the accompanying drawings, in which: It is to be noted that components are denoted by the same reference numerals even though they are shown in different drawings, and components of different drawings can be cited when necessary in describing the drawings. It is to be understood, however, that the invention is not intended to be limited to the particular forms disclosed, but on the contrary, is intended to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.

아울러 본 발명의 바람직한 실시 예에 대한 동작 원리를 상세하게 설명함에 있어 본 발명과 관련된 공지 기능 혹은 구성에 대한 구체적인 설명 그리고 그 이외의 제반 사항이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우, 그 상세한 설명을 생략한다. In the following detailed description of the principles of operation of the preferred embodiments of the present invention, it is to be understood that the present invention is not limited to the details of the known functions and configurations, and other matters may be unnecessarily obscured, A detailed description thereof will be omitted.

덧붙여, 명세서 전체에서, 어떤 부분이 다른 부분과 '연결'되어 있다고 할 때, 이는 '직접적으로 연결'되어 있는 경우뿐만 아니라, 그 중간에 다른 소자를 사이에 두고 '간접적으로 연결'되어 있는 경우도 포함한다. 또한, 어떤 구성 요소를 '포함'한다는 것은, 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라, 다른 구성요소를 더 포함할 수 있는 것을 의미한다. In addition, in the entire specification, when a part is referred to as being 'connected' to another part, it may be referred to as 'indirectly connected' not only with 'directly connected' . Also, to include an element does not exclude other elements unless specifically stated otherwise, but may also include other elements.

또한, 제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로 사용될 수 있다. 예를 들어, 본 발명의 권리 범위로부터 이탈되지 않은 채 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다. Also, the terms first, second, etc. may be used to describe various components, but the components should not be limited by the terms. The terms may be used for the purpose of distinguishing one component from another. For example, without departing from the scope of the present invention, 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.

본 발명에서 사용한 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 실시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다. The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. The singular expressions include plural expressions unless the context clearly dictates otherwise. In the present application, the terms "comprises", "having", and the like are intended to specify the presence of stated features, integers, steps, operations, elements, components, or combinations thereof, , Steps, operations, components, parts, or combinations thereof, as a matter of principle.

특별히 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미이다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미인 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다. Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Terms such as those defined in commonly used dictionaries should be construed as meaning consistent with meaning in the context of the relevant art and are not to be construed as ideal or overly formal in meaning unless expressly defined in the present application .

본 발명은 다수의 클라이언트(120) 및 이와 네트워크(10)를 통해 연결되는 클라우드 서버(140)로 이루어지는 클라우드 컴퓨팅 시스템에서 다수의 이벤트를 순차적이고 효율적으로 처리할 수 있는 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법에 관한 것이다. The present invention relates to a cloud computing system capable of sequentially and efficiently processing a plurality of events in a cloud computing system including a plurality of clients (120) and a cloud server (140) connected thereto via a network (10) .

도 1은 본 발명의 일 실시 예에 따른 클라우드 컴퓨팅 시스템의 블록도이다.1 is a block diagram of a cloud computing system in accordance with an embodiment of the present invention.

도 1에 도시된 바와 같이, 본 발명의 클라우드 컴퓨팅 시스템(100)은 다수의 클라이언트(120) 및 클라우드 서버(140)를 포함한다. As shown in FIG. 1, the cloud computing system 100 of the present invention includes a plurality of clients 120 and a cloud server 140.

클라이언트(120)는 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하여 암호화하고, 암호화된 상기 이벤트 처리용 메시지를 네트워크(10)를 통해 상기 클라우드 서버(140)로 전송한다. 이때, 전송되는 상기 이벤트 처리용 메시지는 XML(eXtensible Markup Language), JSON(JavaScript Object Notation) 형태로 구조화된 것을 특징으로 한다. 이러한 클라이언트(120)는 상기 이벤트 처리용 메시지를 생성할 때, 상기 메시지의 헤더(header) 부분에 미리 설정된 이벤트 처리 순서를 숫자 형태로 표시하여 저장하고, 상기 이벤트 처리용 메시지의 페이로드(payload) 부분에 처리하고자 하는 이벤트에 대한 명령어를 저장하며, 상기 이벤트 처리용 메시지의 서명 검증(verify signature) 부분에 전송하고자 하는 메시지의 일부에 오류가 발생했는지 여부를 확인하도록 표시할 수 있다. The client 120 generates and encrypts an event handling message including an event sequence, and transmits the encrypted event handling message to the cloud server 140 via the network 10. In this case, the transmitted event processing message is structured in XML (extensible Markup Language) or JSON (JavaScript Object Notation) format. When generating the event processing message, the client 120 displays a predetermined event processing sequence in the header portion of the message in a numeric form and stores the payload of the event processing message in the form of a number, A command for an event to be processed is stored in a portion of the message to be processed, and a message to verify whether an error occurs in a part of a message to be transmitted may be displayed in a verify signature portion of the event processing message.

클라우드 서버(140)는 다수의 상기 클라이언트(120)로부터 이벤트 처리용 메시지를 네트워크(10)를 통해 수신하여 복호화하고, 복호화된 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트 처리용 메시지에 포함된 명령어를 처리한다. 이러한 클라우드 서버(140)는 다수의 복호화된 이벤트 처리용 메시지의 헤더(header) 부분을 확인하여 이벤트 시퀀스에 따른 메시지 처리 순서를 확인하고, 이어서 확인한 메시지 처리 순서에 따라 해당하는 메시지의 서명 검증(verify signature) 부분을 확인하여 상기 메시지 내 오류 발생 여부를 확인하고, 만약 상기 메시지 내 오류 발생이 없다고 확인한 경우에, 확인된 메시지 처리 순서에 따라 해당하는 메시지에 대한 페이로드(payload) 부분을 확인한 후, 이벤트 처리를 연속적으로 수행한다. The cloud server 140 receives and decodes event handling messages from a plurality of the clients 120 via the network 10 and includes them in an event handling message according to an event sequence included in the decrypted event handling messages And processes the instruction. The cloud server 140 checks a header portion of a plurality of decrypted event processing messages to check a message processing order according to an event sequence, and then performs signature verification of a corresponding message according to the confirmed message processing order signature portion of the message to check whether an error has occurred in the message and if it is confirmed that there is no error in the message, a payload portion of the corresponding message is checked according to the confirmed message processing sequence, Event processing is continuously performed.

이하에서는 도 2를 참조하여 본 발명의 클라우딩 컴퓨팅 시스템의 이벤트 처리 방법에 대하여 자세히 살펴보도록 한다. Hereinafter, an event processing method of the cloud computing system of the present invention will be described in detail with reference to FIG.

도 2는 본 발명의 다른 실시 예에 따른 클라우드 컴퓨팅 시스템의 이벤트 처리 방법에 대한 순서도이다. 2 is a flowchart illustrating a method of processing an event of a cloud computing system according to another embodiment of the present invention.

도 2에 도시된 바와 같이, 본 발명의 클라우드 컴퓨팅 시스템의 이벤트 처리 방법은 다수의 클라이언트(120)와 클라우드 서버(140)가 네트워크(10)를 통해 서로 연결되는 구조를 갖는 클라우드 컴퓨팅 시스템(100)에서, 상기 클라이언트(120)가 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성한다(S210). 이때, 상기 이벤트 처리용 메시지를 생성하는 과정을 살펴보면, 이벤트 처리용 메시지의 구조가 크게 헤더(header), 페이로드(payload) 및 서명 검증(verify signature) 부분으로 나누어진다. 이때, 상기 헤더(header) 부분에 미리 설정된 이벤트 처리 순서를 저장하고, 상기 페이로드(payload) 부분에 처리하고자 하는 이벤트 내용을 저장하며, 상기 서명 검증(verify signature) 부분에 해당 메시지 내 오류 발생 여부를 표시할 수 있다. 2, the event processing method of the cloud computing system of the present invention includes a cloud computing system 100 having a structure in which a plurality of clients 120 and a cloud server 140 are connected to each other through a network 10, The client 120 generates an event handling message including an event sequence (S210). Here, the process of generating the event handling message is divided into a header, a payload, and a verify signature. At this time, a predetermined event processing procedure is stored in the header part, and the contents of the event to be processed are stored in the payload part. In the verify signature part, Can be displayed.

상기 클라이언트(120)가 생성된 이벤트 처리용 메시지를 HS256과 같은 암호화 알고리즘을 이용하여 암호화한다(S220). The client 120 encrypts the generated event handling message using an encryption algorithm such as HS256 (S220).

이후, 상기 클라이언트(120)가 암호화된 상기 이벤트 처리용 메시지를 네트워크(10)를 통해 상기 클라우드 서버(140)로 전송한다(S230). Thereafter, the client 120 transmits the encrypted event handling message to the cloud server 140 through the network 10 (S230).

도 3은 클라이언트가 이벤트 처리용 메시지의 생성 후 전송 과정을 나타낸 개략도이다.FIG. 3 is a schematic diagram showing a transmission process after a client generates a message for event processing. FIG.

도 3에 도시된 바와 같이, 본 발명의 클라우드 서버(120)가 암호화부(122), 포맷형성부(124) 및 이진화부(미도시)를 포함할 수 있다. As shown in FIG. 3, the cloud server 120 of the present invention may include an encryption unit 122, a format generation unit 124, and a binarization unit (not shown).

암호화부(122)가 XML(eXtensible Markup Language), JSON(JavaScript Object Notation) 형태로 구조화된 메시지를 HS256과 같은 암호화 알고리즘을 이용해 암호화하고, 포맷형성부(124)가 암호화된 메시지에 이벤트 시퀀스(event sequence), 구분자(delimiter) 및 검증자(verifier)를 포함한 후, 이진화부가 상기 메시지를 이진화한다. 이와 같이, 상기 암호화된 메시지에 이벤트 시퀀스를 포함할 때, 상기 포맷형성부(124)가 처리하고자 하는 이벤트에 대한 처리 순서를 숫자 형태로 메시지의 헤더 부분에 포함시키고, 이벤트의 내용은 메시지의 페이로드 부분에 포함시킬 수 있다. 특히, 이벤트 처리 순서를 숫자 형태로 메시지의 헤더에 포함시킨 후, 이어서 구분자를 상기 메시지의 헤더 이후에 포함시키고, 상기 구분자 이후부터 페이로드 부분을 형성할 수 있다. 더불어, 상기 포맷형성부(124)가 이벤트의 내용이 포함된 메시지의 페이로드 부분 이후 부분인 서명 검증 부분에 상기 검증자를 포함시켜 메시지를 형성시킬 수 있다. The encryption unit 122 encrypts a message structured in an XML (Extensible Markup Language) or JSON (JavaScript Object Notation) format using an encryption algorithm such as HS256, and the format formation unit 124 encrypts an event sequence sequence, a delimiter, and a verifier, and the binarization unit binarizes the message. In this way, when the event sequence is included in the encrypted message, the format forming unit 124 includes a processing sequence for an event to be processed in a numerical form in the header portion of the message, Can be included in the load section. In particular, the event processing sequence may be included in the header of the message in the form of a number, followed by including the delimiter after the header of the message, and forming the payload portion from the delimiter. In addition, the formatting unit 124 may include the verifier in a signature verification part, which is a part after the payload part of the message including the content of the event, to form a message.

이후, 이진화된 메시지(M)를 상기 클라이언트(120)가 네트워크(10)를 통해 클라우드 서버(140)로 전송한다. Then, the client 120 transmits the binarized message M to the cloud server 140 through the network 10. [

따라서, 상기 클라우드 서버(140)가 다수의 상기 클라이언트(120)로부터 각각 이벤트 처리용 메시지를 수신하여 복호화한다(S240). Accordingly, the cloud server 140 receives and decodes the event processing messages from the plurality of clients 120 (S240).

상기 클라우드 서버(140)가 복호화된 다수의 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트를 처리한다(S250). The cloud server 140 processes the event according to the event sequence included in the plurality of decrypted event handling messages (S250).

이하에서는 도 4를 참조하여, 클라우드 서버의 이벤트 처리 과정에 대하여 보다 자세히 살펴보도록 한다. Hereinafter, the event processing process of the cloud server will be described in more detail with reference to FIG.

도 4는 클라우드 서버의 이벤트 처리 과정에 대한 세부 순서도이다. 4 is a detailed flowchart of an event processing process of the cloud server.

도 4에 도시된 바와 같이, 클라우드 서버(140)가 복호화된 이벤트 처리용 메시지의 구조 중 먼저 헤더 부분을 확인하여, 수신한 이벤트 처리용 메시지에 포함된 이벤트 처리 순서를 확인한다(S251). As shown in FIG. 4, the cloud server 140 first identifies the header portion of the decrypted event processing message structure, and confirms the event processing sequence included in the received event processing message (S251).

예를 들어, 상기 클라우드 서버(140)가 다수의 클라이언트(120)로부터 총 5개의 이벤트 처리용 메시지를 수신했다고 가정하고, 수신한 이벤트 처리용 메시지를 복호화하여 수신한 메시지의 구조를 확인한다. 만약, 수신한 총 5 개의 메시지의 구조 내 헤더 부분에 표시된 내용이 000000, 000004, 000003, 000001, 000002 이라고 한다면, 헤더 부분에 표시된 숫자의 순서에 따라 즉, 0000000 부터 000004까지의 순서대로 메시지 처리 순서를 결정한다. For example, it is assumed that the cloud server 140 has received a total of five event processing messages from a plurality of clients 120, and decrypts the received event processing message to check the structure of the received message. If the contents indicated in the header part of the received five messages are 000000, 000004, 000003, 000001, 000002, the order of the numbers displayed in the header part, that is, the order of 0000000 to 000004, .

이어서, 상기 클라우드 서버(140)가 메시지 구조 중 서명 검증 부분을 확인(S252)하여, 수신한 이벤트 처리용 메시지의 일부에 오류가 발생했는지 여부를 확인한다(S253). 만약, 상기 메시지의 서명 검증 부분을 통해 해당 메시지의 일부에 오류가 발생했다는 것을 확인하면, 해당 메시지에 대한 처리는 더 이상 진행하지 않는다. Then, the cloud server 140 confirms the signature verification part of the message structure (S252), and checks whether an error has occurred in the received message for processing the event (S253). If it is confirmed through the signature verification part of the message that an error has occurred in a part of the message, the process for the message does not proceed any more.

하지만, 클라우드 서버(140)가 수신한 메시지에 오류가 발생하지 않았다고 판단한 경우에는 앞서, S251 단계에서 확인된 메시지 처리 순서에 따라 해당하는 메시지에 대한 페이로드(payload) 부분을 확인한 후, 이벤트 처리를 연속적으로 수행한다(S254).However, if it is determined that no error has occurred in the message received by the cloud server 140, the payload part of the corresponding message is checked according to the message processing procedure confirmed in step S251, (S254).

도 5는 클라우드 서버가 이벤트 처리용 메시지의 수신 과정을 나타낸 개략도이다. 5 is a schematic diagram illustrating a process of receiving a message for event processing by the cloud server.

도 5에 도시된 바와 같이, 클라우드 서버(140)가 이벤트 처리용 메시지(M)를 클라이언트(120)로부터 네트워크(10)를 통해 수신하면, 상기 클라우드 서버(140)의 분석부(142)가 수신한 메시지(M)를 구문 해석 알고리즘(syntax analyzer)을 이용해 수신한 메시지(M)에 포함된 이벤트 시퀀스, 구분자, 검증자를 검출한다. 이후, 상기 클라우드 서버(140)의 복호화부(144)가 상기 이벤트 시퀀스, 구분자, 검증자를 검출한 메시지(M)를 복호화 알고리즘을 통해 복호화하여 상기 클라이언트(120)가 처음 생성한 XML, JSON 형태를 갖는 구조화된 메시지를 확인한다. 5, when the cloud server 140 receives the message M for event processing from the client 120 via the network 10, the analysis unit 142 of the cloud server 140 receives And detects an event sequence, a delimiter, and a verifier included in the received message M using a syntax analyzer. The decryption unit 144 of the cloud server 140 decrypts the message M that has detected the event sequence, the delimiter and the verifier through the decryption algorithm so that the XML or JSON type initially generated by the client 120 is decrypted Identify the structured message you have.

이하에서는 도 6을 참조하여 이벤트 처리용 메시지 구조를 살펴보도록 한다. Hereinafter, a message structure for event processing will be described with reference to FIG.

도 6은 이벤트 처리용 메시지의 실제 구조를 나타낸 도면이다. 6 is a diagram showing an actual structure of a message for event processing.

도 6에 도시된 바와 같이, 클라이언트(120)가 클라우드 서버(140)로 전송하기 위해 생성한 메시지(M)는 헤더(HEADER), 페이로드(PAYLOAD) 및 서명 검증(VERIFY SIGNATURE) 부분으로 이루어진다. 특히, 이때 상기 헤더 부분에 "seq": "000001"를 표시하여 이를 통해 이벤트 처리 순서를 확인할 수 있고, "alg": "HS256", "typ": "JWT"를 표시하여 서명에 사용된 암호화 방식을 알 수 있다.6, a message M generated by the client 120 for transmission to the cloud server 140 includes a header HEADER, a payload, and a signature verification portion. In particular, at this time, "seq": "000001" is displayed in the header portion to confirm the event processing order, and "alg": "HS256" and "typ": "JWT" The method can be known.

또한, 메시지 구조 중 페이로드 부분에는 "scene": "11", "type": "gradual change", "timestamp": "000011"로 표시되어, 메시지 발생시점을 확인할 수 있다.  Also, the payload part of the message structure is indicated by "scene": "11", "type": "gradual change", "timestamp": "000011"

더불어, 메시지 구조 중 서명 검증 부분에서는 SHA256(header, payload, secret)으로 표시되어, SHA256인 표준 해시함수(Hash Function)를 이용하여 메시지의 오류 발생 또는 변조 여부를 검증할 수 있다. In addition, in the signature verification part of the message structure, it is indicated as SHA256 (header, payload, secret), and a standard hash function SHA256 can be used to verify whether the message is erroneous or tampered with.

이와 같이 본 발명에 의한 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법은 클라우드 서버가 이벤트 처리를 위해 수신한 메시지의 헤더 부분에 포함된 이벤트 처리 순서에 따라 수신한 다수의 메시지를 비동기적으로 처리함으로써, 다수의 이벤트에 해당하는 명령어를 효율적으로 처리할 수 있다.As described above, the cloud computing system and its event processing method according to the present invention asynchronously processes a plurality of received messages according to an event processing order included in a header part of a message received for event processing by the cloud server, It is possible to efficiently process an instruction corresponding to an event.

또한 본 발명에 의한 클라우드 컴퓨팅 시스템 및 이의 이벤트 처리 방법은 클라우드 서버가 수신한 메시지에 대한 처리를 수행하기 전, 수신한 메시지의 서명 검증 부분을 먼저 확인하여 오류 발생 여부를 판단하고, 오류가 없다고 판단한 후에 수신한 메시지를 처리함에 따라 수신한 메시지의 일부에 포함된 오류가 메시지 전체로 전파되는 것을 사전에 방지할 수 있다.Also, in the cloud computing system and the event processing method according to the present invention, before performing processing on a message received by the cloud server, the signature verification part of the received message is checked first to determine whether or not an error has occurred, It is possible to prevent an error included in a part of the received message from being propagated to the entire message by processing the received message later.

상기한 본 발명의 바람직한 실시 예는 예시의 목적을 위해 개시된 것이고, 본 발명에 대해 통상의 지식을 가진 당업자라면 본 발명의 사상과 범위 안에서 다양한 수정, 변경, 부가가 가능할 것이며, 이러한 수정, 변경 및 부가는 하기의 특허청구범위에 속하는 것으로 보아야 할 것이다. It will be apparent to those skilled in the relevant art that various modifications, additions and substitutions are possible, without departing from the spirit and scope of the invention as defined by the appended claims. The appended claims are to be considered as falling within the scope of the following claims.

120: 클라이언트 140: 클라우드 서버120: client 140: cloud server

Claims (5)

다수의 클라이언트와 네트워크를 통해 연결된 클라우드 서버를 포함하는 클라우드 컴퓨팅 시스템에 있어서,
이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하여 암호화하고, 암호화된 상기 이벤트 처리용 메시지를 네트워크를 통해 상기 클라우드 서버로 전송하는 클라이언트; 및
다수의 상기 클라이언트로부터 네트워크를 통해 이벤트 처리용 메시지를 각각 수신한 후 복호화하여, 복호화된 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트를 처리하는 클라우드 서버;
를 포함하며,
상기 클라우드 서버는
다수의 상기 복호화된 이벤트 처리용 메시지의 헤더(header) 부분으로부터 이벤트 시퀀스에 따른 메시지 처리 순서를 확인하고, 확인한 메시지 처리 순서에 따라 상기 메시지의 서명 검증(verify signature) 부분으로부터 상기 메시지 내 오류 발생 여부를 판단하고, 오류 발생이 없다고 판단한 경우에, 메시지 처리 순서에 따라 해당하는 메시지에 대한 페이로드(payload) 부분을 확인하여 이벤트 처리를 연속적으로 수행하는 것을 특징으로 하는 클라우드 컴퓨팅 시스템.
1. A cloud computing system including a plurality of clients and a cloud server connected via a network,
A client for generating and encrypting a message for event processing including an event sequence, and transmitting the encrypted event processing message to the cloud server through a network; And
A cloud server for receiving and decoding a message for event processing from a plurality of clients via a network and processing an event according to an event sequence included in the decrypted event processing message;
/ RTI >
The cloud server
A message processing procedure according to an event sequence is checked from a header part of a plurality of decrypted event handling messages and an error in the message is detected from a verify signature part of the message according to a confirmed message processing sequence And if it is determined that there is no error, checks the payload portion of the corresponding message according to the message processing sequence, and continuously performs the event processing.
제1항에 있어서,
상기 클라이언트는
상기 이벤트 처리용 메시지의 헤더 부분에 미리 설정된 이벤트 처리 순서를 저장하고, 상기 이벤트 처리용 메시지의 페이로드 부분에 처리하고자 하는 이벤트 내용을 저장하며, 상기 이벤트 처리용 메시지의 서명 검증 부분에 해당 메시지 내 오류 발생 여부를 표시하여 이벤트 처리용 메시지를 생성하는 것을 특징으로 하는 클라우드 컴퓨팅 시스템.
The method according to claim 1,
The client
Storing a predetermined event processing sequence in a header portion of the event processing message, storing the event content to be processed in the payload portion of the event processing message, And generates a message for event processing by displaying whether or not an error has occurred.
다수의 클라이언트와 네트워크를 통해 연결된 클라우드 서버를 포함하는 클라우드 컴퓨팅 시스템의 이벤트 처리 방법에 있어서,
상기 클라이언트가 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하는 단계;
상기 클라이언트가 생성된 이벤트 처리용 메시지를 암호화하는 단계;
상기 클라이언트가 암호화된 상기 이벤트 처리용 메시지를 네트워크를 통해 상기 클라우드 서버로 전송하는 단계;
상기 클라우드 서버가 다수의 상기 클라이언트로부터 이벤트 처리용 메시지를 각각 수신하여 복호화하는 단계; 및
상기 클라우드 서버가 복호화된 다수의 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트를 처리하는 단계;
를 포함하며,
상기 클라우드 서버가 복호화된 다수의 상기 이벤트 처리용 메시지에 포함된 이벤트 시퀀스에 따라 이벤트를 처리하는 단계는
다수의 상기 복호화된 이벤트 처리용 메시지의 헤더(header) 부분으로부터 이벤트 시퀀스에 따른 메시지 처리 순서를 확인하는 단계;
확인한 메시지 처리 순서에 따라 상기 메시지의 서명 검증(verify signature) 부분으로부터 상기 메시지 내 오류 발생 여부를 판단하는 단계;
오류 발생이 없다고 판단한 경우에, 확인된 메시지 처리 순서에 따라 해당하는 메시지에 대한 페이로드(payload) 부분을 확인하여 이벤트 처리를 연속적으로 수행하는 단계;
를 포함하는 것을 특징으로 하는 클라우드 컴퓨팅 시스템의 이벤트 처리 방법.
1. A method for processing an event in a cloud computing system including a plurality of clients and a cloud server connected via a network,
The client generating a message for event handling including an event sequence;
Encrypting a message for event processing generated by the client;
Transmitting the event handling message encrypted by the client to the cloud server through a network;
The cloud server receiving and decoding a message for event processing from a plurality of clients; And
Processing an event according to an event sequence included in a plurality of the event handling messages decrypted by the cloud server;
/ RTI >
Wherein the processing the event according to an event sequence included in a plurality of the event processing messages decrypted by the cloud server
Checking a message processing order according to an event sequence from a header part of a plurality of the decrypted event processing messages;
Determining whether an error has occurred in the message from a verify signature portion of the message according to a confirmed message processing sequence;
Checking the payload portion of the corresponding message according to the confirmed message processing sequence and continuously performing the event processing when it is determined that there is no error occurrence;
The method comprising the steps of:
제3항에 있어서,
상기 클라이언트가 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하는 단계는
상기 이벤트 처리용 메시지의 헤더(header) 부분에 미리 설정된 이벤트 처리 순서를 저장하고, 상기 이벤트 처리용 메시지의 페이로드(payload) 부분에 처리하고자 하는 이벤트 내용을 저장하며, 상기 이벤트 처리용 메시지의 특징 확인(verify signature) 부분에 해당하는 메시지 내 오류 발생 여부를 표시하여 이벤트 처리용 메시지를 생성하는 것을 특징으로 하는 클라우드 컴퓨팅 시스템의 이벤트 처리 방법.
The method of claim 3,
Wherein the step of the client generating a message for event processing including an event sequence
Storing a predetermined event processing sequence in a header portion of the event processing message and storing the event content to be processed in a payload portion of the event processing message, And generating a message for event processing by displaying whether or not an error has occurred in the message corresponding to the verify signature portion.
제4항에 있어서,
상기 클라이언트가 이벤트 시퀀스를 포함하는 이벤트 처리용 메시지를 생성하는 단계는
상기 메시지의 헤더 부분에 미리 설정된 이벤트 처리 순서를 숫자 형태로 표시하여 저장하는 것을 특징으로 하는 클라우드 컴퓨팅 시스템의 이벤트 처리 방법.
5. The method of claim 4,
Wherein the step of the client generating a message for event processing including an event sequence
And displaying a preset event processing sequence in a numerical form in a header part of the message and storing the displayed event processing sequence.
KR1020160181956A 2016-12-29 2016-12-29 Cloud computing system and event processing method thereof KR101928156B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160181956A KR101928156B1 (en) 2016-12-29 2016-12-29 Cloud computing system and event processing method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160181956A KR101928156B1 (en) 2016-12-29 2016-12-29 Cloud computing system and event processing method thereof

Publications (2)

Publication Number Publication Date
KR20180077522A KR20180077522A (en) 2018-07-09
KR101928156B1 true KR101928156B1 (en) 2018-12-11

Family

ID=62919089

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160181956A KR101928156B1 (en) 2016-12-29 2016-12-29 Cloud computing system and event processing method thereof

Country Status (1)

Country Link
KR (1) KR101928156B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101403626B1 (en) 2013-08-14 2014-06-03 (주) 뉴코 Method of integrated smart terminal security management in cloud computing environment

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101403626B1 (en) 2013-08-14 2014-06-03 (주) 뉴코 Method of integrated smart terminal security management in cloud computing environment

Also Published As

Publication number Publication date
KR20180077522A (en) 2018-07-09

Similar Documents

Publication Publication Date Title
US20210304201A1 (en) Transaction verification method and apparatus, storage medium, and electronic device
US10389685B2 (en) Systems and methods for securely transferring selective datasets between terminals
US10733594B1 (en) Data security measures for mobile devices
US10693845B2 (en) Enhancing security of application downloads
CN110519274B (en) Block chain information transmission method, device, equipment and storage medium
EP3790221A1 (en) Automated hash validation
CN114826733B (en) File transmission method, device, system, equipment, medium and program product
US10931790B2 (en) Systems and methods for securely transferring selective datasets between terminals with multi-applications support
CN110545542B (en) Main control key downloading method and device based on asymmetric encryption algorithm and computer equipment
CN114048506A (en) Application control method, device, equipment and storage medium
US11057215B1 (en) Automated hash validation
US11063915B1 (en) Cluster of network-attachable storage devices with cluster manifest
US20230216878A1 (en) Threat prevention by selective feature deprivation
KR101928156B1 (en) Cloud computing system and event processing method thereof
US9959411B2 (en) Detecting security vulnerabilities on computing devices
US11349670B1 (en) Automated hash validation
CN115333851A (en) Automatic driving data transmission method and device and electronic equipment
US20110078446A1 (en) System and method for deploying a master key between two communication devices
CN114117388A (en) Device registration method, device registration apparatus, electronic device, and storage medium
CN109358875B (en) Ubuntu system-based hardware wallet offline upgrading device and method
KR102095046B1 (en) Distributed Ledger Device and Distributed Ledger Method for Sharing User Information using Blockchain
WO2021003424A1 (en) Systems and methods for securely transferring selective datasets between terminals with multi-applications support
CN110659476A (en) Method and apparatus for resetting password
CN114785560B (en) Information processing method, device, equipment and medium
CN114339630B (en) Method and device for protecting short message

Legal Events

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