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

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

Publish/Subscribe 모델을 기반으로 한 센서 네트워크 미들웨어 (Sensor Networks Middleware based on Publish/Subscribe model)

  • 정희진;남춘성;신동렬
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2008년도 하계종합학술대회
    • /
    • pp.171-172
    • /
    • 2008
  • We propose the sensor networks middleware based on publish/subscribe model for adaptive service to client. Publish/subscribe middleware make capability of sensor to data through the advertisement message. Based on capability of sensor, Publish/subscribe middleware adaptively service to client. And client make a collection of information that it require. Therefore middleware service more effectively.

  • PDF

EFTG: Efficient and Flexible Top-K Geo-textual Publish/Subscribe

  • zhu, Hong;Li, Hongbo;Cui, Zongmin;Cao, Zhongsheng;Xie, Meiyi
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제12권12호
    • /
    • pp.5877-5897
    • /
    • 2018
  • With the popularity of mobile networks and smartphones, geo-textual publish/subscribe messaging has attracted wide attention. Different from the traditional publish/subscribe format, geo-textual data is published and subscribed in the form of dynamic data flow in the mobile network. The difference creates more requirements for efficiency and flexibility. However, most of the existing Top-k geo-textual publish/subscribe schemes have the following deficiencies: (1) All publications have to be scored for each subscription, which is not efficient enough. (2) A user should take time to set a threshold for each subscription, which is not flexible enough. Therefore, we propose an efficient and flexible Top-k geo-textual publish/subscribe scheme. First, our scheme groups publish and subscribe based on text classification. Thus, only a few parts of related publications should be scored for each subscription, which significantly enhances efficiency. Second, our scheme proposes an adaptive publish/subscribe matching algorithm. The algorithm does not require the user to set a threshold. It can adaptively return Top-k results to the user for each subscription, which significantly enhances flexibility. Finally, theoretical analysis and experimental evaluation verify the efficiency and effectiveness of our scheme.

IoT 응용을 위한 결함 포용 발행/구독 시스템의 설계 및 평가 (Design and Evaluation of a Fault-tolerant Publish/Subscribe System for IoT Applications)

  • 배인한
    • 한국멀티미디어학회논문지
    • /
    • 제24권8호
    • /
    • pp.1101-1113
    • /
    • 2021
  • The rapid growth of sense-and-respond applications and the emerging cloud computing model present a new challenge: providing publish/subscribe middleware as a scalable and elastic cloud service. The publish/subscribe interaction model is a promising solution for scalable data dissemination over wide-area networks. In addition, there have been some work on the publish/subscribe messaging paradigm that guarantees reliability and availability in the face of node and link failures. These publish/subscribe systems are commonly used in information-centric networks and edge-fog-cloud infrastructures for IoT. The IoT has an edge-fog cloud infrastructure to efficiently process massive amounts of sensing data collected from the surrounding environment. In this paper. we propose a quorum-based hierarchical fault-tolerant publish/subscribe systems (QHFPS) to enable reliable delivery of messages in the presence of link and node failures. The QHFPS efficiently distributes IoT messages to the publish/subscribe brokers in fog overlay layers on the basis of proposing extended stepped grid (xS-grid) quorum for providing tolerance when faced with node failures and network partitions. We evaluate the performance of QHFPS in three aspects: number of transmitted Pub/Sub messages, average subscription delay, and subscritpion delivery rate with an analytical model.

