• 제목/요약/키워드: Executions

검색결과 141건 처리시간 0.023초

내포 결과를 이용한 복합 웹 서비스 실행의 비용 기반 최적화 (Cost-based Optimization of Composite Web Service Executions Using Intensional Results)

  • 박창섭
    • 한국정보과학회논문지:데이타베이스
    • /
    • 제33권7호
    • /
    • pp.715-726
    • /
    • 2006
  • 웹 서비스는 인터넷 상에 분산되어 있는 이질적인 응용들 사이의 연동 및 통합을 위한 표준화된 수단을 제공한다. 본 논문에서는 계층적인 연동 관계가 존재하는 복합 웹 서비스들에 대해 서비스 결과로 전달되는 내포 데이타를 활용하여 웹 서비스들의 호출 및 복귀 작업을 서버 및 통신 비용에 따라 효과적으로 분산 수행함으로써 웹 서비스 시스템의 전체적인 성능을 향상시킬 수 있는 방안을 제시한다. 본 논문에서는 내포 결과를 이용한 적법한 웹 서비스 호출 실행 계획 및 이에 대한 비용 기반 최적화 문제를 정의하고, 최적 호출 실행 계획을 찾기 위한 휴리스틱 탐색 방법과 효율적으로 수행될 수 있는 그리디 알고리즘을 제안한다. 실험 결과, 제안한 그리디 알고리즘은 빠른 시간 내에 최적 해에 가까운 효율적인 호출 실행 계획을 생성하며, 복잡한 웹 서비스 연동 관계에 대해서 우수한 확장성을 보였다.

Opposition Based Differential Evolution Algorithm for Dynamic Economic Emission Load Dispatch (EELD) with Emission Constraints and Valve Point Effects

  • Thenmalar, K.;Ramesh, S.;Thiruvenkadam, S.
    • Journal of Electrical Engineering and Technology
    • /
    • 제10권4호
    • /
    • pp.1508-1517
    • /
    • 2015
  • Optimal Power dispatch is the short-term decision of the optimal output of a number of power generation facilities, to meet the system demand, with the objective of Power dispatching at the lowest possible cost, subject to transmission lines power loss and operational constraints. The operational constraint includes power balance constraint, generator limit constraint, and emission dispatch constraint and valve point effects. In this paper, Opposition based Differential Evolution Algorithm (ODEA) has been proposed to handle the objective function and the operational constraints simultaneously. Furthermore, the valve point loading effects and transmission lines power loss are also considered for the efficient and effective Power dispatch. The ODEA has unique features such as self tuning of its control parameters, self acceleration and migration for searching. As a result, it requires very minimum executions compared with other searching strategies. The effectiveness of the algorithm has been validated through four standard test cases and compared with previous studies. The proposed method out performs the previous methods.

실시간 운영체제를 적용한 제어시스템의 모델기반 설계 및 검증 (Model Based Design and Validation of Control Systems using Real-time Operating System)

  • 연제명;마주영;선우명호;이우택
    • 한국자동차공학회논문집
    • /
    • 제16권2호
    • /
    • pp.8-17
    • /
    • 2008
  • This paper presents the Matlab/Simulink-based software-in-the-loop simulation(SILS) environment which is the co-simulator for temporal and functional simulations of control systems. The temporal behavior of a control system is strongly dependent on the implemented software and hardware such as the real-time operating system, the target CPU, and the communication protocol. The proposed SILS abstracts the system with tasks, task executions, real-time schedulers, and real-time networks close to the implementation. Methods to realize these components in graphical block representations are investigated with Matlab/Simulink, which is most commonly used tool for designing and simulating control algorithms in control engineering. In order to achieve a seamless development from SILS to rapid control prototyping (RCP), the SILS block-set is designed to support automatic code generation without tool changes and block modifications.

