• Title/Summary/Keyword: Test of Web Service

Search Result 222, Processing Time 0.034 seconds

A System of Managing Connection to Science and Technology Information Services (과학기술 학술정보 서비스 연계 관리 시스템)

  • Lee, Mikyoung;Jung, Hanmin;Sung, Won-Kyung
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2008.05a
    • /
    • pp.823-826
    • /
    • 2008
  • This paper shows linkage management for external services. There are many services for specific entities such as DBLP and OntoWorld. OntoFrame, as a Semantic Web-based research information service portal, aims at one-stop service in ways that it connects external services with hyperlinks. For managing the linkage, linkage rules are manually edited by human administrators and automatically verified and tested by linkage management system. It consists of linkage rule management, linkage rule verification, linkage test, and dynamic link generation. Linkage rule management creates and edits linkage rules to connect external services on the Web. After finished rule editing and verification step, linkage management invokes linkage test with entity list. Only valid links are visible to enable users to click on our system, and thus it increases user's reliability on the system.

  • PDF

Development of Personalized Heart Disease Health Status Monitoring Web Service (개인별 맞춤형 심장질환 건강상태 모니터링 웹 서비스 개발)

  • Young-bok Cho
    • Journal of Practical Engineering Education
    • /
    • v.16 no.4
    • /
    • pp.491-497
    • /
    • 2024
  • Over the past five years, the proportion of patients with arrhythmia heart disease among teenagers and those in their 20s has been increasing. Heart disease has consistently remained the second leading cause of death in Korea and as the number has increased, electrocardiogram testing for arrhythmia has become important. However, specialized electrocardiogram medical devices are economically burdensome and are difficult to store individually in hospitals due to their large size and difficulty in operation. Testing is conducted through visits. Therefore, it is essential to enable individuals to perform ECG self-examinations using an Arduino-based ECG sensor that is affordable and easy to use in daily life, so that arrhythmia can be identified through individual ECG measurement. In this study, data is measured using an electrocardiogram sensor (AD8232), and changes in bio signals are visually provided through real-time monitoring, allowing users to make intuitive decisions and at the same time understand test results. To safeguard sensitive personal information, we have developed a web service that provides individual heart disease and customized health guides that can protect personal information through web vulnerability security using session and user authentication and SSL.

Performance Evaluation of Web Image Server for sharing e-Commerce System's Image (전자 상거래의 이미지 공유를 위한 웹 이미지 서버의 성능 평가)

  • Kim, Myoung-Eun;Cho, Dong-Sub
    • The KIPS Transactions:PartB
    • /
    • v.9B no.5
    • /
    • pp.533-540
    • /
    • 2002
  • We can buy products everywhere from Web-based shopping mall using desktop, cellular phone or PDA. To guarantee the various services for different equipment, shopping mail systems should allow a lot of different size or quality of images to provide a good service to their customers. Despite of same product image, each shopping mall saves the image in its storage space individually. Furthermore, all the product images in each shopping mall are stored as images of different quality. It may waste resources of shopping mail server and bring us developmental overhead. It is difficult to update all the images for product that is used by distributed e-catalog in everywhere. In this paper, we extended the proposed Web Image Server (WIS) for sharing one image with all clients and processing Image dynamically, so that we strengthened the function of managing shopping mall as a client of WIS and added the function of recording clients'log file and image catalog for shopping mall. We measured the response time from WIS and conventional e-Commerce site using by WAS which is one of the stress test tools for Web application. Furthermore, we measured WIS responses image requests in reasonable time when the current user is increased.

