• Title/Summary/Keyword: 범용운영체제

Search Result 127, Processing Time 0.025 seconds

Real-Time Communication Support based on Process Priority for Embedded Linux (임베디드 리눅스에서 프로세스 우선순위를 고려한 실시간 통신 지원)

  • Jin, Hyun-Wook;Lee, Sang-Hun;Yun, Yeon-Ji
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.10b
    • /
    • pp.429-434
    • /
    • 2007
  • 프로세스의 우선순위는 임베디드 시스템에서 수행되는 여러 가지 작업들의 중요도 또는 작업마감 시간의 임박성에 따라 결정되기 때문에 프로세스의 입출력 작업 시에도 반영되어야 한다. 하지만 많은 임베디드 운영체제들은 기존의 범용 운영체제를 기반으로 설계되었기 때문에 입출력 작업 시 프로세스의 운선순위를 반영하지 못하고 있다. 본 논문에서는 이러한 문제를 해결하기 위해서 새로운 통신 프로토콜 스택 구조를 제안하고 이를 임베디드 리눅스에 구현한다. 또한 본 논문은 이더넷이 산업용 기기 등의 연결에 활용될 수 있음에 주목하고 독립 이더넷 네트워크에 적합한 전송 프로토콜을 제안한다. 측정 결과 제안된 프로토콜 스택 RTDiP($\underline{R}eal-\underline{T}ime\;\underline{Di}rect\;\underline{P}rotocol$)은 UDP/IP와 비교하여 단방향 통신 지연시간을 최대 59% 감소시켰으며 통신처리율을 최대 155% 향상시킬 수 있음을 보인다. 또한 낮은 우선순위를 갖는 배경 통신 프로세스에 의해서 UDP/IP는 532%가 단방향 통신 지연시간이 증가하나, RTDiP은 2% 미만의 증가만을 보임으로써 프로세스의 우선순위에 따라 패킷 처리가 이루어지고 이를 통해서 실시간 통신을 지원해줄 수 있음을 보인다.

  • PDF

Cross-Platform Technology in Mobile Environment and Open Mobile Cloud Platform (모바일 환경에서의 크로스 플랫폼 기술과 개방형 모바일 클라우드 플랫폼)

  • Kim, Seong-Hwan;Ha, Yun-Gi;Youn, Chan-Hyun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.05a
    • /
    • pp.121-122
    • /
    • 2013
  • 스마트폰 시장의 급격한 성장으로 기업 업무들이 모바일 환경으로 이전되는 추세와 함께 다양한 모바일 운영체제들의 등장으로 개발 환경의 파편화가 발생하였고 이는 응용 프로그램의 개발 및 유지 보수를 저해하는 요소로 작용하였다. 이러한 문제를 해결하기 위한 모바일 환경의 크로스 플랫폼 기술로 하이브리드 앱이라는 방법론이 제시되었다. 하지만 하이브리드 앱이 가지고 있는 성능적 제약과 기능적 제약으로 시장에서의 주력 기술로 사용되지 못하고 있다. 이러한 단점들을 극복하기 위해 네이티브 환경의 장점을 활용할 수 있도록 하는 범용실행엔진, 자동변환 저작엔진 등의 시도들이 있다. 이 논문에서는 해당 문제를 또 다른 방법으로 접근한 개방형 모바일 클라우드 플랫폼을 소개한다. 모바일 클라우드 환경을 구성하여 모바일 사용자들에게 단말의 하드웨어나 운영체제와는 무관하게 다양한 모바일 환경을 제공할 수 있고 기존 모바일 환경에 비해 고성능의 컴퓨팅을 제공할 수 있게 하는 동작 메커니즘과 기술 특징을 설명한다.

A Study on the Analysis of Performance for a Real-time Distributed Control System with Reliability (신뢰성 있는 실시간 분산제어 시스템의 성능분석에 관한 연구)

  • Kim, Nae-Jin;Park, In-Kap
    • Journal of IKEEE
    • /
    • v.2 no.2 s.3
    • /
    • pp.270-277
    • /
    • 1998
  • As the network technologies advance, the control systems progress from a centralized architecture to a distributed one. However, these control systems were designed mostly based on the general-purpose operating systems(OS) and have many problems for assurance of a real-time property required for plant processing fields. Therefore, the control systems far a plant process upon real-time OS hare been increased gradually. In this paper, the real-time OS emphasizes on the realization of real-time processing capability, reliability of real-time response, and multi-processing functionality which are prerequisites for a distributed control system. And on the basis of this OS, the number of executable loop and logic, the functions of main plant processing, was analyzed and its validity was also evaluated. The system in this paper was designed not to effect on processing data while online, and the time spent on switching was measured.

  • PDF

