• Title/Summary/Keyword: HTTP(Hyper Text Transfer Protocol)

Search Result 31, Processing Time 0.025 seconds

Development of a High Performance Web Server Using A Real-Time Compression Architecture (실시간 압축 전송 아키텍쳐를 이용한 고성능 웹 서버 구현)

  • 민병조;강명석;우천희;남의석;김학배
    • Journal of the Korea Computer Industry Society
    • /
    • v.5 no.3
    • /
    • pp.345-354
    • /
    • 2004
  • In these days, such services are popularized as E-commerce, E-government, multimedia services, and home networking applications. Most web traffics generated contemporarily basically use the Hyper Text Transfer Protocol(HTTP). Unfortunately, the HTTP is improper for these applications that comprise significant components of the web traffics. In this paper, we introduce a real-time contents compression architecture that maximizes the web service performance as well as reduces the response time. This architecture is built into the linux kernel-based web accelerating module. It guarantees not only the freshness of compressed contents but also the minimum time delay using an server-state adaptive algorithm, which can determine whether the server sends the compressed message considering the consumption of server resources when heavy requests reach the web server Also, We minimize the CPU overhead of the web server by exclusively implementing the compression kernel-thread. The testing results validates that this architecture saves the bandwidth of the web server and that elapsed time improvement is dramatic.

  • PDF

Development of a High Performance Web Server Using A Real-Time Compression Architecture (실시간 압축 전송 아키텍쳐를 이용한 고성능 웹서버 구현)

  • Min Byungjo;Hwang June;Kim Hagbae
    • The KIPS Transactions:PartC
    • /
    • v.11C no.6 s.95
    • /
    • pp.781-786
    • /
    • 2004
  • In these days, such services are popularized as E-commerce, E- government, multimedia services, and home networking applications. Most web traffics generated contemporarily basically use the Hyper Text Transfer Protocol(HTTP). Unfortunately, the HTTP is improper for these applications that comprise significant components of the web traffics. In this paper, we introduce a real-time contents compression architecture that maximizes the web service performance as well as reduces the response time. This architecture is built into the linux kernel-based web accelerating module. It guarantees not only the freshness of compressed contents but also the minimum time delay using an server-state adaptive algorithm, which can determine whether the server sends the compressed message considering the consumption of sewer resources when heavy requests reach the web server. Also, We minimize the CPU overhead of the web server by exclusively implementing the compression kernel-thread. The testing results validates that this architecture saves the bandwidth of the web server and that elapsed time improvement is dramatic.

Design & Implementation of Voice-Interface for Web-Browsing (웹 브라우징을 위한 음성 인터페이스 설계 및 구현)

  • Lee, Seung-Ho;Youk, Sang-Cho;Kwon, Young-Mi;Lee, Geuk
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 1998.04a
    • /
    • pp.106-109
    • /
    • 1998
  • WWW은 무한한 확장 가능성을 지닌 HTTP(Hyper-Text Transfer Protocol)와 편리한 웹 브라우져를 통해 질적, 양적 성장 계속해 왔으며 특히 GUI(Graphic User Interface) 환경에서 동작하는 웹 브라우져는 WWW이 수많은 이용자를 확보하는데 일익을 담당했다. 본 논문에서는 이 웹 브라우져에 음성인식 기술을 접목하여 WWW의 이용자가 자신의 음성으로 편리하게 웹 브라우징을 할 수 있도록 하는 음성 인터페이스를 설계, 구현 한다. 본 음성 인터페이스는 계속적으로 입력되는 음성 정보 중 화자의 발성음을 추출하여 음성 인식기에 전달하는 음성 입력기와 화자의 발성을 인식하는 음성 인식기 그리고 인식결과를 웹 브라우져에게 처리 하도록 하는 결과 처리기로 구성되어 있다.

  • PDF

