• Title/Summary/Keyword: Logical Interface

Search Result 87, Processing Time 0.029 seconds

A Storage and Retrieval System for Structured SGML Documents using Grove (Grove를 이용한 구조적 SGML문서의 저장 및 검색)

  • Kim, Hak-Gyoon;Cho, Sung-Bae
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.8 no.5
    • /
    • pp.501-509
    • /
    • 2002
  • SGML(ISO 8879) has been proliferated to support various document styles and to transfer documents into different platforms. SGML documents have logical structure information in addition to contents. As SGML documents are widely used, there is an increasing need for database storage and retrieval system using the logical structure of documents. However. traditional search engines using document indexes cannot exploit the logical structure. In this Paper, we have developed an SGML document storage system, which is DTD-independent and store the document type and the document instance separately by using Grove which is the document model for DSSSL and HyTime. We have used the Object Store, an object-oriented DBMS, to store the structure information appropriately without any loss of structural information. Also, we have supported a index structure for search efficiency like the relational DBMS, and constructed an effective user interface which combines content-based search with structure-based search.

Annotation Repositioning Methods in XML Documents (XML문서에서 어노테이션의 위치재생성 기법)

  • Sohn Won-Sung;Kim Jae-Kyung;Ko Myeong-Cheol;Lim Soon-Bum;Choy Yoon-Chul
    • Journal of KIISE:Software and Applications
    • /
    • v.32 no.7
    • /
    • pp.650-662
    • /
    • 2005
  • A robust repositioning method is required for annotations to always maintain proper positions when original documents were modified. Robust anchoring in the XML document provides better anchoring results when it includes features of structured documents as well as annotated texts. This paper proposes robust annotation anchoring method in XML document. To do this, this work presents annotation information as logical structure trees, and creates candidate anchors by analyzing matching relations between the annotation and document trees. To select the appropriate candidate anchor among many candidate anchors, this work presents several anchoring criteria based on the textual and label context of anchor nodes in the logical structure trees. As a result, robust anchoring is realized even after various modifications of contexts in the structured document.

Design and implementation of an integrated network management agent (통합 망 관리 에이전트 설계 및 구현)

  • Park, Sang-Cheol;Kim, Tae-Su;Lee, Gwang-Hwi
    • The KIPS Transactions:PartC
    • /
    • v.8C no.5
    • /
    • pp.683-692
    • /
    • 2001
  • In this paper, an integrated network management agent has been proposed and implemented to support different network management protocols, SNMP (Simple Network Management Protocol) for Internet and CMIP (Common Management Information Protocol) for OSI networks. We used MOVI (Managed Object View Interface) concept to integrate the different network management systems. We reviewed three models to design the integrated network management agent and then selected a suitable model among them. The logical structure of an agent, the implementation method and the operation of each module have been shown in this paper. The osimis and ucd-snmp network management system have been used as the reference systems for implementing our system. The integrated network management agent can support the internetworking between Internet and OSI networks in the aspect of network management. Using MOVI concept, if a new management system is introduced, internetworking with this can be achieved by adding the new interface on the view interface of managed object.

  • PDF

Implementation of a security system using the MITM attack technique in reverse

  • Rim, Young Woo;Kwon, Jung Jang
    • Journal of the Korea Society of Computer and Information
    • /
    • v.26 no.6
    • /
    • pp.9-17
    • /
    • 2021
  • In this paper, we propose a reversely using the "Man In The Middle Attack" attack technique as a way to introduce network security without changing the physical structure and configuration of the existing network, a Virtual Network Overlay is formed with only a single Ethernet Interface. Implementing In-line mode to protect the network from external attacks, we propose an integrated control method through a micro network security sensor and cloud service. As a result of the experiment, it was possible to implement a logical In-line mode by forming a Virtual Network Overlay with only a single Ethernet Interface, and to implement Network IDS/IPS, Anti-Virus, Network Access Control, Firewall, etc.,. It was possible to perform integrated monitor and control in the service. The proposed system in this paper is helpful for small and medium-sized enterprises that expect high-performance network security at low cost, and can provide a network security environment with safety and reliability in the field of IoT and embedded systems.

