• Title/Summary/Keyword: 리눅스 커널

Search Result 318, Processing Time 0.024 seconds

An Efficient Network System Call Interface supporting minimum memory copy (메모리 복사를 최소화화는 효율적인 네트워크 시스템 호출 인터패이스)

  • 송창용;김은기
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.29 no.4B
    • /
    • pp.397-402
    • /
    • 2004
  • In this paper, we have designed and simulated a new file transmission method. This method restricts memory copy and context switching happened in traditional file transmission. This method shows an improved performance than traditional method in network environment. When the UNIX/LINUX system that uses the existing file transfer technique transmits a packet to the remote system, a memory copy between the user and kernel space occurs over twice at least. Memory copy between the user and kernel space increase a file transmission time and the number of context switching. As a result, the existing file transfer technique has a problem of deteriorating the performance of file transmission. We propose a new algorithm for solving these problems. It doesn't perform memory copy between the user and kernel space. Hence, the number of memory copy and context switching is limited to the minimum. We have modified the network related source code of LINUX kernel 2.6.0 to analyzing the performance of proposed algorithm and implement new network system calls.

A Local Buffer Allocation Scheme for Multimedia Data on Linux (리눅스 상에서 멀티미디어 데이타를 고려한 지역 버퍼 할당 기법)

  • 신동재;박성용;양지훈
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.9 no.4
    • /
    • pp.410-419
    • /
    • 2003
  • The buffer cache of general operating systems such as Linux manages file data by using global block replacement policy and read ahead. As a result, multimedia data with a low locality of reference and various consumption rate have low cache hit ratio and consume additional buffers because of read ahead. In this paper we have designed and implemented a new buffer allocation algorithm for multimedia data on Linux. Our approach keeps one read-ahead cache per every opened multimedia file and dynamically changes the read-ahead group size based on the buffer consumption rate of the file. This distributes resources fairly and optimizes the buffer consumption. This paper compares the system performance with that of Linux 2.4.17 in terms of buffer consumption and buffer hit ratio.

Dynamic Bandwidth Distribution Method for High Performance Non-volatile Memory in Cloud Computing Environment (클라우드 환경에서 고성능 저장장치를 위한 동적 대역폭 분배 기법)

  • Kwon, Piljin;Ahn, Sungyong
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.20 no.3
    • /
    • pp.97-103
    • /
    • 2020
  • Linux Cgroups takes a fundamental role for sharing system resources among multiple containers on container-based cloud computing environment. Especially for I/O resource, Linux Cgroups supports a mechanism for sharing I/O bandwidth in proportion to I/O weight. However, the current mechanism of Linux Cgroups using BFQ I/O scheduler seriously degrades the I/O performance with high bandwidth storage device such as NVMe SSDs. In this paper, we proposed a new feedback based I/O bandwidth sharing scheme for Linux Cgroups which allocates I/O credits to containers according to I/O weights and adjusts the amount of credits to performance fluctuation of NVMe SSDs. The proposed scheme is implemented on Linux kernel 5.3 and evaluated. The evaluation results show that it can share the I/O bandwidth among multiple containers proportionally to I/O weights while improving I/O performance more than twice as high as the existing scheme.

A Sandbox Mechanism against Trojan Horses and Its Implementation (트로이목마 방지 샌드박스 메커니즘과 구현)

  • 김중완;김형찬;이동익
    • Proceedings of the Korea Institutes of Information Security and Cryptology Conference
    • /
    • 2002.11a
    • /
    • pp.48-52
    • /
    • 2002
  • 본 논문에서는 자바의 샌드박스 개념을 이용하여 실행되는 프로그램에 제한을 가하고 모니터링을 수행함으로써 악의적인 행위를 방지하는 샌드박스 메커니즘을 제안한다. 또한 시스템 자원을 논리적 자원과 물리적 자원으로 분리하여 트로이목마 프로그램의 자원에 대한 불법적인 접근을 감시하여 기밀성(Confidentiality)과 무결성(Integrity)을 보장할 뿐만 아니라 물리적인 자원 사용량을 제한하여 DOS 공격에 대한 방지와 같이 가용성(Availability)까지 고려하는 샌드박스 메커니즘을 제안하고, 리눅스 커널 2.4.19에 샌드박스 메커니즘을 구현한다.

  • PDF

Tizen: The Operating System of Everything

  • S/W Platform 팀, 소프트웨어센터
    • Information and Communications Magazine
    • /
    • v.31 no.7
    • /
    • pp.39-45
    • /
    • 2014
  • Tizen은 삼성과 인텔이 주도하여 개발하고 있는 오픈소스 형태의 소프트웨어 플랫폼이다. 기술적으로는 리눅스 커널 기반으로 웹을 지향하고 있으며 현재는 2.3 Alpha 버전으로 금년 말 3.0 버전을 향해 나아가고 있다. Tizen은 스마트 기기뿐만 아니라 다양한 산업 분야 적용을 목적으로 하는 소프트웨어 플랫폼으로써 향후 활용 분야가 매우 광범위하다. 본고에서는 Tizen이 어떻게 탄생하여 발전되어 왔고, 또 앞으로 어떻게 진화해 갈 것인지, 그리고 기술적 특징과 오프소스로서의 특징들을 중심으로 독자가 Tizen을 쉽게 이해할 수 있도록 하고자 한다.

