• 제목/요약/키워드: Interface and Message

검색결과 343건 처리시간 0.024초

소켓 및 RMI 기반 자바 메시지 전달 시스템의 구현 및 성능평가 (Implementation and Performance Evaluation of Socket and RMI based Java Message Passing Systems)

  • 방승준;안진호
    • 인터넷정보학회논문지
    • /
    • 제8권5호
    • /
    • pp.11-20
    • /
    • 2007
  • 본 논문은 자바 언어로 완성된 MPI(Message Passing Interface) 스펙인 MPJ(Message Passing in Java) 스펙을 준수하여 병렬 컴퓨팅 환경에서 메시지 통신 인터페이스를 제공하는 JMPI(Java Message Passing Interface) 라이브러리를 설계하고 구현하였다. 이 라이브러리는 간단하면서도 매우 편리한 GUI(Graphical User Interface) 도구를 제공하여, 사용자가 손쉽게 병렬 컴퓨팅 환경을 구성할 수 있다. 또한, 본 논문에서는 두 가지 전형적인 분산 시스템 통신 메커니즘인 소켓과 RMI(Remote Method Invocation) 방식을 이용하여 두 가지 버전의 시스템을 구현하였고, 기존의 JPVM 시스템과의 성능을 벤치마크 애플리케이션들을 통하여 컴퓨터 대수의 증가에 따른 처리 속도를 비교해 보았다. 실험 결과로는 본 논문에서 제시한 JMPI 시스템이 JPVM시스템보다 다양한 측면에서 높은 성능을 발휘한다는 것과 컴퓨터의 가장 효율적인 처리 속도는 애플리케이션에 따라 컴퓨터의 수를 증가시킨다고 해서 일정하게 처리속도가 증가하는 것이 아니라 네트워크의 트래픽을 고려하여 컴퓨터의 수를 증가시켰을 때 얻을 수 있다는 것을 보여준다. 마지막으로 컴퓨터의 수가 증가함에 따라 RMI를 사용하여 메시지를 전달하는 것이 소켓에 부속된 객체 스트림을 사용하여 메시지를 전달하는 것보다 효과적이라는 것을 알 수 있다.

  • PDF

Jini 기반의 인터페이스 공유 서비스 (An Interface Sharing Service based on Jini)

  • 문창주;문석현;백두권
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제9권3호
    • /
    • pp.227-240
    • /
    • 2003
  • 자바 기반의 분산객체 시스템을 개발 혹은 사용할 때, 시스템 개발자는 사전에 정의된 인터페이스를 구현한 분산객체를 네트워크상에 배치(deploy)해야 하고, 시스템 사용자는 분산객체에 대한 참조(reference)를 획득하고 인터페이스 타입으로 변환한다 이러한 작업을 위해서 인터페이스의 공유는 필수적이다. 본 논문에서는 Jini 시스템 개발 시 정보 공유의 불편함을 해결하고자 IRSJ(interface repository service based on jim)를 제안한다. IRSJ는 Jini 시스템과 인터페이스 공유 서비스를 위한 자바 클래스들로 구성된다. IRSJ는 근거리에서 작업할 때 검색(lookup) 서버나 작성자의 정보 없이도 인터페이스 파일을 검색할 수 있다. 원거리에서 개발 팀들이 공동 작업을 수행한다면 검색(lookup) 서비스가 실행되고 있는 서버의 주소만으로도 인터페이스 검색이 가능하다 검색에 실패한 인터페이스 객체는 원격 이벤트 모델 을 사용하여 더 이상의 검색 요청을 하지 않아도 인터페이스를 다운로드 받아 사용할 수 있게 하였다. 메시지 서비스는 인터페이스 검색에 실패하면 IRSJ를 사용하는 개발팀원 모두에게 자동적으로 인터페이스요청 메시지를 전송하여 빠른 시간 안에 인터페이스 공유가 가능하도록 설계되었다.

메시지 기반 인터페이스 공동 개발을 위한 메시지 관리 시스템 (A Message Management System for Cooperative Message-based Interface Development)

  • 유제영;박진희
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제14권6호
    • /
    • pp.609-613
    • /
    • 2008
  • 대형 시스템은 각 컴포넌트가 여러 다른 개발자에 의하여 개발된다. 개발 과정에서 컴포넌트간의 인터페이스 관리의 효율성은 전체 개발 효율에 큰 영향을 미친다. 특히, 개발 초기 과정에서는 컴포넌트가 새롭게 정의되거나 변경되는 경우가 많다. 컴포넌트의 새로운 정의나 변경은 컴포넌트간의 인터페이스의 생성이나 변경을 필요로 한다. 이러한 인터페이스의 변경에 대한 관리가 효율적으로 이루어지지 않는 경우, 관련된 컴포넌트를 개발하는 서로 다를 개발자들이 서로 다른 인터페이스를 기반으로 개발을 진행하는 경우가 발생한다. 이는 개발의 효율이 저하되는 문제를 일으킨다. 이러한 문제를 해결하기 위하여 메시지 관리시스템은 메시지 기반의 인터페이스 관리를 위한 수단을 제공한다. 또한, 메시지에 대한 코드 생성을 통하여 구현의 편의성을 제공해 주며, 메시지 관리 시스템 내에 정의된 메시지 정보를 이용하여 인터페이스 설계 명세서(IDD)를 자동으로 생성해 준다. 문서 자동 생성은 메시지 변경으로 인한 실제 인터페이스와 문서와의 불일치를 방지한다. 또한, 메시지 관리 시스템은 전체 시스템의 각 컴포넌트 간 메시지를 관리함으로써 각 컴포넌트 간 메시지 흐름에 대한 종합적인 정보를 수집하는 것이 가능하다. 이러한 정보는 컴포넌트간 메시지 흐름의 병목 현상의 발생을 미리 방지하거나. 전체 시스템 성능의 조율을 지원하는데 응용할 수도 있다.

