• Title/Summary/Keyword: 운영체계

Search Result 4,236, Processing Time 0.077 seconds

Mechanism and Architecture for Secure Operating Systems (보안 운영체계를 위한 메커니즘 및 구조)

  • 이준원;김현아;심영철;장인숙
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10a
    • /
    • pp.850-852
    • /
    • 2003
  • 운영체계는 컴퓨팅 시스템에서 가장 중요한 보안 기능 제공자이다. 운영체계는 프로그래밍 환경을 제공하고, 멀티프로 그래밍과 자원의 공유를 가능하게 하며 프로그램 행위에의 제한을 집행하는 기능을 수행한다. 이러한 운영체계에 신뢰성을 부여하기 위하여 1970년대부터 미국의 정부기관을 중심으로 하여 보안 운영체계에 대한 연구가 활발히 진행되어 왔다. 대부분의 연구는 강력하고도 유연한 접근 제어 정책을 운영체계 커널에 포함시키는 내용에 초점을 맞추어 왔다. 그러나 컴퓨팅 시스템이 인터넷 내에서 다른 컴퓨터들과 연결되어 사용되고 있고 내장형 시스템 내에서도 많이 사용되고 있는 등 그 사용 방법과 범위가 계속 변화하고 있으므로 운영체계의 보안에 대해서도 과거의 시야보다는 더 넓은 관점에서 다시 보아야 할 것01다. 본 논문에서는 보안 운영체계에서 제공하여야 할 보안 서비스 요구사항을 정의하고 다음 이들 요구사항을 제공하기 위해 필요한 보안 기능을 포함한 운영체계의 구조에 대한 설계방향을 제안한다.

  • PDF

Design of The Dynamic Binding Systems using API Information Repository (API 정보 저장소를 활용한 동적 재구성 지원 시스템의 설계)

  • Yoon, Seok-Jin;Kim, Sun-Ja;Kim, Hyeon-Soo
    • 한국IT서비스학회:학술대회논문집
    • /
    • 2009.11a
    • /
    • pp.198-201
    • /
    • 2009
  • 오늘날 운영체계와 미들웨어는 수많은 API를 제공하고 있다. 최종 사용자들이 사용하는 응용 프로그램들은 이러한 API를 활용하여 개발되어지고 있다. 기존의 문서와 같은 형태의 API에 대한 기술은 기계가 자동적으로 처리하기 힘들며 개발자 입장에서도 API를 이해하기 위해서 책을 직접 읽고 이해해야 한다는 단점이 있다. 이를 극복하기 위하여 docgen과 같은 도구들이 있으나 결국은 개발자 관점에서는 API를 직접 숙지하여야 하며 응용 프로그램 상에서 직접 운영체계에서 제공하는 API 호출 부분을 작성하여 개발하여야 한다는 부분은 동일하다. 또한 서로 다른 다양한 운영체계에서는 형식은 다르지만 유사한 기능을 제공을 하는 API들이 있으나 개발자는 특정 운영체계의 API에 맞추어서 각각의 운용체계에 맞는 응용 프로그램을 개발하여야 하는 문제점이 있다. 본 연구에서는 API에 대한 정보에 대한 규격을 정의하고 각각의 API의 기능 및 특성에 대하여 메타 기술언어를 사용하여 기술하여 저장소에 저장해두고 실행시에 이러한 API정보를 사용하여 응용 프로그램과 동적으로 바인딩시켜서 실행시키는 체계에 대해서 논의한다. 응용 프로그램에서 사용하려고 하는 API와 운영체계에서 제공하는 API를 동적으로 결합시키는 엔진에서는 운영체계별 API의 차이에 의한 부분을 상쇄시키는 역할을 담당한다. 이러한 체계를 활용하면 동적으로 재구성 가능한 응용을 개발하는데 있어서 하부 시스템으로 활용될 수 있다. 향후 표준 API를 기술하는데 있어서도 본 연구에서 제시하는 메타 방식의 API 기술표현을 활용하면 보다 정확한 표준 규약 준수 여부를 확인할 수 있는 방법을 제공할 수 있다.

  • PDF

Performance Evaluation of ARX Thread Library in Java Virtual Machine (자바 가상 머신을 통한 ARX 쓰레드 라이브러리의 성능 측정)

  • 서양민;박정근;김기정;홍기정
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10a
    • /
    • pp.157-159
    • /
    • 1998
  • 쓰레드는 프로그램의 동시성을 표현하는데 적합하고, 프로세서 모델에 비하여 동기화나 문맥교환의 비용을 줄일 수 있어 기존의 멀티 프로세스 프로그래밍을 대체하고 있다. 운영체계에서 멀티쓰레팅 환경의 제공은 이제 필수적이며, 좋은 성능을 위해서는 운영체계의 지원이 필요하다. ARX 실시간 운영체계는 유저 레벨 멀티쓰레팅을 지원하고 있으며 쓰레드의 성능을 높이고 유저 레벨에서 실시간 스케쥴링이 가능하도록 하기 위하여 동적 가상 쓰레드 바인딩(dynamic virtual stack binding)과 스케쥴링 이벤트 업콜(scheduling event upcall)등의 기법을 지원한다. 본 논문에서는 자바 가상 머신을 통하여 ARX 운영체계의 쓰레드 라이브러리의 성능을 측정하고 다른 운영체계의 멀티쓰레드 라이브러리와 성능 비교를 하였다. 실험결과 ARX 가 제공하는 쓰레드 라이브러리가 다른 운영체계에 비해 우수한 성능을 보여줌을 확인하였다.

  • PDF

