• Title/Summary/Keyword: XMPP

Search Result 27, Processing Time 0.028 seconds

UC(Unified Communication) Systems Development using Mobile Application (Mobile Application을 이용한 UC(Unified Communication) 시스템 개발)

  • Kim, Hee-Chul
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.8 no.6
    • /
    • pp.873-879
    • /
    • 2013
  • In this paper, high-quality business-type communications(UC) capabilities of the communication activities overlap, waste, reducing rework process improvement provides for high efficiency. Messages sent via UC app development, FMC calling features, schedule management organization for the development and deployment DataBase UC server deployment, the search for the JSP implementation, XMPP is using the messaging system. IP-PBX running on the IP network, on the basis of UC applications in real life, improve utilization of the infrastructure necessary to provide services to the system design and implementation.

Design of Effective Architecture for Massive Push Transmission (대용량 푸시 전송을 위한 효율적인 아키텍처 설계)

  • Kim, Wook;Kang, Mi-Ae;Lee, Sang-Hoon
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2014.07a
    • /
    • pp.105-106
    • /
    • 2014
  • 본 논문에서는 대용량 푸시 전송을 위한 효율적인 아키텍처를 제안한다. MINA 프레임워크 상에서 XMPP 프로토콜을 이용한 푸시 전송은 세션이 연결된 환경에서 실시간 메시지를 전달하는 기술로 최근 푸시 전송 서버에서 많이 활용되고 있다. 하지만 웹 어플리케이션에서 전송함에 있어 WAS위에 푸시 모듈이 위치함으로 서버의 메모리 사용량이 오버로드 되는 부담을 안고 있다. 따라서 본 논문에서 제안하는 아키텍처는 서버를 이중화 하여 WAS와 MINA를 분리시켜 하나의 서버가 감당해야 하는 메모리 사용량을 감소 시키도록 하며 멀티큐와 프록시를 사용하여 대량의 푸시 전송시의 메시지 큐의 병목형상을 해결하고자 한다.

  • PDF

Contents Sharing based on UPnP Cloud (UPnP 클라우드 기반 콘텐츠 공유)

  • Park, Yong-Suk;Kim, Hyun-Sik;Jeong, Dahee
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.10a
    • /
    • pp.537-539
    • /
    • 2014
  • Recently, the Univeral Plug and Play (UPnP) Form has relased UPnP Cloud, which is an extension to the basic UPnP architecture that enables device to device connectivity across the Internet. UPnP Cloud uses the Extensible Messaging and Presence Protocol (XMPP) to connect devices located in different domains. In this paper, the details of the UPnP Cloud are presented. We demonstrate how UPnP Cloud enables contents to be shared remotely, and how it can be used in connection with DLNA.

  • PDF

Countermeasure to Underlying Security Threats in IoT communication (사물인터넷 통신기술에 내재된 보안위협과 대응 전략)

  • Mun, Hyung-Jin;Choi, Gwang-Houn;Hwang, Yooncheol
    • Journal of Convergence Society for SMB
    • /
    • v.6 no.2
    • /
    • pp.37-43
    • /
    • 2016
  • Due to the remarkable improvement of ICT, with the popularization of mobile devices and every sector of society connected by networks, an era, in which peer to peer, peer to thing, thing to thing can be connected to one another everywhere, has begun. As all the electronic devices are connected to Internet, they have become more intellectualized and automated, making convergence and process of information through the connection of the devices possible to provide a lot better services. However, those devices communicate mutually to send information and they are exposed to various security threats. Therefore, this study analyzes ZigBee, CoAP, MQTT, XMPP, which are communication-related technology of IoT, draws security threats they have, and suggests requirements that components of IoT should have. Plus, it examines real cases about security threats in IoT, and suggests a countermeasure so as to contribute to establishment of a basis for IoT to be used much more safely in the future.

Design of IoT Gateway based Event-Driven Approach for IoT related Applications (IoT 게이트웨이 기반의 이벤트 중심 접근 방식 응용프로그램 설계)

  • Nkenyereye, Lionel;Jang, Jong-Wook
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.20 no.11
    • /
    • pp.2119-2124
    • /
    • 2016
  • The Internet of things (IoT) needs to be an event-driven approach for efficient related time response and processing. The growth of mobile devices in Internet of Things (IoT) leads to a number of intelligent buildings related IoT applications. For instance, home automation controlling system uses client system such web apps on smartphone or web service to access the home server by sending control commands. The gateway based RESTful technology responsible for handling clients'requests attests an internet latency in case a large number of clients' requests submit toward the gateway increases. In this paper, we propose the design tasks of the IoT gateway for handling concurrency events. The gateway based event-driven architecture is designed for building IoT gateway using node.js on one side and communication protocol based message-oriented middleware known as XMPP to handle communications of intelligent building control devices connected to the gateway through a centralized hub.

