• Title/Summary/Keyword: BSD

Search Result 97, Processing Time 0.046 seconds

An Enhanced EDF Scheduling Method For the Multimedia Process (멀티미디어 프로세서를 위한 개선된 EDF 스케줄링 방법)

  • ;Felix M.Villarrel
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10a
    • /
    • pp.110-112
    • /
    • 1998
  • 본 논문에서는 BSD운영체제에서 마감시간(dead line)의 개념을 도입하여 멀티미디어 프로세서의 우선순위를 관리하고 실시간 준비 큐를 관리하는 방법에 대하여 알아보았다. 마감시간이 가장 먼저 임박한 프로세서에 대해서 높은 우선순위를 할당하는 EDF (Earlist Desdline First)알고리즘을 바탕으로 구현을 하였다. BSD에서 실기간 프로세서의 준비 큐와 시분할 프로세서의 준비 큐 사이에는 프로세서의 이동이 없고 실시간 프로세서는 시분할 프로세서보다 우선적으로 선택되어지게 되어있는데 이로 인해 시분할 프로세서의 기아()현상이 발생할 수가 있다 이를 방지하기 위해 준비 큐 사이에서 프로세서를 이동하는 방법에 대해서도 알아보았다.

  • PDF

UUCP-Based Dial-up Network (전화망을 이용한 UUCP네트워크)

  • 전길남;조주현;김윤환;김종식
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.9 no.2
    • /
    • pp.94-102
    • /
    • 1984
  • The UUCP program of either 4.1BSD or 4.2BSD version has been implemented to run under the System Development Network(SDN). This allows file transfers, remote command executions and mail transfers among UNIX systems. The major tasks are: developing dial-up capabilities, connections to domestic and international computer networks such as SDN, USENET and EUNET.

  • PDF

Electron Emission Characteristic of Porous Poly-Silicon Emitter as a Oxidation process (산화공정에 따른 Porous Poly-Silicon Emitter의 방출특성 조사)

  • 제병길;배성찬;최시영
    • Proceedings of the IEEK Conference
    • /
    • 2003.07b
    • /
    • pp.722-726
    • /
    • 2003
  • 본 논문에서는 Porous poly-silicon cold cathode에 의해 전자를 방출하는 Ballistic electron surface-emitting display(BSD)의 전계방출 특성을 실험했다. BSD는 nanocrystalline을 둘러싼 산화막을 multi-tunneling한 전자에 의해 발광이 되는 mechanism이기 때문에 산화막의 두께를 변수로 두어 특성을 실험했다. 900℃에서 1시간에서 3시간까지 30분 간격으로산화 반응을 진행하였으며, leakage current와 emission current의 비로 효율을 나타내었을 때 1시간 30분 동안 산화 반응을 한 시료가 가장 좋은 특성을 나타내었다.

  • PDF

A Study On BSD Socket for Development of Network Application Systems (네트워크 응용시스템 개발을 위한 BSD Socket 연구)

  • 최준원;최재원
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2002.11a
    • /
    • pp.260-264
    • /
    • 2002
  • 네트워크 응용 프로그램을 개발하기 위해서는 Socket API를 많이 이용한다. Socket API를 이용해 정상적인 동작을 하는 것은 아주 쉽다. 실제 개발 과정에서 정상적인 상황이 아닌 여러 가지 비정상적인 오류에 처하게 됨에 따라 속수무책일 때가 많다. 따라서 각 플랫폼별로 비정상적인 오류들의 사례를 연구를 통하여 효율적인 응용시스템 개발의 필요성이 대두되었다.

  • PDF

A Historical Overview of Elliptic Curves (타원곡선의 역사 개관)

  • Koh, Youngmee;Ree, Sangwook
    • Journal for History of Mathematics
    • /
    • v.28 no.2
    • /
    • pp.85-102
    • /
    • 2015
  • Elliptic curves are a common theme among various fields of mathematics, such as number theory, algebraic geometry, complex analysis, cryptography, and mathematical physics. In the history of elliptic curves, we can find number theoretic problems on the one hand, and complex function theoretic ones on the other. The elliptic curve theory is a synthesis of those two indeed. As an overview of the history of elliptic curves, we survey the Diophantine equations of 3rd degree and the congruent number problem as some of number theoretic trails of elliptic curves. We discuss elliptic integrals and elliptic functions, from which we get a glimpse of idea where the name 'elliptic curve' came from. We explain how the solution of Diophantine equations of 3rd degree and elliptic functions are related. Finally we outline the BSD conjecture, one of the 7 millennium problems proposed by the Clay Math Institute, as an important problem concerning elliptic curves.

