• 제목/요약/키워드: Management of server system

검색결과 1,341건 처리시간 0.033초

스쿨존 시스템에서 데이터베이스 설계 및 관리 방안 (A Scheme of Database Design and Management in School-zone System)

  • 김관중
    • 한국컴퓨터정보학회논문지
    • /
    • 제18권5호
    • /
    • pp.61-68
    • /
    • 2013
  • 본 논문에서는 스쿨존 시스템에서 수집된 정보를 저장하고 관리하기 위한 데이터베이스에 대한 설계 방안을 제안하고자 한다. 영상 센서를 통해 수집된 영상정보와 GPS 센서를 통해 수집된 좌표 정보는 네트워크를 통해 시스템 서버에 전달되며, 이는 상황인식을 위한 데이터베이스에 의해 관리된다. 스쿨존 서버 시스템은 데이터베이스에 수집된 정보를 가지고 특정 시나리오에 대한 분석을 수행하며, 이에 대한 결과 및 대응에 대해 모니터링 서버에 보고하거나 결과를 저장한다.

스마트폰과 아두이노를 이용한 사물함 개폐 관리 시스템 (Locker Management System using Smartphone and Arduino)

  • 이승준;전현욱;안병구
    • 한국인터넷방송통신학회논문지
    • /
    • 제16권1호
    • /
    • pp.89-95
    • /
    • 2016
  • 본 논문에서는 스마트폰으로 사물함을 편리하게 원격조종하고 관리하는 시스템을 제안한다. 본 논문에서 제안한 시스템의 주요한 특징은 다음과 같다. 첫째, 사물함을 서버와 연결시켜 인증절차를 거친 후 자신의 사물함을 개폐한다. 둘째, 스마트폰 기반 사물함 관리 시스템을 이용해 사물함 관리자가 사물함을 더 체계적으로 관리 한다. 셋째, 인스턴트 사물함을 만들어 평소에는 필요 없지만 잠깐 사용해야 할 사용자에게 임시로 사물함을 부여하여 편의성을 높인다. 넷째, 기존 아날로그 방식의 사물함과 달리 인증 절차 및 로그 데이터를 남겨 보안성이 더 우수하다. 제안된 시스템의 성능 평가는 더미 모델을 제작하여 시뮬레이션을 하였다. 성능평가 결과 제안된 시스템은 스마트폰을 사용하여 효과적으로 사물함 개폐를 관리 지원 할 수 있음을 보여 주었다.

Intrusion Detection Using Log Server and Support Vector Machines

  • Donghai Guan;Donggyu Yeo;Lee, Juwan;Dukwhan Oh
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2003년도 가을 학술발표논문집 Vol.30 No.2 (1)
    • /
    • pp.682-684
    • /
    • 2003
  • With the explosive rapid expansion of computer using during the past few years, security has become a crucial issue for modem computer systems. Today, there are many intrusion detection systems (IDS) on the Internet. A variety of intrusion detection techniques and tools exist in the computer security community such as enterprise security management system (ESM) and system integrity checking tools. However, there is a potential problem involved with intrusion detection systems that are installed locally on the machines to be monitored. If the system being monitored is compromised, it is quite likely that the intruder will after the system logs and the intrusion logs while the intrusion remains undetected. In this project KIT-I, we adopt remote logging server (RLS) mechanism, which is used to backup the log files to the server. Taking into account security, we make use of the function of SSL of Java and certificate authority (CA) based key management. Furthermore, Support Vector Machine (SVM) is applied in our project to detect the intrusion activities.

  • PDF

A Real-Time Surveillance System for Vaccine Cold Chain Based o n Internet of Things Technology

  • Shao-jun Jiang;Zhi-lai Zhang;Wen-yan Song
    • Journal of Information Processing Systems
    • /
    • 제19권3호
    • /
    • pp.394-406
    • /
    • 2023
  • In this study, a real-time surveillance system using Internet of Things technology is proposed for vaccine cold chains. This system fully visualizes vaccine transport and storage. It comprises a 4G gateway module, lowpower and low-cost wireless temperature and humidity collection module (WTHCM), cloud service software platform, and phone app. The WTHCM is installed in freezers or truck-mounted cold chain cabinets to collect the temperature and humidity information of the vaccine storage environment. It then transmits the collected data to a gateway module in the radiofrequency_physical layer (RF_PHY). The RF_PHY is an interface for calling the bottom 2.4-GHz transceiver, which can realize a more flexible communication mode. The gateway module can simultaneously receive data from multiple acquisition terminals, process the received data depending on the protocol, and transmit the collated data to the cloud server platform via 4G or Wi-Fi. The cloud server platform primarily provides data storage, chart views, short-message warnings, and other functions. The phone app is designed to help users view and print temperature and humidity data concerning the transportation and storage of vaccines anytime and anywhere. Thus, this system provides a new vaccine management model for ensuring the safety and reliability of vaccines to a greater extent.