OpenMP 디렉티브 프로그램의 최초경합 탐지를 위한 도구 (A Detection Tool of First Races in OpenMP Programs with Directives)

  • 강문혜;하옥균;전용기
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제37권1호
    • /
    • pp.1-7
    • /
    • 2010
  • OpenMP 디렉티브 프로그램의 디버깅을 위해서 비결정적인 수행결과를 초래하는 경합을 탐지 하는 것은 중요하다. 특히, 프로그램 수행에서 가장 먼저 발생하는 최초경합은 이후에 발생하는 경합에 영향을 줄 수 있으므로 효과적인 디버깅을 위해서 반드시 탐지되어야 한다. 그러나 기존의 경합탐지 도구들은 최초경합의 탐지를 보장하지 못한다. 본 논문에서는 내포병렬성을 포함한 프로그램을 두 번의 수행으로만 프로그램의 수행 중에 최초경합을 탐지하는 도구를 제시한다. 본 도구의 정당성을 합성프로그램을 이용하여 보이고, 기존 경합탐지 도구와 기능성을 비교한다.

자바 클래스 파일과 .NET PE 파일을 위한 통합 로더/링커 시스템의 개발 (Development of the Integrated Loader/Linker System for the Java Class File and .NET PE File.)

  • 고광만
    • 한국멀티미디어학회논문지
    • /
    • 제10권11호
    • /
    • pp.1472-1482
    • /
    • 2007
  • 로더/링커는 자바 클래스 파일 또는 .NET 환경의 중간 표현인 PE 파일을 입력으로 받아 검증, 레졸루션, 초기화, 실행에 필요한 최적화된 정보 저장 등 실질적인 실행에 필요한 모든 정보 생성 및 무결성을 보장하는 아주 중요한 부분이다. 본 논문에서는 자바 클래스 파일과 .NET 환경의 PE 파일에 대한 통합 로더/링커 시스템을 개발하고자 한다. 이를 위해, 자바 클래스 파일과 .NET PE 파일 정보를 모두 저장할 수 있는 새로운 실행 파일 포맷(*.evm) 및 메모리 포맷을 설계했으며 저장된 실행 정보를 활용하여 JVM 또는 .NET 환경에서 실행할 수 있도록 링커/로더 시스템을 구현하였다.

  • PDF

이기종 클러스터를 위한 수정된 GSS 부하 분할 알고리즘 (Adapted GSS Load Sharing Algorithm for Heterogeneous Cluster)

  • 구본근
    • 정보처리학회논문지A
    • /
    • 제10A권4호
    • /
    • pp.331-338
    • /
    • 2003
  • 클러스터는 컴퓨터 네트워크로 연결되어 있는 컴퓨터들로 구성된 비용대비 효과적인 병렬 처리 환경이다. 클러스터의 특징으로는 노드의 이기종성, 부하의 다양성, 네트워크 부하의 다양성 등이다. 이러한 특징들은 병렬 프로그램의 수행 성능에 영향을 주기 때문에 클러스터를 위한 부하 분할은 병렬 프로그램의 성능에 많은 영향을 준다. 본 논문에서는 부하 분할 알고리즘인 GSS를 수정한 αGSS 알고리즘을 제안한다. 본 논문에서 제안하는 αGSS 알고리즘에서는 각 노드가 처리할 태스크의 크기를 결정할 때 각 노드의 BogoMIPS를 이용한다. 실험 결과에 의하면 제안된 αGSS 알고리즘이 이기종으로 구성된 클러스터에서 효과적으로 부하를 분할하며, 따라서 병렬 프로그램의 수행 시간을 감소시킬 수 있다.

