• Title/Summary/Keyword: P2P 스트리밍

Search Result 119, Processing Time 0.088 seconds

Design and Implement of a Simulator for P2P Streaming Systems (P2P 스트리밍 시스템을 위한 시뮬레이터 개발)

  • Kim, Hye-Sun;Cho, Yoon-Sik;Hwang, Ki-Tae
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2007.05a
    • /
    • pp.777-780
    • /
    • 2007
  • 인터넷 스트리밍 시스템은 스트리밍 소스를 공급하는 미디어 서버와 이로부터 미디어 스트림을 받아 분배하는 스트리밍 서버, 그리고 스트리밍 단말기들로 구성되며, 기존에는 하나의 스트리밍 서버에 다수의 단말기들이 직접적으로 연결되는 방식을 취하고 있다. 이러한 클라이언트-서버 형태의 중앙 구조의 단점을 극복하여 확장성을 제공하기 위해 P2P 스트리밍 시스템에 대한 연구가 최근 들어 진행되고 있다. 그러나 P2P 방식을 이용한 인터넷 스트리밍 시스템을 설계, 구현, 테스트를하기 위해서 많은 비용이 소비되는 현실적인 어려움이 있다. 그러므로 본 논문에서는 P2P 스트리밍 시스템에 대한 다양한 연구 및 실험을 지원하기 위해, P2P 스트리밍 시스템을 정의하고, NS2 시뮬레이션 라이브러리를 이용하여 P2P 스트리밍 시스템 시뮬레이터 P2PStreamSim을 설계 및 구현하였다. 또한 테스트 P2P 스트리밍 시스템을 사례로 적용하여 P2PStreamSim의 동작을 검증하고 성능을 평가하였다.

  • PDF

NS2 based Simulator for Performance Evaluation of P2P Streaming Systems (P2P 스트리밍 시스템의 성능 평가를 위한 NS2 기반 시뮬레이터 개발)

  • Kim, Hye-Sun;Hwang, Ki-Tae
    • The KIPS Transactions:PartD
    • /
    • v.14D no.5
    • /
    • pp.555-564
    • /
    • 2007
  • Internet streaming systems consist of a media server, a streaming sewer, and terminals. The media server delivers multimedia contents such as video and/or audio to the streaming server, which distributes the contents to terminals as well. Existing Internet streaming systems have a bottleneck problem in the streaming server because of the limit of the processing capacity of the streaming server and therefore a streaming server can not accomodate more terminals than the limit. As a solution to this problem, P2P streaming systems have been lately proposed and investigated, using P2P distributed architectures. Actually, however, there exist many difficulties in the design and implementation of P2P streaming systems, because it needs many real computers and various network constructions. In this paper, we have proposed and defined a P2P streaming system model such as the architectural model, the timing model, the behavior model, and the performance metrics. And also we have implemented an NS2 based P2P streaming system simulator called P2PStreamSim. Finally, we have verified it through test simulations and analyzed the results.

A Performance Analysis of Mobile P2P Streaming Service on Wireless LAN Environments (무선랜 환경에서 모바일 P2P 스트리밍 서비스의 성능 분석)

  • Choi, Hun-Hoi;Kim, Geun-Hyung
    • Journal of Digital Contents Society
    • /
    • v.14 no.1
    • /
    • pp.25-33
    • /
    • 2013
  • P2P(Peer-to-Peer) architecture can reduce the network bandwidth and resource on the server since peers exchange data chunks with each other, while server-client architecture causes a lot of traffic on the server. Peers receive a data more reliably when the number of participating peer increases. Currently, P2P traffic has accounted for about 65% of the world's Internet traffic and diverse P2P streaming services have launched combining to video streaming technology. However, the requirements and data chunk delivery algorithms for mobile P2P streaming service should be investigated, since the existing P2P technologies have been developed and designed for the wired network. In particular, the bandwidth fluctuation caused by user mobility, wireless packet collisions, and packet losses brings about different problems on the mobile P2P streaming service compared to existing P2P streaming service. In this paper, we analyzed the problem of mobile P2P streaming services in the 802.11n wireless LAN environment through experiments.

