• 제목/요약/키워드: 상황 적응

Search Result 985, Processing Time 0.032 seconds

A Context Adaptation System for Ubiquitous Computing (유비쿼터스 컴퓨팅을 위한 상황 적응 시스템)

  • Oh, Min-Kyung;Chang, Byeong-Mo
    • The KIPS Transactions:PartA
    • /
    • v.14A no.6
    • /
    • pp.363-370
    • /
    • 2007
  • The ubiquitous computing environment could provide better service to users by adapting to changing contexts. In this paper, we developed a context adaptation system, which enables an ubiquitous program to adapt to different contexts, following its adaptation rules. Using this system, programmers can develop ubiquitous programs suitable for changing contexts, by describing the context adaptation policy. The context adaptation engine of this system fits the ubiquitous program to the current context based on the context adaptation rules. This system was implemented using JCAF, context-aware programing framework based on java. A simulator is also provided to simulate ubiquitous programs by changing contexts.

Two-Level Context Adaptation Method for Context-Aware Applications (상황 인식 응용을 위한 2-레벨 상황 적응 기법)

  • Chim Soo-Jong;Yoon Yong Ik
    • The KIPS Transactions:PartA
    • /
    • v.12A no.6 s.96
    • /
    • pp.477-484
    • /
    • 2005
  • Applications in ubiquitous environments should provide the best services to users by considering the changes of users requirements and service environments, and should adapt service behaviors to the underlying platform's behaviors according to contextual changes. To reflect users requirements actively and provide more flexible services, we propose 2-level context adaptation method for supporting dynamic application adaptability in contextual changes. We offend the range of contexts to users requirements for supporting context adaptation. It can reflect users preferences in offering application services. For application adaptability, we use adaptation policies to allow applications require how they adapt to specific contexts, and to make them react actively on such situations.

Context Adaptive Digital Signage System (상황 적응적 디지털 사이니지 시스템)

  • Lee, Wonjae;Lee, Yong-Tae;Lee, Hyun-Woo;Choi, Min
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2014.11a
    • /
    • pp.280-282
    • /
    • 2014
  • 본 논문에서는 상황 적응적 디지털 사이니지 시스템을 다룬다. 디지털 사이니지 디스플레이는 정보 및 광고 제공에 효과적인 매체이다. 시청자, 장소, 날씨와 같은 환경적 상황에 콘텐트를 적응시킨다면 디지털 사이니지는 더욱 효과적일 수 있다. 본 논문에서 제안하는 상황 적응적 디지털 사이니지 시스템은 다양한 환경 상황에 적응하여 콘텐트를 제공한다. 상황을 인지하기 위해 카메라, 온도계 등 다양한 센서들이 사용된다. 이 시스템에서는 다수의 상황들이 모델링되며, 해당 상황들에 대한 콘텐트가 체계적으로 저장되고 제공된다.

  • PDF

A SOA Web Service Implementation for Adapting to Context Changes using Polymorphism (상황정보 적응을 위하여 다형성을 이용한 SOA 웹서비스 구현 방안)

  • Yoon, Hoi-Jin
    • Journal of Internet Computing and Services
    • /
    • v.9 no.5
    • /
    • pp.73-83
    • /
    • 2008
  • This paper proposes an implementation of an orchestration service of web services, which work as context aware applications in Ubiquitous Computing. The proposed method alms to decrease the cost of adapting to the context changes. UC requires the context adaptation more than any other computing environments, and it works based on networks of various heterogeneous platforms. Web services on SOA could be one of the solutions for the requirements. This paper proposes the way how to implement an orchestration service of SOA to handle the context adaptation while keeping the performance high. We develops an implementation model of orchestration services of web services, and the model decreases the number of code lines of the orchestration service. This paper also shows a simple empirical study, and it also analyzes two different method implementing the polymorphism, overloading and overriding.

  • PDF

Goal-based Evaluation of Contextual Situations for Self-adaptive Software (자기적응형 소프트웨어를 위한 목표 기반의 외부상황 평가 기법)

  • Kim Jae-Sun;Park Soo-Yong
    • Journal of KIISE:Software and Applications
    • /
    • v.33 no.3
    • /
    • pp.316-334
    • /
    • 2006
  • In the traditional computing paradigm, developers design software to run in a fixed and well-defined environment. The real environment, however, is too complicated to analyze all situations perfectly. Consequently, traditional software, which is implemented only for what is wanted as input, often fails badly in real environment. As a new approach, self-adaptive software can avoid runtime failures adapting to unpredictable situations. Self-adaptive software must firstly evaluate the contextual situation to determine the need for adaptation. Existing researches do not support the abstraction mechanism for identifying contextual problem. Consequently, they can have troubles with identifying the contextual problem as the execution environment is getting complex. In addition, they cannot support the expandability for contextual problems, which software can evaluate. This paper suggests the goal-based evaluation method of contextual situation for coping with the limitations of existing researches.

