• Title/Summary/Keyword: Deployment Service

Search Result 351, Processing Time 0.024 seconds

Ubiscript: A Language for Ubiquitous Service Integration (유비스크립트: 유비쿼터스 서비스 통합을 위한 언어)

  • Lee, Min-Kyu;Han, Dong-Soo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.10a
    • /
    • pp.269-270
    • /
    • 2007
  • 유비쿼터스 환경에서는 사용자가 컴퓨터 및 네트워크의 존재를 의식하지 않는 상태에서 다양한 서비스를 이용하게 된다. 주변에 있는 PC, 냉장고, TV, 자동차 등의 모든 기기에 프로세서가 내장되고 네트워크가 연결되어 특정한 서비스를 제공하기 위해 함께 동작하게 된다. 이러한 장치와 서비스들을 연동하기 위한 현재의 솔루션은 클라이언트-서버 방식의 분산 컴퓨팅 모델이다. 각각의 장치가 원격 프로시듀어 흑은 원격 객체의 형태로 서버를 제공하고 이들을 하나의 클라이언트가 시나리오대로 그것들을 호출함으로써 응용을 완성할 수 있다. 하지만, 이러한 분산 컴퓨팅 모델을 지원하는 프로그래밍 환경으로는 다음과 같은 한계가 있다. 첫째, 소프트웨어 배치(deployment) 문제가 발생한다. 수 많은 시나리오를 생각해 볼 수 있는 유비쿼터스 환경에서는 특정 장치를 공장에서 생산하여 출고할 때 어떤 서버 소프트웨어가 미리 설치되어야 하는지는 가늠할 수 없는 문제이다. 둘째, 성능 문제가 발생할 수 있다. 각 장치의 함수를 호출하는 것은 대부분 원격 함수(remote procedure)이므로 한번 호출하는데 상당한 자원이 소요된다. 하지만, 시나리오를 구현하기 위해서는 특정 장치의 함수를 여러 번 호출해야 되는 상황이 자주 연출된다. 이러한 상황을 피하여 성능을 향상 시키기 위해서는 각 장치에 요구되는 부문 시나리오가 한번에 호출로 처리될 수 있어야 한다. 셋째, 유지 보수 문제가 발생할 수 있다 하나의 서비스가 여러 개의 서버 프로그램과 클라이언트 프로그램으로 구성되기 때문에 한번 업그레이드를 할 때 모든 구성 요소들이 모두 버전 업이 되어야 한다. 넷째, 유비쿼터스 환경에 적합한 추상화 개념의 부재를 들 수 있다. 다양한 장치, 웹서비스 및 데이터 들이 연동되어 하나의 서비스 시나리오를 구현함에 있어서 현재의 프로그래밍 언어는 높은 수준의 추상화 개념을 제공하지 못하고 있다. 본 연구에서는 모바일 코드 기술을 프로그래밍 언어에 적용하여 유비쿼터스 환경에서의 다양한 장치들과 서비스들을 손쉽게 통합하여 애플리케이션 시나리오를 구현할 수 있는 새로운 프로그래밍 언어인 유비스크립트(ubiscript)를 제안한다. 유비스크립트에서는 모바일 코드의 개념을 통해서 앞서 언급한 유비쿼터스 컴퓨팅 환경에서의 문제점을 해결하고자 하였다. 모바일 코드에서는 프로그램 코드가 네트워크를 통해서 컴퓨터를 이동하면서 수행되는 개념인데, 이는 물리적으로 떨어져있으면서 네트워크로 연결되어 있는 다양한 컴퓨팅 장치가 서로 연동하기 위한 모델에 가장 적합하다. 이는 기본적으로 배포(deploy)라는 단계가 필요 없게 되고, 새로운 버전의 프로그램이 작성될지라도 런타임에 코드가 직접 이동하게 되므로 버전 관리의 문제도 해결된다. 게다가 원격 함수를 매번 호출하지 않고 한번 이동된 코드가 원격지에서 모두 수행을 하게 되므로 성능향상에도 도움이 된다. 장소 객체(Place Object)와 원격 스코프(Remote Scope)는 앞서 설명한 특징을 직접적으로 지원하는 언어 요소이다. 장소 객체는 모바일 코드가 이동해서 수행될 계산 환경(computational environment)에 대한 레퍼런스이다. 원격 스코프는 원격지의 컴퓨터에 존재하는 계산 환경의 스코프(scope)를 로컬 계산 환경에 적용할 수 있도록 하는 언어 요소이다. 유비쿼터스 컴퓨팅 환경에서의 장치와 서비스들을 연동하기에는 현재의 프로그래밍 모델은 배포, 유지 보수, 성능 등의 문제점을 안고 있다. 본 연구에서는 모바일 코드 개념을 도입한 새로운 프로그래밍 언어인 유비스크립트를 제안하여 이러한 문제점들을 극복하고자 하였다. 유비스크립트에서는 유비쿼터스 환경을 직접적으로 표현할 수 있도록 새로운 언어 요소인 장소 객체와 원격 스코프 개념을 도입하였고, 프로토타입과 가상의 시나리오 구현을 통하여 기존의 프로그래밍 언어보다 유비쿼터스 환경에 더 적합하고, 단순하며 생산성이 우수하다는 것을 확인하였다.

  • PDF