Implementation and Design of Document Class Editor based on ODA (ODA에 근거한 문서 클래스 에디터 설계 및 구현)

  • 정회경;이수연
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.17 no.12
    • /
    • pp.1412-1422
    • /
    • 1992
  • This paper describes an implementation of the document class editor based on ODA(Open Document Architecture). For processing, we divided document structure into generic logical structure and generic layout structure as ODA standard. Also this editor could edit document profile. Using the utility which was implemented to investigate the composed document by object. we confirmed the document. And we could verify the ODIF stream data of the document. We designed this editor based on DAP level 2 of international functional standard. This system was implemented in environment of the X window system and the Motif as graphical user interface. This document class editor will be used to create real document having specific document structure.

  • PDF

Implementation of an Object -Oriented Simulator for the Signal Control of Multiple Crossroads (복합교차로의 신호제어를 위한 객체지향 시뮬레이터 구현)

  • Han, Byeong-Jun;Kim, Jong-Wan
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.5 no.6
    • /
    • pp.719-726
    • /
    • 1999
  • 본 논문은 교통 신호 제어 알고리즘들의 성능을 비교하기 위한 복합교차로 시뮬레이터를 구현하였다. 기존의 교통 시뮬레이터들은 단일교차로를 대상으로 하거나 텍스트 모드로 동작하는 경우가 많았다. 논문의 시뮬레이터는 Visual C++의 MFC 라이브러리를 사용하여 n $\times$ n 형태를 갖는 복합교차로에 적합하도록 객체지향적으로 구현되었으며, 성능 비교를 위하여 제어 알고리즘들을 별개의 윈도우에서 처리하기 쉽도록 MDI 방식을 사용하였다. 개발한 시뮬레이터는 그래프 윈도우와 맵 윈도우의 편리한 사용자 인터페이스, 논리시간 설정을 통한 다목적 시뮬레이션, 다양한 성능평가 출력 등의 특징을 갖는다. Abstract In this paper, we implemented a multiple crossroad simulator to evaluate the performance of the traffic signal control algorithms. Most of existing traffic simulators were operated in text-mode or at a single intersection. We developed the object-oriented simulator suitable for multiple crossroads with n $\times$ n intersections by using MFC (Microsoft Foundation Class) library in Visual C++. The simulator was implemented by using MDI (Multiple Document Interface) scheme in order to process both control algorithms in separate windows respectively. Our simulator has the following features: user friendly interface with graph window and map window, multi-purpose simulations by setting logical time, and various forms of performance evaluation.

Design and Verification of Connected Data Architecture Concept employing DataLake Framework over Abyss Storage Cluster (Abyss Storage Cluster 기반 DataLake Framework의 Connected Data Architecture 개념 설계 및 검증)

  • Cha, ByungRae;Cha, Yun-Seok;Park, Sun;Shin, Byeong-Chun;Kim, JongWon
    • Smart Media Journal
    • /
    • v.7 no.3
    • /
    • pp.57-63
    • /
    • 2018
  • With many types of data generated in the shift of business environment as a result of growth of an organization or enterprise, there is a need to improve the data-processing efficiency in smarter means with a single domain model such as Data Lake. In particular, creating a logical single domain model from physical partitioned multi-site data by the finite resources of nature and shared economy is very important in terms of efficient operation of computing resources. Based on the advantages of the existing Data Lake framework, we define the CDA-Concept (connected data architecture concept) and functions of Data Lake Framework over Abyss Storage for integrating multiple sites in various application domains and managing the data lifecycle. Also, it performs the interface design and validation verification for Interface #2 & #3 of the connected data architecture-concept.