Access Control and Adaptation System for Ubiquitous Computing (유비쿼터스 컴퓨팅을 위한 접근제어와 상황적응 시스템)

  • Lee, Ji-Yeon;Oh, Min-Kyoung;Chang, Byeong-Mo;Ahn, Joon-Seon;Doh, Kyung-Goo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10b
    • /
    • pp.590-594
    • /
    • 2006
  • 본 연구는 신뢰성 있는 유비쿼터스 프로그램을 개발하기 위한 보다 효율적인 프로그래밍 환경을 제공함을 목적으로 한다. 이 프로그래밍 환경은 정책 기술 언어와 이를 바탕으로 접근 제어와 상황 적응을 관리하는 실행시스템을 제공한다. 프로그래머는 정책 기술 언어를 통해 메소드에 대한 접근 권한과 변화되는 상황에 적응하는 규칙들을 쉽게 표현할 수 있다. 본 논문의 실행 시스템은 정책 파일의 규칙들에 따라 객체가 메소드에 대한 접근 권한이 있는지를 검사하는 접근 제어기(access controller)와 변화되는 상황에 적응하여 자동으로 반응하도록 해주는 적응 엔진(adaptation engine)의 형태로 구현되었다. 또한 이 시스템을 이용하여 개발된 유비쿼터스 프로그램을 시뮬레이션 할 수 있는 시뮬레이터를 제공한다.

  • PDF

An adaptive control scheme of streaming video in smart agent AP for DASH (DASH를 위한 무선 스마트 에이전트의 적응적 비디오 품질 조절 방법)

  • Oh, Gyu-Tae;Lee, Yoo-Nyeong;Lee, hyung-keun
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2014.11a
    • /
    • pp.115-117
    • /
    • 2014
  • 본 논문에서는 MPEG 표준인 DASH 서비스를 DASH 표준이 나오기 이전에 출시된 기존 단말들에게 무선 랜 환경에서 DASH를 위한 비디오 스트리밍 서비스를 제공해 주기 위한 무선 스마트 에이전트의 적응적 비디오 품질 조절 방법을 제안한다. 기존 연구는 스마트 에이전트가 클라이언트의 네트워크 상황을 파악하기 위해 전송 계층의 정보를 이용하기 때문에 무선 랜 환경에서 페이딩이나 간섭 등과 같은 이유로 적합하지 않다. 본 논문에서 제안하는 방법은 802.11 MAC 부계층에서 얻을 수 있는 정보를 이용하여 급격히 변하는 각 클라이언트의 상황을 빠르게 파악하여 무선 채널의 상태를 적응적으로 비디오 스트리밍하여 전달하도록 한다. 제안하는 방법의 실험을 통하여 DASH 표준 서비스를 제공 받는 클라이언트처럼 네트워크 상황에 적응적으로 비디오 스트리밍 되는 것을 확인하였다. 또한, 클라이언트의 이동성과 무선 채널의 에러를 추가함으로써 급격히 변하는 네트워크의 상황에도 적응적으로 클라이언트에게 비디오 스트리밍을 제공하는 것을 확인하였다.

  • PDF

An Intelligent Context-Awareness Middleware for Service Adaptation based on Fuzzy Inference (퍼지 추론 기반 서비스 적응을 위한 지능형 상황 인식 미들웨어)

  • Ahn, Hyo-In;Yoon, Seok-Hwan;Yoon, Yong-Ik
    • The KIPS Transactions:PartB
    • /
    • v.14B no.4
    • /
    • pp.281-286
    • /
    • 2007
  • This paper proposes an intelligent context awareness middleware(ICAM) for Ubiquitous Computing Environment. In this paper we have researched about the context awareness middleware. The ICAM model is based on ontology that efficiently manages analyses and learns about various context information and can provide intelligent services that satisfy the human requirements. Therefore, various intelligent services will improve user's life environment. We also describe the current implementation of the ICAM for service adaptation based on fuzzy inference that help applications to adapt their ubiquitous computing environments according to rapidly changing. For this, after defining the requirements specifications of ICAM, we have researched the inferred processes for the higher level of context awareness. The Fuzzy Theory has been used in process of inferences, and showed constructing the model through the service process. Also, the proposed fuzzy inferences has been applied to smart Jacky, and after inferring the fuzzy values according to the change of temperature, showed the adaptability of Smart Jacky according to the change of surroundings like temperature as showing the optimal value of status.

A Design and Implementation of Context Information Gathering System for Contents Adaptation Service (콘텐츠 적응화 서비스를 위한 상황정보 수집 시스템의 설계 및 구현)

  • Jun, Wu-Rak;So, Soo-Hwan;Lee, Jae-Dong
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.14 no.2
    • /
    • pp.1-7
    • /
    • 2009
  • This paper proposes a context gathering system that obtains user's environment information from sensor and generates user's context profile. To design the system, we classify context and design context model based on traditional context-aware computing. The proposed system supports contexts adaptation service by gathering user's environment characteristics and biological characteristics and generating user profile.

Quality Adaptation Scheme for Video Streaming Service in Heterogeneous Wireless Networks (이기종 무선망에서 비디오 스트리밍 서비스를 위한 품질 적응 기법)

  • Ko, Sang-Ki;Chung, Kwang-Sue
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2011.06a
    • /
    • pp.385-387
    • /
    • 2011
  • 본 논문에서는 이기종 무선망에서 제공되는 비디오 스트리밍 서비스의 품질을 보장하기 위해, 핸드오버 상황에 따라 변화하는 네트워크 상태에 적응적인 스트리밍 품질 적응 기법을 제안한다. 제안하는 기법은 패킷 페어 방식을 이용하여 네트워크의 가용대역폭을 측정하고 핸드오버 상황 공지 메시지를 이용하여 핸드오버 상황을 빠르게 인지함으로써 핸드오버로 인한 네트워크 가용대역폭 변화에 능동적으로 대응하며 네트워크 상태에 적응적으로 비디오 스트림의 품질을 조절한다. 실험을 통해 제안하는 기법이 핸드오버 상황에서 비디오 패킷 손실을 감소시켜 비디오의 재생 품질을 보장할 수 있음을 확인하였다.