• Title/Summary/Keyword: Client-Server Application

검색결과 381건 처리시간 0.022초

서버 간 요청 위임을 고려한 XML 기반 RPC 자원 서비스 시스템 설계 및 구현 (Design and Implementation of Remote Procedure Call Resource Service System based on the XML Considering the Request Delegation between the Servers)

  • 김정희;곽호영
    • 한국멀티미디어학회논문지
    • /
    • 제6권6호
    • /
    • pp.1100-1110
    • /
    • 2003
  • 본 논문에서는 분산 환경의 자원 활용성과 처리의 효율성을 위하여 클라이언트의 요청(Request)이 서버간 위임되는 XML 기반 RPC 자원 서비스 시스템을 설계하고 구현한다. 이를 위해 클라이언트가 이용할 복수개의 서버들에 대한 요청 정보들은 XML의 DOM에 근거하여 XML 문서로 포장된 후 분산 환경의 서버로 전송되고, 서버는 XML-DOM을 받아들일 수 있는 객체를 사용하여 클라이언트의 요청을 처리하도록 한다. 또한 서버간 요청을 위임하기 위해 처리 결과를 바로 클라이언트에게 응답하지 않고 XML-DOM 구조 내에 저장하고, XML-DOM 정보 내의 또 다른 요청 정보에 따라 해당 서버로 클라이언트의 요청이 위임 되도록 한다. 또한 분산 환경의 자원 투명성을 위해 자원 저장소(Resource Repository)를 운영토록 한다. 시스템 구현 결과 RPC와 XML-RPC 서비스의 통합 및 서버 간 요청 위임으로 인한 응답 시간(Response Time)의 단축으로 자원 활용성과 처리의 효율성을 향상시켰으며, 부가적으로 클라이언트의 비동기성의 확장과 평 균 블록화를 줄일 수 있었다. 또한 클라이언트가 이용할 수 있는 자원에 대한 정보제공이 가능해 졌다.

  • PDF

A Study on Cooperation between Kerberos system and Credit-Control Server

  • Choi, Bae-Young;Lim, Hyung-Jin;Chung, Tai-Myoung
    • 한국정보기술응용학회:학술대회논문집
    • /
    • 한국정보기술응용학회 2005년도 6th 2005 International Conference on Computers, Communications and System
    • /
    • pp.281-284
    • /
    • 2005
  • Kerberos is system that offer authorization in internet and authentication service. Can speak that put each server between client and user in distributed environment and is security system of symmetry height encryption base that offer authentication base mutually. Kerberos authentication is based entirely on the knowledge of passwords that are stored on the Kerberos Server. A user proves her identity to the Kerberos Server by demonstrating Knowledge of the key. The fact that the Kerberos Server has access to the user's decrypted password is a rwsult of the fact that Kerberos does not use public key cryptogrphy. It is a serious disadvantage of the Kerbercs System. The Server must be physically secure to prevent an attacker from stealing the Kerberos Server and learning all of the user passwords. Kerberos was designend so that the server can be stateless. The Kerberos Server simply answers requests from users and issues tickets. This study focused on designing a SIP procy for interworking with AAA server with respect to user authentication and Kerberos System. Kerberos is security system of encryption base that offer certification function mutually between client application element and server application element in distributed network environment. Kerberos provides service necessary to control whether is going to approve also so that certain client may access to certain server. This paper does Credit-Control Server's function in AAA system of Diameter base so that can include Accounting information that is connected to Rating inside certification information message in Rating process with Kerberos system.

  • PDF

Ajax를 이용한 감시제어시스템 설계구축 (Design and Construction of SCADA System using Ajax)

  • 이종구
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2007년도 춘계학술발표대회
    • /
    • pp.1502-1505
    • /
    • 2007
  • 인터넷 및 네트워크 환경의 비약적인 발전으로 기업체의 모든 기반 Application은 사용의 편리함과 시스템 및 데이터관리의 용이성 때문에 웹 기반모델로 변경되어 사용되고 있다. 그러나, 산업현장설비를 실시간 원격제어 감시하는 시스템인 SCADA(Supervisory Control and Data Acquisition)는 웹의 여러 한계성 때문에 아직까지 기존 Client-Server 모델로 대부분 활용되고 있다. 본 논문에서는 이러한 웹의 한계성 중 Client 시스템의 실시간 통신 방식 및 속도, 부하 등을 기존 Client-Server 방식과 동일한 성능을 갖도록 설계 구현하여 적용하고 성능을 평가 하였다.