자동화 시스템에서 Profibus 네트워크 인터페이스 구현 및 성능 평가 (A case study on the implementation and performance evaluation of profibus network in automation systems)

  • 김기암;홍승호
    • 제어로봇시스템학회논문지
    • /
    • 제4권1호
    • /
    • pp.113-122
    • /
    • 1998
  • This paper presents an implementation method of Profibus interface software using FMS(Fieldbus Message Specification). The Profibus interface software is implemented on PC which is widely used as an industrial computer as well as a commercial embedded controller called IUC(Intelligent Universal Controller). In order to enable the Profibus interface software to handle many application tasks and communication services, two kinds of real-time/multi-tasking operating system, OS-9 and CTask, are utilized. We also develop an experimental model of Profibus-based automation system, and evaluate the performance of the Profibus network. Through experiments, the user layer level message latency is measured with respect to the change of message length, message generation interval and TRT(Target Rotation Time). The results of experiment are compared with those of a simulation model which comprises only the physical and data link layers of Profibus. The results of this study shows that the message latency in the user layer level occupies fairly a large part of the total message latency.

  • PDF

고속병렬컴퓨터(SPAX)에서의 효율적인 메시지 전달을 위한 메시지 전송 기법 (A Message Transfer Scheme for Efficient Message Passing in the Highly Parallel Computer SPAX)

  • 모상만;신상석;윤석한;임기욱
    • 전자공학회논문지B
    • /
    • 제32B권9호
    • /
    • pp.1162-1170
    • /
    • 1995
  • In this paper, we present a message transfer scheme for efficient message passing in the hierarchically structured multiprocessor computer SPAX(Scalable Parallel Architecture computer based on X-bar network). The message transfer scheme provides interface not only with operating system but also with end users. In order to transfer two types of control message and data message efficiently, it supports both of memory-mapped transfer and DMA-based transfer. Dual-port RAMs are used as message buffers, and control and status registers provide efficient programming interface. Interlaced parity scheme is adopted for error control. If any error is detected at receiving node, errored packet is resent by sender according to retry mechanism. In conjunction with retry mechanism, watchdog timers are used to protect infinite waiting and repeated retry. The proposed message transfer scheme can be applied to input/output nodes and communication connection nodes as well as processing nodes in the SPAX.

  • PDF

동기 병렬연산을 위한 응용수준의 결함 내성 연산시스템 (An Application-Level Fault Tolerant System For Synchronous Parallel Computation)

  • 박필성
    • 인터넷정보학회논문지
    • /
    • 제9권5호
    • /
    • pp.185-193
    • /
    • 2008
  • 대규모 병렬 시스템의 MTBF(moon time between failures)는 아주 짧아 겨우 수 시간 단위에 불과하여 장시간의 연산 도중 연산 실패로 끝나 소중한 계산 시간이 낭비되는 경우가 많다. 그러나 현재의 MPI(Message Passing Interface) 표준은 이에 대한 대안을 제시하지 않고 있다. 본 논문에서는, 비표준의 결함 내성 MPI 라이브러리가 아닌 MPI 표준 함수들만을 사용하여, 일반적인 동기 병렬 연산에 적용할 수 있는 응용 수준의 결함 내성 연산 시스템을 제안한다.

  • PDF