A study on the analysis of virtual reality platform API for virtual reality (VR) development

  • Lee, Byong-Kwon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.25 no.8
    • /
    • pp.23-30
    • /
    • 2020
  • As the 4th industrial revolution emerged, the latest technologies such as IoT, AI, Big data, AR/VR/XR are emerging. However, in the field of virtual reality (VR) technology platform services, there is no standardization and systematic support. In addition, various platform technologies related to virtual reality have been presented, making it difficult to select an API that should be selected for development. In this study, we analyzed the method for virtual reality development and the virtual reality (VR) technology that is being serviced by users. In addition, by presenting the advantages and disadvantages of each development platform, we intend to present a reference point for developers to select an efficient platform. In addition, it will help the developer to select an effective equipment and software platform in comparison with the advantages and disadvantages of various HMD devices used in virtual reality. The virtual reality (VR) development environment test used products from Oculus, and the software development environment was tested with two types: WebBased VR and HMD embedded.

The Design and Implementation of a Multi-Session Processing Between RMA and RCP within a Vehicle Tracking System (차량 추적 시스템에서 RMA와 RCP 사이의 다중세션 설계 및 구현)

  • Jang, Chung Ryong;Lee, Yong Kwon;Lee, Dae Sik
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.10 no.3
    • /
    • pp.127-141
    • /
    • 2014
  • A Vehicle Tracking System consists of GPS tracking device which fits into the vehicle and captures the GPS location information at regular intervals to a central GIS server, and GIS tracking server providing three major responsibilities: receiving data from the GPS tracking unit, securely storing it, and serving this information on demand of the user. GPS based tracking systems supporting a multi-session processing among RMA, RM, and RCP can make a quick response to various services including other vehicle information between RSU and OBU on demand of the user. In this paper we design RSU lower layers and RCP applications in OBU for a multisession processing simulation and test message processing transactions among RMA-RM and RM-RCP. Furthermore, we implement the additional functions of handling access commands simultaneously on multiple service resources which are appropriate for the experimental testing conditions. In order to make a multi-session processing test, it reads 30 resource data,0002/0001 ~ 0002/0030, in total and then occurs 30 session data transmissions simultaneously. We insert a sequence number field into a special header of dummy data as a corresponding response to check that the messages are received correctly. Thus, we find that GIS service system with a multi-session processing is able to provide additional 30 services in a same speed of screen presentation loading while identifying the number of session processing of Web GIS service, the number of OBU service, and the speed of screen presentation loading by comparing a single session and a multi-session of GIS service system.

Design and Implementation of Raw File System for Web Cache Server (웹 캐시 서버를 위한 저수준 파일시스템 설계 및 구현)

  • Kim Seong-Rak;Koo Young-Wan
    • Journal of Internet Computing and Services
    • /
    • v.4 no.2
    • /
    • pp.11-19
    • /
    • 2003
  • The technique which stores cache data in EXT2 or UFS designed for general purpose is not suitable for satisfying the speed required for web cache due to the general purpose file system. This study shows that there is the better solution by optimizing the file system using the characteristics of web file. It is impossible that the suggested RawCFS changes the size of cached object and the access authentication, and this results from the existence of up-to-dated object in the original server. This file system is proved in the capability test that it is faster than the technique by 40% which stores in each file by object unit. This can be used in the design of high end web server such as shoppingmall or Internet Broadcasting station which should provide objects like image or HTML as well as cache server to the client for the fast service.

  • PDF

An Empirical Study on Consumer Acceptance of IPTV Service

  • Kim, Jung;Ryu, Myong-Hwan;Lee, Dong-Won
    • 한국IT서비스학회:학술대회논문집
    • /
    • 2008.11a
    • /
    • pp.153-156
    • /
    • 2008
  • In recent years, IPTV attracts great attention along with the digital convergence of communication and media technologies. IPTV combines the advantages of TV and Internet and changes our lifestyle dramatically. In addition, the IPTV service is capable of becoming a new business model which has huge growth potentials in technology-converging marketplaces. This study examines critical factors on the consumer's adoption of the IPTV service. Based on the Innovation Diffusion Theory (IDT), IPTV specific attributes and personal characteristics, we derive eight key factors in the research model. compatibility, ease of use, image, diversity of contents, interactivity, monetary value, social influence, and user satisfaction. Using the partial least square (PLS) method on the data collected through a web-based survey, we test our research model with several hypotheses. From this study, we find that diversity of contents, compatibility and interactivity have a significant indirect effect on the use of IPTV service via user satisfaction, and user satisfaction and social influence also have a significant direct impact on the IPTV use. These findings not only provide practical insights on the consumer acceptance of new technology-converging services, but also help managers to plan their marketing strategies better.

  • PDF