Authentication and Group Key Management Techniques for Secure Communication in IoT (IoT 환경에서 안전한 통신을 위한 인증 및 그룹 키 관리 기법)

  • Min, So-Yeon;Lee, Jae-Seung
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.20 no.12
    • /
    • pp.76-82
    • /
    • 2019
  • The development of Internet technology and the deployment of smart devices provide a convenient environment for people, and this is becoming common with the technology called the Internet of Things (IoT). But the development of, and demand for, IoT technology is causing various problems, such as personal information leaks due to the attacks of hackers who exploit it. A number of devices are connected to a network, and network attacks that have been exploited in the existing PC environment are occurring in the IoT environment. When it comes to IP cameras, security incidents (such as distributed denial of service [DDoS] attacks, hacking someone's personal information, and monitoring without consent) are occurring. However, it is difficult to install and implement existing security solutions because memory space and power are limited owing to the characteristics of small devices in the IoT environment. Therefore, this paper proposes a security protocol that can look at and prevent IoT security threats. A security assessment verified that the proposed protocol is able to respond to various security threats that could arise in a network. Therefore, it is expected that efficient operation of this protocol will be possible if it is applied to the IoT environment.

A Study on the Threat of Biological Terrorism in modern society (현대사회의 환경변화에 따른 Bio-Terror의 위협요인 연구)

  • Kang, young-sook;Kim, Tae-hwan
    • Journal of the Society of Disaster Information
    • /
    • v.1 no.1
    • /
    • pp.3-26
    • /
    • 2005
  • In recent years, there is growing concern about the potential use of biological agents in war or acts of terrorism accompanied an increased realization that rapid preparedness and response are needed to prevent or treat the human damage that can be caused by these agents. The threat is indeed serious, and the potential for devastating numbers of casualties is high. The use of agents as weapons, even on a small scale, has the potential for huge social and economic disruption and massive diversion of regional and national resources to combat the threat, to treat primary disease, and to clean up environmental contamination. Biological weapons are one of weapons of mass destruction (or mass casualty weapons, to be precise. since they do not damage non-living entities) that are based on bacteria, viruses, rickettsia, fungi or toxins produced by these organisms. Biological weapons are known to be easy and cheap to produce and can be used to selectively target humans, animals, or plants. Theses agents can cause large numbers of casualties with minimal logistical requirements (in wide area). The spread of disease cannot be controlled until there is awareness of the signs of infection followed by identification of agents; and if the organism is easily spread from person to person, as in the case of smallpox, the number of casualties could run into the tens of thousands. Biological weapons could be used covertly, there can be a lot of different deployment scenarios. A lot of different agents could be used in biological weapons. And, there are a lot of different techniques to manufacture biological weapons. Terrorist acts that make use of Biological Agents differ in a number of ways from those involving chemicals. The distinction between terrorist and military use of Biological Weapon is increasingly problematic. The stealthy qualities of biological weapons further complicate the distinction between terrorism and war. In reality, all biological attacks are likely to require an integrated response involving both military and civilian communities. The basic considerations when public health agencies establish national defence plan against bioterrorism must be 1) arraying various laws and regulations to meet the realistic needs, 2)education for public health personnels and support of concerned academic society, 3)information collection and cooperative project with other countries, 4)Detection and surveillance(Early detection is essential for ensuring a prompt response to biological or chemical attack, including the provision of prophylactic medicines, chemical antidotes, or vaccines) and 5) Response(A comprehensive public health response to a biological or chemical terrorist event involves epidemiologic investigation, medical treatment and prophylaxis for affacted persons, and the initiation of disease prevention or environmental decontamination measures). The purpose of this paper is providing basic material of preparedness and response for biological terrorism in modern society.

  • PDF

