• Title/Summary/Keyword: server database

Search Result 839, Processing Time 0.026 seconds

A Study on Transmission Methods for Multimedia Data (멀티미디어 데이터의 효율적인 전송기법에 관한 연구)

  • Oh, Jong-Oh;Park, Sei-Seung
    • Journal of the Korea Computer Industry Society
    • /
    • v.5 no.9
    • /
    • pp.873-882
    • /
    • 2004
  • Multimedia database system can be improve data transferring efficiency by consulting catalogue database which is storing the object and serving multimedia meta-database and perform the pre-scheduling for data transferring and by delaying of transferring to reduce the responding timeand reordering the data by various method of transferring. By Introducing these techniques we can enhance the server resources utilizing, minimizing the users responding time and can decrease failure at the scheduling itself and easily search and transfer the information that the user wanted. Like this, the importance of multimedia information treating skill and efficient management are widely recognized and expected lots of research and development to form a butter efficient multimedia database syst

  • PDF

Address Permutation for Privacy-Preserving Searchable Symmetric Encryption

  • Choi, Dae-Seon;Kim, Seung-Hyun;Lee, Youn-Ho
    • ETRI Journal
    • /
    • v.34 no.1
    • /
    • pp.66-75
    • /
    • 2012
  • This paper proposes a privacy-preserving database encryption scheme that provides access pattern hiding against a service provider. The proposed scheme uses a session key to permute indices of database records each time they are accessed. The proposed scheme can achieve access pattern hiding in situations in which an adversary cannot access the inside of the database directly, by separating the entity with an index table and data table and permuting both the index and position where the data are stored. Moreover, it is very efficient since only O(1) server computation and communication cost are required in terms of the number of the data stored. It can be applied to cloud computing, where the intermediate entities such as cloud computing service provider can violate the privacy of users or patients.

Using Database of Calculus Problems in Teaching of University Level Mathematics

  • Saastamoinen, Kalle;Ketola, Jaakko
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2005.06a
    • /
    • pp.1851-1852
    • /
    • 2005
  • We have created in our university material management environment, which uses database created by using LATEX-files, and LATEX2HTML translator and PHP language. In this paper we will define how these LATEX-files are transformed into our database. In this paper, we present work which we have done for providing the material used in the teaching of calculus to students at Lappeenranta University of Technology. This procedure can be divided into three separate steps: 1) creation of the LATEX-files, 2) implementation of these LATEX-files in 3) conversion of the base LATEX-files to the HTML-files. So far, we have stored hundreds of exercises with hints and solutions on our web server in addition to some theory that we felt is necessary for the students. In this paper we will also discuss the benefits and future of our functioning Web-environment [1].

  • PDF

Designing Database Encryption Models to interwork with Intranet (인트라넷과 연동되는 데이터베이스의 암호화 모델 설계)

  • 임재흥
    • Convergence Security Journal
    • /
    • v.2 no.2
    • /
    • pp.209-216
    • /
    • 2002
  • This treatise deals with designing a database encryption model that interworks with Intranet within a system. Today attempts are being made to substitute legacy client/server computing environment with what interworks with web and database, and thus the question how the security for the database that interworks with Intranet can be secured is emerging as a matter of great importance. This treatise, therefore, offers an encryption model which offers how to create an encryption key using an ID and a password most widely used in Intranet access and by using this key, how to encipher information ill a DB table, providing a maintenance scheme for the Key as well.

  • PDF

A study on a Preventive measure of traffic congestion in building security system (빌딩 출입 보안 시스템의 정보폭주 방지방법에 관한 연구)

  • 서창옥;김계국
    • Journal of the Korea Society of Computer and Information
    • /
    • v.9 no.1
    • /
    • pp.71-77
    • /
    • 2004
  • In general, security server controls information of people who usually come to building. In order to exit and entrance, while they bring Identification card into contact with card reader, server admits them into building after asks whether their informations are or not in database. However if many People want to exit and entrance in all direction. it may give rise to a serious traffic congestion. Therefore the delay is due to server's overload. In this paper, we suggested IZA(Identification Zone Algorithm) in order to prevent of traffic congestion.

  • PDF

