• 제목/요약/키워드: message mapping

검색결과 42건 처리시간 0.025초

Java를 이용한 XConverter 시스템 설계 및 구현 (The Design and Implementation of XConverter System With Java)

  • 안경림;백혜경;임병찬;이영교
    • 한국전자거래학회지
    • /
    • 제6권2호
    • /
    • pp.1-12
    • /
    • 2001
  • AS EC is expanded and activated, many message standards, EDI, XML, UDF, etc are defined and is used at various business part. But the existed translator supports only one mapping translation, for example, EDI-to-UDF, UDF-to-EDI. So many user must be introduced a new translation when new business(message standard) is beginning, To solve this problem, we propose XConverter System as registering mapping information which is able to transform to user requested format using same translator even though it is transferred any formatted message in this paper. Also, We design and implement this system which is capable to integrate with existed legacy system, including DB transformation functionality. The .XConverter System supports changing the business message format to the common user used message format. And this system easily migrates with existed legacy system because DB transform module is component. Therefore, The proposed System is more various and flexible than the other translation system that provide just one mapping transformation.

  • PDF

멀티코어 환경에서 SEDA 기반 메시지 처리기의 수행함수 특성을 고려한 쓰레드 매핑 기법 (A Function-characteristic Aware Thread-mapping Strategy for an SEDA-based Message Processor in Multi-core Environments)

  • 강희은;박성용;이윤정;지승배
    • 정보과학회 논문지
    • /
    • 제44권1호
    • /
    • pp.13-20
    • /
    • 2017
  • 메시지 처리기란 클라이언트들로부터 수신된 다양한 포맷의 메시지를 수신 메시지 별 쓰레드를 생성하여 처리하고 그 결과를 목적지로 전달하는 서버 소프트웨어를 말한다. 본 논문에서는 SEDA(The Stage Event Driven Architecture) 구조의 메시지 처리기에서 각 수행함수가 CPU 또는 IO bound 특성을 가질 수 있다는 점에 착안하여, 수행 함수 별 특성을 고려해 쓰레드를 각 코어에 매핑하는 FC-TM(Function Characteristic aware Thread Mapping) 기법을 제안하였다. 본 논문에서는 메시지 처리에 필요한 각 수행함수의 특성이 정적인 것으로 가정하였다. 따라서 수행 가능한 함수를 미리 프로파일링(profiling)하여 특성을 분석한 후, 실제 수신되는 메시지에 따라 단위시간 당 처리량(throughput)이 최대가 되도록 쓰레드를 매핑하였다. 성능 평가 결과 IO bound한 함수가 특정 비율 이상 있을 경우, 기존 연구보다 단위시간당 처리량이 최대 72%까지 증가하였다.

A PERFORMANCE IMPROVEMENT OF ANEL SCHEME THROUGH MESSAGE MAPPING AND ELLIPTIC CURVE CRYPTOGRAPHY

  • Benyamina Ahmed;Benyamina Zakarya
    • International Journal of Computer Science & Network Security
    • /
    • 제23권3호
    • /
    • pp.169-176
    • /
    • 2023
  • The vehicular ad hoc network (VANET) is currently an important approach to improve personal safety and driving comfort. ANEL is a MAC-based authentication scheme that offers all the advantages of MAC-based authentication schemes and overcomes all their limitations at the same time. In addition, the given scheme, ANEL, can achieve the security objectives such as authentication, privacy preservation, non-repudiation, etc. In addition, our scheme provides effective bio-password login, system key update, bio-password update, and other security services. Additionally, in the proposed scheme, the Trusted Authority (TA) can disclose the source driver and vehicle of each malicious message. The heavy traffic congestion increases the number of messages transmitted, some of which need to be secretly transmitted between vehicles. Therefore, ANEL requires lightweight mechanisms to overcome security challenges. To ensure security in our ANEL scheme we can use cryptographic techniques such as elliptic curve technique, session key technique, shared key technique and message authentication code technique. This article proposes a new efficient and light authentication scheme (ANEL) which consists in the protection of texts transmitted between vehicles in order not to allow a third party to know the context of the information. A detail of the mapping from text passing to elliptic curve cryptography (ECC) to the inverse mapping operation is covered in detail. Finally, an example of application of the proposed steps with an illustration

