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

검색결과 439건 처리시간 0.026초

웹 DDoS 대피소 시스템(WDSS) 구현 및 성능검증 (Implementation and Validation of the Web DDoS Shelter System(WDSS))

  • 박재형;김강현
    • 정보처리학회논문지:컴퓨터 및 통신 시스템
    • /
    • 제4권4호
    • /
    • pp.135-140
    • /
    • 2015
  • WDSS는 네트워크 연동구간을 이용한 DDoS 대피소 시스템에 L7 스위치와 웹캐시서버를 추가 구성하여 웹 응용계층 DDoS 공격에 대한 방어성능을 향상시킨 시스템이다. WDSS는 웹 DDoS 공격 발생 시 백본 네트워크로부터 트래픽을 우회한 뒤 비정상 요청은 DDoS 차단시스템과 L7 스위치에서 차단하고 정상적인 클라이언트의 요청에 대해서만 웹캐시서버가 응답하게 함으로써 소규모 트래픽 기반의 세션 고갈형 DDoS 공격에 대응하고 정상적인 웹서비스를 유지한다. 또한 정상 트래픽을 웹서버로 재전송하기 위한 IP 터널링 설정이 없이도 공격 대응이 가능하다. 본 논문은 WDSS를 국내 ISP 백본 네트워크상에 구축하여 시스템 작동에 대한 유효성과 웹 응용계층 DDoS 공격 방어성능을 검증한 결과를 다룬다. 웹 DDoS 방어성능 평가는 실제 봇넷과 동일한 공격 종류와 패킷수의 공격을 수행할 수 있는 좀비 PC로 구성한 DDoS 모의테스트 시스템을 이용하여 실시하였다. 웹 응용계층 DDoS 공격 종류와 강도를 달리하여 WDSS의 웹 DDoS 방어성능을 분석한 결과 기존의 DDoS 대피소 시스템에서 탐지/방어하지 못한 소규모 트래픽에 기반하며 동일 플로우를 반복적으로 발생하지 않는 웹 DDoS 공격을 탐지/방어할 수 있었다.

HTTP 기반의 자바를 이용한 원격 감시 및 제어 시스템 (HTTP based remote monitoring and control system using JAVA)

  • 이경웅;최한수
    • 제어로봇시스템학회논문지
    • /
    • 제10권9호
    • /
    • pp.847-854
    • /
    • 2004
  • In this paper, It is studied to control and to monitor the remote system state using HTTP(Hyper Text Transfer Protocol) object communication. The remote control system is controlled by using a web browser or a application program. This system is organized by three different part depending on functionality-server part, client part, controller part. The java technology is used to composite the server part and the client part and C language is used for a controller. The server part is waiting for the request of client part and then the request is reached, the server part saves client data to the database and send a command set to the client part. The administrator can control the remote system just using a web browser. Remote part is worked by timer that is activated per 1 second. It gets the measurement data of the controller part, and then send the request to the server part and get a command set in the command repository of server part using the client ID. After interpreting the command set, the client part transfers the command set to the controller part. Controller part can be activated by the client part. If send command is transmitted by the client part, it sends sensor monitoring data to the client part and command set is transmitted then setting up the value of the controlled system.

Web Server의 원활한 데이터 입출력을 위한 Buffer Management에 관한 연구 (A Study on the Buffer Management for Web Server)

  • 홍창호;박경배;이승철
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2000년도 추계학술대회 논문집 학회본부 D
    • /
    • pp.815-817
    • /
    • 2000
  • 근래 Web Server의 안정된 운용의 중요성이 급증하는 Network Traffic과 더불어 점차 증대되고 있다. 기본적인 Network 구성망은 Ethernet으로 표준적인 프로토콜은 TCP/IP로 기반을 잡고 있다. 날로 증가하는 Network Traffic을 효과적으로 처리하기 위해서는 Network의 bandwidth 및 서버가 처리할 수 있는 데이터 양을 분석하여 병목현상을 줄이고 데이터의 흐름을 원활히 하기 위한 데이터 buffer들의 설치와 적절한 운영 방법에 관한 연구가 필요하다. 본 논문에서는 Web Server로부터 image 데이터를 전송 받아 이를 원활히 display하기 위한 Application Layer에서의 buffer 크기 및 제어방법에 관한 연구를 수행하고 특히 연속적인 이미지의 전송과 재생에 관한 buffer management에 관하여 고찰한다.

  • PDF