A Study of Vehicle's Monitoring and Controller Using Embedded Web Server (임베디드 웹 서버를 이용한 자동차용 모니터링 및 제어기 개발에 관한 연구)

  • Yang, Seung-Hyun;Kim, Dong-Won;Lee, Suk-Won
    • Proceedings of the KIEE Conference
    • /
    • 2004.07d
    • /
    • pp.2380-2382
    • /
    • 2004
  • In this paper, Web server is built up using PXA255, 32bit RISC processor with porting Embedded Linux and GoAhead, HTTP(Hyper Text Transfer Protocol) web server, and the system with can monitor and control the environment and condition for AICC(Automatic Intelligent Cruise Control) is realized. For sending the operation condition and change of vehicle the desired data is derived by interacting ECU(Electric Control Unit) and Embedded system and the rpm of engine is controlled by step motor connected to throttle value.

  • PDF

Implementation and Performance Analysis of Web Server Using Java ThreadPool (자바 쓰레드 풀을 이용한 웹 서버의 구현 및 성능 분석)

  • Jeon, Sang-Hyun;Lee, Kwang-Ho;Uhmn, Saang-Yong;Sung, Yeon-Jin;Gu, Tae-Wan
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2000.10b
    • /
    • pp.1593-1596
    • /
    • 2000
  • 자바는 설계 때부터 네트워크 상의 운영을 고려하여 설계된 언어이기 때문에 소켓 바인딩과 같은 기능을 제공하고 있고, 또한 TCP/IP 프로토콜과 URL 처리 기능을 제공하고 있는 HTTP(HyperText Transfer Protocol) 프로토콜을 동시에 처리할 수 있기 때문에 WWW 서비스를 연동하는 웹서버를 구축하는데 적합한 언어이다. 현재의 인터넷은 점차적으로 발전하여 수요는 급격히 증가하고 있으나, 많은 사용자로 인해 네트워크의 성능저하와 서버의 처리 능력 한계로 인하여 사용자의 수요를 충족시키지 못하고 있다. 본 논문에서는 인터넷을 이용한 네트워킹 프로그램에 있어 멀티쓰레드를 이용하여 응용프로그램을 작성하기 위한 쓰레드의 개요를 설명하고, 쓰레드를 활용한 풀을 구성하기 위한 제반 사항을 기술한다. 또한, 응용프로그램으로 동적 쓰레드, 서버 복제, 쓰레드 풀 웹 서버를 구현하여 성능을 분석한다.

  • PDF

Multi-viewpoint panorama service platform based on DASH (DASH 기반 다시점 파노라마 서비스 플랫폼)

  • Kang, Jeonho;Kim, Doohwan;Kim, Kyuheon
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2019.06a
    • /
    • pp.302-304
    • /
    • 2019
  • 최근 영상처리 기술의 발달로 기존의 콘텐츠 대비 더욱 생생한 현장감을 주는 초고해상도 콘텐츠에 대한 관심이 증가하고 있다. 이에 맞춰, 초고해상도 콘텐츠의 라이브 스트리밍 서비스에 대한 요구사항 역시 꾸준히 증가 하고 있다. 라이브 스트리밍 서비스를 위한 다수의 HyperText Transfer Protocol (HHTP) 기반 적응형 스트리밍 서비스가 있으나, Dynamic adaptive streaming over HTTP (DASH)가 가장 대중적으로 사용되고 있다. 본 논문에서는 DASH기반 Spatial Relationship Description (SRD) 방법을 사용하여 원본 영상과 초고해상도 콘텐츠를 시그널링(signalling) 하고, 이를 통해 네트워크 상황에 맞는 영상을 재생할 수 있는 서비스 플랫폼을 설계하고, 이를 위한 MPD 기술방법을 제안 및 검증한다.

  • PDF

Design and Implementation of Visual/Control Communication Protocol for Home Automated Robot Interaction and Control (홈오토메이션을 위한 영상/로봇제어 시스템의 설계와 구현)

  • Cho, Myung-Ji;Kim, Seong-Whan
    • Journal of Internet Computing and Services
    • /
    • v.10 no.6
    • /
    • pp.27-36
    • /
    • 2009
  • PSTN (public switched telephone network) provides voice communication service, whereas IP network provides data oriented service, and we can use IP network for multimedia transport service (e.g. voice over IP service) with economic price. In this paper, we propose RoIP (robot on IP) service scenario, signaling call flow, and implementation to provide home automation and monitoring service for remote site users. In our scheme, we used a extended SIP (session initiation protocol) for signaling protocol between remote site users and home robots. For our bearer transport control, we implemented H.263 video codec over RTP (real-time transport protocol) and additionally DTMF (dual tone multi-frequency) transport for robot actuator control. We implemented our scheme on home robots and experimented with KTF operator network, and it shows good communication quality (average MOS = 9.15) and flexible robot controls.

  • PDF

