• 제목/요약/키워드: global open network system

검색결과 37건 처리시간 0.023초

Shared Memory Model over a Switchless PCIe NTB Interconnect Network

  • Lim, Seung-Ho;Cha, Kwangho
    • Journal of Information Processing Systems
    • /
    • 제18권1호
    • /
    • pp.159-172
    • /
    • 2022
  • The role of the interconnect network, which connects computing nodes to each other, is important in high-performance computing (HPC) systems. In recent years, the peripheral component interconnect express (PCIe) has become a promising interface as an interconnection network for high-performance and cost-effective HPC systems having the features of non-transparent bridge (NTB) technologies. OpenSHMEM is a programming model for distributed shared memory that supports a partitioned global address space (PGAS). Currently, little work has been done to develop the OpenSHMEM library for PCIe-interconnected HPC systems. This paper introduces a prototype implementation of the OpenSHMEM library through a switchless interconnect network using PCIe NTB to provide a PGAS programming model. In particular, multi-interrupt, multi-thread-based data transfer over the OpenSHMEM shared memory model is applied at the implementation level to reduce the latency and increase the throughput of the switchless ring network system. The implemented OpenSHMEM programming model over the PCIe NTB switchless interconnection network provides a feasible, cost-effective HPC system with a PGAS programming model.

전자무역의 글로벌 네트워크 개방시스템 상호연결 활용에 관한 연구 (The Use of Open Global Network System Interconnection in E-Trading)

  • 정분도;윤봉주
    • 통상정보연구
    • /
    • 제16권1호
    • /
    • pp.207-226
    • /
    • 2014
  • 현재 활용되고 있는 OSI(Open System Interconnection) 체재하의 무역 관련 물류정보화 시스템으로는 항공관제시스템, 항만운영정보시스템, 해운 선원정보시스템, 수출입일괄처리시스템 등이 있는데 이들 시스템들은 우리나라 물류 관련 산업의 운영체계를보다 편리하고 효율적으로 개선시키는데 많은 부문에 기여하고 있다. 그렇지만 운영 측면에서는 전자문서의 폭발적인 송수신 폭주로 네트워크의 기술적인 문제점들이 적잖게 노출되어 있다. 우리나라가 물류의 정보중심지로 성장하기 위해서는 글로벌 체재속의 IT기술 중 네트워크를 이용한 제어기법들을 충분히 활용하여야 할 때이며 수출입 물류체계를 한층 더 신속 및 정밀화시켜 고도화 단계로 성장시켜야 할 때이다. 따라서 본 논문의 핵심은 OSI 체재하의 전자무역 네트워크의 효율적인 운영을 위하여 부문별 종합 네트워크와 데이터 단위전송의 침입탐지시스템 등의 관리방법 등을 제시하고자 한다. 본 논문에서는 네트워크 기능 배분에 따른 조직과 인력의 조정, 사무의 위임전결 등 내부조직의 합리화 방안과 관련법규의 정비 등은 연구범위에 포함하지 않았다. 그러므로 본 논문은 OSI 체재하의 무역 관련 네트워크를 실무적 관점에서 살펴보고, 향후 해석적 기초를 제시하는데 그 목적을 두었다.

  • PDF

A Hybrid Method Based on Genetic Algorithm and Ant Colony System for Traffic Routing Optimization

  • Thi-Hau Nguyen;Ha-Nam Nguyen;Dang-Nhac Lu;Duc-Nhan Nguyen
    • International Journal of Computer Science & Network Security
    • /
    • 제23권8호
    • /
    • pp.85-90
    • /
    • 2023
  • The Ant Colony System (ACS) is a variant of Ant colony optimization algorithm which is well-known in Traveling Salesman Problem. This paper proposed a hybrid method based on genetic algorithm (GA) and ant colony system (ACS), called GACS, to solve traffic routing problem. In the GACS, we use genetic algorithm to optimize the ACS parameters that aims to attain the shortest trips and time through new functions to help the ants to update global and local pheromones. Our experiments are performed by the GACS framework which is developed from VANETsim with the ability of real map loading from open street map project, and updating traffic light in real-time. The obtained results show that our framework acquired higher performance than A-Star and classical ACS algorithms in terms of length of the best global tour and the time for trip.