SAF: A Scheme of Swap Space Allocation in File Systems to Reduce Disk Seek Time (SAF: 디스크 탐색 시간 향상을 위한 파일 시스템 내 스왑 공간 할당 기법)

  • Ahn, Woo-Hyun;Kim, Bo-Gon;Kim, Byung-Gyu;Oh, Jae-Won
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.15 no.6
    • /
    • pp.1289-1300
    • /
    • 2011
  • In recent computer systems with high-performance, users execute programs needing large memory and programs intensively accessing files simultaneously. Such a large memory requirement makes virtual memory systems access swap spaces in disk, and intensive file accesses require file systems to access file system partitions in disk. Executing the two kinds of programs at once incurs large disk seeks between swap spaces and file system partitions frequently. To solve the problem, this paper proposes a new scheme called SAF to create several swap spaces in a file system partition, where pages to be paged out are stored. When a page is paged out, the scheme stores the page to one of the swap spaces close to a disk location where the most recently accessed file is located. The chosen swap space in the file system partition is closer to the disk location than the traditional swap space, so that our scheme can reduce the large disk seek time spent to move to the traditional swap space in paging out a page. The experiment of our scheme implemented in FreeBSD 6.2 shows that SAF reduces the execution time of several benchmarks over FreeBSD ranging from 14% to 42%.

Inhibitory Conditions of Asexual Development and their Application for the Screening of Mutants Defective in Sexual Development (Aspergillus nidulans에 있어서 무성분화(無成分化)의 억제조건(抑制條件)과 이를 이용(利用)한 유성분화결손(有性分化缺損) 돌연변이주(突然變異株)의 대량분리(大量分離))

  • Han, Dong-Min;Han, Yoo-Jeoung;Lee, Young-Hoon;Jahng, Kwang-Yeop;Jahng, Seung-Hwan;Chae, Keon-Sang
    • The Korean Journal of Mycology
    • /
    • v.18 no.4
    • /
    • pp.225-232
    • /
    • 1990
  • In order to find an useful condition under which the mutants defective in sexual development could be isolated, the effects of several cultural conditions on the developments of Aspergillus nidulans were examined. Among several conditions found to restrict the asexual sporulation but enhance the sexual process, the interference of aeration by sealing the plates with sealing film was the most useful one for the purpose of mutant isolation. Sealing at any time before 20 hours from inoculation prevented both sexual and asexual process. When the seal was removed after 24 hours, however, the mycelia developed only to sexual organs. Using this properity, the early morphogenic process of sexual development could be easily observed and a number of mutants that showed some defects in the process could be isolated. The mutants were divided into 3 groups, NSD (never in sexual development), BSD (block in sexual development) and ASD (abnormal in sexual development). NSD mutants never produced either the $H{\ddot{u}}lle$ cells or cleistothecia and some produced the asexual organs even when the aeration was restricted. BSD mutants were blocked in the process of $H{\ddot{u}}lle$ cell, cleistothecia, crozier, asci or ascospore formation. ASD mutants had defects in the amount of cleistothecia, time of cleistothecial maturation or color of ascospores.

  • PDF

멀티미디어 파일을 위한 BSD 디스크

  • ;Felix M. Villarreal
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10a
    • /
    • pp.92-94
    • /
    • 1998
  • 본 논문에서는 디스크상에 저장되는 멀티미디어 파일들의 반응시간의 특성을 반영하여 멀티미디어 데이터가 요구하는 실시간(real-time) 특성을 고려하는 디스크 스케줄링을 구현하여 보았다. 기존 운영체제의 디스크 스케줄링 방식은 멀티미디어 파일들에 대한 처리에 있어서, 멀티미디어 파일들이 가지는 시간적인 특성을 고려하지 않는 문제를 가지고 있다. 본 논문에서는 디스크 읽기 요철 발생시에 각 요청의 처리가 이루어져야할 시간의 기한인 마감시간(deadline)을 설정하고, 가장 급한 마감시간을 가지는 요청들을 먼저 처리하되 같은 마감시간을 가지는 요청들에 대해서는 디스크 헤드의 이동?향상에 있는 요청들을 먼저 처리하게 하는 알고리즘을 적용한 디스크 스케줄링을 구현했다. 요청들이 마감시간을 넘겨서 처리되는 비율과 초과시간을 평가 지수로 하여서 지존의 BSD 디스크 스케줄링에 비해 개선된 점을 살펴보았다.

  • PDF

An Efficient Buffer Management Scheme Multimedia File Systems (멀티미디어 파일 시스템을 위한 효율적인 버퍼 관리 방안)

  • Heo, Seong-Gwan;Nang, Jong-Ho;Felix M. Villarreal
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.26 no.3
    • /
    • pp.271-281
    • /
    • 1999
  • 본 논문에서는 멀티미디어 파일 시스템을 위한 새로운 버퍼관리기법을 제안한고 이를 실제 구현을 통하여 성능을 분석하였다. 제안한 관리 기법에서는 다양한 멀티미디어 파일의 참조 특성을 반영하여 참조되는 파일에 일정량의 버퍼를 할당해주고, 새로운 데이터에대한 대치는 그 파일에게 할당된 버퍼에서만 수행되도록 하였다. 또한 이런 버퍼 할당을 데이터 소비율에 맞게 동적으로 조정할 수 있는 방법과 새로운 파일 참조를 제어하는 채택 제어 방법도 설계/구현하였다. FreeBSD를 수정하여 구현한 시스템에서의 실험에 의하면 제안한 버퍼 관리 기법이 FrddBSD의 경우보다 다양한 데이터 소비율을 필요로 하는 참조인 경우에 적은 수의 버퍼를 이용하여 더 높은 적중률(hit ratio)을 제공할 수 있음을 알 수 있었다. 이런 향상된 적중률은 멀티미디어 상영시 니터(jitter)를 줄이는데 기여할 수 있다.