• Title/Summary/Keyword: Mobile agents

검색결과 313건 처리시간 0.029초

A Reactive Planner-Based Mobile Agent System

  • Seok, Whang-Hee;Kim, In-Cheol
    • 한국지능정보시스템학회:학술대회논문집
    • /
    • 한국지능정보시스템학회 2001년도 The Pacific Aisan Confrence On Intelligent Systems 2001
    • /
    • pp.179-185
    • /
    • 2001
  • Mobile agents have the unique ability to transport themselves from one system in a network to another. The ability to travel allows mobile agents to move to a system that contains services with which they want to interact and then to take advantage of being in the same host or network as the service. But most of conventional mobile agent systems require that the users or the programmer should give the mobile agent its detail behavioral script for accomplishing the given task. And during its runtime, such mobile agents just behave according to the fixed script given by its user. Therefore it is impossible that conventional mobile agents autonomously build their own plants and execute them in considering their ultimate goals and the dynamic world states. One way to overcome such limitations of conventional mobile agent systems is to develop an intelligent mobile agent system embedding a reactive planner. In this paper, we design both a model of agent mobility and a model of inter-agent communication based upon the representative reactive planning agent architecture called JAM. An then we develop an intelligent mobile agent system with reactive planning capability, IMAS, by implementing additional basic actions for agent moves and inter-agent communication within JAM according to the predefined models. Unlike conventional mobile agents. IMAS agents can be able to adapt their behaviors to the dynamic changes of their environments as well as build their own plans autonomously. Thus IMAS agents can show higher flexibility and robustness than the conventional ones.

  • PDF

이동 에이전트 기반 저자사걸 시스템에서의 안전한 이동 에이전트 전송 프로토콜 (A Secure Mobile Agent Transfer Protocol in Mobile Agents Based E-Commerce System)

  • 한승완;임형석
    • 한국정보처리학회논문지
    • /
    • 제7권5S호
    • /
    • pp.1657-1665
    • /
    • 2000
  • Mobile agents based e-commerce system has many advantage than traditional e-commerce-information gathering on goods, price settlement and payment, delivery of the goods purchased, and so on. However, due to the security vulnerability that stems from mobile agent's mobility, mobile agents based e-commerce system has additional security problems. Therefore, in order to do e-commerce securely in th system, first of al the security issues on mobile agents must be addressed. It this paper, we propose a mobile agent transfer protocol that provides confidentiality and integrity of mobile agent in transit and mutual authentication for communicating hosts. We further show the security of the protocol against many possible attacks. Also, we suggest the location management mechanism of mobile agents based on the trust center. This mechanism is capable of finding their locations transparently and detecting mobile agent clones.

  • PDF

온라인 호텔 예약을 위한 다중 이동 에이전트 시스템에 관한 연구 (The Study of a Multi-Mobile Agents System for Online Hotel Reservation)

  • 곽수환;강민철
    • 지능정보연구
    • /
    • 제9권1호
    • /
    • pp.1-21
    • /
    • 2003
  • 전자상거래가 급속히 성장함에 따라 인터넷 상에서 인간을 대신하여 작업을 수행하는 에이전트가 활발히 사용되고 있다. 그러나, 현존하는 대부분의 전자상거래 에이전트들은 몇 가지 문제점을 가지고 있다. 그들은 구매자의 의사결정 행위 및 판매자의 정보 제공 활동을 완전히 지원하지 못하고 있다. 또한 이동 컴퓨팅 (mobile computing) 환경에도 적합하지 않다. 본 논문에서는 앞서 언급한 문제점들을 시정한, 개념적 프레임워크에 의거하여 개발된 다중-이동 에이전트 시스템 (MMAS: Multi-Mobile Agents System)을 소개한다. Tokyo IBM외 ASDK(Aglets Software Development Kit)을 사용하여 호텔 예약 분야에 대해 개발된 본 시스템은 상호 작용을 하는 구매자 측 에이전트와 사용자 측 에이전트로 구성되어 있다; 구매자 측 에이전트는 정보를 수집하고 다기준 의사결정 방법을 활용하여 이를 분석함으로써 구매자의 구매 의사결정을 도와주며, 판매자 측 에이전트는 판매자를 대신하여 데이터베이스를 관리하고 실시간 정보를 구매자 측 에이전트에게 제공한다. 본 시스템에서는 다중의 에이전트들이 효율성을 증대시키기 위하여 동시에 분담된 업무를 수행한다. 본 시스템은 위탁받은 작업이 끝나면 사용자들에게 이를 통지를 해주기 때문에 사용자들은 시스템과의 연결을 지속하고 있을 필요가 없다.

  • PDF