Development of IEC61850 interface for 3rd party communication of online GIS preventive diagnostic system (이기종 통신을 위한 온라인 GIS 예방진단 시스템의 IEC61850 인터페이스 기능 개발)

  • Park, Chang-Sun;Park, Jin-Ho;Kim, Jung-Han
    • Proceedings of the KIEE Conference
    • /
    • 2011.07a
    • /
    • pp.724-725
    • /
    • 2011
  • 현재 전력설비는 디지털 변전소 국제 표준 통신 규격인 IEC61850을 채택하고 있는 추세에 있으며, 온라인 GIS (Gas Insulated Switchgear) 예방진단 시스템의 고객 요구 사양도 IEC61850을 이용하여 외부 인터페이스가 가능한 구조를 포함하고 있다. 본 연구에서는 온라인 GIS 예방진단 시스템에 대한 IEC61850 모델을 제시하고 Logical Node를 구성하였다. 부분방전 데이터를 비롯한 실시간 감시 데이터는 IEC61850의 fixed report 기능으로 구현하였고, 부분방전 이벤트 및 이력 정보는 파일로 저장하여 IEC61850의 file transfer 기능으로 구현하였다. 기능 검증을 위하여 온라인 GIS 예방진단 시스템 서버에 IEC61850 서버 기능을 탑재하였고 상용의 IEC61850 클라이언트 소프트웨어를 이용하여 데이터 통신 및 파일 전송 기능을 확인하였다

  • PDF

An Study on Implementation of the Web interface based on IEC 61400-25 using XML for Remote Supervisory Control at Wind Power Plants (풍력 발전의 원격 감시 제어를 위한 IEC 61400-25 기반의 XML을 사용한 웹 인터페이스 구현에 관한 연구)

  • Seo, Min-Jae;Lee, Jung-Hoon;Kim, Gwan-Su;Lee, Hong-Hee
    • Proceedings of the KIPE Conference
    • /
    • 2008.06a
    • /
    • pp.332-334
    • /
    • 2008
  • 최근 IEC는 변전소 자동화 시스템의 국제표준인 IEC 61850을 기반으로 하는 풍력 발전단지의 원격 감시 제어를 위한 통신시스템 표준인 IEC 61400-25를 발표하였다. 본 논문에서는 가상의 풍력 발전 통신 시스템을 SISCO 사의 "MMS-EASE Lite" 개발 도구를 사용하여 풍력 발전의 원격 감시 제어를 위한 서버와 클라이언트 간의 MMS 통신 서비스를 구현한다. 또한 IEC 61400-25 기반의 웹 인터페이스 구현을 위하여 뛰어난 확장성을 가진 XML(Extensible Markup Language, 확장성 생성 언어) 언어를 사용하여 풍력 발전단지의 논리 노드(Logical Node)를 구성하고, 원격 감시를 위한 웹 인터페이스를 구현하는 방법을 제안하고 실제 인터넷 환경에서 검증한다.

  • PDF

Study on Flow Mobility based on Logical Interface in Proxy MIPv6 Domain (PMIPv6 도메인에서 플로우 이동성 지원 기술 연구)

  • Youn, Joo-Sang;Pack, Sang-Heon
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2011.05a
    • /
    • pp.177-179
    • /
    • 2011
  • 본 논문은 멀티인터페이스 이동 노드에서 플로우 이동성을 지원하기 위해 PMIPv6 프로토콜 기반의 HNP 변환 기술을 제안한다. 기본적으로 PMIPv6 프로토콜은 멀티인터페이스 지원 기술이 제공하고 있다. 하지만 이 기능은 멀티이터페이스 간의 플로우 기반 이동성을 제공하지 못하고 있다. 이는 효율적인 인터페이스 사용이 가능하지 못함을 위미 한다. 따라서 효율적인 인터페이스 사용을 위해 네트워크 계층과 링크 계층 사이에 논리인터페이스가 필요하며 이를 기반으로 플로우 이동성을 제공하는 기능이 필요하다. 본 논문에서는 플로우 이동성 관점에서 플로우 이동성 지원 기능을 정의한다.

  • PDF