JPE : AJAX 기반의 비동기 통신을 지원하는 Java Push Engine (JPE : Java Push Engine Supporting Asynchronous Communication Based on AJAX)

  • 박종은;권오진;이홍창;이명준
    • 한국정보통신학회논문지
    • /
    • 제15권3호
    • /
    • pp.660-672
    • /
    • 2011
  • 정보를 공유하기 위하여 널리 이용되는 웹은 클라이언트-서버 모델을 사용한다. 클라이언트-서버 모델은 클라이언트의 명시적인 요청을 통하여 서버가 응답하는 방식으로서 오늘날의 급변하는 인터넷 정보를 효과적으로 제공하기에는 많은 어려움이 따른다. 서버 푸시는 클라이언트-서버 모델 기반의 웹에서 클라이언트의 요청이 없더라도 서버가 능동적으로 정보를 제공할 수 있는 통신 기술이다. 이러한 서버 푸시 기술을 구현하기 위하여 다양한 연구가 이루어지고 있지만 푸시 어플리케이션의 효과적인 개발을 지원하는 푸시 엔진의 부재로 많은 어려움이 따르고 있다. 본 논문에서는 인터넷에서 서버 푸시 서비스를 효과적으로 제공하도록 지원하는 Java Push Engine인 JPE의 개발에 대하여 기술한다. JPE는 Epoll을 지원하는 JPE 코어와 비동기 통신을 지원하는 JPE 라이브러리로 구성된다. 그리고 JPE는 다양한 푸시 기능을 정의하고 이를 지원하는 프로그래밍 인터페이스를 제공한다. JPE를 이용하여 개발된 푸시 어플리케이션은 Epoll 기법을 이용하여 클라이언트 연결을 효과적으로 처리하며, Ajax 기반의 비동기 통신을 통하여 다양한 푸시 서비스를 제공한다.

XML 기술을 이용한 비 동기 RPC 자원 서비스 시스템 (Asynchronous Remote Procedure Call Service System using the XML Technology)

  • 김정희;곽호영
    • 인터넷정보학회논문지
    • /
    • 제3권6호
    • /
    • pp.1-11
    • /
    • 2002
  • 본 논문에서는 XML 기술을 이용한 RPC 비 동기 자원 서비스 시스템을 설계하고 구현한다. 이를 위해 클라이언트의 요청(Request) 정보는 XML의 DOM에 기반 하여 XML 문서로 포장된 후 분산 환경의 서버로 전송된다. 서버는 XML-DOM을 받아들일 수 있는 객체를 사용하여 클라이언트의 요청을 일반 응용프로그램과 XML-RPC 서비스로 구분하여 처리한다. 또한 비 동기성을 지원하기 위해 클라이언트의 요청 결과를 바로 전송하지 않고 XML-DOM 구조 내에 저장하며, XML-DOM 정보 내에 또 다른 요청을 해당 서버로 Redirect되도록 한다. 시스템 구현 결과 일반적인 RPC서비스와 XML-RPC 서비스가 통합 되었으며, 클라이언트의 요청이 서버들 사이로 Redirect 되는 비 동기성이 구현되었고, 시스템 실행 환경은 전통적인 RPC 요청 보다 단순화되었다.

  • PDF

휴대폰에서 Avata컨텐츠 기반의 E-mail Client/server 모델 설계 및 구현 (Design and implementation of the email client server model using the avatar contents for the mobile phone)

  • 이경진;이정윤;김강석;송왈철
    • 한국콘텐츠학회:학술대회논문집
    • /
    • 한국콘텐츠학회 2004년도 춘계 종합학술대회 논문집
    • /
    • pp.385-391
    • /
    • 2004
  • 현재 모바일 기술이 발달함에 따라 휴대폰을 이용한 인터넷 사용이 크게 증가하고 있다. 대부분의 휴대폰 사용자의 인터넷 사용은 아바타 및 게임 컨텐츠가 주를 이루고 있다. 본 논문에서는 아바타 및 사용자 정보 관리를 위한 DB 모듈 과 메일 관리 모듈을 구현한 서버와 아바타 이미지를 애니메이션으로 재구성하여 메일 내용을 보여주는 클라이언트 모듈을 설계 하여 클라이언트의 부하를 줄이게 하였다. 휴대폰의 그래픽 및 CPU, 메모리 하드웨어 성능의 한계 때문에 본 논문에서 제시한 방식이 앞으로 많이 사용될 것으로 기대 되며 SK-VM 기반의 Application에 애니메이션 아바타와 I-Mail을 적응시킴으로써 기존에 아바타 서비스가 아닌 새로운 방향으로 아바타를 접목시킨 서비스를 할 수 있다.

  • PDF

하이브리드형 P2P를 이용한 화상회의 시스템의 설계 및 구현 (Design and Implementation of Video Conference System Using Hybrid Type P2P)

  • 김현기
    • 한국산업정보학회논문지
    • /
    • 제11권1호
    • /
    • pp.21-28
    • /
    • 2006
  • 본 논문에서는 하이브리드형 P2P(Peer to Peer)를 이용한 화상회의 시스템의 설계 및 구현에 관하여 기술 하였다. 제안된 화상회의 시스템은 클라이언트-서버와 P2P를 기반으로 하는 하이브리드형 P2P 구조를 가지며, 클라이언트-서버 구조는 게정관리, 클라이언트 리스트 및 상태정보를 교환하기 위해서 사용되고 P2P(Peer to Peer) 구조는 실시간 화상회의를 수행하기 위해서 사용된다. 제안된 시스템은 서버에만 몰리던 멀티미디어 데이터를 P2P에 의해 클라이언트로 분산시킴으로써 서버의 트래픽이 감소되고 네트워크의 비용을 줄일 수 있다. 또한, 본 시스템은 고속 네트워크 상에서 통신 프로토콜과 응용 소프트웨어를 이용하여 다자간 화상회의를 시연함으로써 본 시스템의 타당성을 검증하고 분석하였다.

  • PDF

클라이언트 서버 환경에서 한글텍스트 검색을 위한 베스티매치 알고리즘의 구현 (An Implementation of Best Match Algorithm for Korean Text Retrieval in the Client/Server Environment)

    • 한국도서관정보학회지
    • /
    • 제32권1호
    • /
    • pp.249-260
    • /
    • 2001
  • This paper presents the application of best match search algorithm in the client/server system for natural language access to Web-based database. For this purpose, the procedures to process Korean word variants as well as to execute probabilistic weighting scheme have been implemented in the client/server system. The experimental runs have been done using a Korean test set which included documents, queries and relevance judgements. The experimental results demonstrate that best match retrieval with relevance information is better than the retrieval without it.

  • PDF

Balanced MVC Architecture for High Efficiency Mobile Applications

  • La, Hyun-Jung;Kim, Soo-Dong
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제6권5호
    • /
    • pp.1421-1444
    • /
    • 2012
  • Mobile devices such as Android devices are emerging as a convenient client computing device with mobility and context-sensing capability. However, the computing power and hardware resource of the devices are limited due to their small form-factor. Consequently, large-scaled applications could not be deployed on these devices. Nonetheless, if the large-scaled applications are deployed and executed on the devices, high performance of the applications cannot be guaranteed. To remedy the limitation in terms of performance, it is inevitable to let some heavy-weight functionality executed on the server side and let a client application invoke the functionality in the server. To realize this kind of mobile applications, we adopt well-defined architecture design principles; being thin-client, being layered with Model-View-Controller (MVC), and being balanced between client side and server side. By adopting the principles, we propose a unique, ideal and practical architecture for mobile applications, called balanced MVC architecture. By considering the principles, key design considerations of realizing balanced MVC architecture lie in functionality partitioning. Hence, we define key criteria of determining the degree of performance. And, we define a method to design a balanced MVC architecture which embodies functionality partitioning for high performance, and a simulation-based evaluation method of balanced MVC architectures.

The Integration of Mobile GIS and Spatio-temporal Database for Evaluating Space-time Accessibility of an Individual: An Approach Based on Time Geography Model

  • Lee Yang-Won;Shibasaki Ryosuke
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2005년도 Proceedings of ISRS 2005
    • /
    • pp.753-758
    • /
    • 2005
  • This study attempts at building an integrated GIS computing framework for evaluating space-time accessibility of an individual with the approach of time geography model. The proposed method is based on the integration of mobile GIS and object-relational spatio-temporal database. Three components are central to our system: ( i ) mobile GIS application that transmits spatio-temporal trajectory data of an individual; ( ii ) spatio-temporal database server that incorporates the time geography model; and (iii) geovisualization client that provides time geographic queries to the spatio-temporal database. As for the mobile GIS application, spatio-temporal trajectory data collected by GPS-PDA client is automatically transmitted to the database server through mobile data management middleware. The spatio-temporal database server implemented by extending a generic DBMS provides spatio-temporal objects, functions and query languages. The geovisualization client illustrates 3D visual results of the queries about space-time path. space-time prism and space-time accessibility. This study shows a method of integrating mobile GIS and DBMS for time geography application, and presents an appropriate spatio-temporal data model for evaluating space-time accessibility of an individual.

  • PDF