Job Stress among Highway Toll Gate Cashiers (고속도로 요금소 요금 수납원 직무스트레스에 관한 연구)

  • Na, JeongYeon;Kwon, Minji;Kim, DooYoung;Park, YoungHwa;Seo, JungEun;Shin, MinCheol;Kim, HeeJi;Kim, HwaIl;Ryu, Hyangwoo;Cho, ManSu
    • Journal of Environmental Health Sciences
    • /
    • v.43 no.5
    • /
    • pp.370-381
    • /
    • 2017
  • Objectives: The rate at which the nationwide highway is outsourcing the duties of toll gate cashiers to the public is increasing. The aim of this study is to conduct research on job stress for the rate at which the fares are collected by national highway toll gate cashiers. Methods: The population selected was a statistically significant group making up 10% of the total number of people surveyed in 2015, with a population of approximately 5,495 persons. The sample size is intended to cover the maximum sample size of 550 samples and the maximum number of samples that should be obtained. After allocating the number of samples by quota allocation, the qualitative function of Quality Function Deployment (QFD) was applied by random sampling. Results: Job stress ranked at $46.6{\pm}11.5$ points was found to be under the stress of 50% reported in other occupations. Job stress items showed higher for "job instability" compared to other types of tasks. Also, it appeared lower in "conflict in relationships." This is a result of the work characteristics of highway service operators. Conclusions: Time was found to have the highest influence on the workload (${\beta}=0.80$, p. 0.001), which calls for a reduction in time and workload. est influence on the workload (${\beta}=0.80$, p. 0.001), which requires a reduction in time and workload.

Deployment Strategies of Cloud Computing System for Defense Infrastructure Enhanced with High Availability (고가용성 보장형 국방 클라우드 시스템 도입 전략)

  • Kang, Ki-Wan;Park, Jun-Gyu;Lee, Sang-Hoon;Park, Ki-Woong
    • The Journal of Korean Institute of Next Generation Computing
    • /
    • v.15 no.3
    • /
    • pp.7-15
    • /
    • 2019
  • Cloud computing markets are rapidly growing as cost savings and business innovation are being carried out through ICT worldwide. In line with this paradigm, the nation is striving to introduce cloud computing in various areas, including the public sector and defense sector, through various research. In the defense sector, DIDC was established in 2015 by integrating military, naval, air and military computing centers, and it provides cloud services in the form of IaaS to some systems in the center. In DIDC and various future cloud defense systems, It is an important issue to ensure availability in cloud defense systems in the defense sector because system failures such as network delays and system resource failures are directly linked to the results of battlefields. However, ensuring the highest levels of availability for all systems in the defense cloud can be inefficient, and the efficiency that can be gained from deploying a cloud system can be reduced. In this paper, we classify and define the level of availability of defense cloud systems step by step, and propose the strategy of introducing Erasure coding and failure acceptance systems, and disaster recovery system technology according to each level of availability acquisition.

A Study on Management and Improvement of P University Libraries with Viewpoint of Five Laws of Library Science: Focused on the first law and the fifth law (도서관학 5법칙으로 본 P대학도서관 운영과 개선방안)

  • Sun-Gu Jeon;Yong-Jae Lee
    • Journal of Korean Library and Information Science Society
    • /
    • v.54 no.3
    • /
    • pp.57-80
    • /
    • 2023
  • The purpose of this study is to examine the current status of university library operation through the five laws of library science and suggest ways to improve it. To this end, the operation status of four national and public university libraries was analyzed with the scope of the study as the Busan area. Furthermore, for an in-depth investigation, the P University library in Busan was examined as a case. The operation status of national and public university libraries in the Busan region was analyzed by dividing them into the categories of university library collection materials, facilities, staff, material purchase costs, and users from 2018 to 2022. In particular, there was a decrease in users and a shortage of librarians due to COVID-19. In the case study, the operation status of P University library was investigated focusing on the first and fifth laws of Ranganathan's five laws of library science. In the first law, the study was conducted on the aspects of access to and use of the collection, library location, usage time and book lending, and staff. In the fifth law, the investigation was divided into service improvement aspects according to changes in digital technology of P University library and library environment improvement aspects according to changes in user characteristics. As a result of the study, 'establishment of library space composition strategy', 'establishment of blue ocean strategy', and 'expansion of recruitment and deployment of librarians' were suggested as improvement plans.

