• Title/Summary/Keyword: HTTP server

Search Result 192, Processing Time 0.039 seconds

Web Traffic Data Analyze for Cache Server (캐시 서버를 위한 웹 트래픽 데이터 분석)

  • Seulki Jung;Yillbyung Lee
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2008.11a
    • /
    • pp.1303-1306
    • /
    • 2008
  • 전체 웹 트래픽 요소 중 가장 큰 비중을 차지하는 HTTP 트래픽을 대상으로 하여 과거의 데이터와 비교 분석해 보았다. 현재의 웹 페이지의 경우 최소 10개~ 20개 이상의 또 다른 객체를 요청 하게 되고 있음을 발견했다. 이는 텍스트가 주를 이루었던 과거의 객체들과 매우 다른 양상을 보인다. 최근의 웹 트레이스 로그를 분석하여 기존 알고리즘들의 문제점을 발견하여 지적 하며 새로운 캐싱 알고리즘의 개념을 제안한다.

WWW Based Instruction Systems for English Learning: GAIA

  • Park, Phan-Woo
    • Journal of The Korean Association of Information Education
    • /
    • v.3 no.2
    • /
    • pp.113-119
    • /
    • 2000
  • I studied a distance education model for English learning on the Internet. Basic WWW files, that contain courseware, are constructed with HTML, and functions, which are required in learning, are implemented with Java. Students and educators can access the preferred unit composed of the appropriate text, voice and image data by using a WWW browser at any time. The education system supports the automatic generation facility of English problems to practice reading and writing by making good use of the courseware data or various English text resources located on the Internet. Our system has functions to manage and control the flow of distance learning and to offer interaction between students and the system in a distributed environment. Educators can manage students' learning and can immediately be aware of who is attending and who is quitting the lesson in virtual space. Also, students and educators in different places can communicate and discuss a topic through the server. I implemented these functions, which are required in a client/server environment of distance education, with the use of Java. The URL for this system is "http://park.taegu-e.ac.kr" in the name of GAIA.

  • PDF

Distributed Control System based on Embedded Webserver (임베디드 웹서버를 기반으로 한 분산제어 시스템)

  • Nam, Byung-Keun;Han, Kyong-Ho
    • Proceedings of the KIEE Conference
    • /
    • 2001.07d
    • /
    • pp.2717-2719
    • /
    • 2001
  • In this paper The embedded Web or Hypertext Transfer Protocol (HTTP) server allows embedded systems developers to take advantage of a network infrastructure that is already in place to enhance their designs and provide new features for their customers. It has gained acceptance as a protocol for gleaning information from a wide variety of sources and its open extensible nature makes it suitable for the full range of networked embedded systems. Many companies are already building Web browser support into smart-phones and network computers, but the other end of the connection also has great potential for many more classes of embedded system. Once fitted with an embedded Web server, a device can report its status to any client on the network and can even be reprogrammed remotely to perform new tasks.

  • PDF

Galaxy : a middleware platform for Peer-to-Peer service in the next generation wired/wireless integrated networks (Galaxy : 차세대 유무선 통합망에서의 P2P 서비스 지원을 위한 미들웨어 플랫폼)

  • 홍현아;박희철;김원태;박용진
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.04d
    • /
    • pp.566-568
    • /
    • 2003
  • 본 논문은 급속히 추진되는 유무선망 통합에 따른 P2P 서비스의 효과적인 제공을 위한 새로운 아키텍쳐를 개발하고, 이를 바탕으로 다양한 응용들을 개발한다. 제안하는 P2P 플랫폼은 무선환경의 채널의 불안정성과 모바일 디바이스의 열악한 자원 및 컴퓨팅 성능 둥을 고려한 개념이 도입되어 모바일 사용자의 비접속상태에서도 지속적인 P2P 연결성을 제공할 수 있도록 설계되었다. 플랫폼의 실용성을 높이기 위하여 방화벽이나 NAT 같은 침투성을 막는 장치에 대해 http 전송방식을 대행하는 Relay server의 기능을 강화시켜 모바일 단말의 Prexy server 기능을 추가하여 통신 효율을 높인다. 응용으로는 인스턴트 메시징과 파일 공유 서비스를 구현하여 그 성능을 검증한다.

  • PDF

Development of a Web Accelerator in the Kernel

  • Park, Jong-Gyu;Lim, Han-Na;Kim, Hag-Bae
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2001.10a
    • /
    • pp.70.3-70
    • /
    • 2001
  • In this paper, we suggest a kernel level multi thread web accelerator (called the SCALA-AX), which significantly improves the performance of the web soerver. In comparison with a conventional proxy web cache that is generally called a caching server and a simple content-copy based system, the primary functions and goals of SCALA-AX are designed to maximize the content services of a front end web server with high performance. Specifically, the SCALA-AX runs on the kernel level of a web sorrel, based on the newest caching techniques. Moreover, the SCALA-AX supports the http 1.1 protocol and allows the dynamic pages as well as static pages to be processed.

  • PDF

