초록 열기/닫기 버튼

CDN(Contents Delivery Network)과 달리 P2P 네트워크에서는 컨텐츠를 제공하는 주체가 고정되어있지 않으므로 컨텐츠 분배는 매우 중요한 서비스이다. 그리고 P2P 미디어스트리밍에서 수신피어는 미디어 데이터를 재생함과 동시에 저장하고, 스트리밍이 끝나면 다른 피어에게 미디어 파일을 제공하는 새로운 소스피어로 동작한다. 따라서 P2P 네트워크를 통해 컨텐츠를 분배하기 위해서는 미디어 스트리밍과 파일의 저장을 동시에 수행할 수 있어야한다. 본 논문은 기존의 컨텐츠 공유 모델이 미디어 데이터를 모두 다운로드한 후에 재생을 하기 때문에 응답시간이 길고 P2P 멀티소스 미디어스트리밍에서 컨텐츠 분배가 어려운 점을 해결하여, 컨텐츠를 다운로드하면서 재생이 가능한 P2P 멀티소스 미디어스트리밍 시스템을 제안, 구현한다. 제안된 시스템에서는 수신피어가 데이터 스트리밍과 동시에 소스피어의 역할을 하므로 사용자 응답시간이 단축되고, 미디어스트리밍에 참여하는 소스피어의 수가 늘어나면 비트전송률이 증가되어 동시수요자 수도 증가된다. 또한, 피어가 가진 미디어파일의 일부분을 전송하는 메커니즘을 제공하여 컨텐츠 분배가 빨라진다.


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 saving 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.