Fast Join Mechanism that considers the switching of the tree in Overlay Multicast (오버레이 멀티캐스팅에서 트리의 스위칭을 고려한 빠른 멤버 가입 방안에 관한 연구)

  • Cho, Sung-Yean;Rho, Kyung-Taeg;Park, Myong-Soon
    • The KIPS Transactions:PartC
    • /
    • v.10C no.5
    • /
    • pp.625-634
    • /
    • 2003
  • More than a decade after its initial proposal, deployment of IP Multicast has been limited due to the problem of traffic control in multicast routing, multicast address allocation in global internet, reliable multicast transport techniques etc. Lately, according to increase of multicast application service such as internet broadcast, real time security information service etc., overlay multicast is developed as a new internet multicast technology. In this paper, we describe an overlay multicast protocol and propose fast join mechanism that considers switching of the tree. To find a potential parent, an existing search algorithm descends the tree from the root by one level at a time, and it causes long joining latency. Also, it is try to select the nearest node as a potential parent. However, it can't select the nearest node by the degree limit of the node. As a result, the generated tree has low efficiency. To reduce long joining latency and improve the efficiency of the tree, we propose searching two levels of the tree at a time. This method forwards joining request message to own children node. So, at ordinary times, there is no overhead to keep the tree. But the joining request came, the increasing number of searching messages will reduce a long joining latency. Also searching more nodes will be helpful to construct more efficient trees. In order to evaluate the performance of our fast join mechanism, we measure the metrics such as the search latency and the number of searched node and the number of switching by the number of members and degree limit. The simulation results show that the performance of our mechanism is superior to that of the existing mechanism.

Analysis of doctors' cognition of patient safety at general hospitals (일개 상급종합병원 의사들의 환자안전문화에 대한 인식 분석)

  • Yu, Eun-Yeong;Jung, Sang-Jin
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.13 no.6
    • /
    • pp.2607-2616
    • /
    • 2012
  • This study was designed to figure out patient safety culture of medical institutions and try to utilize the study results as basic data for analyzing doctor's awareness of patient safety culture. To this end, questionnaire survey was conducted from August 1st to September 5th, 2011, targeting doctors working at senior general hospitals located in G city, and 194 questionnaires were utilized for final analysis. The research results are as follows. First, there was a difference in awareness of deployment of staffs depending on gender, age, term of service in the hospital, contact with patients and working hours per week in relationship between subjects, wards and hospital safety culture, and organizational learning and teamwork in the ward turned out to be significant in accordance with working hours per week, and all sub-areas of the ward safety culture by departments. Second, feedback about the malpractice, communication, report on malpractice frequency and overall safety awareness were found to be significant by departments in relationship of subjects, medical incident reporting system, patient safety evaluation and overall level of consciousness, and the overall safety awareness showed significant results according to contact with patients and working hours per week. Third, there was a positive corelation in sub-areas of the ward and hospital safety culture awareness, overall recognition and patient safety evaluation, and a positive corelation with medical incident reporting system was found in all areas except for attitude of managers/immediate supervisors and that of hospital executives. Fourth, sub-areas of patient safety culture which has a effect on patient safety showed significant results in organizational learning, openness of communication, overall safety awareness, systematic cooperation between departments, feedback/communication and non-punitive response. In conclusion, to increase the level of the ward and hospital patient safety culture of doctors and implement medical incident reporting system faithfully, it is necessary to activate teamwork through organizational learning in the ward based on the adequate staffing and working hours, promote open communication between departments and provide feedback on medical malpractice, thereby establishing a cooperative system by departments and active support of hospital executives for patient safet.