A Study on the Operational Structure and Status Role of Korean Public Libraries - the Case of Busan Metropolitan City - (공공도서관의 운영체계 및 지위적 역할 설정에 관한 연구 - 부산광역시를 사례로 하여 -)

  • Rho, Jee-Hyun;Cho, Yong-Wan
    • Journal of Korean Library and Information Science Society
    • /
    • v.49 no.1
    • /
    • pp.99-122
    • /
    • 2018
  • The Korean government has established a plan on the 'service operating system of public libraries', which divides the local libraries into a central library, regional libraries, and small branches. However, due to the low interest of the libraries and, above all, the structural problems caused by the dualization of the library administrative bodies, no action plans have been developed. This study intends to propose an integrated operating system for public libraries in Busan metropolitan and to design specific roles and functions according to the library status. To the ends, this study examined the Korean government's plan for public library operation, analyzed the operation cases of foreign public libraries, and finally suggested the detailed action plan of an integrated operating system based on the case of Busan Metropolitan City. The data were collected from literature review and on site field survey, supplemented by e-mail inquiry and official statistical information.

Operational System and Performance Management of extra-curricular Programs to Support the curriculum (교과지원 비교과 프로그램의 운영체계 및 성과관리)

  • Kim, Eun-Joo;Kim, Kyung-Seop
    • The Journal of the Convergence on Culture Technology
    • /
    • v.6 no.4
    • /
    • pp.95-101
    • /
    • 2020
  • This study aims to investigate the current status of the operation system of the curriculum support extra-curricular program, focusing on the extra-curricular program operation system of other universities, and suggest the desirable operation system and performance management plan of the extra-curricular program in cultural education. To this end, the analysis of the extra-curricular program operation system of eight four-year universities in the Seoul metropolitan area was conducted on the existence of core competencies, computer systems and extra curricula program guides, credit-linked and mileage scholarship programs, and the analysis focused on the characteristics, merits and demerits of each university's operating system. It was also intended to propose the desirable operation system and performance management plan of the extra curricula program in liberal arts education, focusing on the operation system of the extra curricula program of E University and the corresponding performance management. Conclusion To operate the extra curricula program efficiently, the computer system and the extra curricula program guide, credit link and mileage scholarship system should be introduced. In addition, the analysis of the operation system of the curriculum support program of E University shows that E University operates systematically with the direction of operation of the core competency-based curriculum support extra-curricular program, and the performance management of the extra curricula program of E University is carried out through the EU-TQM System Integrated Management System.

A Study on the usability of Spatial Information in Urban Integration and Operation System in u-City (u-City 도시통합운영체계를 위한 공간정보 활용방안 연구)

  • Kim, Eun-Hyung
    • 한국공간정보시스템학회:학술대회논문집
    • /
    • 2007.06a
    • /
    • pp.43-50
    • /
    • 2007
  • 최근 수요가 급증되고 있는 u-City의 경우 성공적인 구축을 위하여 도시통합운영센터라는 개념을 도입하여 추진하고 있으며, 나아가 이를 보다 확장시킨 개념인 도시통합운영체계의 중요성이 강조되고 있다. 이처럼 u-City의 핵심기반으로서 도시통합운영체계의 중요성이 증대되고 있는 가운데, 효율적인 도시통합운영체계 구축을 위해선 공간정보 활용이 필요하다. 즉, 지자체에선 오래전부터 GIS 정보화 사업을 추진하고 있으며, 공간정보를 구축 활용하고 있다. 효율적인 도시통합운영체계 구축을 위해선 공간정보의 활용은 필수적이며, 이는 u-City 추진의 핵심적 기반이 될 것이다. 본 연구에서는 u-City 도시통합운영체계에서 공간정보를 효율적으로 활용을 위해 u-City의 도시통합운영서비스와 관련하여 공간정보의 활용성과 활용방안을 제시하고자 한다.

  • PDF

