• Title/Summary/Keyword: 웹 애플리케이션 성능

Search Result 80, Processing Time 0.024 seconds

REST API based Server Construction for Web Application Performance Analysis (웹 애플리케이션 성능 분석을 위한 REST API 기반의 서버 구축)

  • Kim, Hyun-gook;Park, Jin-tae;Choi, Moon-Hyuk;Moon, Il-young
    • Journal of Advanced Navigation Technology
    • /
    • v.22 no.5
    • /
    • pp.456-461
    • /
    • 2018
  • Until the 4th Industrial Revolution fused the Web with diverse technologies, the only factor in evaluating the performance of a Web application was the loading speed of the Web application. Therefore, most existing Web application performance analysis tools focus on the speed at which Web applications run in a Web browser. However, the web is now being used not only in a simple web browser but also in a variety of services. So, in addition to simple speed, there are more elements to be checked to evaluate web applications. Therefore, in this paper, we design a server to perform web application performance analysis considering progressive web app, accessibility, best practice, and search engine optimization as well as the above mentioned speed. Also, we realize a REST API based server that can provide web application performance services without being affected by user's devices or environment.

Performance Comparison of XML Parsers for Android Applications (안드로이드 애플리케이션을 위한 XML 파서 성능비교)

  • Jeong, Kil-Hyun;Lee, Jong-Jin;Lee, Jin-Won
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2012.01a
    • /
    • pp.97-99
    • /
    • 2012
  • 모바일 애플리케이션의 다양한 개발 방법 중에서 파서는 중요한 요소로써 쓰이고 있으며 그 종류에는 여러 가지가 있다. 또 각 파서마다 데이터를 파싱하는 방법이 모두 다르며 구현되는 구조 또한 다르다. 본 논문에서는 이렇게 여러 가지 형태로 구현되는 파서를 분석하여 웹 서버를 거쳐 데이터베이스에 접근하는 방식을 좀 더 신속하고 효율적인 구조로 구현하고자한다. 구현방법으로는 파서의 성능 비교를 웹 전송부분을 제외한 파싱 속도를 측정한 방법과 웹 전송부분을 포함한 파싱 속도를 측정하는 두 가지 방법을 통하여 비교하였다. 그 결과, 웹 전송부분을 제외한 방법에서는 DOM 파서가 가장 좋은 성능을 보여주었고 웹 전송부분을 포함한 방법에서는 SAX 파서가 가장 좋은 성능을 보여주었다. 이러한 결과는 안드로이드 애플리케이션에서 웹 서버를 경유하여 데이터를 가져와 파싱하는데 사용할 파서를 선택하는데 도움을 줄 수 있다.

  • PDF

Classification of Design Patters for Presentation Tier of Web Application based on J2EE (J2EE 기반 웹 애플리케이션의 표현계층을 위한 설계 패턴 분류)

  • 김송주;이창목;유철중;장옥배
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10a
    • /
    • pp.484-486
    • /
    • 2001
  • J2EE 플랫폼에 기반 하는 웹 애플리케이션의 수는 최근 들어 급격히 증가하는 추세이다. 이러한 추세에 따라 웹 애플리케이션의 성능 향상을 위한 표준화가 부각되고 있다. 본 논문 에서는 이러한 웹 애플리케이션의 표현계층에 대한 설계 패턴을 알아보고 이러한 패턴을 분류하여 표준화시키고자 한다. 이러한 분류는 웹 애플리케이션의 빠른 생성을 위한 표현 계층 자동생성 템플릿 설계의 바탕이 된다.

  • PDF