Development of an Object-Relational IFC Server

  • Hoon-sig Kang;Ghang Lee
    • 국제학술발표논문집
    • /
    • The 3th International Conference on Construction Engineering and Project Management
    • /
    • pp.1346-1351
    • /
    • 2009
  • In this paper we propose a framework for an Object Relational IFC Server (OR-IFC Server). Enormous amounts of information are generated in each project. Today, many BIM systems are developed by various CAD software vendors. Industry Foundation Classes (IFC) developed by International Alliance for Interoperability (IAI) is an open standard data model for exchanging data between the various BIM tools. The IFC provides a foundation for exchanging and sharing of information directly between software applications and define a shared building project model. The IFC model server is a database management system that can keep track of transactions, modifications, and deletions. It plays a role as an information hub for storing and sharing information between various parties involved in construction projects. Users can communicate with each other via the internet and utilize functions implemented in the model server such as partial data import/export, file merge, version control, etc. IFC model servers using relational database systems have been developed. However, they suffered from slow performance and long transaction time due to a complex mapping process between the IFC structure and a relational-database structure because the IFC model schema is defined in the EXPRESS language which is object-favored language. In order to simplify the mapping process, we developed a set of rules to map the IFC model to an object-relational database (ORDB). Once the database has been configured, only those pieces of information that are required for a specific information-exchange scenario are extracted using the pre-defined information delivery manual (IDM). Therefore, file sizes will be reduced when exchanging data, meaning that files can now be effectively exchanged and shared. In this study, the framework of the IFC server using ORDB and IDM and the method to develop it will be examined.

  • PDF

인터넷 가전의 원격 감시 및 제어를 위한 임베디드 리눅스 웹 서버 (An Embedded Linux Web Server for Remote Monitoring & Controlling the Internet Appliance)

  • 임성락
    • Journal of Information Technology Applications and Management
    • /
    • 제12권4호
    • /
    • pp.123-131
    • /
    • 2005
  • Since most of the conventional web servers have been designed to Provide the general purpose and user's convenience as the primary goal, there is an overhead to apply them to the embedded system for remote monitoring and controlling the operation status of the Internet appliance. To cope with this overhead, an embedded Linux web server Is suggested in this paper The basic concept is to provide miniaturization and extendability by simplifying the requirements of web server as the services to the requests of web document for the user's menu and the execution of CGI Program for monitoring and controling the Internet appliance, and satisfying only the indispensable requirements of HTTP which are necessary for the interface with the conventional web browsers. For the evaluation of its feasibility, each module has been implemented on Linux environment, and tested with the MS Explorer 6.0.

  • PDF

디지털 콘텐츠의 저작권 관리를 위한 라이센스 서버와 툴 서버 설계 및 구현 (Design and Implementation of Tool Server and License Server for Protecting Digital Contents)

  • 홍현우;류광희;김광용;김재곤;정회경
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2006년도 춘계종합학술대회
    • /
    • pp.573-576
    • /
    • 2006
  • 지금까지 디지털 콘텐츠의 저작권기술은 표준화가 미비하여 업체마다 독자적으로 저작권 기술을 개발하여 사용 중이었으며, 이로 인해 디지털 콘덴츠의 저작권 관리와 보호에 혼란이 발생하였다. 이러한 문제를 해결하기 위하여 MPEG(Moving Picture Expects Group)에서는 MPEG-21 멀티미디어 프레임워크를 제안하여 표준화작업을 진행하고 있으며, 이 프레임워크에는 XML(Extensible Markup Language) 기반의 저작권 표현 언어인 REL(Rights Expression Language)이 포함되어 있다. REL은 MPEG-21 프레임워크에서 지적 재산권 관리 및 보호의 세부요소로 최종표준안이 이미 완료된 상황이이다. 지적 재산권 관리 및 보호 기반의 콘텐츠 보호시스템은 주요하게 라이센스 서버, 저작 서버, 툴 서버, 소비 서버 네 개 구조로 구분할 수 있다. 이에 본 논문에서는 디지털 콘텐츠의 저작권 관리에 혼란이 발생하는 문제를 해결하기 위하여 디지털 콘텐츠정보와 결제정보가 담긴 REL 문서를 생성하여 저작 서버에 전송하는 라이센스 서버 및 저작 서버와 소비 서버에서 사용하는 툴을 관리하는 틀 서버를 설계 및 구현하였다.

  • PDF

