RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제

      오늘 본 자료

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

        이동 에이전트를 이용한 유무선 네트워크의 통합관리 기법

        나호진(Ho-Jin Na),조경산(Kyung-San Cho) 한국컴퓨터정보학회 2010 韓國컴퓨터情報學會論文誌 Vol.15 No.11

        중앙 집중적 네트워크 관리 구조인 SNMP(Simple Network Management Protocol)를 무선 네트워크 관리에 적용하면 네트워크 과부하, AP에서의 NAT(Network Address Translation)로 인한 관리의 문제, 그리고 무선 노드의 성능 저하가 발생한다. 본 연구에서는 이러한 문제를 해결하기 위해 MA(Mobile Agent)를 도입한 유무선 네트워크 통합 관리 기법을 제안한다. 제안기법에서 유선 네트워크는 SNMP 기반으로 관리하고 무선 네트워크는 AP 또는 무선 노드에 SNMP를 MA 기반으로 구현하여 관리한다. 또한, SNMP 응답 메시지 내에 중복되는 OID 정보를 줄이는 방법도 제시한다. 분석을 통해 제안 기법이 제시된 문제를 해결하고 무선 노드에 대한 처리 시간이 개선됨을 보인다. Appling centralized network management architecture SNMP(Simple Network Management Protocol) to wireless networks causes the network overhead, NAT(Network Address Translation) problem on AP, and performance degradation of mobile nodes. In this paper, we propose an integrated management scheme for wired and wireless networks using mobile agents in order to solve above problems. In our proposed scheme, SNMP is applied to manage wired networks and MAs of SNMP are implemented in APs or wireless nodes to manage wireless networks. In addition, we propose a method to reduce the redundant OID information within SNMP response messages. Through the analysis, we show that our proposal resolves the given problems and reduces the processing delay of the wireless nodes.

      • KCI등재

        MA+SNMP 기반의 계층적인 네트워크 관리구조

        나호진(Ho-Jin Na),조경산(Kyung-San Cho) 한국컴퓨터정보학회 2010 韓國컴퓨터情報學會論文誌 Vol.15 No.5

        효율적인 네트워크 관리를 위해 중앙 집중적인 구조, 분산 관리 구조, 그리고 하이브리드 구조와 같은 다양한 관리 구조들이 연구되었지만, 어느 구조도 모든 환경에서 효율적이지는 못하다. 본 연구에서는 향후 활용이 많을 것으로 기대되는 광범위한 영역에 분포된 많은 수의 저용량 NE(Network Element)들을 유연성 있게 관리하기 위한 MA+SNMP 기반의 계층적 관리 구조를 제안한다. 제안 구조는 중간 관리 노드를 사용한 계층적 분할 관리 구조이며 관리의 유연성과 NMS의 부하 감소를 위하여 중간 관리 노드는 MA 기반의 분산 처리를 수행하고, NE의 소규모 특성을 고려하여 NE는 SNMP 기반으로 동작한다. 분석을 통해 제시된 환경에서 제안 구조가 기존 관리 구조의 취약점을 해결하여 처리 시간이 개선됨을 보인다. Although various network management architectures such as centralized, distributed, and hybrid have been presented, any one is not always efficient in all the environment. In this paper, we propose a hierarchical and split network management architecture based on MA+SNMP in order to manage a network of many small NEs distributed over the wide area. Our hierarchical architecture has MA-based proxy management nodes for the flexibility and overhead reduction in NMS as well as SNMP-based NEs considering NE's capacity. Through the analysis with real experiments, we show that our proposal improves some drawbacks and the processing delay of the existing architectures in the given environment.

      • KCI등재

        네트워크 관리 프로토콜 SNMP의 성능 향상

        나호진(Ho-Jin Na),조경산(Kyung-San Cho) 한국컴퓨터정보학회 2010 韓國컴퓨터情報學會論文誌 Vol.15 No.2

        규모가 커지고 라우터, 스위치, 서버 등과 같은 구성 요소가 다양해지고 있는 네트워크를 효율적으로 지원할 수 있는 SNMP(Simple Network Management Protocol)가 네트워크 관리의 표준 프로토콜로 가장 널리 사용되고 있다. 하지만, SNMP는 네트워크 과부하, 처리 지연 그리고 테이블 검색의 비효율성과 같은 성능적 문제점이 있다. 본 연구에서는 SNMP의 성능 개선을 위해 SNMP-GetBulk 응답메시지 내의 중복되는 OID 정보를 줄이는 기법과 NMS 캐쉬와 새로운 SNMP-GetUpdate 요청이 결합된 기법의 두 가지 제안을 제시한다. 분석을 통해 첫 번째 제안 기법은 네트워크 과부하를 감소시키고, 두 번째 기법은 SNMP 요청의 처리 지연과 테이블 검색 문제를 개선함을 보였고, 이로 인해 네트워크 관리의 확장성도 개선할 수 있다. SNMP(Simple Network Management Protocol) is most commonly used as a standard protocol for effective network management by supporting the increasing size of the network and the variety of network elements such as router, switch, server and so on. However, SNMP has performance drawbacks of network overhead, processing latency, and the inefficiency in data retrieval. In this paper, we propose two schemes to improve the performance of SNMP; 1) the first scheme to reduce the amount of redundant OID information within a SNMP-GetBulk response message, 2) the second scheme of newly proposed SNMP-GetUpdate message combined with the cache in MNS. Through the analysis with real experiments, we show that our first scheme reduces the network overhead and the second scheme improves the processing latency and the retrieval of SNMP MB tables. And, therefore the scalability of network management can be improved.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