Real-Time Support on Multi-Processor for Windows (멀티프로세서 윈도우즈 상에서 실시간성 지원)

  • Song, Chang-In;Lee, Seung-Hoon;Ju, Min-Gyu;Lee, Cheol-Hoon
    • The Journal of the Korea Contents Association
    • /
    • v.12 no.6
    • /
    • pp.68-77
    • /
    • 2012
  • As the system development environment moves from single core to multi core-based platforms, it becomes more important to maintain compatibility between single core-based implementations and multi core-based implementations. Moreover, it is very important to support real-time on multi core platforms especially in cases of embedded software or test equipments which need real-time as well as correctness. Since Windows operating system dopes not support real-time in itself, it has been supporting real-time using expensive third-party solutions such as RTX or INtime. So as to reduce this kind of development expenses, in this paper, we propose RTiK-MP(Real-Time implant Kernel-Multi Processor) which supports real-time on Windows using the Local APIC of x86 architectures, and evaluate the performance of the proposed RTiK-MP after deploying it on portable missile test equipments.

The study of performance evaluation between 32bit and 64bit K4 Firewall System (32비트와 64비트 K4 방화벽 성능 비교에 관한 연구)

  • 박대우;정우식
    • Journal of the Korea Society of Computer and Information
    • /
    • v.8 no.1
    • /
    • pp.30-36
    • /
    • 2003
  • Korea has been issued on K4 Firewall Certificates for security, and these K4 Firewalls has been installing all Korean public organizer. In this paper, I would analysis process and functions of K4 Firewall. I had been created by difference and performance test between existing 32bit and latest 64bit K4 Firewall System on Solaris Operating System that wide use in Korea So that the result of improved more two times passed rate on 64bit than 32bit on Solaris K4 Firewall System At finally, I would conclude that the change direction will be useful for research and development on K4 Firewall System and Korean Firewall System which is a very competitive system in the world.

  • PDF

미들박스 서비스를 위한 전용 소프트웨어 플랫폼과 네트워크 기능 가상화

  • Park, Gyeong-Su
    • Information and Communications Magazine
    • /
    • v.31 no.6
    • /
    • pp.32-38
    • /
    • 2014
  • 소프트웨어기반의 네트워크 미들박스 시스템은 특정 하드웨어의 종속성을 탈피하고, 다양한 여러 기능을 유연하게 제공할 수 있는 장점이 있어 최근 큰 각광을 받고 있다. 더욱이 최근 멀티코어 및 매니코어 프로세서의 발전 및 큰 대역폭을 지원하는 네트워크 카드의 등장은 저렴한 범용 컴퓨팅 하드웨어 기반에서도 높은 성능의 미들박스 서비스를 소프트웨어만으로 쉽게 제공할 수 있는 가능성을 보여주고 있다. 하지만 기존의 소프트웨어기반 네트워크 미들박스 시스템 개발에서 쓰이는 네트워킹 소프트웨어 스택은 여러 미들박스 서비스를 쉽게 만들고 유지하기에 불편한 점이 많이 있다. 첫째로, 리눅스(Linux)와 같은 범용 운영체제는 버클리 소켓(Berkeley socket)과 같이 엔드 노드를 위한 네트워킹 스택을 지원하는 반면 네트워크 미들박스 서비스 제작을 위한 전용 스택은 지원하지 않고 있다. 이로 인해 미들박스에서 많이 쓰는 플로 관리 같은 기능을 IP 패킷처리부터 새로 구현해야 하는 부담이 생긴다. 두번째로, 전용 스택의 부재는 같은 기능을 갖는 여러 미들박스 서비스가 공존할 때에도 그 구현을 공유하지 못하는 문제를 만들어 낸다. 또, 여러 미들박스 서비스가 하나의 물리적 하드웨어 위에서 수행될 경우에도 인터페이스가 일정하지 않아 같은 연산을 중복 수행해 자원 낭비를 초래한다. 본 논문에서는 차세대 소프트웨어기반 미들박스 서비스 설계 및 제작을 용이하게 하기 위한 전용 소프트웨어 스택의 필요성을 알아보고, 이런 전용 스택이 만들어 낼 수 있는 여러 가능성을 짚어본다.

An Economic Analysis on the Operation Effect of Public Supercomputer (공용 슈퍼컴퓨터 운영효과에 대한 경제성 분석)

  • Lee, Hyung Jin;Choi, Youn Keun;Park, Jinsoo
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.23 no.4
    • /
    • pp.69-79
    • /
    • 2018
  • We performs the cost-benefit analysis, an economical analysis technique, to measure the effect of a shared public supercomputer. The costs of two given alternatives, to share the public supercomputer in a national center and to employ their own supercomputers in the organizations under the necessity, will be estimated and compared for decision making. In the case of sharing, we can simply predict the cost based on the results of the previous public supercomputer. The cost of individual introduction, however, is almost unpredictable since it has a remarkable variability due to the required system performances, locations, human factor, and so on. Accordingly, an objective and valid method to estimate the cost of individual cases will be proposed in this research. Finally, we analyze the economic effect of operating public supercomputer by comparing the sharing cost with that of the individual employs. The results of analysis confirms that the sharing public supercomputer will reduce the operational cost about 10.3 billion won annually compared with the individual introduction. Accordingly, it is expected that the sharing public supercomputer will bring a considerable economical effect.