그래픽 유저 인터페이스와 비언어적 메시지 영상 표현의 관계 (a study of expression of non-coded Message in Visual Image and Graphic User Interface)

  • 서현석;김현석
    • 한국HCI학회:학술대회논문집
    • /
    • 한국HCI학회 2008년도 학술대회 2부
    • /
    • pp.281-285
    • /
    • 2008
  • 디지털미디어 환경에서 메시지는 언어적 표현이외에도 다양한 영상으로 의미를 표현하고 인터페이스에서 이와 같은 메시지의 표현이 나타난다. 인터페이스에서 이러한 메시지 구성의 변화는 인간에게 메시지의 수용을 수동적 수용에서 능동적 수용으로 변화시키고 있다. 최근 개발된 인터페이스는 사용자로 하여금 다양한 시각적 효과를 경험하게 하고 있다. 인터페이스에서 전해지는 의미의 전달은 모호하지만 사용자는 감각적으로는 강한 인상을 받는다. 이와 같은 다양한 비언어적인 메시지 영상 표현을 인터페이스를 통해 경험하고 있다. 비언어적 메시지 영상들은 사용자에게 어떤 메시지를 전하고 있지만 사용자마다 받아들이는 해석은 다르다. 그 이유는 비언어적 메시지 영상은 의사소통에 있어서 개념화되지 않아 사람마다 의미의 차이를 보이고, 사용자에게 인터페이스의 사용 경험에 있어서 즉흥적인 시각 경험을 주기 때문이다. 의미는 모호하지만 감각을 지극히는 즉흥적이고 화려한 영상 효과는 디지털 미디어 환경에서 흔히 나타나는 현상이 되었고 일상화되며 즐기고 있다. 비언어적 메시지 영상 표현은 아직 개념화되지 않은 커뮤니케이션의 시각적 표현의 확장이고, 나아가 사용자들에게 제공되는 또 하나의 메시지가 될 수 있다. 따라서 다양한 시각표현을 제공하는 인터페이스(GUI)에서는 시각적 감각만을 통해 수용하기 보다는 다감각적인 분산적 지각으로 수용한다.

  • PDF

이기종 지휘통제체계 연동을 위한 무장정보 처리 표준화 설계 방안 (A Standardized Design Method of Weapon Information Exchange for Interoperability with Several Kinds of Command and Control System)

  • 신진범;배정일;이동관;고혜승
    • 한국군사과학기술학회지
    • /
    • 제18권6호
    • /
    • pp.771-778
    • /
    • 2015
  • In this paper, we have proposed a design method for standardization of weapon information exchange between a weapon control computer of guided missile system and a high echelon command and control system. Because the weapon control computer based on diverse combat platforms is operated with several kinds of a high echelon system, it is necessary to provide a standardized design method for weapon information exchange between mutual system. In fact, it is possible to standardize a interface design specification of weapon information message because weapon information message is closely related to standard tactical data link message. It is essential that the interface design specification of weapon information is submitted to that of tactical data link information. It seems that this interface design specification is very useful in development process of the future weapon system.

전동차용 네트웍 프로토콜의 메세지 서비스의 구현 (Implementation of Message Service for TCN Protocol)

  • 박홍성;진창기;박근표;김형육;윤건
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2000년도 제15차 학술회의논문집
    • /
    • pp.133-133
    • /
    • 2000
  • This paper implements Message Service of TCN or IEC 61375-1. TCN is divided into two services, Variable and Message Service. Variable Service uses the broadcasting method with Source Address, but Message Service uses peer-to-peer method with Destination Address and has OSI 7 Layer. In TCN, interface between Transport and Network Layer has not been defined and Meaning of Packet Pool has not been defined exactly. Therefore, this paper proposes the Implementation method for both the interface between Transport and Network Layer and the packet pool for Message Service of TCN.

  • PDF

한국형 무인항공기 연동 프로토콜 기반 시스템 구축을 위한 API 기반 공통 DLI 메시지 모듈 설계 (Design of Common DLI Message Module based on API for the System based on Construction of the Korean Unmanned Aerial Vehicle Interface Protocol)

  • 김태원;이신주;이동호;김영곤
    • Journal of Platform Technology
    • /
    • 제10권4호
    • /
    • pp.25-38
    • /
    • 2022
  • 최근 국내에서는 무인항공기 간 상호 운용성을 확보하기 위해 STANAG-4586 기반의 한국형 무인항공기(UAV) 연동 프로토콜(K-4586)을 개발하고 있다. K-4586 기반 무인 항공기 체계(UAS)의 핵심 요소는 Core UAV Control System(CUCS), Vehicle Specific Module(VSM) 및 Data Link Interface(DLI), C4I 시스템으로 이루어져 있다. K-4586 기반 UAS에서 VSM과 CUCS는 UAV 연동을 위한 DLI 메시지 송수신 기능을 개별적으로 포함한다. Generator/Analyzer(G/A) 도구는 핵심 요소인 VSM 및 CUCS에 대한 프로토콜 적합성 검증을 위해 개발되는 도구이며, DLI 메시지 송수신 기능이 포함된 G/A 도구가 별도로 개발되어야 한다. K-4586 기반 핵심 응용프로그램(VSM, CUCS, DLI) 및 G/A 도구는 개발 주체 별로 독립적으로 개발될 수 있다. 만약 개발 주체 별로 DLI 메시지 모듈이 상이한 경우, 프로토콜 적합성 검증 범위 및 결과가 달라지며, 시스템 통합 시 문제가 발생할 수 있다. 본 연구에서는 K-4586 기반 핵심 응용프로그램과 프로토콜 적합성 검증 도구 개발에 필수적인 DLI 메시지 송수신 기능을 API 기반 공통 DLI 메시지 모듈로 구현하였다. 제안한 공통 DLI 메시지 모듈 적용 시, UAS 시스템 개발 기간 단축 및 비용 절감을 기대할 수 있으며, 프로토콜 적합성을 보장할 수 있다. 본 논문에서는 API 기반 공통 DLI 메시지 모듈에 대한 설계 및 구현 방법을 제시하고, 시험을 통한 기능 검증 결과를 기술한다.