Development of System Architecture and Method to Reprocess Data for Web Service of Educational Power Flow Program (교육용 전력조류계산 프로그램의 웹 서비스를 위한 시스템 구성 및 데이터 재가공 방법론 개발)

  • 양광민;이기송;박종배;신중린
    • The Transactions of the Korean Institute of Electrical Engineers A
    • /
    • v.53 no.6
    • /
    • pp.324-333
    • /
    • 2004
  • This paper discusses the development of an educational web-based power flow program for undergraduate students. The interaction between lectures and users can be much enhanced via the web-based programs which result in the student's learning effectiveness on the power flow problem. However the difficulties for developing web-based application programs are that there can be the numerous unspecified users to access the application programs. To overcome the aforementioned multi-users problem and to develope the educational web-based power flow program, we have revised the system architecture, the modeling of application programs, and database which efficiently and effectively manages the complex data sets related to the power flow analysis program. The developed application program is composed of the physical three tiers where the middle tier is logically divided into two kinds of application programs. The divided application programs are interconnected by using the Web-service based on XML (Extended Markup Technology) and HTTP (Hyper Text Transfer Protocol) which make it possible the distributed computing technology Also, this paper describes the method of database modeling to handle effectively when the numerous users change the parameters of the power system to compare the results of the base case.

A Study on the Web-based Integrated Environment for Design Systems (웹 기반 통합 설계 환경 구축에 관한 연구)

  • 이창근;이수홍;방건동
    • Korean Journal of Computational Design and Engineering
    • /
    • v.7 no.2
    • /
    • pp.110-120
    • /
    • 2002
  • This paper presents the method that allows easy and rapid integration of legacy resources within the company and between departments. The proposed system can easily construct a distributed environment for collaborative design between departments in the companies. It supports knowledge-based integration system, which allows designers to develop product with deep knowledge about product design. For the purpose, DOME (Distributed Object-based Modeling Environment)-which has been developed through various studies-was used in this paper. To overcome its problems and insufficiency, the Web-Integrator is proposed. The Web-Integrator is very suitable for an Internet environment because it uses HTTP (Hyper Text Transfer Protocol) and XML (extensible Markup Language) as its main communication method. By supporting the remote object access via URL (Uniform Resource Locator), the implementation of the integrated system makes the Web-Integrator systematic and intuitive. All the functions and resources provided by DOME could be used with the interface that enables bi-directional communication with the DOME system. Web-Integrator provides full web-based environments for the general designers, who do not have a full design knowledge and experience, and the proposed system allows design operations to happen at any place and anytime. Also it provides XML-RPC(Remote Procedure Call) based web service framework, which allows other systems to use easily the service that the DOME system supplies regardless the location and the platform.

Development of the Educational Simulator for the Electricity Spot Market in Korea (교육용 현물전력시장 모의 시뮬레이터)

  • Yang, Kwang-Min;Lee, Ki-Song;Park, Jong-Bae;Shin, Joong-Rhin
    • Proceedings of the KIEE Conference
    • /
    • 2004.11b
    • /
    • pp.94-96
    • /
    • 2004
  • This paper discusses the development of the educational simulator for the electricity spot market in korea. The interaction between lectures and users can be much enhanced via the web-based programs which result in the student's teaming effectiveness on an electricity spot market. However the difficulties for developing web-based application programs are that there can be the numerous unspecified users to access the application programs. To overcome the aforementioned multi-users problem and to develope the educational simulator, we have revised the system architecture, the modeling of application programs, and database which efficiently and effectively manages the complex data sets related to an electricity spot market. The developed application program is composed of the physical three tiers where the middle tier is logically divided into two kinds of application programs. The divided application programs are interconnected by using the Web-service based on XML (Extended Markup Technology) and HTTP (Hyper Text Transfer Protocol) which make it possible the distributed computing technology.

  • PDF