Multi-Source Media Streaming based Contents Distribution in P2P Network Environment (P2P 네트워크에서 멀티소스 스트리밍을 이용한 컨텐츠 분배)

  • Lee, Sung-Yong;So, Yang-Seon;Lee, Jae-Gil;Choi, Chang-Yeol
    • The KIPS Transactions:PartA
    • /
    • v.11A no.5
    • /
    • pp.325-332
    • /
    • 2004
  • For a P2P network, the contents distribution is a very important service because the contents provider is not fixed. And in the P2P media streaming, a request peer replays and saves media data simultaneously, and after streaming it acts as a new source peer providing media files to other peers. Therefore streaming and file saying operations should be simultaneously carried out in order to distribute contents through the P2P network. In this paper, a P2P multi-source media streaming system which can replay the contents data during downloading is proposed and implemented. The system reduces the user response time and the number of simultaneous user increases more than two times. Moreover, transmitting a part of media file makes fast distribution and diffusion of contents possible.

Design and Implementation of Scalable Multi­source Media Streaming for P2P Environments (P2P 환경을 위한 확장성있는 멀티소스 미디어스트리밍)

  • 소양선;최창열
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10c
    • /
    • pp.646-648
    • /
    • 2003
  • Peer­to­peer(P2P) 네트워크를 구성하는 각 피어는 서로 다른 네트워크대역폭, 업로드속도, 컴퓨터성능을 가지므로 미디어 요청피어가 특정 피어로부터만 데이터를 받는 경우엔 사용자 QoS를 만족시키지 못할 가능성이 높다. 또한 미디어데이터를 제한된 시간 내에 수신해야하는 스트리밍시스템에서는 여러 피어로부터 데이터를 수신하는 멀티소스스트리밍이 더욱 요구된다. 본 논문에서는 P2P 네트워크 환경에서 여러 피어로부터 미디어를 송수신하고 파일로 저장하는 멀티소스스트리밍시스템을 설계, 구현하였다. 그리고 스트리밍 중인 피어가 가진 미디어파일의 일부분을 전송하는 기법을 적용하여 비트 전송률과 동시 수요자 수를 증가시켰다.

  • PDF

Study of Multimedia Contents Search and Streaming Service in P2P Environment (P2P 환경에서 멀티미디어 콘텐츠 검색과 스트리밍에 관한 연구)

  • Lee, Ji-Hyun;Lee, Kwang-Min;Cho, Sang-Yeon;Han, Kwang-Rok
    • 한국HCI학회:학술대회논문집
    • /
    • 2007.02a
    • /
    • pp.731-738
    • /
    • 2007
  • 본 논문에서는 P2P 환경에서 사용자간에 멀티미디어 콘텐츠를 공유하는 목적의 시스템 구현에 초점을 맞추어 P2P 네트워크에서 피어들 간에 멀티미디어 콘텐츠를 공유하고 구간정보를 이용하여 효율적으로 스트리밍 하는 방법에 대하여 논한다. 피어들은 멀티미디어 콘텐츠의 관심 있는 부분만을 쉽고 편리하게 추출하려는 경향이 있기 때문에 멀티미디어 콘텐츠에서 구간정보를 색인한 파일을 만들어 검색서버에 등록한 후 피어들의 요청이 있을 때 이 구간정보를 이용하여 필요한 부분만을 스트리밍 서비스 할 수 있도록 한다. 많은 피어들의 서버 접속으로 인한 서버의 부하를 줄이기 위해 P2P 환경에서의 스트리밍 기술을 이용하여 피어의 PC가 필요에 따라 서버 기능을 할 수 있도록 기능을 구현하고, 검색서버에서 제공되는 구간정보에 따라 해당하는 피어가 구간별로 멀티미디어 콘텐츠를 스트리밍 한다.

  • PDF

