• Title/Summary/Keyword: Conference Server

Search Result 2,088, Processing Time 0.033 seconds

Research About Design and Implementation of On-Line Game Server for High Availability guarantee using Heartbeat (HeartBeat을 이용한 고가용성(High Availability) 보장 온라인 게임 서버 구축 제안)

  • Kim, Tae-Yul;Kyung, Byung-Pyo;Ryu, Seuc-Ho;Lee, Wan-Bok
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.05a
    • /
    • pp.193-198
    • /
    • 2006
  • Providing stable services has been a crucial factor to determine success or failure in current situations, in which online game industry has become one of the important industries. The study proposed a method of establishing a stable game servers using 'Hearbeat', one of the existing (load) balance server techniques for the enhancement of availability of online game servers. In the proposed method, one could provide users with stable game services, by inspecting master server frequently using stand-by servers corresponding to each game server.

  • PDF

Implementation of Linux Server System Monitoring and Control Solution for Administrator (관리자를 위한 리눅스 서버 시스템 모니터링 및 제어 솔루션 구현)

  • Yoon, Hyo-Jun;Park, Byung-Ho;Choi, Yong-Seok;Kim, Chong-Soo;Seong, Hyeon-Kyeong
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2010.10a
    • /
    • pp.125-128
    • /
    • 2010
  • Linux server offers various kinds of service including web, FTP, and SSH. The users of these kinds of service are trying to hack by making use of it. That’s why some countermeasures are required for the security of the server. In this thesis, each type of service log of multiple Linux server was analyzed, and a solution was developed to monitor and control the multiple Linux server system not based on Linux but based on Windows.

  • PDF

Design and Implementation of Dynamic Adaptive Contents Plover using Sensor-Device (센서기기 연동형 동적 적응 콘텐트 플레이어의 설계 및 구현)

  • Lee Yong-Ju;Park Choon-Seo;Kim Jung-Keun;Jeong Jin-Hwan;Min Ok-Gee;Kim Hag-Young
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06a
    • /
    • pp.334-336
    • /
    • 2006
  • 최근 들어 인터넷, 인트라넷을 통해 양질의 동영상 데이터를 네트워크 상으로 실시간 또는 사용자의 요구에 따라 전승해 주는 스트리밍 서비스에 대한 요구가 증가하고 있다. 아울러, 유비쿼터스 환경의 도래와 함께 센싱을 통한 다양한 멀티미디어 서비스의 확장이 이루어지고 있으며, 유/무선 환경에서 사용자의 콘텐트에 대한 요구를 끊김 없이/연속 이동을 통해 볼 수 있는 사용자 맞춤형 서비스가 필요로 되고 있다. 이에 본 논문에서는 센서기기를 연동해서 사용자를 인식하고 양질의 동영상을 사용자의 요구 시점에 이동성을 보장하면서 사용자의 다양한 단말 조건을 인식하여 멀티미디어 서비스를 제공하는 내용을 담고 있다.

  • PDF

Real-time Audio Processing for TCP/IP in Server-Client Model (서버-클라이언트 모델에서의 TCP/IP 기반 실시간 음성 처리)

  • Lee, Hyung-ho;Jeong, Dae-young;Park, Kyung-tae;You, Byung-sek;Kim, Jeong-sig
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2013.10a
    • /
    • pp.619-621
    • /
    • 2013
  • This paper is proposing a real-time audio processing system for TCP/IP with server-client. The server sends the audio data packet which is the same size each time while playing the audio data. And the client plays the received audio data from the server. In general, The receiving speed of audio data packet is faster than processing the audio data. So, the unstable playback is occurred when playing the received audio data at the moment. In order to overcome this problem, the double buffering method is proposed.

  • PDF

Cloud implementation within the company using FTP (FTP를 이용한 회사내 클라우드 구현)

  • Seo, Dong-hyeon;Kim, Mi-Seong
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2017.05a
    • /
    • pp.472-474
    • /
    • 2017
  • Storage of files is important in the information age. In particular, files in the company should be managed more efficiently. In this paper, we connect to FTP Server through Client program to manage files efficiently. The FTP Server builds a database to manage employee information in the company and folder paths for each employee. The Client program can be used after login with the assigned employee number and password. You can check the list of files stored in the FTP server when login is successful and upload, download and delete after selecting specific files. Folders can also be created and deleted for more systematic management of files. For the efficient operation of the company, it is implemented so that it can be divided into a personal drive and a public drive.

  • PDF