미국경비협회(ASIS)의 전문화와 세계화 전략에 관한 방문연구 (Learning from the ASIS International strategy for specialization and globalization)

  • 이상훈
    • 융합보안논문지
    • /
    • 제15권3_2호
    • /
    • pp.3-10
    • /
    • 2015
  • 미국경비협회(ASIS)는 이미 그들의 표준(Standard)을 세계에 배급하고 이들 전문가들을 조직화하는데 성공하고 있다. 그 저변에는 지난 60여 년 간의 전문화 및 세계화 전략에 따른 각종 프로그램의 실행이 있었다고 판단된다. 이 연구는 산업보안 내지 민간경비의 내부 동력인 보안전문가의 역량을 강화하고 상호 간 네트워크 확산을 통해 전문지식과 기술의 전수 및 발전을 도모하고 있는 해외 사례를 ASIS의 방문조사를 통하여 살펴보았다. 우리도 존립 및 지속가능한 성장 전략, 전문화 및 세계화 전략 등 지난 60년 동안 ASIS가 시행한 각종 활동들을 모델로 삼아 우리나라의 민간경비활동의 효율성을 높이고 통일성을 증진시키고, 지속적으로 민간경비조직의 발전전략을 구사할 수 있는 새로운 출발점으로 삼아야 할 것이다.

다 개체 로봇의 협업기법에 관한 연구 (A Collaboration Method to Confine a Robot with Multiple Robots)

  • 최준용;김동환;이귀형
    • 대한기계학회논문집A
    • /
    • 제34권8호
    • /
    • pp.953-964
    • /
    • 2010
  • 이 연구에서는 다 개체 로봇에 의해 하나의 로봇을 자율적으로 포획하는 협업제어에 관한 연구를 제안한다. 제안된 방안은 각 로봇에 대한 작업역할을 지정하는 역할 분류기, 단일 로봇의 행동 선택기 그리고 복잡한 상황을 대처하는 협업관리기로 구성되어 있다. 이 연구에서는 주변의 다개체 로봇의 다양한 행동을 통하여 단위 로봇을 특정지역으로 몰아가는 결과를 시뮬레이션을 통하여 그 적절성을 검증하였다.

Probabilistic Analysis of Code-Reuse Attacks and Defenses in IoT

  • Ho, Jun-Won
    • International Journal of Internet, Broadcasting and Communication
    • /
    • 제9권1호
    • /
    • pp.24-28
    • /
    • 2017
  • In the Internet of Things (IoT), resource-limited smart devices communicate with each other while performing sensing and computation tasks. Thus, these devices can be exposed to various attacks being launched and spread through network. For instance, attacker can reuse the codes of IoT devices for malicious activity executions. In the sense that attacker can craft malicious codes by skillfully reusing codes stored in IoT devices, code-reuse attacks are generally considered to be dangerous. Although a variety of schemes have been proposed to defend against code-reuse attacks, code randomization is regarded as a representative defense technique against code-reuse attacks. Indeed, many research have been done on code randomization technique, however, there are little work on analysis of the interactions between code randomization defenses and code-reuse attacks although it is imperative problem to be explored. To provide the better understanding of these interactions in IoT, we analyze how code randomization defends against code-reuse attacks in IoT and perform simulation on it. Both analysis and simulation results show that the more frequently code randomizations occur, the less frequently code-reuse attacks succeed.

Technology Odyssey: An Introductory Engineering Course based on Soft Engineering

  • Yoon, Joongsun
    • 공학교육연구
    • /
    • 제23권4호
    • /
    • pp.22-27
    • /
    • 2020
  • We propose and execute an introductory engineering course for investigating the history of technology and the philosophy of technology. Soft engineering, to explore proper technology and appropriate ways of exercising engineering, has been explored. Creative cases for technology are presented following the most creative, successful periods-the ancient greece, the Renaissance and Silicon Valley era. Ancient greek technology has been investigated in terms of "techne" with the origin of technology and/or art, and their equivalences. The Renaissance period has been investigated in terms of "Uomo universale (polymath)" with Firenze geniuses. The successful drives for the Silicon Valley creativeness have been investigated following "entrepreneurship". To overcome the difficult goal to grasp course subject-technology issues, we take a stance as a tourist guide and tourists utilizing offline onsite experiences and online informations. Categorized course materials are surveyed at the beginning of each period and presented following the preferences of the students to maintain the students' interests. Team efforts including group discussions and project executions have been encouraged to seek the aspects of creativeness and/or technology. This paper summarizes the 3-lecture experiences over 2 years for Korean students and/or foreign students conducted at Pusan National University.