Design and Implementation of NMS Using Web Service (웹서비스를 이용한 NMS설계 및 구현)

  • 이준희;조용환
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04a
    • /
    • pp.388-390
    • /
    • 2004
  • 본 논문에서는 웹서비스를 이용한 NMS(Network Management System)를 설계하고 구현하였다. 웹 서버, 웹 애플리케이션 서버, OB 서버, 네트워크 장비에 대한 성능 변수들을 통한 실제 사용자의 트랜잭션을 모니터링하고 이에 따른 서버 플랫폼, 데이터베이스, 애플리케이션간의 연관 관계를 평가하고 강력한 통계적 프로세스를 거쳐 웹사이트에 존재하는 많은 성능 요소들에 대해 정상적인 범위를 자동적으로 인식하여 누적된 데이터와 비교, 비정상적인 이벤트 발생시 이를 자동 추적하고 기록된 결과를 통한 자동적인 성능 향상을 도울 수 있도록 하였다. 실험 결과 제안 NMS가 각 종 망 자원들을 매우 효율적으로 관리하는 것을 보였다.

  • PDF

Research for Web Application Performance Analysis Method Based on Modern Web Browser (모던 웹 브라우저 기반 애플리케이션 성능 분석 방법 연구)

  • Park, Jin-tae;Kim, Hyun-gook;Moon, Il-young
    • Journal of Advanced Navigation Technology
    • /
    • v.22 no.5
    • /
    • pp.467-471
    • /
    • 2018
  • During the fourth industrial revolution, the amount of data available to users has surged. And it became a stepping stone for various convergence technologies such as ECMA script, WebAssembly, and web of things using web technology. Also, as the amount of data shared on the web increases, the web has emerged as the most influential media in modern life. As a result, web developers have tried to deliver data quickly over the Web. So, various web application analysis tools appeared, and developers tried to find a solution to solve the speed problem by analyzing the web application. However, the performance of web application analysis tools has not improved significantly. Most existing analytical tools require direct installation, require expertise on the Web to perform analysis, and do not have function to analysis new technologies such as WebAssembly. Therefore, in this paper, we propose the design of a new reporting solution that can solve problems of existing web application analysis tool.

Performance Analysis of Mobile Application (모바일 애플리케이션 유형에 따른 성능 분석)

  • Kim, Hyung-Chan;Hong, Seung-Pyo;Joo, Sin-Hong
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2011.06d
    • /
    • pp.9-12
    • /
    • 2011
  • 최근 스마트폰의 확산으로 모바일 애플리케이션 개발에 대한 요구가 크게 증가하고 있고, 기업들은 다양한 플랫폼에서의 서비스 제공을 위해서 각 플랫폼 별로 동일한 애플리케이션을 제작하는데 상당한 노력과 비용을 투자하고 있다. 멀티 플랫폼 지원을 위한 대안으로 모바일 웹 형태의 애플리케이션이 등장하고 있으나 성능 저하 등의 이유로 실제 서비스 개발시에 채택하는데 어려움이 있다. 본 연구에서는 네이티브 애플리케이션 및 모바일 웹 등 다양형 형태의 모바일 애플리케이션의 유형별로 동일한 서비스를 제공하는 테스트 애플리케이션을 통해 전송 데이터의 양에 따른 응답시간을 비교 분석하였다. 그리고 연구 결과를 통해 제작하고자 하는 애플리케이션의 데이터 량에 따른 애플리케이션 유형의 선택 가이드 라인을 제시하였다.

Definition of eCard Service for Semantic Web Services (시맨틱 웹 서비스를 위한 eCard 서비스의 정의)

  • 박인숙;김동호;유성준
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 2004.10a
    • /
    • pp.531-534
    • /
    • 2004
  • 최근의 웹 서비스 기술은 주문을 받아서 만드는 클라이언트 애플리케이션을 위한 서비스 수단을 제공하기 위해 기능이 향상된 솔루션으로 개발되고 있다. 특히 웹 서비스는 현재의 웹 포털 사이트보다 서버들로 융통성 있는 접근을 제공한다. 즉 웹 서비스를 사용하는 것은 클라이언트 애플리케이션이 인터넷을 단순하게 표시하는 기능만을 하는 것이 아니라 시스템간의 정보 교환을 자동화함으로써 프로세스의 성능을 향상시키는 것이다. 이 논문에서는 웹 서비스 기반 eCard 메일 전송 시스템을 기술하고, 시맨틱 웹 서비스 언어를 이용하여 eCard 웹 서비스를 표현하는 것에 대해 기술한다.

  • PDF