A Survey of Application Layer Protocols of Internet of Things

  • bibi, Nawab;Iqbal, Faiza;Akhtar, Salwa Muhammad;Anwar, Rabia;bibi, Shamshad
    • International Journal of Computer Science & Network Security
    • /
    • v.21 no.11
    • /
    • pp.301-311
    • /
    • 2021
  • The technological advancements of the last two decades directed the era of the Internet of Things (IoT). IoT enables billions of devices to connect through the internet and share their information and resources on a global level. These devices can be anything, from smartphones to embedded sensors. The main purpose of IoT is to make devices capable of achieving the desired goal with minimal to no human intervention. Although it hascome as a social and economic blessing, it still brought forward many security risks. This paper focuses on providing a survey of the most commonly used application layer protocols in the IoT domain, namely, Constrained Application Protocol (CoAP), Message Queuing Telemetry Transport (MQTT), Advanced Message Queuing Protocol (AMQP), and Extensible Messaging and Presence Protocol (XMPP). MQTT, AMQP, and XMPP use TCP for device-to-device communication, while CoAP utilizes UDP to achieve this purpose. MQTT and AMQP are based on a publish/subscribe model, CoAP uses the request/reply model for its structuring. In addition to this, the quality of service provision of MQTT, AMQP, and CoAP is not very high, especially when the deliverance of messages is concerned. The selection of protocols for each application is very a tedious task.This survey discusses the architectures, advantages, disadvantages, and applications of each of these protocols. The main contribution of this work is to describe each of the aforementioned application protocols in detail as well as providing their thorough comparative analysis. This survey will be helpful to the developers in selecting the protocol ideal for their system and/or application.

A Real-Time Messaging System for Twitter Users and Their Followers (트위터 사용자와 팔로워들 간의 실시간 메시지 교류 시스템 개발)

  • Park, Jong-Eun;Kwon, O-Jin;Lee, Hong-Chang;Lee, Myung-Joon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.16 no.9
    • /
    • pp.87-95
    • /
    • 2011
  • Recently, as smartphones have rapidly come into wide use and various social networking services have grown, people perform a variety of interactions through the virtual and real world based on them. Usually, such services focus on easy formation of social links among users, supporting the exchange of simple messages among users on the networks. Twitter, one of such services used worldwide, supports short message service named Tweet and has over 200 million members signed up. n this paper, we propose techniques for supporting real-time group messaging based on the social network of Twitter and describe a smartphone group messaging system developed with the techniques. The system automatically forms a group that include a Twitter user and the followers of the user, supporting real-time group messaging among the group members. The developed system is composed of an XMPP protocol-based messaging server and smartphone client applications which perform real-time messaging based on the social network of Twitter. Twitter users can easily use the system utilizing Tweet messages, exchanging real-time messages with their followers within the groups instantly established on the XMPP server.

Design of Messenger Protocol, Implementation of Server and Analysis for Mobile Office Environment (이동 사무환경을 위한 메신저 프로토콜 설계 및 서버의 구현 및 분석)

  • On, Jin-Ho;Choi, Wan;Cho, Gi-Hwan;Lee, Moon-Kun
    • Journal of Internet Computing and Services
    • /
    • v.9 no.2
    • /
    • pp.1-13
    • /
    • 2008
  • Recently, interest about Mobile Office Environment is increasing Messenger system of 'Ubiquitous Mobile Office Environment' need various kinds new concept such os request/broadcasting/transmission of working environment that existent messenger protocol does not support. Design correct new protocol to Mobile Office Environment messenger in this treatise, and analyzed existentprotocol and comparison. Also, examine characteristic of rendezvous server that was optimized in MOE-MP protocol and analyzed efficiency. MOE-MP that design newly based on basic syntax of XMPP optimized to Mobile Office Environment.

  • PDF

Design of IoT Gateway based Event-Driven Architecture for Intelligent Buildings. (IoT 게이트웨이 기반 지능형 건물의 이벤트 중심 아키텍쳐 설계)

  • Nkenyereye, Lionel;Jang, Jong-Wook
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2016.10a
    • /
    • pp.256-259
    • /
    • 2016
  • The growth of mobile devices in Internet of Things (IoT) leads to a number of intelligent buildings related IoT applications. For instance, home automation controlling system uses client system such web apps on smartphone or web service to access the home server by sending control commands. The home server receives the command, then controls for instance the light system. The gateway based RESTful technology responsible for handling clients' requests attests an internet latency in case a large number of clients' requests submit toward the gateway increases. In this paper, we propose the design tasks of the IoT gateway for handling concurrency events. In the procedure of designing tasks, concurrency is best understood by employing multiple levels of abstraction. The way that is eminently to accomplish concurrency is to build an object-oriented environment with support for messages passing between concurrent objects. We also investigate the performance of event-driven architecture for building IoT gateway using node.js on one side and communication protocol based message-oriented middleware known as XMPP to handle communications of intelligent building control devices connected to the gateway through a centralized hub. The Node.JS is 40% faster than the traditional web server side features thread-based approach. The use of Node.js server-side handles a large number of clients' requests, then therefore, reduces delay in performing predefined actions automatically in intelligent building IoT environment.

  • PDF

Memory Management in Qplus-AIR (Qplus-AIR의 메모리 관리)

  • Son, Dong-Hwan;Park, Sa-Choun;Kim, Tae-Ho
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2012.06a
    • /
    • pp.66-67
    • /
    • 2012
  • 소셜 네트워크 서비스에 대한 관심이 높아지고 있으며 이의 하나로 인스턴트 메신저를 이용한 통합 커뮤니케이션 서비스의 필요성이 커지고 있다. 본 논문은 이러한 요구사항 중 그룹 내 회의를 진행하는 데 필요한 정보의 생성, 전송 및 저장을 위한 기능을 XMPP 기반 인스턴트 메신저 형태로 구현하였다.