• Title/Summary/Keyword: JACE 그룹통신 시스템

Search Result 6, Processing Time 0.023 seconds

A Java Group Communication System supporting Extended Virtual Synchrony (Extended Virtual Synchrony를 지원하는 자바 그룹통신 시스템)

  • 문남두;이명준
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.10 no.1
    • /
    • pp.37-48
    • /
    • 2004
  • Important Java network application services have been rapidly increased along with the growth of the Internet. So, it is desirable for such applications to serve transparently, continuously and safely even if the network is temporally partitioned or certain hosts running those services are crashed down. To satisfy such requirements, many group communication systems have been developed. However, existing Java-based group communication systems do not support both the extended virtual synchrony and various types of message delivery such as FIFO, causal, total and safe delivery service. In this paper, we present the design and implementation of a Java group communication system, named JACE, supporting various types of message delivery between group members and the extended virtual synchrony model. The JACE system consists of a number of protocol modules which can be stacked on top of each other in a variety of ways. In addition, using the JACE system, we have developed an experimental UDDI registry for discovering and publishing information about Web services.

Design of JNDS using JACE group communication system (JACE 그룹통신시스템을 이용한 JNDS의 설계)

  • 문남두;김진홍;안건태;박양수;이명준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2000.10c
    • /
    • pp.284-286
    • /
    • 2000
  • 명명(Naming) 서비스 및 디렉토리(Directory) 서비스는 네트워크에 연결된 사용자 PC, 서버, palm, 인터넷 응용서비스, 네트워크 장치, 자바 객체 등에 표준 이름을 부여하여 관련된 다양한 정보를 논리적으로 접근할 수 있도록 지원하는 서비스이다. JNDI(Java Naming and Directory Interface)는 기업 내에서 사용되는 다양한 명명 서비스와 디렉토리 서비스에 대하여 단일의 인터페이스를 사용하여 관리할 수 있도록 지원한다. 본 논문에서는 그룹통신 시스템인 JACE 시스템을 이용하여 동일한 서비스를 제공하는 분산된 명명 서비스와 디렉토리 서비스가 프로세스 그룹으로 동작될 수 있는 JNDS(Java Naming and Directory System)의 설계에 관하여 기술한다.

  • PDF

A Robust LDAP Server Using Group Communication (그룹통신을 이용한 견고한 LDAP 서버)

  • Moon, Nam-Doo;Ahn, Geon-Tae;Park, Yang-Soo;Lee, Myung-Joon
    • The KIPS Transactions:PartC
    • /
    • v.10C no.2
    • /
    • pp.199-208
    • /
    • 2003
  • LDAP (Lightweight Directory Access Protocol) Directory Service provides information for locating resources like files and devices over the network such as Internet or Intranet. Since LDAP is widely accepted as one of the standard directory service structure for the Internet, it is desirable that a group of LDAP servers works transparently and continuously even if the related network partitions temporally, through maintaining replicated directory information among those LDAP servers. In this paper, we describe the design and implementation of a robust LDAP sewer, which runs as a process group in JACE group communication system, and the associated LDAP service provider which enables Java applications to use the developed LDAP directory service.

Development of Reliable Object Space using JACE group communication system (JACE그룹통신시스템을 이용한 신뢰성 있는 공유객체공간의 개발)

  • 안건태;문남두;정현락;유양우;이명준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10c
    • /
    • pp.218-220
    • /
    • 1999
  • 인터넷과 네트웍 기술의 급속한 성장에 따라 간단하고 효율적이며, 관리가 용이한 분산 어플리케이션의 필요성이 증대되었다. 이러한 요구사항을 만족시키기 위하여 네트워크 상에 분산되어 있는 자원, 서비스 및 객체의 공유와 이들 사이의 통신을 일관된 방법으로 지원하는 튜플스페이스(Tuple space) 시스템들이 제안되었다. 그러나, 기존의 시스템들은 서버를 통한 중앙 집중적인 공유공간(shared space) 구조를 가지고 있으므로 서버의 실패(crash)나 네트워크의 분할(partition)과 같은 전산망의 결함이 발생하였을 경우 지속적인 서비스를 제공할 수 없게 된다. 본 논문에서는 특정 목적에 따라 그룹화된 공유공간의 생성이 가능하고 객체를 관련노드에 중복(replication)해서 저장할 수 있는 튜플스페이스 시스템인 ObjectSpace의 설계 및 구현에 대하여 설명한다. ObjectSpace는 객체를 공유하기 위하여 공유공간에 객체를 저장하는 기능과 공유된 객체를 조회하는 기능을 제공한다. 중복된 객체들에 대하여 일관성을 유지하기 위하여 그룹을 지원하는 JACE 그룹통신시스템을 하부구조로 사용하여 구현하였다.

  • PDF

JACE: A Reliable Group Communication System over the Internet (JACE: 인터넷 환경을 지원하는 신뢰성 있는 그룹통신 시스템)

  • Mun, Nam-Du;An, Geon-Tae;Yu, Yang-U;Lee, Myeong-Jun
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.11S
    • /
    • pp.3379-3389
    • /
    • 1999
  • Important network application services have been rapidly increased along with the growth of the Internet. So, it is desirable for such applications to serve transparently, continuously and safely even if the network is temporally disconnected or certain hosts running those services are crashed down. To satisfy such requirementes, many group communication systems have been developed; but, those systems restrict its range within a single LAN or directly interconnected LAN environments since the communication through the Internet is too slow and too unreliable to support group communication. As of now, it is expected the Internet is going to e sufficiently fast and reliable in the near communication system, named FACE(Java Advanced Communication Environment), supporting Extended Virtual which is a basic communication layer, RPGS(Reliable Process Group Service) which manages application process groups, and JACE API for developing Java application services and clients programs. In addition, an experimental replicated object space is developed as an application of the JACE system.

  • PDF

Design and Implementation of a Robust LDAP Server Using Group Communication (그룹통신을 이용한 견고한 LDAP 서버의 설계 및 구현)

  • 문남두;안건태;김진홍;이명준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.430-432
    • /
    • 2001
  • LDAP 디렉토리(Directory) 서비스는 인터넷이나 인트라넷 등 네트워크 상에 있는 파일이나 장치들과 같은 자원 등의 위치를 찾을 수 있도록 정보를 제공한다. 따라서 다수의 LDAP 서버들 사이에 디렉토리 정보를 중복하여 유지함으로써 특정 서버와의 네트워크 단절(partition)과 같은 결함이 발생되는 상황에서도 투명하고 지속적으로 서비스를 제공하는 것이 바람직하다. 본 논문에서는 JACE 그룹통신 시스템을 이용하여 프로세스 그룹으로 동작하는 LDAP 서버와 자바 응용프로그램에서 서비스를 사용할 수 있도록 그룹 통신을 이용하여 LDAP 서비스 프로바이더를 설계하고 구현하였다.