MTF 메시지와 XML간 상호변환 규칙 설계 및 구현 (Design and Implementation of the Conversion Rule between XML and MTF Messages)

  • 박인수;윤희병
    • 정보처리학회논문지D
    • /
    • 제12D권5호
    • /
    • pp.781-788
    • /
    • 2005
  • MTF 메시지는 C4I 체계와 같은 국방 메시지 시스템에서 필요한 정보를 상호 교환하거나 다른 시스템으로 정보를 전달하고자 할 때 사용되는 정형화되고 표준화된 메시지 포맷이며, XML은 다양한 검색 지원 및 하드웨어나 소프트웨어에 종속되지 않는 장점을 바탕으로 인터넷 기반에서 전자정보의 효율적 표현과 교환에 최적의 수단으로 평가 받고 있다. 미군은 MTF에 이러한 XML 기반 기술과 결합한 XML-MTF를 도입하여 지속적인 개량과 발전을 도모하고 있으나, 우리 군은 자체 MTF 체계를 보유하지 않고 있으며 또한, 여러 C4I 체계가 Web 기반으로 이동함에 따라 한$\cdot$미간 효율적인 연합작전 수행을 위해 MTF의 필요성이 증가하고 있다. 본 논문에서는 MTF 메시지의 기본구조 및 본문 구성, 작성규칙을 분석하며, 이러한 결과를 바탕으로 XML 변환을 위한 엘리먼트 명칭과 기본적인 매핑(Mapping) 규칙을 제안한다 또한, 제안된 매핑 규칙을 적용하여 MTF 메시지 샘플을 XML 문서로 직접 변환해 봄으로써 MTF 메시지가 XML 문서로 변환이 가능함을 보이고, 이를 기반으로 MTF 메시지를 생성하고 이를 자동으로 XML 문서로 변환하는 XML-MTF 변환 프로그램을 구현한다.

Java를 기반으로 하는 Internet Messaging System (XML/EDI System) 설계 및 구현 (The Design and Implementation of Internet Messaging System(XML/EDI System) with based on Java)

  • 이영교;안경림;안정희
    • 한국컴퓨터정보학회논문지
    • /
    • 제6권2호
    • /
    • pp.78-83
    • /
    • 2001
  • 본 논문에서는 인터넷 메시징 시스템인 XML/EDI System을 설계. 구현하였으며 어떠한 형태의 메시지가 전송되더라도 매핑 정보만 등록함으로써, 사용자가 요청한 형태로 변환할 수 있으며. 기존 Legacy System(ERP, MIS 등)과도 연동 가능한 시스템을 설계하였다. 구현 서비스로는 기본 서비스로 문서 송신, 문서 수신, 문서 검색을, 그리고 사용자 시스템에서의 매핑 서비스와 여러 메시지 형태 중 EDI, XML, DB, HTML등 일부를 우선 선정하여 구현하였다.

차량 네트워크 시스템을 위한 노드 매핑 기반 FlexRay-CAN 게이트웨이 구현 (Implementation of Node Mapping-based FlexRay-CAN Gateway for In-vehicle Networking System)

  • 배용경;김만호;이석;이경창
    • 한국자동차공학회논문집
    • /
    • 제19권6호
    • /
    • pp.37-45
    • /
    • 2011
  • As vehicles become more intelligent, in-vehicle networking (IVN) systems such as controller area network (CAN) or FlexRay are essential for convenience and safety of drivers. To expand the applicability of IVN systems, attention is currently being focused on the communication between heterogeneous networks such as body networking and chassis networking systems. A gateway based on message mapping method was developed to interconnect FlexRay and CAN networks. However, this type of gateways has the following shortcomings. First, when a message ID was changed, the gateway must be reloaded with a new mapping table reflecting the change. Second, if the number of messages to be transferred between two networks increase, software complexity of gateway increases very rapidly. In order to overcome these disadvantages, this paper presents FlexRay-CAN gateway based on node mapping method. More specifically, this paper presents a node mapping based FlexRay-CAN gateway operation algorithm along with the experimental evaluation for ID change.