A Distributed Proxy Server System for Wireless Mobile Web Service (무선 이동 웹 서비스를 위한 분산 프록시 서버 시스템의 설계 및 구현)

  • Lee, Hyuk-Joon;Kim, Dong-Won
    • The KIPS Transactions:PartC
    • /
    • v.9C no.1
    • /
    • pp.79-88
    • /
    • 2002
  • Transcoding proxy strategy has been widely used as a means to reduce the delay in retrieving Web pages over wireless mobile data service networks. However, this strategy has the serious drawbacks of being a potential point of failure or a bottleneck of the service. We developed a distributed proxy server system in which multiple proxy servers are installed at geographically dispersed locations and share the workloads among them by serving mobile hosts only within assigned regions. A new handoff message protocol to enable handoffs between proxies as the mobile hosts move between regions is proposed. According to the proxy server handoff protocol, a client agent at the mobile horst requests a proxy server to start handoff processing by which two proxy servers synchronize distilled data belonging to a HTTP session that must be maintained across the handoff. Also, we introduce the architecture of the proxy server and the client agent that handles the proxy server handoff. Finally, we evaluate the proposed system through performance test.

Implementation of MPEG-DASH based Low-Latency Live 360 VR Tiled Video Streaming Server (MPEG-DASH 기반 저지연 라이브 360 VR 분할영상 스트리밍 서버 구현)

  • Kim, Hyun Wook;Choi, U Sung;Yang, Sung Hyun
    • Journal of Broadcast Engineering
    • /
    • v.23 no.4
    • /
    • pp.549-558
    • /
    • 2018
  • We designed and implemented streaming server based on MEPG DASH, which is able to provide high quality video with low-latency live streaming service like 360 VR video on the existing cable network via low-spec media service devices such as IPTV and OTT(Over the Top) SettopBox. We also designed and applied management process which is cable of supporting services by cashing streaming video file(MPD, Segment Files) to reduce the server response delay time. Further more, we confimred that it is also able to provide high quality of tiled video streaming with over 50,000kbps bitrate and 8K@60P through the experiment.

A Study on the Internet Remote Control System in the Distributed Environment (분산환경에 적합한 인터넷 원격제어 시스템에 관한 연구)

  • 엄한성;안병원;김현수;박영산;노영오;김윤식
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2003.05a
    • /
    • pp.301-304
    • /
    • 2003
  • Recently, the development of internet remote control system has been studied lively along with fast growth of internet. In this paper, we proposed the internet-based remote control and monitoring system using java platform. The apache web server that is now used worldwide was constructed for monitoring and controlling of an machine in administrator's web browser. We solved the limitation on security which is the biggest problem of internet control system due to strong security setting in web server. As a result of experiment which is used in the proposed remote internet control system, several time-delay occurred in internet. However, correct control result could be achieved without an error. And this system monitored informations of a RPM, temperature and the other condition in almost real time.

  • PDF

SPKI/SDSI HTTP Secure Server to support Role-based Access Control & Confidential Communication (역할기반 접근제어 및 비밀통신을 지원하는 SPKI/SDSI 보안 서버)

  • 이영록;김민수;김용민;노봉남;이형효
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.12 no.6
    • /
    • pp.29-46
    • /
    • 2002
  • We generally use SSL/TLS protocol utilizing X.509 v3 certificates so as to provide a secure means in establishment an confidential communication and the support of the authentication service. SPKI/SDSI was motivated by the perception that X.509 is too complex and incomplete. This thesis focuses on designing a secure server and an implementation of the prototype which has two main modules, one is to support secure communication and RBAC, not being remained in the SPKI/SDSI server which was developed by the existing Geronimo project and the other is to wholly issue name-certificate and authorization-cerificate. And the demonstration embodied for our sewer is outlined hereafter.

A Study on the Implementation of Web Server Patient Monitoring System using Point to Point Protocol (종단 대 종단 프로토콜을 사용하는 웹 서버 환자감시장치 구현에 관한 연구)

  • 최재석;김영길
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2000.10a
    • /
    • pp.463-467
    • /
    • 2000
  • In this paper, we have implemented the Web Server Patient Monitoring System using PPP. It is composed of two parts. The first part is the Analog board for acquiring ECG signals. The second part is the module for processing and transmitting the acquired signal. The second part is using PPP for dial-up networking, TCP/IP for Internet, HTTP for web browser and JAVA program for a Patient Monitoring Program in one chip. In home, it is not need to establish another network line because it uses a telephone line. And a user who want to monitor a patient's biosignal can monitor a patient without wholly open network because it is the network sewer. The Patient Monitoring Program runs on a web browser by downloaded JAVA codes when a user connect to this system. It can make the Home Patient Monitoring Program decrease cost. It can help to avoid the limitation of monitoring a patient.

  • PDF