Multimedia Contents Streaming Service using the Section Information Retrieval on P2P Network (구간정보를 이용한 P2P 상에서 멀티미디어 스트리밍)

  • Lee, Ji-Hyun;Han, Kwang-Rok
    • Journal of Korea Multimedia Society
    • /
    • v.10 no.10
    • /
    • pp.1328-1337
    • /
    • 2007
  • We describe a method for streaming specific section using the section information among peers on P2P network. As peers tend to extract only the part of contents in which they are interested, an indexed file is created based on the section information of multimedia contents and registered in the search server. If a peer requests the streaming of specific parts of the contents to other corresponding peer using the section information that the server returns, the peer streams only separated section of the multimedia contents according to the information. For this process, we implement a function that a peer's PC can play a role as a server, and the peer streams the separated content based on the section information that the server supplies.

  • PDF

Security Considerations for P2P-based Media Streaming (P2P 기반의 미디어 스트리밍 보안 고려사항)

  • Hyeokchan Kwon;Sangchoon Kim;Jaehoon Nah
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2008.11a
    • /
    • pp.1441-1443
    • /
    • 2008
  • 최근 들어 미디어 스트리밍 서비스 제공 시 서버의 부하 및 비용을 줄이기 위해 P2P 기반의 오버레이 네트워크를 이용하여 미디어 스트리밍 콘텐츠를 분배하는 방안이 등장하고 있다. 하지만 이 방안은 그 효율성만큼이나 보안 취약성도 많이 존재하는 방안이다. 본 논문에서는 P2P 기반의 미디어 스트리밍 서비스에 대한 보안 위협과 이에 대응하기 위한 보안 고려사항을 분석하였다.

QoS-based P2P Streaming Protocol (QoS 기반이 P2P 스트리밍 프로토콜)

  • Park, Seung-Chul
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.13 no.8
    • /
    • pp.1571-1579
    • /
    • 2009
  • This paper proposes a P2P(Peer-to-Peer) streaming protocol which allows various QoS(Qualify of Service) requirements of video streaming to be supported for various personal IPTV applications in ubiquitous Internet environments. The proposed P2P streaming protocol takes fairly short startup delay, guarantees end-to-end delay bound and bandwidth requirements, and supports reliability level of video streaming for an IPTV application. The QoS-based P2P streaming protocol can properly use not only the advantages of scalability, availability, and ubiquity of P2P streaming but also complement its disadvantages of performance and reliability so that various types of personal IPTV applications can be properly implemented in the existing broadband Internet environments.

Design and Implementation of A Light-Weight Streaming Server Cappuccino Bubble for Mobile P2P Multimedia Service (모바일 P2P 멀티미디어 서비스를 위한 경량 스트리밍 서버 Cappuccino Bubble설계 및 구현)

  • 전성규;김태형
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04a
    • /
    • pp.706-708
    • /
    • 2004
  • 일반적으로 모바일 단말기는 스트리밍 서비스의 클라이언트로서 그 역할을 당당하고 있으며 여기에 스트리밍 서버를 설치하는 것은 매우 도전적인 과제이다. 본 논문에서는 RTP 프로토콜을 이용하여 Jpeg 형식의 스트리밍 데이터를 송수신 할 수 있는 초경량 스트리밍 서버를 모바일 단말기에 구현함으로써 궁극적으로 모바일 단말기간의 P2P 기반 스트리밍 서비스 네트워크를 구축하는 것을 목표로 한다. 본 시스템에서는 현재 차세대 Mobile 인터넷 플랫폼 표준으로 채택된 WIPI를 기반 시스템으로 하였으며 향후 모바일 단말기가 본격적인 P2P 기반 멀티미디어 서비스 시스템으로 확장성을 고려한 개발을 진행중이다.

  • PDF