A Design of Transaction Management for EJB Container (EJB 컨테이너를 위한 트랜잭션 관리의 설계)

  • Jang, Choul-Soo;Kim, Sung-Hoon;Roh, Myung-Chan;Seo, Beom-Su;Jung, Seung-Woog;Kim, Joong-Bae
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.04a
    • /
    • pp.361-364
    • /
    • 2002
  • EJB(Enterprise JavaBeans)는 서버 상의 Java 컴포넌트와 그 컴포넌트를 위한 동작 환경을 제공하는 전체 프레임웍(Framework)이다. EJB 에서 동작하는 컴포넌트를 엔터프라이즈 빈(Enterprise Bean)이라고 하고, 그 컴포넌트가 동작하기 위한 환경을 컨테이너(Container)라 한다 EJB 에서는 기존에 개발자가 직접 컴포넌트로 제공해 주어야 하는 트랜잭션, 영속성, 보안문제, 데이터베이스 연결 풀링, 쓰레딩 관리 같은 기능을 컨테이너에서 처리해 줌으로 일반 개발자는 복잡한 하부 로직에 신경쓰지 않으면서 더 쉽고 빠르게 동일한 기능을 구현할 수 있게 된다. 본 논문에서는 이러한 EJB 컨테이너를 설계함에 있어서 하나의 중요한 요소인 트랜잭션 관리에 관한 설계를 논한다.

  • PDF

Implementation of Java Web Server for Web Lecture Script (Web Lecture Script를 위한 Java Web Server 구현)

  • Hwang, Hyo-Sun;Kim, Eun-Young;Kim, Hye-Yeon;Han, Ji-Seon;Cho, Dong-Sub
    • Proceedings of the KIEE Conference
    • /
    • 1999.07g
    • /
    • pp.2965-2967
    • /
    • 1999
  • 본 논문에서는 Web Lecture script를 정의하고 이를 효과적으로 운영하기 위한 Java Web Server를 설계 구현하였다. Web Lecture Script란 강의록, 문제출제, 문제 평가, 숙제 제출, 자료실, 토론방 등의 가상 대학 환경을 편리하게 구축하기 위해서 데이터베이스 및 파일의 접근을 Web 환경의 script막을 사통하여 구현할 수 있도록 정의한 것이다. Lecture시스템은 사용자에게 정형화된 포맷이 많이 쓰이기 때문에 script로 정형화된 형태의 인터페이스가 적합하며, 실제적인 구현이 Jaya로 이루어지기 때문에 확장의 범위가 크다. Web Server는 이러한 Lecture Script를 사용자에게 제공하기 위한 Script Engine을 포함하고 있어야 하는데, 이러한 Script Engine이 Web Server라 어떻게 상호작용 하는가에 따라 성능이 좌우된다. 상호 작용하는 방법에는 Script Engine이 Web Server 자체에 포함될 경우, 독립적인 프로세서를 띄워서 처리하는 방법 스크립트만을 처리하는 별도의 서버를 두어 처리를 전환하는 방법이 있다. 따라서 Lecture Script 처리 Engine은 여러 방법으로 구현하고 성능을 비교하여 보다 효과적인 서버를 제안하고자 한다.

  • PDF

Design and Implementation of Dynamic Streaming Server based on RTSP (RTSP 기반의 동적 스트리밍 서버의 설계 및 구현)

  • Yeon, Jae-Hyuk;Lim, Hyo-Taek;Park, Jae-Hong
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2010.10a
    • /
    • pp.407-410
    • /
    • 2010
  • This paper is to implement a RTSP based streaming server in order to provide streaming service. When a client requests a stream from a server, transmission speed is measured on a regular basis through communications between the client and the server. Server will send different encoded movie clip streams based on measured transmission speeds. Different streams are sent to a server depending on the transmission speed and their locations are saved when streams are sent. Even though different streams are sent, the streams will be sent without any interruptions because they are sent from their original locations.

  • PDF

Design and Implementation of a Hybrid-type Video Conference System using SIP Protocol (SIP 프로토콜을 이용한 하이브리드형 화상회의 시스템의 설계 및 구현)

  • Jung TaeUn;Kim YoungHan
    • Journal of KIISE:Information Networking
    • /
    • v.32 no.1
    • /
    • pp.51-59
    • /
    • 2005
  • In this paper, we propose and implement a hybrid-type video conference system using SIP protocol proposed in IEFT. This conference system, all signaling is controled by the server, while the media communication can be managed either by UAs or by the server. as a result, the complexity of its routing and user state management is reduced and it is applicable to the mobile environment of the ad-hoc models. The implemented server is scale enough to be used in a large conference because it only takes charge of signaling part. And also we see that UAs are only suitable in the small conference where less than ten people can join.

Design and Implementation of SIP-based Presence Agent Server (SIP기반 Presence Agent 서버 기능 설계 및 구현)

  • Hyun, Wook;Huh, Mi-Young;Park, Sun-Ok;Kang, Shin-Gak
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • v.9 no.2
    • /
    • pp.585-588
    • /
    • 2005
  • The Presence Agent Server receives user's presence information via PUBLISH request message and let subscribers to know that information. IMPP client has a functions for PUA(presence user agent) as a base operational entity. In some circumstance, the client has both pua and pa logical entities. However presence agent server has take part only of PA. In this paper, we describes the design and implementation that contains modules based configurations and approaches for presence agent server. Also, we describe how we handle each events and database API instruction set.

  • PDF