Design Scheme and Analysis of Web-Based Statistics Program Types (웹 기반의 통계 프로그램의 유형 분석과 설계 방안 연구)

  • Jung, Nam-Cheol
    • Journal of Digital Contents Society
    • /
    • v.8 no.2
    • /
    • pp.149-156
    • /
    • 2007
  • In this paper, I discuss the development techniques and implemented type of DAVIS, a standalone JAVA-based application, by which statistics application can be downloaded from a web server, stored and installed to a client. Also I discuss both the server-based application and the client-based application that analyze statistics data. Considering the strengths and weaknesses of types discussed previously, I propose an advanced learning system of statistics that can execute an application in a client by client request. And data used in this system are loaded from a database server or input into a client by users.

  • PDF

분산 환경을 위한 중복데이타 서버(replication server) 구조에 관한 연구

  • 이종호;이우기;박주석;강석호
    • Proceedings of the Korea Database Society Conference
    • /
    • 1994.09a
    • /
    • pp.71-103
    • /
    • 1994
  • 중복데이타 서버(replication server) 는 자주 사용되는 데이타의 부분 또는 전부를 뷰 형태로 여러 지역에 중복하여 저장함으로써 최종 사용자가 원하는 데이터에 빨리 접근할 수 있도록 해준다. 또한 기본 테이블의 변화된 내용을 주기적으로 뷰에 반영함으로써 데이타 동시성의 문제를 완화하며 통신량을 감소시킬 수 있다. 본 연구에서는 기본 테이블에 일어난 변화를 저장뷰(materialized view)에 반영시켜주기 위해 테이블 전체를 읽는 방식을 피하고 일정기간 동안 테이블에 일어난 변화가 기록된 로그(log)를 이용하는 디프런셜 갱신(differential update) 방법을 사용한다. 이 방법은 테이블의 잠금(locking) 을 피함으로 시스템의 성능을 향상시 킬 수 있다. 또한 갱신에 관련된 통신량을 최소화하기 위한 기법들을 제안한다. 위의 방법을 이용하여 분산 상황에서 조인 저장뷰(join materialized view)의 갱신을 효과적으로 지원해 주는 중복데이타 서버(replication server)의 구조에 관해 연구한다.

  • PDF

SGS: Splicing Graph Server

  • Bollina, Durgaprasad;Lee, Bernett T.K.;Ranganathan, Shoba
    • Proceedings of the Korean Society for Bioinformatics Conference
    • /
    • 2005.09a
    • /
    • pp.47-50
    • /
    • 2005
  • SGS (Splicing Graph Server) is as web application based on the MVC architecture with a Java platform. The specifications of the implemented design pattern are closely associated with the specific requirements of splicing graphs for analyzing alternative splice variants from a single gene. The paper presents the use of MVC architecture using JavaBeans as a model, with a JSP viewer and the servlet as the controller for this bioinformatics web application, with the open source apache/tomcat application server and a MySql database management system.

  • PDF

A Study on DB base Auto Cultivation of Crops Using IOT (IOT를 이용한 DB기반 농작물 자동재배에 관한 연구)

  • Cho, Youngseok
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.13 no.4
    • /
    • pp.25-31
    • /
    • 2017
  • In this paper, we propose a study on DB-based automatic crop cultivation that obtains crop cultivation data using IOT and automatically controls the cultivation environment using it. A system for DB-based automatic crop cultivation that automatically controls the cultivation environment is composed of a management server and a local controller. The management server was implemented using the MySQL DB in the Linux server system, and the local controller was designed and manufactured using the WiFi module and ARM Coretax-3 series MCU and confirmed its operation in the laboratory. The purpose of this study is to provide the optimal cultivation data and to grasp the cultivation status in real time when the knowledge of professional cultivation is needed like the farmers of ear farm villages. Research should continue to enable the cultivation of crops to reflect the requirements of each user.

The design and implementation of the personalized service agent using user information (사용자 정보를 활용한 개인 맞춤형 에이전트의 설계 및 구현)

  • Lee, Jong-Seol;Shin, Sa-Im;Kim, Yun-Sang;Lee, Seok-Pil
    • Proceedings of the KIEE Conference
    • /
    • 2006.10c
    • /
    • pp.503-505
    • /
    • 2006
  • In this paper we introduce a design and implementation of an agent for multimedia retrieval and personalized broadcasting service. It is compliant with TV Anytime Forum specifications and supports searching location resolving, storing and streaming of remote multimedia contents. For this service, we implemented a contents server, a 메타데이터 database server, a location resolution server and a client terminal is implemented The Client terminal gathers content information by SOAP of operation, and it has a user preference module and usage history module that make user information. The personalize service agent recommends suitable contents to user by similarity algorithm.

  • PDF