RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 음성지원유무
        • 원문제공처
          펼치기
        • 등재정보
          펼치기
        • 학술지명
          펼치기
        • 주제분류
        • 발행연도
          펼치기
        • 작성언어

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • KCI등재

        인터넷을 기반으로 하는 이동 에이전트 엔진의 설계 및 구현

        정의현(Eui-Hyun Jung),박용진(Yong-Jin Park) 한국정보과학회 1998 정보과학회 컴퓨팅의 실제 논문지 Vol.4 No.4

        이동 에이전트 기술은 여러 분야에서 기존의 통신방식의 한계점을 보완할 수 있는 기술로 주목을 받고 있으며, 이동 컴퓨팅, 전자 상거래, 정보 검색, 네트워크 관리 등에 응용이 예상된다. 이 기술을 사용하기 위해서는 프로세스를 이동시킬 수 있는 이동 에이전트 엔진이 필수적이다. 따라서, 지금까지의 이동 에이전트 엔진에 관한 연구는 이동 에이전트가 효과적으로 이동할 수 있는 하부구조를 개발하는 것이 주요한 초점이었다. 본 논문에서는 이동 에이전트 엔진의 기본적인 기능인 에이전트의 전송, 에이전트간의 통신 기능을 제공함과 동시에 인터넷 상에서 사용자를 대행하고, 이동 에이전트가 사용자의 현재 위치로 이동하여 사용자 이동성 서비스를 제공할 수 있는 이동 에이전트의 구조를 연구하였다. 이를 위하여 Agent ID 개념을 도입하였으며, 메시지 기반의 에이전트간 통신 구조를 채택하였다. 이동 에이전트 하부 구조를 구축하기 위하여, Java 기술을 사용하여 이동 에이전트 엔진을 설계 및 구현하였으며, Java의 보안모델을 개선하기 위하여 새로운 Agent/Servant 구조를 제안하였다. Mobile agent technology has been expected to apply to a wide range of application areas such as mobile computing, electronic commerce, information retrieval, network management, etc. The mobile agent engine which can migrate processes is necessary to adopt the mobile agent technology. Therefore, researches about the mobile agent engine have mainly focused on developing infrastructure for a mobile agent to migrate efficiently till now. The mobile agent architecture in this paper provides not only basic functions such as agent migration and communication, but also delegation of its user. It also supports that the mobile agent moves to user's current location and offers personal mobility. Agent ID concept and message-based communication are introduced to provide these functions. To build the mobile agent infrastructure, a mobile agent engine is designed and implemented using Java. Also a new Agent/Servant architecture is proposed to enhance the Java security model.

      • KCI등재후보

        웹 2.0을 위한 다국어 식별자 기반의 Cool URI에 대한 연구

        정의현(Eui-Hyun Jung),김원(Weon Kim),송관호(Kwan-Ho Song),박찬기(Chan-Ki Park) 한국컴퓨터정보학회 2006 韓國컴퓨터情報學會論文誌 Vol.11 No.5

        차세대 웹은 표현 중심의 웹을 데이터 중심의 웹으로 이끌 것으로 예측되며, Web 2.0과 시맨틱 웹의 기술적 결합이 될 것이다. 차세대 웹은 시맨틱 처리, 웹 플랫폼과 데이터 결합이 매우 중요한 기술적 요소이다. 이 중에서 데이터 결합에 사용되는 Cool URI는 영속적이고 사용자 친화적인 URI를 제공하는 기술이며, 이미 블로그 등에서 매우 중요하게 사용되고 있다. 그러나 Cool URI는 한글과 같은 다국어 환경에 적합하도록 구성되어 있지 않으며, 여러 인코딩이 혼재된 국내 웹 환경에서는 쉽게 사용하기 어려운 상황이다. 본 논문에서는 이러한 Cool URI를 다국어 식별자와 같이 사용하기 위한 기술적인 고려 사항 및 Cool URI 웹 컴포넌트에 관하여 논한다. 제시한 방식은 인코딩의 종류에 상관없이 동일한 기능을 제공하며, 다른 애플리케이션에서 쉽게 사용 가능하도록 파일 시스템 기반과 CGI 기반 방식을 모두 지원한다. 여러 환경에서 실험한 결과는 구현된 웹 컴포넌트가 설계 목표를 만족함을 보여주었다. Web 2.0 and Semantic Web technology will be merged to be a next generation Web that leads presentation-oriented Web to data-centric Web. In the next generation Web, semantic processing, Web platform, and data fusion are most important technology factors. Among them, Cool URI used for data fusion can provide permanent and human readable URI and it has been already used in Blog system. However, Cool URI is not suitable to I18N environment such as Hangul and it is difficult to be adopted because several encodings are mingled in Korea Web society. In this paper, we discussed technology issues and Cool URI Web component to use Cool URI with Internationalized Resource Identifier (IRI). A proposed approach provides same function regardless of encoding type and supports both file system based and CGI based methods to be easily used from other applications. Results from several test environments show the implemented Web component satisfy the design purpose.

      • KCI등재

        무선 센서 네트워크를 위한 속성 기반 네이밍 구조

        정의현(Eui-Hyun Jung) 한국컴퓨터정보학회 2007 韓國컴퓨터情報學會論文誌 Vol.12 No.4

        최근에 응용 개발의 복잡성을 숨겨주고, 상위 응용계층에서 필요로 하는 기능을 추상화하여 제공하는 센서 미들웨어에 대하여 많은 연구진들이 주목하고 있다. 미들웨어를 설계하기 위한 요건들은 다수이지만, 그 중에서도 속성 기반 네이밍의 지원은 매우 중요하게 여겨진다. 하지만 현재 연구된 대부분의 미들웨어는 센서 네트워크의 특성을 제대로 고려하지 않고 설계했을 뿐만 아니라 속성 기반 쿼리에 대한 확장성을 제공하는데 한계가 있었다. 본 연구에서는 가상 대응체(Virtual Counterpart) 개념을 적용하여 속성 기반 네이밍을 싱크 노드의 미들웨어에서 가상의 센서 노드가 지원해주는 구조를 제안한다. 개별 센서 노드에서 속성 기반 쿼리를 처리하는 기존의 데이터 중심 미들웨어와는 달리, 제안된 구조에서는 센서 노드에 대응되는 가상의 센서 노드를 싱크 노드의 미들웨어에서 운용하고, 속성 기반 쿼리를 가상의 센서 노드가 물리적 센서 노드를 대행하여 처리한다. 이러한 접근방안을 취함으로써, 하부 네트워크에 비 종속적인 속성 기반 네이밍이 가능해졌으며, 확장이 용이해졌다. Recently, a lot of researchers focus on the sensor middleware that hide the complexity of application developments and provide the abstraction of functions to upper application layer. Although there are several factors to design sensor middleware, the attribute-based naming is considered to be an essential factor among them. However, most existing researches were not designed to reflect the characteristics of sensor networks and have the limitation of attribute-based query extension. This study adopts the concept of Virtual Counterpart to suggest the structure where attribute-based naming is supported by virtual sensor nodes of the middleware on the sink node. Unlike traditional data-centric middleware in which individual sensor nodes process attribute-based query, virtual sensor nodes mapped to physical sensor nodes are running on the middleware of the sink node and process attribute-based query as a proxy of the physical sensor. This approach enables attribute-based naming independent of physical infrastructure and easy extensibility.

      • KCI등재후보

        무선 센서 네트워크를 위한 센싱 인지 클러스터 헤드 선택 알고리즘

        정의현(Eui-Hyun Jung) 한국컴퓨터정보학회 2005 韓國컴퓨터情報學會論文誌 Vol.10 No.5

        무선 센서 네트워크는 센서 테크놀로지의 발전으로 인하여 급속히 개발되고 있으며, 여러 분야에서 다양하게 응용될 것으로 예측된다. 무선 센서 네트워크에서 가장 중요한 요소는 네트워크를 에너지 효율적으로 운용하는 것이다. 이러한 목적을 충족시키기 위해 여러 라우팅 프로토콜이 제시되었다. 그러나 기존의 연구들은 모든 센서 노드들이 센싱 데이터를 갖고 있다는 이상적인 상황을 가정하고 있다. 본 논문에서는 일부 센서 노드들만이 데이터를 갖고 있는 센서 네트워크 상에서 클러스터 헤드를 선정하는 센싱 인지 클러스터 선정 알고리즘을 LEACH-C 기반으로 설계 및 구현하였다. 또한 제안된 알고리즘을 여러 네트워크 상황에서 시뮬레이션하여 센싱 인지 기법이 가장 효율적인 네트워크 상황을 분석하였다. 시뮬레이션 결과에서 데이터를 센싱한 노드군(群)을 중심으로 클러스터 헤드를 선정하는 것이 가장 효율적임을 알 수 있었으며, 일부 센서들만이 데이터를 갖고 있는 경우에는 센싱 인지 개념을 클러스터 헤드 선정에 적용하는 것이 중요하다는 점을 보여주었다. Wireless Sensor Networks have been rapidly developed due to the advances of sensor technology and are expected to be applied to various applications in many fields. In Wireless Sensor Networks, schemes for managing the network energy-efficiently are most important. For this purpose, there have been a variety of researches to suggest routing protocols. However, existing researches have ideal assumption that all sensor nodes have sensing data to transmit. In this paper, we designed and implemented a sensing-aware cluster selection algorithm based on LEACH-C for the sensor network in which part of sensors have sensing data. We also simulated proposed algorithm on several network situation and analyzed which situation is suitable for the algorithm. By the simulation result, selecting cluster head among the sensing nodes is most energy-efficient and the result shows application of sensing-awareness in cluster head selection when not all sensors have sensing data.

      • KCI등재후보

        다중 피어 결합을 이용한 P2P 멀티미디어 스트리밍 프로토콜

        정의현(Eui-Hyun Jung) 한국컴퓨터정보학회 2006 韓國컴퓨터情報學會論文誌 Vol.11 No.2

        P2P 기술의 각광에도 불구하고 P2P 상에서 멀티미디어 스트리밍에 대한 연구는 상대적으로 주목을 받지 못하고 있다. 이것은 피어간의 낮은 대역폭과 신뢰도가 낮은 접속 등의 몇 가지 이유 때문에 P2P 멀티미디어 스트리밍이 어렵기 때문이다. 본 논문에서는 이 문제를 해결하기 위하여 여러 피어와의 연결을 한 개의 가상적인 채널로 제공하는 프로토콜인 다중피어 바인딩 프로토콜(MPBP: Multi-Peer Binding Protocol)을 제안한다. 이 프로토콜은 응용들이 여러 피어로부터 동시에 데이터를 다운로드 받아서 성능 개선과 안정된 스트리밍을 할 수 있게 해준다. 이를 위해서 MPBP는 미디어 파일을 작은 청크로 분리하고, 각 청크를 구분하고 전송할 수 있는 기법을 제공한다. 구현된 MPBP 엔진은 데이터 송신 서버로부터의 갑작스런 접속 단절을 효과적으로 다루는 것에 중점을 두어 개발되었으며, 실험 결과는 MPBP 프로토콜이 이를 효율적으로 다루는 것을 보여주었다. 또한 MPBP는 여러 미디어 타입에 대해서 지원이 가능하도록 설계되었으며, 이를 검증하기 위하여 본 논문에서는 비디오와 오디오 응용을 MPBP 엔진을 이용하여 개발하였다. In spite of the popularity of P2P technology, a multimedia streaming using the P2P technology has been neglected. The reason for this is that the P2P multimedia streaming has suffered from several inherent problems especially poor bandwidth and unreliable connection among peers. We suggest a Multi-Peer Binding Protocol (MPBP) in this paper that provides a virtual single channel composed of multiple connections to several peers to ease these problems. The protocol enables applications to download data from multiple peers simultaneously, so they can achieve throughput improvement and reliable streaming. For this, the MPBP splits media files into small chunks and provides a mechanism for identifying and transmitting each chunk. Implemented MPBP engine focuses on handling an abrupt disconnection from data sending peers and the evaluation result shows the MPBP is able to handle it gracefully. The MPBP is also designed to support various media types. To verify this, video and audio applications are implemented using the MPBP engine in this paper.

      • KCI등재

        WWW상에서의 공동작업 시스템의 설계 및 구현

        정의현(Eui-Hyun Jung),박용진(Yong-Jin Park) 한국정보과학회 1997 정보과학회 컴퓨팅의 실제 논문지 Vol.3 No.4

        공동작업 시스템은 지리적으로 분산된 컴퓨터 사용자들이 가상적인 작업 공간을 공유함으로써 공동작업을 진행할 수 있는 시스템이다. 그러나, 기존의 공동작업 시스템은 전용 시스템 도입이라는 문제점을 가지고 있으며, 사용자들이 공동작업 참가 전에 공동작업 정보를 사전 인지해야 하고, 같은 종류의 시스템을 사용해야 하는 약점을 가지고 있다. 본 논문에서는 이의 극복을 위해 WWW 상에서 운용되는 공동작업 시스템의 설계와 구현 방법에 관해 논한다. 제안된 시스템은 공동작업 응용이 서버에서 전송되어 웹 브라우저에서 수행되므로, 공동작업에 참가하려는 사용자들이 웹 브라우저만으로 공동작업을 수행할 수 있다. 또한, 공동작업을 위한 세션 관리 등을 WWW 서버에서 전담하므로, WWW 서비스가 가능한 곳에서는 네트워크 접속상황에 관계없이 사용자의 참가 및 공동작업의 수행이 가능하다. 현재 본 공동작업 시스템은 화이트보드, 원격 채팅, 리모트 브라우저 기능을 제공하며, 차후 멀티미디어 전송 및 멀티미디어 브라우징이 추가될 것이다. CSCW(Computer Supported Cooperative Work) Systems provide collaborative work environment for geographically dispersed computer users. However, there are several drawbacks in the conventional CSCW Systems: specific software and/or hardware are needed, the participants must know the information about other participants before joining the conference session, and they have to use same CSCW system. This paper describes design and implementation of the CSCW system on the WWW(World Wide Web) for solving aforementioned problems. The CSCW applications are transmitted from a WWW server and executed in the participants Web browsers. Therefore, each participant can carry out collaborative work by using only the Web browser. As the WWW server takes charge of collaborative work management including the information related to the participants, users can easily join the conference sessions and perform group working regardless of network connection situations. The functions of the system are composed of White Board, Tele-Chatter and Remote-Browser CSCW services at this stage. Multimedia transmission and multimedia browsing facility will be added into this system.

      • KCI등재

        개미 집단 최적화를 이용한 무선 센서 네트워크의 라우팅 알고리즘

        정의현(Eui-Hyun Jung) 한국컴퓨터정보학회 2007 韓國컴퓨터情報學會論文誌 Vol.12 No.5

        최근 유무선 네트워크의 라우팅과 부하 분산에 대한 간단하지만, 효과적인 방법으로 개미 집단 최적화 가 주목받고 있다. 그러나 정체(stagnation) 효과 때문에 개미 집단 최적화를 무선 센서 네트워크에 적용하는 것이 어려워서, 개미 집단 최적화를 무선 센서 네트워크의 라우팅 성능을 개선하는데 적용하고자 하는 연구는 적었다. 본 논문에서는 개미 집단 최적화에 기반한 에너지 효율적인 경로 선정 알고리즘을 제안한다. 제안된 알고리즘은 단순히 개미 집단 최적화를 라우팅 알고리즘에 적용하는 것 외에, 정체 효과를 감소시키는 방식을 도입하였다. 시뮬레이션 결과에 의하면, 제안된 알고리즘은 무선 센서 네트워크의 멀티 홉 평면 라우팅 프로토콜에서 유명한 Direct Diffusion에 비해서 데이터 전송 지연과 에너지 효율 면에서 뛰어남을 보여주었다. 더욱이 개미 집단 최적화를 무선 센서네트워크에 단순히 도입한 방식에 비해서도 정체 효과를 줄일 수 있음을 확인하였다. Recently, Ant Colony Optimization (ACO) is emerged as a simple yet powerful optimization algorithm for routing and load-balancing of both wired and wireless networks. However, there are few researches trying to adopt ACO to enhance routing performance in WSN owing to difficulties in applying ACO to WSN because of stagnation effect. In this paper, we propose an energy-efficient path selection algorithm based on ACO for WSN. The algorithm is not by simply applying ACO to routing algorithm but by introducing a mechanism to alleviate the influence of stagnation. By the simulation result, the proposed algorithm shows better performance in data propagation delay and energy efficiency over Directed Diffusion which is one of the outstanding scherres in multi-hop flat routing protocols for WSN. Moreover, we checked that the proposed algorithm is able to mitigate stagnation effect than simple ACO adoption to WSN.

      • 의미 기반 정보 검색을 제공하는 이미지 게시판 시스템

        정의현(Eui-Hyun Jung),조동찬(Dong-Chan Cho) 한국정보과학회 2004 한국정보과학회 학술발표논문집 Vol.31 No.1A

        게시판 시스템은 양방향으로 정보를 교환하는 정보 시스템으로서의 높은 효용을 지니고 있으며, 웹과 결합하여 다양한 정보 시스템의 핵심 요소로 자리잡고 있다. 또한 이미지 등의 멀티미디어 정보를 게시물에 포함하여 효율적인 정보 공유에 사용되고 있다. 그러나 지금까지의 게시판 시스템은 게시물의 내용에 접근하기 위해, 단순한 텍스트 패턴 매칭에 의존하고 있다. 이러한 접근 방식은 텍스트 중심의 게시판에서는 어느 정도 효용을 갖지만, 멀티미디어를 포함하는 게시판의 경우에는 적용되기 어려운 단점을 갖고 있다. 본 논문에서는 이의 해결을 위해 이미지 데이터를 포함하는 게시물에 대해 시맨틱 태깅을 할 수 있는 게시판 시스템에 관하여 논한다. 제안된 시스템은 사전에 정해진 태깅 정보가 코드에 고착되지 않고, 외부에서 지정한 시맨틱 태깅을 동적으로 수용하는 구조를 갖고 있다. 이러한 구조를 통하여 이미지의 종류나 성격에 가장 적합한 태깅을 동적으로 지정할 수 있게 되며, 의미 기반의 검색을 지원하게 된다.

      • KCI등재

        인터넷에서 사용자 이동성 지원을 위한 에이전트 네트워크

        정의현(Eui-Hyun Jung),박용진(Yong-Jin Park) 한국정보과학회 1998 정보과학회 컴퓨팅의 실제 논문지 Vol.4 No.3

        이동 컴퓨팅에 대한 필요성과 관심이 커짐에 따라 인터넷에서의 이동성 지원은 중요한 문제가 되고 있다. 본 논문에서는 인터넷에서의 사용자 이동성을 지원하기 위하여 물리적 망위에 구축된 에이전트 네트워크라는 가상의 네트워크를 제안 및 구현하였다. 에이전트 네트워크는 소프트웨어 에이전트가 해당 상요자의 현재 위치로 이동하면서 서비스를 제공하는 새로운 컴퓨팅 구조를 가지고 있다. 에이전트 네트워크를 구축하기 위하여 사용자 이동성이 제공되는 이동 에이전트 엔진을 구현하였고, 기존의 이동 에이전트 기술을 확장하기 위하여 복제 에이전트와 에이전트 식별자 개념이 도입되었다. 인터넷상의 이동사용자간에 통신채널을 제공해주는 Personal Talk를 개발하여 에이전트 네트워크의 효용성을 실험하였다. As needs and interests of mobile computing is increasing, the mobility support on the Internet is getting important. In this paper, the Agent Network, a virtual network mapped from physical networks, is suggested and implemented to support the personal mobility on the Internet. The Agent Network contains new computing model in which a software agent moves to its user's current location and provides services. To construct the Agent Network, a mobile agent engine is implemented. The Clone Agent and Agent Identifier concept are introduced to extend the conventional mobile agent technology. The Personal Talk, which provides communication channel between nomadic users on the Internet, is developed to show the usefulness of the Agent Network.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