Microkernel-based System Call Interposition Mechanism (마이크로커널 기반 시스템 콜 인터포지션 기법)

  • Kim, Young-Pil;Ko, Young-Woong;Hong, Chul-Ho;Kim, Jung-Nyu;Yoo, Hyuk
    • Proceedings of the Korea Institutes of Information Security and Cryptology Conference
    • /
    • 2002.11a
    • /
    • pp.183-186
    • /
    • 2002
  • 시스템 콜 인터포지션 메커니즘은 침입 탐지 및 접근 제어와 같은 시스템 보안 기능을 강화하기 위해서 사용하는 방법이다. 현재까지 알려진 시스템 콜 인터포지션의 구현 방법은 크게 라이브러리 기반, 커널 기반 그리고 유저레벨 프로세스 기반의 접근방식이었다. 기존의 방식들은 대부분 범용적인 모노리틱커널에 적용되어 사용되고 있으며, 최근에 보안 운영체제로 개발되고 있는 마이크로커널 방식의 시스템에서는 적합하지 않다. 본 논문에서는 기존에 연구되었던 시스템 콜 인터포지션 방법들을 소개하고 마이크로커널 기반의 시스템 콜 인터포지션을 위한 메커니즘을 제안하고 있다. 제안된 메커니즘은 마이크로커널 위에 모니터 서버를 두고, IPC가 수행될 때 특정 시스템 콜을 비동기 IPC를 이용하여 감시하는 방식을 취하고 있다.

  • PDF

High Performance Parallel Computer for Scientific Computations (과학계산전용 병렬처리 컴퓨터 구조)

  • 박규호;정봉준
    • The Magazine of the IEIE
    • /
    • v.22 no.9
    • /
    • pp.14-27
    • /
    • 1995
  • KAICUBE/한빛-1호는 하이퍼큐브 형태의 연결망을 가진 병렬 컴퓨터이고 각 노드는 i860프로세서와 통신용의 i82380 DMA 콘트롤러를 탑재하고 있다. 40Mh2 CPU클럭을 사용하는 32노드로 구성되어 있고 컴퓨터의 최고 속도는 2.5G-flops 정도로써 이것은 국내 최초의 Giga급 컴퓨터이다. DMA콘트롤러에 의해 구동되는 노드간 통신은 채널 대역폭이 100Mbps정도이다. 0번 노드는 UNIX를 탑재한 호스트 컴퓨터와 연결되어 있고 호스트 컴퓨터는 병렬 프로그래밍 환경과 각 노드를 관리하는 역할을 한다. 익스프레스는 호스트 컴퓨터에 탑재된 병렬 운영 체제이고 사용하기 간편한 사용자 환경과 프로그래밍 방법에 따라 호스트-노드방법과 cubits 프로그래밍 환경을 각각 제공한다. 그밖에 고수준의 병렬 프로그래밍 환경으로써 기존의 순차 프로그램에 기초한 입력 프로그램을 병렬 프로그램으로 자동 변환 해주는 KAPPA가 있다. 여러 분야의 과학 계산용 프로그램이 수행되고 있으며 그의 성능 측정을 통하여 탁월한 성능을 보여 주었다. 보다 편리한 병렬 프로그래밍 환경의 개발과 범용 계산 전응 서버로써 자유로이 사용할 수 있도록 네트워크 기능을 강화하는 일이 남아있다.

  • PDF

A Study to support real-time on Multiprocessor Linux (멀티프로세서 기반 리눅스에 실시간성 지원 방안 연구)

  • Lee, Sang-Gil;Lee, Cheol-Hoon
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2015.05a
    • /
    • pp.57-58
    • /
    • 2015
  • 실시간성이란 연산의 정확성과 연산 수행시간이 예측 가능한 시간 내에 완료되는 것을 말한다. 범용 운영체제인 리눅스에서는 CFS(Complete Fair Scheduling)을 사용하여 높은 우선순위 태스크에 대한 빠른 응답성을 보장할 수 없기 때문에 실시간성을 제공하지 못한다. 이를 해결하기 위해 RTiK-Linux(Real-Time implanted Kernel for Linux)가 개발되어 리눅스 환경에서 실시간성을 제공하였지만 개발 당시 싱글프로세서 환경만을 고려하여 최근 사용되는 멀티프로세서 환경에서는 실시간성 제공에 어려움이 있다. 본 논문에서는 멀티프로세서 리눅스 상에서 발생하는 RTiK-Linux의 문제점에 대해 설명하고 이에 대한 해결방안을 기술하여 멀티프로세서 리눅스 상에서 실시간성을 제공하기 위한 방안을 연구하였다.

  • PDF