KR20070074422A - A system for modular and authentication streaming application software - Google Patents

A system for modular and authentication streaming application software Download PDF

Info

Publication number
KR20070074422A
KR20070074422A KR1020060002484A KR20060002484A KR20070074422A KR 20070074422 A KR20070074422 A KR 20070074422A KR 1020060002484 A KR1020060002484 A KR 1020060002484A KR 20060002484 A KR20060002484 A KR 20060002484A KR 20070074422 A KR20070074422 A KR 20070074422A
Authority
KR
South Korea
Prior art keywords
application software
server
software
modular
user
Prior art date
Application number
KR1020060002484A
Other languages
Korean (ko)
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 KR1020060002484A priority Critical patent/KR20070074422A/en
Publication of KR20070074422A publication Critical patent/KR20070074422A/en

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63BAPPARATUS FOR PHYSICAL TRAINING, GYMNASTICS, SWIMMING, CLIMBING, OR FENCING; BALL GAMES; TRAINING EQUIPMENT
    • A63B23/00Exercising apparatus specially adapted for particular parts of the body
    • A63B23/035Exercising apparatus specially adapted for particular parts of the body for limbs, i.e. upper or lower limbs, e.g. simultaneously
    • A63B23/12Exercising apparatus specially adapted for particular parts of the body for limbs, i.e. upper or lower limbs, e.g. simultaneously for upper limbs or related muscles, e.g. chest, upper back or shoulder muscles
    • A63B23/16Exercising apparatus specially adapted for particular parts of the body for limbs, i.e. upper or lower limbs, e.g. simultaneously for upper limbs or related muscles, e.g. chest, upper back or shoulder muscles for hands or fingers