PCI Express 기반 OpenSHMEM 초기 설계 및 구현 (Design and Implementation of Initial OpenSHMEM Based on PCI Express)

  • 주영웅;최민
    • 정보처리학회논문지:컴퓨터 및 통신 시스템
    • /
    • 제6권3호
    • /
    • pp.105-112
    • /
    • 2017
  • PCI Express는 고속, 저전력 등의 특성으로 인하여 프로세서와 주변 I/O 장치들을 연결하는 업계 표준의 버스 기술이다. PCI Express는 최근 고성능 컴퓨터나 클러스터/클라우드 컴퓨팅 등의 분야에서 시스템 인터커넥션 네트워크로서 그 활용가능성을 검증하고 있는 추세이다. PCI Express가 시스템 인터커넥션 네트워크로서 활용가능하게 된 계기는 PCI Express에 NTB(non-transparent bridge) 기술이 도입되면서부터이다. NTB 기술은 물리적으로 두 PCI Express subsystem을 연결가능하도록 하지만, 필요할 경우 논리적인 격리(isolation)를 제공하는 특징이 있다. 또한, PGAS(partitioned global address space)와 같은 공유 주소 공간(shared address space) 프로그래밍 모델은 최근 멀티코어 프로세서의 보편화로 인하여 병렬컴퓨팅 프레임워크로 각광받고 있다. 따라서, 본 논문에서는 차세대 병렬컴퓨팅 플랫폼을 위하여 PCI Express 환경에서 OpenSHMEM을 구현하기 위한 초기 OpenSHMEM API를 설계 및 구현하였다. 본 연구에서 구현한 15가지 OpenSHMEM API의 정확성을 검증하기 위해서 Github의 openshmem-example 벤치마크의 수행을 통하여 확인하였다. 현재 시중에서는 PCI Express 기반 인터커넥션 네트워크는 가격이 매우 비싸고 아직 일반인이 사용하기 용이하도록 NIC형태로 널리 보급되지 않은 실정이다. 이러한 기술개발 초기단계에서 본 연구는 PCI Express 기반 interconnection network를 RDK(evaluation board) 수준에서 실제로 동작하는 실험환경을 구축하고, 여기에 추가로 최근 각광받는 OpenSHMEM software stack를 자체적으로 구현하였다는 데 의의가 있다.

Crisis Communication Strategy for Responding the Disaster in North-East Asia: Enhancing the Cooperative Disaster Management Network and the Social Network

  • Lee, Jae-Eun
    • International Journal of Contents
    • /
    • 제8권3호
    • /
    • pp.64-70
    • /
    • 2012
  • The purpose of this paper is to give some crisis communication strategies for effective cooperation and coordination among the countries in global society. Based on the theoretical discussions, in this paper, five strategic recommendations toward improving crisis communication are offered as follows; First, it is necessary that a small, dynamic team for global crisis communication function be established among the nearby countries. Second, for understanding the neighboring country's crisis situation, it is needed that the common crisis communication organizations which play an important role of disseminating accurate information and giving the collaborative efforts in each country have to be made. Third, for effective crisis management, an appropriate infrastructure that includes open and effective communication channels among different levels and across organizations must be in place. Fourth, mass communication should fulfill a variety of functions in society and provide information, interpretation of events, and its influence, etc for cooperating and coordinating the crisis management. Fifth, to acquire a correct understanding of the bordering country's crisis and calamities, intercultural education program should be established in the crisis communication system.

Protection Management for Guaranteed User-Driven Virtual Circuit Services in Dynamic Multi-domain Environments: Design Issues and Challenges

  • Lim, Huhnkuk
    • ETRI Journal
    • /
    • 제37권2호
    • /
    • pp.369-379
    • /
    • 2015
  • Fault management of virtualized network environments using user-driven network provisioning systems (NPSs) is crucial for guaranteeing seamless virtual network services irrespective of physical infrastructure impairment. The network service interface (NSI) of the Open Grid Forum reflects the need for a common standard management API for the reservation and provisioning of user-driven virtual circuits (VCs) across global networks. NSI-based NPSs (that is, network service agents) can be used to compose user-driven VCs for mission-critical applications in a dynamic multi-domain. In this article, we first attempt to outline the design issues and challenges faced when attempting to provide mission-critical applications using dynamic VCs with a protection that is both user-driven and trustworthy in a dynamic multi-domain environment, to motivate work in this area of research. We also survey representative works that address inter-domain VC protection and qualitatively evaluate them and current NSI against the issues and challenges.