이동 에이전트와 SNMP 에이전트와의 대화를 통한 통신망 관리 구현 (Implementation of Network Management by Communicating Mobile Agents with the SNMP Agents)

  • 전병국
    • 정보관리연구
    • /
    • 제32권1호
    • /
    • pp.50-70
    • /
    • 2001
  • 오늘날의 통신망은 전형적으로 이형의 다중 플랫폼이며, 서로 다른 제조회사의 통신망 장비를 복합적으로 구성하여 사용하기 때문에 이식성과 플랫폼 독립성을 지원하는 이동 에이전트(mobile agent)를 이용하는 것이 효율적이다. 따라서, 이동 에이전트는 네트워크 관리를 위해 관리 장비에 SNMP(Simple Network Management Protocol) 에이전트처럼 정적으로 존재하는 것이 아니라, 관리자를 대신하여 이동하고 자율적인 실행을 통해 통신망 장애를 진단하고 고칠 수 있도록 독립적으로 기능 구현이 가능하며, 나아가 지능이 있는 이동 에이전트를 제공할 수 있다. 이 연구는 효율적인 통신망 관리를 위해서 SNMP 에이전트의 관리 정보인 MIB를 JAMAS 상의 이동 에이전트가 접근하여 대화를 통해 수집한 후, 관리자에게 전달하는 MIB 브라우저 역할 수행의 이동 에이전트를 구현하고, 기존 방식과 제안된 이동 에이전트를 적용한 모델간의 성능을 평가하여 효율성을 입증한다.

  • PDF

Dynamically Adaptable Mobile Agents for Scaleable Software and Service Management

  • Brandt, Raimund;Hortnag, Chistian;Reiser, Helmut
    • Journal of Communications and Networks
    • /
    • 제3권4호
    • /
    • pp.307-316
    • /
    • 2001
  • Two hard sub-problems have emerged relating to the use of mobile agents for service management tasks. First, what is their impact on security, and second, how can they receive a flexible capacity to adapt to an open range of different environments on demand, without introducing trio stringent prior assumptions. In this paper, we present work towards solving the second problem, which is of particular interest to management software, because it typically needs to excert fine-grained and therefore particular resource control. We suggest a mechanism that reassembles mobile agents from smaller sub-components during arrival at each hop. The process incorporates patterns of unmutable and mutable sub-components, and is informed by the conditions of each local environment. We discuss different kinds of software adaptation and draw a distinction between static and continuous forms. Our software prototype for dynamic adaptation provides a concept far exchanging environment-dependent implementations of mobile agents during runtime. Dynamic adaptation enhances efficiency of mobile code in terms of bandwidth usage and scalability.

  • PDF

이동 에이전트 통신을 위한 효율적인 위치 추적 방법 (An Efficient Location Tracking Method for Mobile Agent Communication)

  • 송상훈
    • 정보처리학회논문지A
    • /
    • 제11A권5호
    • /
    • pp.347-354
    • /
    • 2004
  • 이동 에이전트에 대한 위치 추적 기능은 네트워크에서 움직이는 개체에 메시지를 전달하기 위한 것이다. 대부분의 위치 추적 방법들은 이동 에이전트의 현재 위치 정보를 가지고 있는 릴레이 노드를 사용하여 메시지를 전달할 수 있게 한다. 본 논문은 도메인 기반의 프록시를 이용한 효율적인 위치 추적 방법을 제안한다. 이동 에이전트들이 이동 할 호스트를 무작위로 결정하지 않고 같은 도메인에 있는 호스트들을 먼저 방문하는 특징을 이용하여 위치 정보 등록 비용과 메시지 전달 비용을 최소화하는 것이다. 도메인 기반 프록시는 위치 정보 등록 비용을 줄이는데 효과적이지만, 프록시 체인의 길이가 길어지면 메시지 전달 비용을 높일 수 있는데 프록시 체인의 길이를 압축 시켜 메시지를 효율적으로 전달하는 방법을 제안한다.

