• 제목/요약/키워드: Web Server

검색결과 1,876건 처리시간 0.041초

모바일 웹 서버 관리기 구현 (Implementation of Mobile Web Server Manager)

  • 고광만;박홍진
    • 한국컴퓨터산업학회논문지
    • /
    • 제5권9호
    • /
    • pp.1063-1068
    • /
    • 2004
  • 웹 서버에서 로그파일은 웹 서버에 대한 접속정보를 저장한다. 이 정보를 분석을 하면 웹 서비스를 하는데 있어서 서비스의 질을 높이는데 좋은 참고자료가 된다. 또한, 웹 서버에 이상이 생겼을 경우 발생한 오류를 조기에 발견하는 데에도 사용되는 중요한 자료이다. 현재 이러한 로그파일을 이용한 많은 웹 서버 관리기들이 있지만 대다수가 유선기반으로 이동성에는 취약한점이 있다. 본 연구에서는 모바일 웹 서버 관리기로 이러한 단점을 해결하고자 하였다. 웹 서버 관리기를 모바일로 구현할 경우에는 언제 어디서든지 쉽게 웹 서버 로그정보를 확인할 수 있을 뿐만 아니라 실시간으로 로그파일에 접근하여 최근의 정보를 바로 확인이 가능하다.

  • PDF

웹 서버 성능 가속기 (Web-server accelerator - CDA(Contents Delivery Accelerator))

  • 조준우;최현진;박규호
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2003년도 컴퓨터소사이어티 추계학술대회논문집
    • /
    • pp.73-76
    • /
    • 2003
  • Current web-server deals a multimedia data as well as text data. But dealing a multimedia data is high burden to web-server. So it can degrade web-server response. We introduce H/W feature CDA (Contents Delivery Accelerator). Main function of this H/W is transferring data between SCSI disk and NIC by direct path, and TCP offloading. These 2 functions can accelerate web-server performance. In this paper we will explain problem of current web-server and suggest our new architecture and say various implementation issues.

  • PDF

분산객체기반 Web서버 시스템의 설계 및 구현 (Design and Implementation of a Distributed-Object Based Web Server System)

  • 황호찬;김광수;박규석
    • 한국멀티미디어학회:학술대회논문집
    • /
    • 한국멀티미디어학회 2000년도 추계학술발표논문집
    • /
    • pp.31-36
    • /
    • 2000
  • 인터넷의 서비스개선으로 사용자의 수는 기하급수적으로 늘어나고 있으며, 이러한 경향에 발맞추어 홈페이지의 수도 날로 늘어가고 있는 추세이다. 홈페이지를 만드는데 있어서 필수적인 것이 바로 Web Server라고 한 수 있으며, 현재 Web Server에 대한 연구가 계속되고 있는 추세이다. 본 논문에서는 현재 사용되고 있는 Web Server보다 좀더 개선된 Server 시스템을 제안하였으며, 이 Server 시스템은 OS에 독립적일 뿐만 아니라 사용자에 대한 서비스 시간과 사용 자원을 줄일 수 있다.

  • PDF

Implementation of web server monitoring system using crawling technology

  • Yu, Young-Geun;Nam, Ki-Bok;Park, Koo-Rack
    • 한국컴퓨터정보학회논문지
    • /
    • 제24권4호
    • /
    • pp.123-128
    • /
    • 2019
  • In modern society, there are WEB sites that provides information in various fields by many advances in IT technology. As the number of users accessing the Web increases, one server becomes unavailable, and multiple servers are deployed to provide the service. In addition, systems that control servers are required to manage multiple servers. However, server control systems in the existing market are mostly those that notify managers through SMS and apps when a server's down or a controlled port is closed. However, in case of servers that generate a lot of traffic, the Web server and the WAS are operated and managed each independently. The WEB and WAS provide service by connecting to each other. However, the connection between WEB and WAS may be disconnected due to various environmental factors. In this case, the existing control system can not determine whether the service is working properly. Even in the case of WEB and WAS of a server that is operated independently, there is a phenomenon that the existing control system does not know the problem even when the normal service is not provided due to environmental factors such as disconnection to DB. In this paper, we implemented a system to check the normal state of Web service using Web crawling to solve this problem.

신뢰성 향상과 안전한 웹 서비스를 위한 웹 서버 아키텍처 환경의 설계 (A Design of Web Server Architecture Environment for Reliability Enhancement and Secure Web Services)

  • 김용태;정윤수;박길철
    • 한국정보통신학회논문지
    • /
    • 제14권2호
    • /
    • pp.343-350
    • /
    • 2010
  • 기존의 웹 서버 아키텍처 설계에서는 웹 서비스의 신뢰성, 견고성과 안전성을 유지하기 위하여 데이터 암호화(encryption) 기법을 사용하였다. 그러나 데이터 암호화 기법의 사용은 웹 서버의 처리량(throughput) 감소와 평균 응답 시간을 증가시키면서, CPU 작업을 낭비하기기 때문에 웹 어플리케이션 서버의 성능에 부정적인 영향을 나타낸다. 또한 최근의 웹 어플리케이션들은 안전한 인터넷 통신을 위하여 보안과 안전성을 요구하고 있다. 그러므로 본 논문에서는 안전한 웹 서비스를 위하여 기존의 웹 서버에 새로운 웹 서비스 모듈들을 추가하고 쓰레드 풀(Thread pool)과 Non-blocking I/O를 이용하는 개선된 웹 서버를 제안하고, 안전한 웹 서비스 성능을 나타내기 위하여 신뢰성과 안전성을 제공한다. 그리고 본 논문에서 제안한 웹 서버 시스템의 안전성과 성능을 평가하기 위하여 기존의 전형적인 톰캣 기반의 웹 서버와 제안 시스템에 대하여 실험을 통해 안전성과 성능을 비교 평가한다.