Web Accessibility of Healthcare Websites of Korean Government and Public Agencies: Automated and Expert Evaluations (정부 및 공공기관의 보건 관련 웹 사이트의 웹 접근성 - 자동 및 전문가 평가 -)

  • Yi, Yong Jeong
    • Journal of the Korean BIBLIA Society for library and Information Science
    • /
    • v.26 no.4
    • /
    • pp.283-304
    • /
    • 2015
  • The purpose of this study was to identify Web accessibility issues of healthcare websites of the Korean government and public agencies by evaluating these websites' accessibility in accordance with the Korean Web Contents Accessibility Guideline. This study conducted both automated and expert testing to assess the accessibility of a total of 27 health-related websites. The results of the assessment which was conducted in two stages indicated that institutions such as the National Hospital and National Rehabilitation Center demonstrated almost no Web accessibility error. In addition, the Korea Health Insurance Review and Assessment Service, the Ministry of Health and Welfare, the Health Services Agency, the Ministry of Food and Drug Safety, and the Korea Medical Dispute Mediation and Arbitration Agency attained very high web accessibility. However, the results of an expert evaluation highlighted that there were considerable errors in providing appropriate alternative text, which was not found in the automated test, and the color contrast of the text content did not comply with Web accessibility standard. Therefore, these websites did not support web accessibility for the sight-impaired. Furthermore, the present study found that it was difficult to deliver accurate information to users due to errors in the default language display and markup, and also, issues of skipping repeated content, content linearization, and compliance with keyboard use were considered as challenges that might arise for people with sight, cognitive and mobility impairments with respect to Web accessibility. It is the first study that evaluated accessibility of healthcare websites of the Korean government and public agencies based on the Korean Web Contents Accessibility Guideline. The present study made a contribution to research on Web accessibility by conducting expert testing, which provided a more complete assessment that identified the degree and specific issues of accessibility errors when compared to automated testing.

A Study on Improvement Plans for National Archives of Korea Website's Search Service through Its Usability Evaluation (국가기록원 웹사이트 검색서비스의 사용성 평가를 통한 개선방안 연구)

  • Lee, Hyojin;Kim, Jihyun
    • Journal of Korean Society of Archives and Records Management
    • /
    • v.21 no.3
    • /
    • pp.187-215
    • /
    • 2021
  • Archives should provide a web-based archival information service with good usability based on the understanding of users' needs. Thus, this study analyzed the usability of the National Archives of Korea (NAK) website's search service through expert and usability evaluations for various users and suggested improvement plans. A literature review, heuristic evaluation, one of the usability expert evaluation methods, and usability evaluation for users were performed. As a result of expert evaluation, the severity rating for the usability problem was highest regarding a match between the system and real world and the lowest in error prevention. In the usability evaluation, it was assumed that the user's background and whether the website's help was provided is associated with usability. Usability evaluation was conducted for 22 participants, including those majoring in records management, web/application developers, and people without such backgrounds. Furthermore, a presurvey, a five-second test, and search tasks were conducted in a row. The analysis based on usability components in ISO 9241-11: 2018, i.e., effectiveness, efficiency, and satisfaction, showed that web/application developers had the highest search effectiveness, and those majoring in records management showed high effectiveness only in the search for archival content services. Background factors did not affect efficiency, and the more familiar with the finding aids, the better the efficiency. Moreover, providing the website's help was found to be positively associated with effectiveness and satisfaction. This study suggests that the NAK website will offer a user-friendly interface and search function, expand help support, and display a consistent web interface.

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.