BCMS Operation System Utilization Plan for the Prevention of Serious Citizens' Disasters (중대시민재해 예방을 위한 BCMS 운영체계 활용 방안)

  • Oh, Se-Mi;Cheung, Chong-Soo
    • Proceedings of the Korean Society of Disaster Information Conference
    • /
    • 2022.10a
    • /
    • pp.261-262
    • /
    • 2022
  • 본 논문에서는 「중대재해처벌법」과 관련한 중대시민재해의 예방을 위해 BCMS(Business Continuity Management System) 운영체계를 활용하는 방안에 관한 연구이다. BCMS 운영 체계는 시민에게 잠재적인 위협 또는 해당 위협이 발생했을 경우 시민에게 중대재해를 미칠 수 있는 특정 원료, 제조물, 공중이용시설, 공중교통수단 등의 운영·관리에 미칠 수 있는 영향을 사전에 파악할 수 있다. 또한 이를 이용하는 시민과 종사자의 생명과 신체를 보호하고 유해8위험요인으로부터 안전을 확보하는 능력을 갖추어 중대재해를 예방하고 조직의 리질리언스을 확보하는 데 목적이 있다. 따라서 본 논문은 안전 및 보건 확보의 의무가 있는 모든 조직; 사업주, 법인, 경영책임자, 공무원 등의 특성에 따라 접목할 수 있는 BCMS의 PDCA(Plan-Do-Check-Act) 운영체계 설계를 활용하여 중대시민재해 예방 대안을 모색하였다.

  • PDF

SLR 운영용 실시간 운영체계에 대한 실험적 고찰

  • Ryu, Dong-Yeong;Seo, Yun-Gyeong;Jo, Jung-Hyeon;Park, Jong-Uk;Kirchner, Georg;Iqbal, Farhat
    • Bulletin of the Korean Space Science Society
    • /
    • 2009.10a
    • /
    • pp.42.2-42.2
    • /
    • 2009
  • 한국천문연구원에서 개발 중인 KHz급 Satellite Laser Ranging(SLR) 시스템인 ARGO-M 의 운영시스템 중의 하나인 Interface Control System 은 현재 시각에서의 위성의 위치를 개산하여 추적마운트부에 Tracking 정보를 제공하고, 주기적으로 발사되는 레이저의 귀환 시간을 계산하여 수신광검출기 게이트를 열어야 하는 시간을 FPGA 보드에 전달하는 기능 등을 수행하게 된다. 이러한 일련의 작업은 각각 필요한 시점에 정확하게 실행되어야 하며 이를 위해 실시간 운영체계가 사용될 예정이다. 실시간 운영체계 하에서 Ranging 에 관련한 프로세스를 수행할 경우에 발생될 수 있는 문제점을 검토하기 위해서 기존에 Austria Graz SLR 관측소에서 사용하고 있는 DOS용 테스트 프로그램을 실시간 운영체계로 검토되고 있는 INtime 환경으로 이식하여 성능을 기존의 DOS 프로그램과 비교하여 보았다. Controller 역할을 담당하고 있는 FPGA 보드와의 데이터 통신의 주기성을 확인하는 시험 결과 실시간 운영체계를 사용하는 경우가 USB 사용 등 외적인 교란에 의한 영향을 적게 받는 것을 확인 할 수 있었다. 또한 500피코초 단위의 해상도를 갖는 내부 이벤트 타이머와의 연계, 레이저 발사 명령, 광검출기의 게이트 여닫기 등의 프로세스가 실시간 환경에서 문제점 없이 구현 가능함을 확인하였다.

  • PDF

The Application of POSIX on UbiFOS$^{TM}$ Real-Time Operating System (실시간 운영체계 UbiFOS$^{TM}$에서의 POSIX 적용)

  • Song, Ye-Jin;Lee, Cheol-Hoon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10a
    • /
    • pp.437-442
    • /
    • 2006
  • 임베디드 시스템은 그 용도에 따라서 다양한 기능을 수행하도록 설계된 전용 컴퓨팅 시스템으로 최근 임베디드 시스템의 보급이 많아지고 다양화됨에 따라 응용 프로그램의 재사용성 향상을 위해 운영체계의 개발 시 표준 API를 사용하여 표준화를 해야 하는 필요성이 되고 있다. 따라서 본 논문에서는 실시간 운영체계인 UbiFOS$^{TM}$에 개방형 운영체제 인터페이스인 POSIX의 API를 적용시켜 설계 및 구현하였다.

  • PDF

A Study on the Analysis of Information Management of the Defense M&S and Improvement of Aquisition Supporting System (국방M&S 정보관리 현황분석 및 획득업무 지원체계 개선방안 연구)

  • Jeong, Hye-soo;Ahn, Ho-il;Yang, Jin-seok
    • Journal of Internet Computing and Services
    • /
    • v.21 no.2
    • /
    • pp.131-138
    • /
    • 2020
  • The SBA Integrated Information system is constructed and operated for scientific and systematic management of Defense information utilizing whole process of weapon system acquisition from requirement institution to operation maintenance. In order to utilize m&s resources actively and effectively in the life cycle of weapon system acquisition, efficient management plans of the SBA integrated Information system is required. As a result of identifying usage on SBA Information system and performance of operation performance measurement, it was defined that establishment of the SBA Integrated Information system process and provision of detailed system are mandatory for activating m&s resource and supporting process of acquisitions. In this study, Defense m&s information system is analyzed and improvement plans of SBA Integrated Information system is provided for efficient operation of SBA integrated Information system.