A recovery scheme of the Fault-tolerant Process (결함 허용 프로세스 복구 기법)

  • Kim, Sin-Ho;Rim, Seong-Rak
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.11a
    • /
    • pp.443-446
    • /
    • 2003
  • 프로세스 복구 기법은 장시간 실행을 요하는 프로세스에서 시스템 결함으로 인하여 발생하는 심각한 피해를 최소화하기 위하여 절대적으로 요구된다. 프로세스의 무결성을 지원하기 위한 예방 및 회피책은 결함 발생의 원인 규명과 예측에 의한 오버헤드가 있다. 본 논문에서는 이러한 오버헤드를 최소화하기 위한 결함 허용 프로세스 복구 기법을 제시한다. 제시한 기법은 프로세스의 실행 상태 저장 및 복구 기능을 위한 두 개의 시스템 호출을 설계하고, 리눅스 커널 2.4.18 내부에 구현하여 그 타당성을 검토하였다.

  • PDF

Remote Control Embedded System using the Bluetooth Piconet (블루투스 Piconet을 이용한 임베디드 시스템 원격 제어)

  • 장윤석;정경호;안광선
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04a
    • /
    • pp.601-603
    • /
    • 2004
  • 본 논문은 블루투스 피코넷을 이용하여 임베디드 시스템을 원격으로 제어하는 것을 목적으로 한다. 이를 위하여 범용 임베디드 시스템에 리눅스 커널을 포팅하고 근거리 무선 통신 규격인 블루투스 기술을 이용하여 산업장비 원격으로 제어하는 블루투스 피코넷 시스템을 설계한다. 각 임베디드 장비는 블루투스 피코넷을 이용하여 개별 제어분만 아니라 동시제어가 가능하도록 하였다. 이것은 임베디드 웹 서버를 통해 현장분만 아니라 어디에서든지 원격 제어가 가능하다.

  • PDF

QoS Implementation on a Clustering Web Server (클러스트링 웹서버에서의 QoS 구현에 관한 연구)

  • Park, Jong-Gyu;Lee, Do-Young;Chang, Whie;Kim, Hag-Bae
    • Proceedings of the KIEE Conference
    • /
    • 2000.07d
    • /
    • pp.2980-2982
    • /
    • 2000
  • 본 연구에서는 리눅스 기반의 클러스터링 웹서버를 구성하고, 이 클러스터링 웹서버를 하나의 서버인 것처럼 관리하는 개발툴을 만들었다. 그리고 커널 패치를 통하여 로드밸런서가 다양한 시스템 정보를 밸런싱에 이용하도록 하였다. 각 리얼서버에는 응답 데이터의 양 혹은 각 패킷의 길이에 따라 전송의 순서를 결정하는 QoS를 구현하였다.

  • PDF

The Design and Implementation about the Real-time Transport system based on Linux (리눅스 기반 실시간 전송 시스템 설계 및 구현)

  • 남상준;김태윤
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.112-114
    • /
    • 2001
  • 최근 멀티미디어 서비스에 대한 사용자의 요구가 증가되고 있다. 그러나 서버 시스템은 이러한 멀티미디어 데이터에 대해 사용자들에게 효율적으로 공급하지 못한다. 본 논문에서는 기존의 운영체제에 멀티미디어 데이터 전송을 효율적으로 만족시키기 위한 방안으로 RTP(Real-time Transport Protocol) 데이터 처리를 SIO(Special Input/Output) 메커니즘 커널에 내장하는 SPTPIO(Special RTP Input/Output) 모듈을 제안한다.

Disk Heterogeneity Support on Single Disk I/O (SDIO에서의 디스크 이질성 지원)

  • 김호진;황인철;김동환;맹승렬;윤현수
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10a
    • /
    • pp.79-81
    • /
    • 2004
  • 클러스터 시스템의 규모가 커질수록 이질성 문제가 심각해지고 유지, 보수에 큰비용이 소요되게 된다 본 논문에서는 I/O 부시스템의 입장에서 이러한 문제를 해결하기 위해 다양한 종류의 디스크를 지원하도록 개선된 SDIO(Single Disk I/O: 단일 디스크 입출력)를 설명한다. 단일 디스크 입출력은 리눅스의 커널 모듈의 형태로 제작되었으며 클러스터 내의 다양한 디스크를 하나의 큰 디스크 장치처럼 보이도록 해주는 역할을 한다. 또한 다양한 성능의 디스크가 존재할 때 모든 디스크의 성능을 최대한 활용하도록 한다.

  • PDF