EJB 서버 시스템의 웹서비스 지원 모듈에 관한 연구 (A Study on Web Service Module for EJB Server System)

  • 김성훈;김중배
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2003년도 추계학술발표논문집 (중)
    • /
    • pp.1317-1320
    • /
    • 2003
  • 본 논문에서는 EJB(Enterprise JavaBean) 기반의 웹응용서버 시스템에서 EJB2.1 표준 규격의 웹서비스를 지원하기 위한 모듈의 설계 사항에 관한 내용이다. 본 논문에서는 EJB2.1 표준 규격의 웹서비스에 대한 요구사항과 JAX-RPC기반의 웹서비스 시스템을 구현하고자 할 때 고려해야할 시스템 측면의 요구사항을 살펴보고, 기존 웹응용서버들에서 웹서비스를 지원하는 방식들에 대해 소개한다. 또한 시스템 요구사항들을 반영한 구현 시스템의 구체적인 설계사항들에 대해 설명한다.

  • PDF

통계패키지와 Active Server Page를 이용한 통계 분석 웹 컨텐츠 개발 (Development of Web Contents for Statistical Analysis Using Statistical Package and Active Server Page)

  • 강태구;이재관;김미아;박찬근;허태영
    • 한국산업정보학회논문지
    • /
    • 제15권1호
    • /
    • pp.109-114
    • /
    • 2010
  • 본 논문에서는 통계패키지와 Active Server Page(ASP)를 이용하여 통계분석을 위한 웹 컨텐츠를 개발하였다. 통계패키지는 통계비전공자에게 사용하기도 어렵고 배우기도 매우 어렵지만, 통계비전공자들은 SAS, S-plus, R 등과 같은 통계패키지에 대한 학습 없이 자료를 분석하기를 원하고 있다. 따라서 본 연구에서는 통계패키지로 많이 활용되고 있는 S-plus와 ASP를 이용하여 통계분석 웹 컨텐츠를 개발하였다. 실제 응용으로, 수질오염자료에 대하여 웹 상에서 탐색적 자료 분석, 분산분석, 시계열 분석 등과 같은 다양한 분석에 대한 웹 컨텐츠를 개발하였다. 개발된 웹 통계분석은 공무원, 연구원 등과 같은 통계 비전문가들에게 매우 유용한 도구이다. 결과적으로 웹 기반의 통계분석 컨텐츠를 통하여 인터넷으로 하여금 사용자들로 하여금 자료 분석을 쉽게 빠르게 할 수 있다.

웹데브 기반의 그룹 작업공간 지원 (Supporting Group Workspaces Based on WebDAV)

  • 김동호;신원준;박진호;이명준
    • 정보처리학회논문지C
    • /
    • 제13C권4호
    • /
    • pp.521-532
    • /
    • 2006
  • 웹데브(WebDAV)는 웹에서의 분산 저작활동을 지원하기 위한 IETF의 표준 프로토콜이며 최근 발표된 웹데브 접근 제어 프로토콜은 웹데브 서버에 의하여 관리되는 자원과 이들의 속성에 대한 접근을 제어할 수 있는 기능을 제공하여 높은 수준의 그룹작업이 웹데브 서버를 통하여 수행될 수 있는 길을 열어주고 있다. 본 논문에서는 웹데브 접근 제어 프로토콜을 기반으로 그룹작업을 하는 사용자들 간의 자료 교환이나 공유를 체계적으로 지원하는 그룹작업장의 개발에 대하여 기술한다. 작업 그룹에 참여하고 있는 모든 구성원들은 그룹작업장에서 그룹작업에 필요한 자원을 생성하고 공유할 수 있을 뿐만 아니라, 자원에 대한 추가, 변경, 삭제 등 여러 가지 작업을 수행할 수 있다. 이러한 그룹작업장의 지원을 위하여 그룹작업장 전용 클라이언트인 GroupExplorer를 개발하였으며, 웹데브 접근 제어 프로토콜을 지원하는 웹데브 서버인 Jakarta Slide를 이용하여 그룹작업장 서버를 구축하였다.