Interoperability of Spatial Data through Open Web Map Server

  • Cho, D.S.;Jang, I.S.;Min, K.W.;Park, J.H.
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2003년도 Proceedings of ACRS 2003 ISRS
    • /
    • pp.488-490
    • /
    • 2003
  • Over the past few years, a number of studies have been made on web map services, which enable the GIS user to access spatial data through the web. They, however, have focused on only implementation techniques separately, such as map client implementation, map server implementation, communication between client and server, and the map data representation. Therefore, it is hard to share and practical use the spatial data, because they does not ensure interoperability in heterogeneous map servers. In this paper, we have designed and implemented the web map server with open architecture, which complies with the standard interfaces proposed by OpenGIS Consortium (OGC). In particular, we have extended the OGC’s interfaces for a map server to support one or more data sources. This paper has contributed to construction and practical use of web map services by newly proposing the method of implementation of a map server, which could be reused regardless of the types of data sources.

  • PDF

모바일 웹 서버 로그 분석기 구현 (Implementation of Mobile Web Server Log Analyzer)

  • 박홍진
    • 한국산업정보학회논문지
    • /
    • 제11권2호
    • /
    • pp.63-68
    • /
    • 2006
  • 웹 서버가 이상이 발생되면 로그 파일은 에러를 찾는 매우 중요한 정보이다. 웹 서버 분석기는 웹 서버의 로그 정보를 분석함으로써 웹 서비스를 향상시키기 위해 중요한 역할을 수행한다. 그러나 대부분의 기존 웹 서버 분석기는 유선 기반이기 때문에 시공간적 제약성과 이동성에 있어서 문제점이 있다. 본 논문은 기존 유선 중심의 웹 서버 로그 분석기의 문제점을 해결하기 위해 모바일 기반에 웹 서버 분석기를 구현한다. 웹 서버 분석기를 모바일로 구현할 경우, 언제 어디서든지 쉽게 웹 서버 로그정보를 확인할 수 있을 뿐만 아니라 실시간으로 로그파일에 접근하여 최근의 정보를 바로 확인이 가능하다.

  • PDF

확장가능한 클라이언트를 이용한 웹서버 성능평가 기법 (Evaluating the capacity of a Web Server using Scalable Client)

  • 이승규;박영록;이건화;배철수
    • 한국정보전자통신기술학회논문지
    • /
    • 제6권4호
    • /
    • pp.216-223
    • /
    • 2013
  • 서버의 성능 평가를 위해 확장 가능한 클라이언트를 생성한 후, UDP 프로토콜을 이용하여 서버로 패킷을 전송한다. 전송된 패킷 중에 네트워크 손실을 제외하고 실제적으로 서버에 전달된 패킷에 대한 응답을 TCP 프로토콜을 이용하여 클라이언트로 보내는 구조를 제안한다. 또한, POSIX Thread를 이용해 생성한 확장 가능한 클라이언트는 서버의 용량을 뛰어넘는 클라이언트의 수를 생성할 수 있다. 그러므로 기존의 방법에 비교하여 실제적으로 서버에 적용되는 트래픽를 이용하여 서버를 대한 성능평가를 한다.

자가 치유 기법을 이용한 고가용도 웹 서버 클러스터 (High Availability Web Server Cluster Using Self-healing Technique)

  • 정지영;김영로
    • 디지털산업정보학회논문지
    • /
    • 제5권1호
    • /
    • pp.23-32
    • /
    • 2009
  • Although the web is becoming a widely accepted medium, it provides relatively poor performance and low availability. A cluster consists of a collection of interconnected stand-alone computers working together and provides a high-availability solution in application area such as web services or information systems. Web server clusters require a high-availability service with a proactive and practical fault management. However, as the system complexity grows, it is not easy to meet the requirement. Therefore, web server clusters must have self-fault management capability for meeting high-availability requirement. In this paper, we propose high availability web server clusters using self-healing technique with a minimal human intervention. Our experimental results show that a proposed method can be used to improve the availability of web server clusters.

원격 감시를 위한 내장형 소형 웹 서버 (Embedded Tiny Web Server System for Remote Monitoring)

  • 안광혁;유영동;홍석교;고영길
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2000년도 제15차 학술회의논문집
    • /
    • pp.116-116
    • /
    • 2000
  • This paper describes an experimental embedded tiny web server system that monitors the processing of manufacture using the Internet. The object of this study is developing of an embedded tiny web server that connects the stand-alone machines in factory to the Internet. Using the World Wide Web (WWW), we proffer user-friendly environments to users. Anyone with a web browser may easily access the processing of manufacture in the factory. Through connecting different network system, our web server extends the private networks to the Internet, the global networks. Our embedded tiny web server is ideal for process control, building and facility management system, factory automation and even home automation.

  • PDF