Landscapes

  • Health & Medical Sciences (AREA)
  • Orthopedic Medicine & Surgery (AREA)
  • General Health & Medical Sciences (AREA)
  • Physical Education & Sports Medicine (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A modular system of streaming application software of an authentication scheme, and a method thereof are provided to reduce management cost by not requiring management of a recording medium and preventing generation of an unnecessary traffic by downloading only a required function. A modular system of streaming application software of an authentication scheme includes a DB(DataBase) server, a download server, a main server, and application software. The DB server stores an authority of a user and software information. The download server stores and provides data of software. The main server manages the DB server and the download server. The main server communicates with the application software. The application software is used by the user.

Description

권한 인증 방식 스트리밍 응용 소프트웨어의 모듈화 시스템 및 방법 {A System for modular and authentication streaming application software}A system for modular and authentication streaming application software

도 1은 본 발명의 전체 구성도면으로 사용자는 응용 소프트웨어를 사용하고 응용 소프트웨어는 네트워크를 통해 주서버에 접속하여 DB서버와 다운로드서버를 이용함을 보인다.1 is an overall configuration diagram of the present invention shows that a user uses application software and the application software uses a DB server and a download server by accessing a main server through a network.

도 2는 본 발명의 순서도면(시퀀스 다이어그램)으로 사용자가 응용소프트웨어를 시동하면 응용 소프트웨어가 주 서버에 접속하여 소프트웨어의 사용 권한인증을 요청하고 주 서버가 DB서버와 다운로드서버로 정보를 확인하여 응용소프트웨어에 기능 모듈을 제공하여 응용 소프트웨어에서 사용자가 기능을 사용할 수 있도록하는 내용이다.2 is a flow chart (sequence diagram) of the present invention, when a user starts application software, the application software accesses the main server, requests the authorization of use of the software, and the main server checks the information with the DB server and the download server. Provides a function module in the software to enable the user to use the function in the application software.

만약 도 2에서 사용자가 다시 같은 기능(도 2의 기능1)을 사용하려 한다면 사용자의 컴퓨터에 이미 해당 기능의 모듈이 이미 다운로드 되어 있으므로 "가"항에 해당하는 부분을 건너뛰도록 하여 응용소프트웨어의 반응 시간과 네트워크 트래픽을 낭비하지 않도록 한다.If the user tries to use the same function again (Function 1 of FIG. 2) in FIG. 2, since the module of the corresponding function is already downloaded to the user's computer, the part corresponding to the item “A” is skipped. Avoid wasting reaction time and network traffic.

본 발명은 권한 인증 방식 스트리밍 응용 소프트웨어의 모듈화 시스템 및 방법에 관한 것으로 종래에는 응용 소프트웨어를 CD같은 저장매체를 이용하거나 다운로드 방식으로 소프트웨어의 전체를 제공하여 파손 위험이 큰 CD같은 저장매체를 관리하거나 고용량인 응용 소프트웨어를 다시 설치하려 할때 마다 다시 다운로드해야 했다. 혹은 소프트웨어 스트리밍을 제공하는 경우에도 소프트웨어별로 관리가 됨으로써 고용량 다운로드의 부담과 불필요한 기능에 대한 비용의 발생하였다.The present invention relates to a system and method for modularizing authorization authentication streaming application software. Conventionally, the application software is managed using a storage medium such as a CD or the entire software by a download method to manage a storage medium such as a CD having a high risk of damage or a high capacity. Every time I wanted to reinstall my application software, I had to download it again. In addition, even in the case of providing software streaming, it is managed by software, resulting in the burden of high capacity download and unnecessary functions.

따라서, 본 발명은 사용자가 필요로 하는 기능만을 다운로드하도록 함으로써 사용자에게 파손위험이 큰 저장매체의 관리를 하도록 하지 않고 고용량인 응용 소프트웨어 전체를 다운로드하지 않게 한다. 또 응용 소프트웨어 제공자는 사용자가 원하는 기능에 대해서만 과금하여 수익을 내도록 한다.Therefore, the present invention allows the user to download only the functions required by the user so as not to manage the storage medium with a high risk of damage and not to download the entire high-capacity application software. Application software providers also charge you for the features you want.

본 발명은 사용자의 권한과 소프트웨어의 정보를 저장하는 DB서버, 소프트웨어의 데이터를 저장하고 제공하는 다운로드서버, 앞의 두 서버를 관리하고 응용소프트웨어와 통신하는 메인서버, 사용자가 사용하는 응용소프트웨어로 구성되어있다.The present invention is composed of a DB server for storing user rights and software information, a download server for storing and providing data of the software, a main server for managing the previous two servers and communicating with the application software, and application software used by the user. It is.

본 발명으로 인해 불필요한 네트워크 트래픽이 발생하지 않도록 하며, 응용 소프트웨어 제공자는 불법 소프트웨어의 발생을 막아 수익을 보장하고 사용자는 필요한 기능만을 사용하며 저장매체의 관리가 불필요하게 되므로 이에 대한 비용 부담이 감소하게 된다.According to the present invention, unnecessary network traffic is not generated, and the application software provider prevents the generation of illegal software to guarantee profits, the user uses only necessary functions, and the management of the storage medium is unnecessary, thereby reducing the cost burden thereof. .

Claims (1)

권한 인증 방식 스트리밍 응용 소프트웨어 모듈화 시스템에 있어서,In the authorization authentication streaming application software modular system, DB서버와 연계하여 모듈화된 소프트웨어를 사용자에게 제공하는 응용 소프트웨어 스트리밍 시스템Application software streaming system that provides modular software to users in connection with DB server 상기에 기초하여 권한이 인증된 사용자에게 해당 모듈별 기능을 제공하는 모듈식 소프트웨어 스트리밍 시스템Modular software streaming system that provides functions for each module to authorized users based on the above
KR1020060002484A 2006-01-09 2006-01-09 A system for modular and authentication streaming application software KR20070074422A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020060002484A KR20070074422A (en) 2006-01-09 2006-01-09 A system for modular and authentication streaming application software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020060002484A KR20070074422A (en) 2006-01-09 2006-01-09 A system for modular and authentication streaming application software

Publications (1)

Publication Number Publication Date
KR20070074422A true KR20070074422A (en) 2007-07-12

Family

ID=38508590

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020060002484A KR20070074422A (en) 2006-01-09 2006-01-09 A system for modular and authentication streaming application software

Country Status (1)

Country Link
KR (1) KR20070074422A (en)

Similar Documents

Publication Publication Date Title
US20220198410A1 (en) Providing data provenance, permissioning, compliance, and access control for data storage systems using an immutable ledger overlay network
US8612710B2 (en) Permissions of objects in hosted storage
US9209973B2 (en) Delegate authorization in cloud-based storage system
TWI459214B (en) Server-controlled distribution of media content
US20060101521A1 (en) System and method for secure usage right management of digital products
RU2500075C2 (en) Creating and validating cryptographically secured documents
US20070094272A1 (en) Method and system for managing distributed storage of digital contents
CN113806777B (en) File access realization method and device, storage medium and electronic equipment
KR20080041150A (en) System and method for unlimited licensing to a fixed number of devices
WO2017036190A1 (en) Data access method based on cloud computing platform, and user terminal
US8291508B2 (en) Method and system for processing content
EP1356622A2 (en) Digital content distribution and subscription system
KR20120037903A (en) Method and apparatus for downloading drm module
JP2009535735A (en) Content management system and method
US20180307856A1 (en) System and method for managing metadata
US9594605B2 (en) Client-server version control system for software applications
US8396969B1 (en) Domain name buckets in a hosted storage system
US20090165101A1 (en) Domain Membership Rights Object
KR20070074421A (en) A system for modular and authentication streaming application software
CN110008186A (en) For file management method, device, terminal and the medium of more ftp data sources
KR20070074422A (en) A system for modular and authentication streaming application software
KR20070074875A (en) A system for modular and authentication streaming application software
Sheppard et al. Sharing digital rights with domain licensing
US9158899B2 (en) Terminal apparatus with DRM decoding function and DRM decoding method in terminal apparatus
WO2008084154A2 (en) Processing of data associated with a digital service

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination