• 제목/요약/키워드: client/server architecture

검색결과 276건 처리시간 0.027초

작업지시 및 작업실적 보고의 효율적 운영을 위한 모델 개발 (Development of the Model for Effective Operation of Work Order and Report of Work Performance)

  • 공명달;김정자
    • 산업경영시스템학회지
    • /
    • 제21권46호
    • /
    • pp.147-158
    • /
    • 1998
  • Work order and report of work performance are essential activities of work management in the shop floor. This study suggests the model for the communication methods and Information exchange systems which can enhance faultless accuracy about these informations in the client/server architecture.

  • PDF

의료 화상 정보 시스템의 설계 및 구현 (Design and Implementation of Medical Image Information System)

  • 지은미;권용무
    • 대한의용생체공학회:의공학회지
    • /
    • 제15권2호
    • /
    • pp.121-128
    • /
    • 1994
  • In this paper, MIlS (Medical Image Information System) has been designed and implemented using INGRES RDBMS, which is based on a client/server architecture. The implemnted system allows users to register and retrieve patient information, medical images and diagnostic reports. It also provides the function to display these information on workstation windows simultaneously by using the designed menu-driven graphic user interface. The medical image compression! decompression techniques are implemented and integrated into the medical image database system for the efficient data storage and the fast access through the network.

  • PDF

분산객체그룹 프레임워크 기반 분산응용 프로그램 개발 도구 (Developing Tool of Distributed Application Program Based on Distributed Object Group Framework)

  • 임정택;신창선;주수종
    • 인터넷정보학회논문지
    • /
    • 제6권6호
    • /
    • pp.71-83
    • /
    • 2005
  • 본 논문에서는 분산시스템 상의 클라이언트로부터 요청되는 객체 자원들에 대한 그룹관리 및 동적 바인딩을 지원하는 분산객체그룹 프레임워크 기반에서 편리하게 분산응용 프로그램을 작성할 수 있는 분산 프로그래밍 도구(Distributed Programming Developing Tool: DPDT)를 개발했다. 분산객체그룹 프레임워크는 서버객체에 대한 그룹등록/철회, 접근권한, 이름과 속성서비스 등의 그룹관리 서비스와 동적 바인딩, 중복객체 지원, 부하 균형화 및 분산응용 간의 연동 등의 분산응용 지원 서비스를 제공한다. 분산응용의 개발 시 본 툴을 이용하여, 서버 프로그램 개발자는 해당 서버시스템 상에서 객체들을 구현하고 객체그룹에 서비스 제공에 필요한 속성정보를 등록하며, 클라이언트 프로그램 개발자도 이들 객체 또는 객체그룹에 대한 접근권한을 받아 허가된 객체들의 속성정보를 사용하여 클라이언트 프로그램을 작성할 수 있다. 이를 위해 본 논문에서는 객체그룹에 대한 정의와 본 툴이 지원하는 분산객체그룹 프레임워크의 구조와 기능들을 살펴보고, 분산객체그룹 프레임워크와 분산응용 간의 편리한 인터페이스를 제공할 수 있도록 구현한 DPDT의 3개의 GUI 환경들에 대해 기술하였다. 마지막으로 DPDT를 사용하여, 서버 프로그램으로 구현된 객체들의 그룹등록/철회, 접근권한 부여 및 클라이언트 프로그램의 작성과정과 개발된 분산응용의 수행결과를 보였다.

  • PDF

MVC 디자인 패턴을 활용한 Web GPS 기반의 물류차량 출하 관제 시스템 (A Web GPS based Logistics Vehicle Control Management System using MVC Design Patterns)

  • 심춘보;김경종
    • 디지털산업정보학회논문지
    • /
    • 제6권1호
    • /
    • pp.131-142
    • /
    • 2010
  • In this paper, we propose a web GPS based logistics vehicle control management system using MVC design patterns. The proposed system is designed by applying design patterns of object oriented modeling called mini-architecture to enhance reliability of software as well as promote stability of overall system design. In addition, we can get a position information by means of the GPS embedded in PDA and communicate between client and monitoring server using CDMA network so that the position of client can be identified directly by the map service. The system provides an moving object indexing technique which extends the existing TB-tree to manage and retrieve a transporting trajectory of logistics efficiently. Finally, with development of the logistics vehicle control service called WG-LOGICS system, we can verify the usefulness of our system which is able for monitoring a vehicle preparation, allocating registration, loading a burden, transfer path, and destination arrival in real world.

임베디드 리눅스를 이용한 웹 기반 빌딩자동화시스템 (Web-based Building Automation System using Embedded Linux)

  • 신은철;이수영;최병욱
    • 제어로봇시스템학회논문지
    • /
    • 제10권4호
    • /
    • pp.334-340
    • /
    • 2004
  • In this paper, a Web-based management system for the building network is described. A multi-protocol converter based on SoC and embedded Linux is designed. The open source licensing, reliability, and broad hardware support are key reasons for use of embedded Linux in embedded industry. The multi-protocol converter integrates control network of RS-485 and LonWorks devices through TCP/IP protocol for a client with Java applet. The system consists of three-tier architecture, such as a client, a server that is performed on a multi-protocol converter, and control devices. The developed system includes the inverter motor control system with modbus protocol for the RS-485 network. The experiment results show that the multi-protocol converter using embedded Linux is a flexible and effective way to builda Web -based monitoring and control system.