A Study on Radiation Risk Recognition Aided System Visualizing Risk Information by CG

  • Katagiri, M.;Tuzuki, Y.;Sawamura, S.;Aoki, Y.
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2002년도 ITC-CSCC -1
    • /
    • pp.425-428
    • /
    • 2002
  • The technology of Computer Graphics (CG) has been in great progress for almost 20 years and has proven to be a valuable tool for a broad variety of fields, including nuclear engineering. To work in any hazardous environment for example radiation field is particularly challenging because the danger is not always visually apparent. In this study as the application of CG to nuclear engineering field, we proposed to develop a radiation risk recognition aided system in which various radiation information; radiation risks, radiation distribution, hazard information and so on, were visualized by CG. The system used the server and client system. In the server there were two parts; one (main-server) was the database part having various data and the other (sub-server) was the visualization part visualizing the human phantom by POV-Ray. In the client there was the input and output part. The outputs from the system were various radiation information represented by coloring, circle graph and line graph intuitionally. The system is useful for a broad range of activities including radiation protection, radiation management, dose minimization, and demonstration to the public.

  • PDF

지능형 방재 시스템 시뮬레이션 환경 및 관리 어플리케이션 구현 (Design of Simulation Environment for Intelligent Disaster Prevention System and Implementation of Management Application)

  • 조영호;강희조;성경
    • 한국항행학회논문지
    • /
    • 제15권4호
    • /
    • pp.602-608
    • /
    • 2011
  • 본 논문에서는 복잡도가 높은 건물 내에 산재되어 있는 비상등, 소화기 및 스프링클러를 효과적으로 관리하기 위해 유비쿼터스 센서 네트워크 기반의 자율무선통신방식을 이용한 지능형 소방방재 시스템 시뮬레이션 환경을 구성하고, 장치의 현재 상태에 대한 모니터링, 작동 유무를 확인하고 관리 할 수 있는 스마트폰 어플리케이션을 구현하였다. 구현한 시스템 환경은 센서노드가 부착된 시설물, 장치의 정보수집과 제어를 위한 관리서버, 그리고 관리서버와 정보를 주고받는 스마트폰 어플리케이션으로 구성된다. 실험결과 구현된 시스템은 각 시설물과 정보를 송수신하여 장치의 상태를 확인하고 제어 하였으며, 안드로이드 기반 스마트폰 어플리케이션을 이용하여 관리서버와 시설물의 정보를 주고받고 제어 명령을 통해 장치가 통제됨을 확인할 수 있었다.

산업정보시스템의 웹쉘공격에 대한 방어 대응책 연구 (Study on defense countermeasures against Webshell attacks of the Industrial Information System)

  • 홍성혁
    • 산업융합연구
    • /
    • 제16권4호
    • /
    • pp.47-52
    • /
    • 2018
  • 웹쉘은 해커가 원격으로 웹 서버에 명령을 내릴 수 있도록 작성한 웹 스크립트 파일이다. 해커는 웹쉘을 이용하여 보안 시스템을 우회, 시스템에 접근하여 파일 수정, 복사, 삭제 등의 시스템 제어를 할 수 있고 웹 소스코드에 악성코드를 설치해 사용자들의 PC를 공격하거나 연결된 데이터베이스의 정보를 유출하는 등 큰 피해를 입힐 수 있다. 웹쉘 공격의 유형은 여러 가지가 있지만 그중 대표적으로 사용되는 PHP, JSP 기반 웹 서버에 대한 공격에 대해 연구하고 이런 유형의 웹쉘 공격에 대한 대응 방법인 웹페이지 관리차원에서의 방법과 개발과정에서의 방법, 그 외 몇 가지 방법을 제안하였다. 이런 대응 방법들을 활용한다면 웹쉘 공격에 의한 피해를 효과적으로 차단할 수 있다.