객체-관계 대응 함수를 이용한 EDI-MS용 MSIB의 설계 방법 (A Design Methodology of the MSIB(Message Store Information Base) for EDI-MS(EDI-Message Store) Using Object-Relation Mapping Function)

  • 백승혜;김태윤
    • 한국통신학회논문지
    • /
    • 제19권1호
    • /
    • pp.143-158
    • /
    • 1994
  • EMD 통신 전용 프로토콜로 1990년도에 CCITT와 ISO/IEC가 공동으로 발표한 X.435는 1988년도 X,413 권고안에서 제안한 MHS용 MS의 기능을 EDI로 확작하기 위한 EDI.MS의 메시지 형태와 추상적 서비스를 기술하고 있다. 본 논문에서는 MHS용 MS를 EDI.MS로 확장하고자 할 경우 그 저장 구조가 되는 MSIB(Message Store Information Base)를 구현할 때 필요한 설계 방법을 연구하였다. 본 논문에서 제시한 설계 방법은 객체-관계 대응 함수를 이용한 설계 방법이다. 이 방법은 MSIB에 저장되는 EDI 메시지 형태와 특성을 고려하였다. 제안한 설계방법은 별도의 정규화 과정없이 제3 정규형을 만족하는 MSIB구성 테이블을 설계할 수 있는는 장점이 있다. 제안한 설계 방법에 의해 구축된 MSIB는 나중 값의 저장 및 검색시 효율적이다.

  • PDF

Link-K와 KMTF 메시지 간 포맷 변환 방법 (Method of Format Conversion Between Link-K and KMTF Messages)

  • 김완식;이민식;김상준;박지현
    • 한국군사과학기술학회지
    • /
    • 제20권2호
    • /
    • pp.264-271
    • /
    • 2017
  • Link-K message is the Tactical Data Link message standard developed by the Agency for Defense Development which is optimized for the Joint Operation of ROK Armed Force. KMTF message is the standard message format of Battle Management Information System. Interconversion and propagation between these messages are definitely needed to have efficient warfare such as situation data propagation using network, the convergence of collected situation data, common situational awareness, cooperative engagement. Therefore, this study suggests a way of rule and process for format conversion between Link-K and KMTF messages.

PROMISE: A QR Code PROjection Matrix Based Framework for Information Hiding Using Image SEgmentation

  • Yixiang Fang;Kai Tu;Kai Wu;Yi Peng;Yunqing Shi
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제17권2호
    • /
    • pp.471-485
    • /
    • 2023
  • As data sharing increases explosively, such information encoded in QR code is completely public as private messages are not securely protected. This paper proposes a new 'PROMISE' framework for hiding information based on the QR code projection matrix by using image segmentation without modifying the essential QR code characteristics. Projection matrix mapping, matrix scrambling, fusion image segmentation and steganography with SEL(secret embedding logic) are part of the PROMISE framework. The QR code could be mapped to determine the segmentation site of the fusion image as a binary information matrix. To further protect the site information, matrix scrambling could be adopted after the mapping phase. Image segmentation is then performed on the fusion image and the SEL module is applied to embed the secret message into the fusion image. Matrix transformation and SEL parameters should be uploaded to the server as the secret key for authorized users to decode the private message. And it was possible to further obtain the private message hidden by the framework we proposed. Experimental findings show that when compared to some traditional information hiding methods, better anti-detection performance, greater secret key space and lower complexity could be obtained in our work.

oneM2M 통신 프로토콜 기반 사물인터넷 시스템 개발 (Development of an IoT System Based on the oneM2M Communication Protocol)

  • 박기현;이종휘;우민우;박준수
    • 예술인문사회 융합 멀티미디어 논문지
    • /
    • 제6권3호
    • /
    • pp.41-49
    • /
    • 2016
  • 본 논문에서는 현재 전 세계적으로 많은 관심이 집중되어있고, 많은 연구와 개발이 진행되고 있는 사물인터넷 시스템을 개발하였는데, 다양한 표준화 단체들 중에서 가장 많은 연구가 진행된 oneM2M 통신 프로토콜을 사용하였다. oneM2M 통신 프로토콜을 기반으로 하는 본 연구의 사물인터넷 시스템은 크게 ADN-AE 모듈과 CSE 모듈로 나눌 수 있다. AE 모듈은 다양한 서비스의 어플리케이션을 제공하거나 CSE를 관리할 수도 있다. CSE 모듈은 사물인터넷의 다양한 AE들에게 공통적으로 제공해야하는 서비스 기능들로 이루어진 플랫폼이다. CSE 모듈은 Network Manager, Message Handler, Resource Manager 모듈 등으로 구성된다. Network Manager 모듈은 oneM2M 기반 통신의 전반적인 관리와 시스템 전체의 흐름을 관장한다. Message Handler 모듈은 송수신한 모든 메시지들의 관리 및 분석을 담당하고, Resource Manager 모듈은 리소스 트리에 관한 모든 관리를 담당하도록 하였다. 리소스 트리는 관리되어야 할 오브젝트에 관한 정보를 저장한다. 각 모듈에서의 자료 흐름 및 프로토콜 매핑 등에 관해서도 설명하였다.