Social Network Platform을 위한 TV SNS 서비스 (TV SNS Service for Social Network Platform)

  • 박정훈;이현주;연승호;손진수;전병우
    • 한국정보통신설비학회:학술대회논문집
    • /
    • 한국정보통신설비학회 2009년도 정보통신설비 학술대회
    • /
    • pp.268-271
    • /
    • 2009
  • In this paper, we analyze social network status and suggest TV SNS Service. According to alexa.com's recent chart, there are three SNS sites (facebook, myspace, twitter) in global top 20 sites. SNS usage has increased dramatically. Recently many SNS are growing up by opening their platform that make it easy to develope new services and functions by third party developers. KT is implementing open platform that is support Widget and SNS service. And Recently Social TV comes into the spotlight. Social TV is combination of social media and TV contents. It is enable to exchange emotion and opinion by communication with other people when watching Video contents. We propose TV SNS Service that provides various services by using advantage of SNS system and Social TV.

  • PDF

사물인터넷 서비스의 중점 표준화 항목 도출 및 전략에 관한 연구 (Study on key standardization Work Item derivation and strategies for IoT services)

  • 김정숙
    • 디지털산업정보학회논문지
    • /
    • 제12권1호
    • /
    • pp.13-26
    • /
    • 2016
  • Service and technology for the future hyper-connected society, which is every information receive through the mobile internet, will be an Internet of Things. Thus, it is mandatory to derive key standardization work item and establish strategy for the global business with the standardization of device and service platform by the application service. In this study, by analyzing the domestic and international market trends, state of technical development, and standardization of technology, we identified the open platform is the stepping stone for achieving the goal which is establishing the virtuous circulation of IoT ecosystem. Also, we defined emphasized key standardization work item for achieving the open platform are network, server, access authentication, billing system, and software platform. After that, we proposed future strategy direction of standardization. This research could be contribute to the IoT service diffusion by realizing IP communication among low power wireless terminals and implementing light-weight standard internet protocol.

다중위성운영을 위한 네트워크 구성 방안 연구 (Network Configuration Study for Multi-Satellite Operations)

  • 백현철;장인식;이상정;김병철;이재용
    • 항공우주시스템공학회지
    • /
    • 제13권4호
    • /
    • pp.1-9
    • /
    • 2019
  • 방송 통신, 지구관측, 기상관측, 해양관측, 그리고 항행 등 서로 다른 임무를 가지고 있는 위성들을 통합 운영하는 것은 보안에 취약하다. 현재 구성된 지상국 네트워크의 문제점은 시험 환경을 구축하여 분석하였다. 이를 바탕으로 하나의 지상국에 의해서 여려 개의 위성을 운영할 수 있는 네트워크를 설계하였다. 또한, 국내외 지상국과의 인터페이스 및 네트워크 구성방안을 제안하였다. 국내외 지상국과 연동하는 네트워크는 국가과학기술연구망과 글로벌과학기술협업연구망으로 구성하였다. 내부 네트워크는 방화벽, 가상사설망, DMZ, 1-way USB 등으로 구성하였다. 제안된 방법으로 네트워크를 구축하면 바이러스 유입 및 감염 등 유해 데이터를 차단할 수 있다.

Open PPP/PPP-RTK 보정정보 서비스 동향 (Trends of Open PPP/PPP-RTK Correction Services)

  • 임철순;조용래;이예빈;차윤호;박병운;박두경;이승호
    • 한국항행학회논문지
    • /
    • 제26권6호
    • /
    • pp.418-426
    • /
    • 2022
  • 반송파 기반 위성항법 보강시스템은 GNSS(global navigation satellite system) 측정치 오차를 보상하는 방식에 따라 OSR(observation space representation)과 SSR(state space representation)으로 구분된다. 대표적인 OSR 기반 보강시스템인 N-RTK(network real time kinematics)는 약 100 km 수준의 서비스 영역 내에서 cm급 측위 정확도를 확보할 수 있는 시스템이지만, 일반적으로 사용자-인프라 간 양방향 통신 방식에 의해 서비스가 구현된다. 이러한 특징으로 인해 N-RTK를 활용한 위성 기반 cm급 전국토 정밀 측위 서비스 구축은 현실적으로 많은 제약이 따른다. 반면, SSR 보강시스템은 서비스 영역 내 모든 사용자에게 동일한 보정정보를 제공하기 때문에 단방향 서비스에 적합하고, 각 보정정보의 전송주기를 유동적으로 조절할 수 있으므로 위성 기반 광역 정밀 보정정보 방송 서비스에 적합하다. 이러한 장점으로 인해 위성항법시스템을 보유한 각국은 SSR 보정정보 기반의 PPP(precise point positioning)/PPP-RTK 정밀 측위 서비스 구축에 박차를 가하고 있다. 이에 본 논문에서는 위성 기반 SSR 보정정보 방송 서비스들의 구성 및 특징, 측위 성능 분석을 통해 PPP/PPP-RTK 서비스 동향과 정밀 측위 현황을 파악하고자 한다.