이동 에이전트를 위한 효율적인 이주 정책 설계 및 구현 (Design and Implementation of an Efficient Migration Policy for Mobile Agents)

  • 전병국;최영근
    • 한국정보처리학회논문지
    • /
    • 제6권7호
    • /
    • pp.1770-1776
    • /
    • 1999
  • 최근 몇 년 동안 이동 에이전트(Mobile Agent) 기술은 분산 처리 시스템(Distributed Processing System)의 새로운 패러다임(Paradigm)으로 많은 관심이 되어왔다. 이동 에이전트는 통신망 노드에서 노드로 이주 가능한 자율적인 객체이다. 그러나, 통신망에 연동된 호스트(host)나 노드 결손 등으로 인해 이동 에이전트는 계속 처리할 수 있는 다른 노드들이 있을 지라도 무한 대기하거나 파괴될 수 있다. 이를 위해서, 본 논문은 이동 에이전트의 이주를 보장하기 위한 경로 재조정과 후위복구 기법을 통한 효율적인 이주 정책을 제안한다. 제안된 이주 정책은 가능한 한 자율적으로 이동 에이전트의 이주 신뢰를 제공하고, 자바(Java) 언어로 개발된 이동 시스템 모델인 MOS에서 이를 구현한다.

  • PDF

A Heuristic Algorithm for Designing Near-Optimal Mobile Agent Itineraries

  • Gavalas Damianos
    • Journal of Communications and Networks
    • /
    • 제8권1호
    • /
    • pp.123-131
    • /
    • 2006
  • Several distributed architectures, incorporating mobile agent technology, have been recently proposed to answer the scalability limitations of their centralized counterparts. However, these architectures fail to address scalability problems, when distributed tasks requiring the employment of itinerant agents is considered. This is because they lack mechanisms that guarantee optimization of agents' itineraries so as to minimize the total migration cost in terms of the round-trip latency and the incurred traffic. This is of particular importance when MAs itineraries span multiple subnets. The work presented herein aspires to address these issues. To that end, we have designed and implemented an algorithm that adapts methods usually applied for addressing network design problems in the specific area of mobile agent itinerary planning. The algorithm not only suggests the optimal number of mobile agents that minimize the overall cost but also constructs optimal itineraries for each of them. The algorithm implementation has been integrated into our mobile agent framework research prototype and tested in real network environments, demonstrating significant cost savings.

확장된 UML 상호작용 다이어그램을 이용한 이동 에이전트의 이동성 표현 (Mobility Representation of Mobile Agents using Extended UML Interaction Diagrams)

  • 유문성
    • 디지털산업정보학회논문지
    • /
    • 제7권1호
    • /
    • pp.11-18
    • /
    • 2011
  • A mobile agent system is the most common software paradigm for distributed applications. A software development model to develop efficiently for these systems is needed. Unified Modeling Language (UML) is a widely used software development model to develop a system for Visualizing, Specifying, Constructing, Documenting. However, UML can not describe in explicit way the necessary mobility of the mobile agent-based software systems. In this paper, the interaction diagrams of UML (sequence diagrams and communication diagrams) are extended and used to express the mobility of the mobile agents in three ways. For a case study, we applied the extended diagrams to a distributed file searching using mobile agents, and showed these diagrams can describe the mobility very well.

적응성 지원을 위한 메타 레벨 기반의 이동 에이전트 프레임워크 (Mobile Agents Framework for Adaptability Support based on Meta Level)

  • 김수중;윤용익
    • 정보처리학회논문지A
    • /
    • 제10A권6호
    • /
    • pp.651-656
    • /
    • 2003
  • 멀티미디어, 이동 컴퓨팅 등 최근 등장하고 있는 새로운 기술들은 이기종 환경에서의 보다 유연한 서비스를 제공하기 위해서 높은 적응성을 지원하는 미들웨어 플랫폼을 요구하고 있다. 분산 유무선 환경에서 높은 서비스 품질을 제공하기 위해서는, 응용 프로그램과 미들웨어가 사용자 요구사항의 변화 뿐만 아니라 환경의 상태 변화를 인지해야 할 필요가 있으며 변화에 따라 시스템 동작을 적응시킬 수 있어야 한다. 이러한 미들웨어에서의 적응성 지원 요구에 따라, 본 논문에서는 리플렉션(Reflection) 기법을 적용하여 컴포넌트 기반의 이동 에이전트 프레임워크를 베이스 레벨(base level)과 메타 레벨(meta level)로 구조화하고 이동 에이전트에 의해 발생하는 변경 사항을 시스템에 반영할 수 있도록 하는 메타 에이전트(meta agent) 및 메타-서비스 에이전트(meta-service agent)를 제안한다. 프레임워크의 메타 레벨에서 메타 에이전트는 이동 에이전트의 실행을 감시하며, 메타 에이전트와 메타-서비스 에이전트를 통해 동적인 사용자 요구 사항 반영 및 응용 서비스 배치, 서비스 맞춤 구성을 제공할 수 있다.