Design & Implementation of Enhanced Groupware Messenger

  • Park, HyungSoo;Kim, HoonKi;Na, WooJong
    • 한국컴퓨터정보학회논문지
    • /
    • 제23권4호
    • /
    • pp.81-88
    • /
    • 2018
  • In this paper, we present some problems with the Groupware Messenger functionality based on dot net 2.0 and implement a new design structure to solve them. They include memory leakage, slow processing, and client window memory crash. These problems resulted in the inconvenience of using instant messaging and the inefficient handling of office tasks. Therefore, in this paper, instant messaging functionality is implemented according to a new design architecture. The new system upgrades dot net 4.5 for clients and deploys the new features based on MQTT for the messenger server. We verify that the memory leak problem and client window memory crash issues have been eliminated on the system with the new messenger functionality. We measure the amount of time it takes to bind data to a set of messages and evaluate the performance, compared to a given system. Through this comparative evaluation, we can see that the new system is more reliable and performing.

Design of Network-based Game Using the GoF Design Patterns

  • Kim Jong-Soo;Kim Tai-Suk
    • 한국멀티미디어학회논문지
    • /
    • 제9권6호
    • /
    • pp.742-749
    • /
    • 2006
  • In the network-based game where it uses the Internet infrastructure, the implementation is possible with the various methods. Such Applications are developed in the multi-tired architecture. There are many cases for the server to be separated from the hardware or the software. In this case, a lot of applications make the distributed process possible and are made as the multi-tiered architecture to develop the reusability of the existing software module. Especially, it is mostly general to separate for the case of a database server to a new tier. One of the important points of multi-tiered server side applications is security and because of this, it is difficult to share the related data about the design skill. Using design patterns, it gives help in reusing the existing written-code for the design of the game that needs a lot of money and time. Design Patterns are related to the software reuse. For the development of more efficient games, if well-defined design patterns are provided to the developers, then it would make more easy advanced game API and make possible the framework for the game development based on the API Through the analysis of the general network-based game currently servicing in the Internet, in this paper, we discuss how to implement a business logic tier using database system among the server side architectures. The main objective of this article is to show an efficient APIs(Application Programming Interfaces) design method which can be used to manage the data that must be saved to the database system among the packets that client/server have to be exchange.

  • PDF

새로운 부하 제어 방식을 사용한 분산형 컨퍼런스 구조 (A Distributed Conference Architecture with a New Load Control Method)

  • 장춘서
    • 한국컴퓨터정보학회논문지
    • /
    • 제17권6호
    • /
    • pp.67-73
    • /
    • 2012
  • 본 논문에서는 컨퍼런스 서버의 과부하를 방지하기위한 새로운 부하 제어 방식을 사용한 분산형 컨퍼런스 구조를 제안하였다. 본 논문에서 제안한 새로운 이벤트 패키지는 컨퍼런스 부하 제어를 가능하게하고 새로운 컨퍼런스 정보 데이터 포맷은 컨퍼런스 서버들과 컨퍼런스 참가자들 사이의 SIP 메시지 교환 절차 및 부하 분산을 처리하는 데 필요한 요소들이 추가되었다. 또 전체 컨퍼런스 참가자들에게 주기적으로 전송해야 할 컨퍼런스 정보 데이터의 처리도 모든 서버들이 분담하도록 하여 부하를 더욱줄이도록 하였다. 제안한 부하제어 이벤트 패키지는 각 컨퍼런스 서버들이전체 컨퍼런스서버들의현재부하 상태를 실시간으로파악할수 있도록 하며특정서버의부하가커지면 해당 서버는 전체 컨퍼런스 서버 중 가장 부하가 적은 서버를 선택하여 SIP 클라이언트 요청을 분산시키거나 새로운 컨퍼런스 서버를 생성하여 부하를 분산하도록 한다. 제안된 시스템의 성능은 실험을 통하여 분석하였고 평균 지연시간에서 21.6%, 평균 SIP 메시지 처리 시간에서 29.2% 향상됨을 보여주고 있다.

SOA에서 서비스 분류 기준에 따른 매칭기법 설계 (Design of Service Matching with Vertical and Horizontal Classification for SOA)

  • 최미숙;이서정
    • 디지털콘텐츠학회 논문지
    • /
    • 제8권2호
    • /
    • pp.107-112
    • /
    • 2007
  • 분산 컴퓨팅 기술이 발전하면서, 기존의 클라이언트/서버 기능을 기존의 개념에서 벗어나, 이 기종 환경사이에도 원하는 정보를 공유하기 위해 서비스 지향 아키텍처의 개념이 등장하였다. SOA가 성공하기 위해서는 비즈니스 계층의 서비스와 애플리케이션을 연결하는 기술이 중요한 이슈 중의 하나이다. 본 논문에서는 서비스를 종적 그리고 횡적으로 분류하고, 이에 따라 계층 사이의 서비스를 매칭하는 기법을 소개한다.

  • PDF

Development of an OPC Client-Server Framework for Monitoring and Control Systems

  • Tan, Vu Van;Yi, Myeong-Jae
    • Journal of Information Processing Systems
    • /
    • 제7권2호
    • /
    • pp.321-340
    • /
    • 2011
  • In this article, the current technological state of OPC (Openness, Productivity, and Collaboration; formerly "OLE for Process Control") standards and the problem statement of these OPC standards are discussed. The development of an OPC clientserver framework for monitoring and control systems is introduced by using the new OPC Unified Architecture (UA) specifications, Service Oriented Architecture (SOA), web services, XML, etc. The developed framework in turn minimizes the efforts of developers in learning new techniques and allows system architects and designers to perform dependency analysis on the development of monitoring and control applications. The potential areas of the proposed framework and the redundancy strategies to increase the efficiency and reliability of the system are also represented according to the initial results from the system that was developed by the Visual Studio 2008 and OPC UA SDK.