Agile Framework for Mobile Web Standards (모바일 웹 표준 기반 경량화 프레임워크)

  • Shin, Seung-Woo;Park, Eun-Ju;Kim, Haeng-Kon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2009.04a
    • /
    • pp.448-451
    • /
    • 2009
  • 최근 모바일 디바이스의 성능향상으로 모바일 웹 애플리케이션 구동환경이 개선되고 있다. 이에 따라 모바일 웹 애플리케이션 개발 수요가 국내외적으로 증가하고 있다. 하지만 기존 PC환경과 달리 개발 환경 및 표준에 대한 고려가 적어 많은 개발비용이 소모되고 있다. 본 논문에서는 MWeb-프레임워크를 통해 최근 각광 받고 있는 웹 개발 프레임워크 기반의 개발방법론을 제안하며 이와 더불어 다양한 디바이스에서 동일한 사용이 가능하도록 모바일 웹 표준을 준수하는 개발방법론을 제안한다. Ruby on Rails기반의 모바일 웹 개발 아키텍처를 정의하고 이를 바탕으로 모바일 웹 표준을 준수하는 애자일 개발방법론을 적용한 프로세스 모델을 제안하고 기존 웹 개발 프레임워크와 개발방법론을 비교, 평가한다. 제안한 프레임워크를 통하여 신속한 개발을 수행할 수 있으며 모바일 웹 표준 환경을 준수하여 모바일 웹 애플리케이션의 품질과 신뢰성을 획득할 수 있다.

Coarse grained Simulation Model for Web Application Performance Analysis (웹 애플리케이션 성능 분석을 위한 대략적 시뮬레이션 모델)

  • Kim, Yong-Soo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.13 no.6
    • /
    • pp.25-31
    • /
    • 2008
  • The web has been evolving as an indispensable part of our lives since Berners Lee introduced the first web sever and browser in 1990. From the web end user's point of view, the response time is a matter of concern. Moreover the throughput is an important factor to consider for the system manager's point as well. It's not easy to estimate the performance of a web application because it depends on various elements comprising the whole operational environment of the Internet from networking, client and server computing powers, DBMS and OS capabilities, to application itself. This paper suggests a coarse grained simulation model for web application performance estimation based on the data measured by Buch and Pentkowski [1] and the analytical model proposed by Gunther [2]. The result of the simulation model almost coincides with the measured data and estimates the performance of a new environment.

  • PDF

Efficient Script-File based Profiling for Web Attack Detection (스크립트 파일 기반의 효율적인 웹 공격 탐지 프로파일링)

  • Im, Jong-Hyuk;Park, Jae-Chul;Kim, Dong-Kook;Noh, Bong-Nam
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10c
    • /
    • pp.511-514
    • /
    • 2006
  • 비정상행위 탐지를 위한 프로파일 기술은 침임탐지시스템의 성능 향상을 위한 핵심기술로서, 높은 공격 탐지율과 침입탐지시스템의 수행 시간 단축을 위해 반드시 요구되는 기술이다. 최근 인터넷의 보급과 활성화로 웹 어플리케이션 보안을 위한 연구가 활발히 진행되고 있으나, 웹 애플리케이션의 개발 언어와 공격 특성을 반영하지 못해 그 효율성이 저하되고 있다. 본 논문에서는 웹 공격 탐지를 위해 연구 되었던 서열정렬 알고리즘을 이용한 웹 공격 탐지의 성능 개선을 위하여 웹 애플리케이션 개발에 주로 사용되는 스크립트파일을 기반으로 한 프로파일 방법을 제안하고 실험 결과를 기술하였다.

  • PDF