해군 함정 컴퓨팅 체계 정보교환을 위한 Publish Subscribe 모델 기반 아키텍처 및 매칭 알고리즘 (A Publish Subscribe Information Exchange Model and A Novel Matching Algorithm for Navy Shipboard Systems)

  • 김홍재;오상윤
    • 정보처리학회논문지A
    • /
    • 제18A권5호
    • /
    • pp.181-192
    • /
    • 2011
  • 정보우위는 현대전에 있어 승패를 결정할 수 있는 요소로써 효과적인 정보교환을 통해 달성이 가능하다. 현재 해군함정에는 다양한 체계가 탑재되어 운용 중이나 체계 들이 군 독자표준(MIL-STD)과 상용(COTS) 장비들이 혼재 되어 구성이 되어 상호운용성이 제한되고 체계들 간의 정보교환이 어렵다. 이에 본 논문에서는 Publish Subscribe 모델 기반의 함정 체계 간 정보교환 아키텍처를 제안한다. 제안 아키텍처는 Publish Subscribe 모델을 통신 미들웨어로 적용하여 서로 다른 체계들 간의 상호운용성을 향상시키고 정보교환이 가능하도록 하였으며 확장성을 가질 수 있도록 하였다. 그리고 Publish Subscribe Broker의 부하 경감을 위해 개선된 트리 기반의 매칭 알고리즘을 제안하였다. 제안하는 트리 매칭 알고리즘은 트리를 구성하는 각 노드에서 Subscription의 Predicate 정보를 포함하여 이벤트 매칭 시간을 단축할 수 있다. 그리고 본 논문의 성능평가를 통해 제안한 트리매칭 알고리즘이 비교대상 알고리즘에 비해 이벤트 매칭시간을 절감 할 수 있는 것을 확인하였다.

Publish/Subscribe 모델 기반 RPC 미들웨어 설계와 구현 (Design and Implementation of Publish/Subscribe Model Based RPC Middleware)

  • 박상현;최준성;국광호
    • 전기전자학회논문지
    • /
    • 제19권3호
    • /
    • pp.327-334
    • /
    • 2015
  • 다양한 형태의 미들웨어가 레거시 시스템과 신규 시스템의 통합을 위해 고안되었다. 미들웨어의 대표적인 형태로는 RPC(Remote Procedure Call), MOM(Message Oriented Middleware), TM(Transaction processing Monitor) 등이 있다. MOM 방식의 대표적인 모델인 PS(Publish/Subscribe)는 시스템의 결합도(coupling)가 낮고 낮은 결합도로 인해 높은 확장성(Scalability)를 얻을 수 있다는 장점이 있으나 한편으로는 응집도(cohesiveness) 또한 낮아진다는 단점이 있다. 이에 비해 RPC 방식은 응집도가 높으나 결합도 역시 높다는 단점이 있다. 본 논문에서는 RPC와 PS의 단점을 서로 상쇄시킬 수 있는 하이브리드 모델의 설계와 구현 방안을 제안한다.

도서지역 통신망 구성 현황 및 고도화 방안 (A Study on the Advanced Communication Network for Island Region)

  • 손홍민
    • 한국정보통신학회논문지
    • /
    • 제5권2호
    • /
    • pp.239-245
    • /
    • 2001
  • 모든 국민에 대한 기본통신의 보편적 서비스 제공 정책에 힘입어 일반 공중전화망에 의한 기본 통신 서비스 부문에서의 지역 간의 격차는 상당히 해소되었으나, 최근 정보화가 급격히 추진됨에 따라 고도 정보통신분야의 서비스에 있어서는 지역별로 편중현상이 발생하고 있다. 특히, 도서지역은 환해성과 격리성 등의 지리적 요인 및 인구밀도, 소득 및 통화량 등이 육지에 비해 현저히 낮은 관계로 가입자망 고도화가 이루어지지 않고 있다. 이에 따라 도서지역은 정보화의 소외 지역으로 낡게되어 지역 간의 발전격차가 심화됨은 물론 다가오는 해양시대를 능동적으로 대처하는데 있어서 커다란 문제점을 안고 있다. 본 논문은 현재 우리나라 도서지역 통신망의 구성 운용현황 및 문제점 등을 분석하고 도서 주민에게 고도 정보서비스를 경제적, 효율적으로 제공하기 위한 가입자 망 고도화 방안에 대해 검토하였다.

  • PDF

발행-구독 프로토콜에서 전송 성능의 비교 및 분석 (Transmission Performance Comparison and Analysis with Different Publish/Subscribe Protocol)

  • 판주지에;김재수
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2020년도 제62차 하계학술대회논문집 28권2호
    • /
    • pp.77-80
    • /
    • 2020
  • In this paper, we analyze and compare the performance of different publish and subscribe protocols in the real application environment. This paper provides a horizontal comparison of current publish/subscribe protocols in terms of security, throughput, and delay performance. Thanks to the use of lightweight frameworks, the MQTT protocol has demonstrated excellent performance in terms of delay performance. However, the AMQP protocol has more advantages in security and throughput. Although the REST/HTTP protocol has the worst delay performance, it is excellent in terms of compatibility because it is based on the HTTP protocol.

  • PDF