Examination of the Current Situations of Security Dogs and it's Development Plans (경호탐지견의 운용실태 및 발전방안)

  • Park, Hyung-Kyu;Kim, Doo-Hyun
    • Korean Security Journal
    • /
    • no.14
    • /
    • pp.215-234
    • /
    • 2007
  • Our country security industry 1960's service expense of the beginning U.S. army unit it accomplishes the growth which is quick with start, currently about 2,500 triumph the security enterprises which it goes over are being active. But the majority in these enterprise about lower cotton can a forever characteristic with pressure and the manpower civil official ability insufficient back of faithlessness management and capital power. To sleep with afterwords it presents the security dogs deployment plan for an efficient security together from the research which it sees hereupon and it does. First, it cultivates the domestic mountain progress dog which is a breed which is suitable with the security dogs and the shovel flesh dog back with the security dogs. Specially the Jindo of the breed which is excellent training which is suitable in task of the security dogs it leads and if it uses appropriately, it industrializes our specific the Jindo and protection there is a possibility of getting the effect which falls to also the gist which it rears rightly. It cultivate the second, security dogs and it magnifies training. The security dogs consequently is it will be able to accomplish the task above 2 branches to training method. Namely, after finishing obedience training, it is to be in security activity it will execute guard or detection back special training which is suitable in task and it will be able to commit. Third, it uses the security dogs which is trained rightly in task. The security dogs the adult escorts, facility expense, the explosive and narcotic drug detection, it will be able to use with the other blind man guidance dogs back. The narcotic drug detection dogs which currently is used specially technique intelligence anger, when considering the tendency of the narcotic drug smuggling offense field which becomes diversification that the role very it is important is a possibility of saying at day. It cultivate a fourth, escort relation specialty manpower and it improves the breed of the security dogs. The hazard which cultivate the security dogs use necessary personnel the breed of security dogs, the security dogs training center it opens the security crane relation subject of the college which stands and (university) it improves it establishes and training which is suitable in task it is to do to execute letting in the training map company. Specially, the hazard which improves the breed of security dogs in the progress mind quality which stands against the portion where the breed improvement is demanded as the portion where the internal organs research and investment are necessary sees. The security dogs compares in labor cost and the expense holds few, if it uses the our specific domestic dogs it will be able to use efficiently in the task which is various it solves the multi branch plans for wisly with the security dogs industrial development security of course contemporary history sliced raw fish sees demands compared to being immediacy and the life which is happy business the place where it does it sees it will be able to contribute a lot as.

  • PDF

A Study on Current Status of Landscaping Supervision Quality Control and Improvement Measures in Apartment House Construction (공동주택 건설사업에서 조경 감리의 품질관리 현황과 개선방안 연구)

  • Kim, Jung-Chul
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.49 no.1
    • /
    • pp.1-18
    • /
    • 2021
  • This study was intended to present measures for the improvement of the apartment house landscaping supervision system by examining the adequacy of landscaping supervision, which is aimed at improving the quality of landscape plants and facilities in apartment house landscaping sites. Additionally, this study aims to identify the problems occurring in the process of the performance of landscaping supervision and to provide the evidence for legislative activities and revision of the laws currently being pushed forward for the mandatory deployment of apartment house landscaping supervision personnel. The results of the analysis showed that no landscaping supervision personnel was deployed to apartment complexes with less than 1,500 households and that the landscaping comprised 19% to 46% of the entire construction process. The civil engineering firm performed the landscaping supervision, which made it impracticable to fully focus on the construction quality in the field of landscaping. The quality control in terms of landscape plants revealed differences in quality control, depending on the competence and experience of the civil engineer supervising the personnel, where the landscaping supervision personnel was not deployed. The apartment houses landscaping supervision activity index was analyzed, and the results showed that the supervision activity index for apartment house A was 72.0, B was 70.4, and apartment houses C to G ranged from 38.7 to 46.9, which suggested that the difference in quality control, process control, and technical support affected the construction quality and occurrence of defects.The improvement of landscaping process quality control and process management will be carried out more smoothly and the rate of defects will be drastically reduced if the landscaping supervision personnel placement threshold is lowered from 1,500 households to 300 households in complexes. The results of this study are expected to be useful in promoting and re-establishing the landscaping industry based on the improvement of construction quality in the field of landscaping in connection with the construction of apartment houses.