웹 기반 협동 CAD시스템에 관한 연구 (A Study on Web-based Collaborative CAD System)

  • 윤보열;김응곤
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2000년도 추계종합학술대회
    • /
    • pp.364-367
    • /
    • 2000
  • As computer system and information/communication technology develop rapidly, nowadays CSCW(Computer Supported Collaborative Work) system appears, through which it is available to work on virtual space without any restriction of time and place. Most of Un systems depend on a special network and groupware. The systems of graphics and CAD are not so many because they are characterized by Hardware and application software. In this paper, we propose a web-based collaborative CAD system which can be jointly worked on Internet WWW being independent from any platforms. It can generate and handle objects easily using lava 3D, and it can transmit, print, and store them. The interactive work for designing objects can be also carried out through dialling with each other. This system is executed in the environment of Client/server. Clients connect to the server through lava applet on WWW. The server is implemented by lava application, and it consists of three components : connection manager which controls the contact to users, work manager which keeps viewing in concurrency and provides virtual work space sharing with others, and solid modeler which generates 3D object.

  • PDF

Development of a Gateway System for Social Network Services

  • Kwon, Dongwoo;Jung, Insik;Lee, Shinho;Kim, Hyeonwoo;Ju, Hongtaek
    • Journal of Communications and Networks
    • /
    • 제17권2호
    • /
    • pp.118-125
    • /
    • 2015
  • In this paper, we propose a method to reduce mobile social network services (SNSs) traffic using a mobile integrated SNS gateway (MISG) to improve network communication performance between the mobile client and SNS servers. The gateway connects the client and SNS servers using the contents adapter and the web service adapter and helps to improve communication performance using its cache engine. An integrated SNS application, the user's client, communicates with the gateway server using integrated SNS protocol. In addition, the gateway can alert the client to new SNS contents because of the broker server implemented by the message queuing telemetry transport protocol. We design and develop the modules of the gateway server and the integrated SNS application. We then measure the performance of MISG in terms of content response time and describe the result of the experiment.

Mashup Application for Geo-spatial Feature Generation on Web Browser using Google Maps API

  • Park, Yong-Jae;Lee, Ki-Won
    • 대한원격탐사학회지
    • /
    • 제24권5호
    • /
    • pp.389-396
    • /
    • 2008
  • In these days, various kinds of web applications based on web 2.0 paradigm have been developed. In web 2.0 paradigm pursuing participation, sharing, and openness on the web-as-platform, web mapping or web GIS application are regarded as top most applications, so that web applications, handling geo-spatial contents, with user-interaction interface and search engine of high performance have been provided for both public users and expert users in the special domains. Public and industrial needs for web mapping mashup application by open API, linked with the practical web computing technologies, are gradually increasing. In this study, a user interface in mashup for geo-spatial feature generation was implemented by using mainly Google maps API. Spatial database resources in this implementation are those of Google mapping server. As the results, public users on web client can create their own geo-spatial data sets in web vector formats, without the help of any GIS tools or access to proprietary databases. It is concluded that web-based mashup application in client-side using open API can be used as an alternative for geo-browsing system or portable feature generation system.

CoSpace: 효과적인 협업 작업을 지원하는 윈도우즈 웹데브 클라이언트 (CoSace: A Windows WebDAV Client Supporting Effective Collaborative Works)

  • 이홍창;박진호;이명준
    • 한국컴퓨터정보학회논문지
    • /
    • 제14권2호
    • /
    • pp.79-89
    • /
    • 2009
  • 웹데브는 비동기적인 협업 저작을 지원하는 IETF의 표준 프로토콜로서 다양한 콘텐츠의 저작과 관리를 지원하기 위한 웹 기반의 하부구조를 제공한다. CoSlide는 웹데브 프로토콜을 통하여 다양한 작업공간과 협업서비스를 제공하는 서버로서 Jakarta Slide를 확장하여 개발되었다. CoSlide 서버는 다양한 사용자의 정보 저장 및 공유를 위한 작업공간을 지원하며 자원의 효과적인 공동저작을 위한 환경을 제공한다. 실제적인 협업 활동은 CoSlide 서버에서 제공하는 협업서비스들을 활용하여 협업 수행기능을 제공하는 협업 클라이언트를 통하여 이루어진다. 본 논문은 CoSlide서버와 함께 동작하여 효과적인 협업 환경을 제공하는 CoSpace협업시스템 클라이언트의 개발에 대하여 기술한다. CoSpace는 CoSlide서버에서 제공하는 다양한 작업공간에 접근하기 위한 인터페이스를 제공하며 작업공간의 자원을 제어할 수 있는 기능을 제공한다. 특별히 자원의 공동저작을 위한 저작도구 자동연결 자동 잠금 처리 드래그앤드랍을 이용한 자원 이동 등의 향상된 자원 제어기능을 제공한다.