Ad-Hoc 무선 환경의 발행/구독 시스템을 위한 구독주제 유사도 기반의 이벤트 라우팅 알고리즘 (Topic Similarity-based Event Routing Algorithm for Wireless Ad-Hoc Publish/Subscribe Systems)

  • 웬중휴;오상윤
    • 한국컴퓨터정보학회논문지
    • /
    • 제14권10호
    • /
    • pp.11-22
    • /
    • 2009
  • 동적이고 자원 제한적인 무선 애드혹 네트워크 환경에서, 발행/구독을 위한 이벤트 라우팅 알고리즘은 네트워크의 성능을 결정하는 중요한 역할을 한다. 지금까지는 노드간의 거리 정보를 이용하여 네트워크 오버헤드를 최소화하려는 이벤트 라우팅 알고리즘이 대표적으로 사용되어 왔다. 본 논문에서는 네트워크 오버헤드 중심의 이벤트 라우팅 알고리즘을 기반으로, 구독되는 주제의 유사도를 추가적으로 고려하여 발행/구독 트리에서의 노드 부모를 결정하는 새로운 알고리즘, TopSim을 제안한다. 본 제안 알고리즘은 기반이 되는 ShopParent 알고리즘을 이용하여 네트워크 오버헤드를 계산하고, 이를 기반으로 부모 후보 집합을 만든 후 새로 가입하는 노드와 부모 후보 노드들의 구독주제의 유사도를 계산하여 이를 기반으로 부모를 결정한다. 그럼으로써 노드들이 다수의 구독 주제를 가지는 경우에 보다 효과적으로 네트워크 오버헤드를 줄이도록 하였다. 성능평가를 통해 기존의 네트워크 오버헤드기반의 알고리즘에 비해 제안 알고리즘이 네트워크 성능을 향상시키는 것을 확인하였다.

SIP 환경에서의 새로운 프레즌스 리스트 서비스 (A New Presence Lists Service in SIP Environment)

  • 장춘서
    • 한국컴퓨터정보학회논문지
    • /
    • 제15권12호
    • /
    • pp.67-73
    • /
    • 2010
  • SIP(Session Initiation Protocol) 환경에서 프레즌스(presence) 이벤트 통지(notification) 동작은 프레즌스 서비스 사용자가 상대방의 프레즌스 정보의 상태 변화를 알 수 있도록 한다. 이를 위하여 기존의 방식에서 사용자는 등록하고자하는 상대방의 주소를 담은 SIP SUBSCRIBE 요청 메시지를 프레즌스 서버에게 각각 보내야 했다. 또 각 프레즌스 등록에 대해서는 주기적으로 리프레시 메시지가 필요하고 등록한 상대방에서 발생하는 통지 메시지의 양도 모두 합할 경우 그 양이 많아지므로 이 경우 네트워크 트래픽을 크게 발생시키고 프레즌스 서버의 부하를 증가시킨다. 본 논문에서는 이와 같은 문제점을 해결하기위하여 프레즌스 정보를 얻기 원하는 상대방의 URI로 구성된 프레즌스 리스트를 사용하여 한번의 SUBSCRIBE 메시지로 프레즌스 등록을 할 수 있도록 함으로써 SUBSCRIBE 메시지 및 리프레시 메시지 양을 크게 줄일 수 있고 등록된 상대방으로부터 발생하는 이벤트 통지메시지의 처리양도 크게 줄일 수 있는 새로운 프레즌스 리스트 서비스 방식을 제안하였다. 또 동작 효율을 더욱 높이기 위하여 필요한 프레즌스 정보만을 선택하여 통지 메시지에 포함 시킬 수 있는 프레즌스 필터링 방식도 새롭게 제안되었다. 이와 같이 하여 구현된 시스템은 SIP 메시지 전송에 관련된 네트워크 트래픽을 크게 줄일 수 있고 프레즌스 서버에서의 메시지 처리 시간을 감소시킨다. 제안된 시스템의 성능은 실험을 통하여 분석하였고 서버에서의 처리시간이 감소함을 보였다.