• Title/Summary/Keyword: HTTP/1.1

Search Result 419, Processing Time 0.037 seconds

A SOAP Architecture based on Components (컴포넌트를 기반으로 한 SOAP 구조)

  • Lee, Hee-Kwon;Seo, Hee-Suk;Kim, Hee-Wan
    • Journal of the Korean Society for Industrial and Applied Mathematics
    • /
    • v.10 no.1
    • /
    • pp.71-82
    • /
    • 2006
  • SOAP presents a protocol to realize efficient call of each components. It is based on XML and HTTP communications and existed on the network system. In this paper, An example of the system is given through XML web service and components which are consist of .net structure. We built a Knowledge Management System which shows various uses of components. A pattern is proposed to create objects though reuse of existing components.

  • PDF

Design and Implementation of an Integrated Browser to Support Internet-Based Collaborative Learning (인터넷기반 협동학습을 위한 통합브라우저의 설계 및 구현)

  • Song, Tae-Ok;Ahn, Sung-Hoon;Kim, Tae-Young
    • The Journal of Korean Association of Computer Education
    • /
    • v.3 no.1
    • /
    • pp.23-30
    • /
    • 2000
  • The educational effect and practical use of collaborative learning produced in virtual learning communities are being discussed actively in these days. A higher-level interactive tool is essential for successful Internet-based collaborative learning through the network. In this paper, we designed and implemented an integrated browser which has the integrated learning environment to support collaborative learning, and thus the user interface of the network client(News, FTP, HTTP, SMTP, voice text chatting Clients) is improved. Therefore, the educational effect of Internet-based collaborative learning is get closer to that of face-to-face learning.

  • PDF

Implementation of Unmanned Farm Control System based on Smart IoT (스마트 IoT 기반 무인 농장 제어 시스템 구현)

  • Kim, Ji-Seong;Jang, Si-Woong
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2018.10a
    • /
    • pp.313-316
    • /
    • 2018
  • 기존의 농장 관리 방식은 사람이 직접 농작물에 물을 공급하고, 농약을 뿌리는 등 1세대적인 관리 방식이다. 하지만 현재 우리나라 농업은 농촌인구의 감소 및 고령화, 농가소득 정체, 한반도의 기후변화 심화 등의 여러 가지 어려움을 겪고 있다. 그로 인해 IoT 기술 기반의 효율적인 무인 농장 관리 시스템의 필요성이 강조되었고 계속해서 개발되고 발전해 나가고 있다. 본 논문에서는 아두이노와 무선통신, 웹서버, 안드로이드 어플리케이션을 이용한 무인 농장 시스템을 구현하였다. 아두이노의 와이파이, 온습도, 릴레이 모듈 등을 이용하여 통신 연결을 하고 각종 환경, 제어정보들을 HTTP 통신을 이용하여 웹서버와 통신하여 전달하고 제어한다. 그 후 웹서버에서 받은 데이터를 웹 데이터베이스에 저장하고 관리하여 안드로이드 어플리케이션에서도 농장의 정보를 모니터링할 수 있고, 농기계 등의 기계의 전원을 제어할 수 있는 방법을 제안한다.

  • PDF

A Study on Performance Compare WasmEdge to different Runtimes, Frameworks (WasmEdge와 다양한 런타임 및 프레임워크에서의 성능 비교 연구)

  • Seok-Min Hong;So-Yeoung Lee;Yong-Tae Shin
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2024.05a
    • /
    • pp.95-98
    • /
    • 2024
  • 현대 소프트웨어는 다양한 서비스 구조가 사용되고 있다. 이러한 환경에서는 각 서비스의 요구사항을 충족시킬 수 있는 기술들이 필요하며, Wasm(WebAssembly)은 많은 서비스에서 요구하는 조건을 만족시킬 수 있는 장점을 가지고 있다. 이에 본 논문에서는 WasmEdge와 다양한 런타임 환경의 성능을 비교하기 위해 로직 실행 시간, HTTP 부하 테스트, 컨테이너 이미지 크기의 세 가지 지표를 분석한다. 결과는 로직 실행 시간에서 Wasm이 1.81초로 가장 빨랐고, 컨테이너 이미지 크기 역시 9.54MB로 가장 작았다. 마지막으로 HTTP 부하 테스트에서는 가장 빠른 트래픽 처리를 보여준 Spring Boot의 평균 초당 15076개보다 WasmEdge가 9239개로 트래픽 처리가 느렸지만, 로직 실행 속도와 컨테이너 이미지 크기가 작기 때문에 충분히 서버리스 컴퓨팅, 마이크로 서버, 엣지 컴퓨팅 분야에서 요구하는 조건을 만족시킬 수 있다.

A Design and Implementation of Embedded Web Server for Home Network Management (홈 네트워크 관리를 위한 내장형 웹 서버 설계 및 구현)

  • 오봉진;김채규
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10c
    • /
    • pp.507-509
    • /
    • 1999
  • 본 논문에서는 퍼스널 자바 환경을 탑재한 셋톱박스에 IEEE 1394를 지원하는 디지털 가전기와 X.10을 지원하는 단순 가전기기가 연동된 홈 네트워크 환경을 제시하고, 사용자가 웹 브라우저를 이용하여 각 가전기기를 원격 관리를 할 수 있도록 지원하는 내장형 웹 서버의 설계 및 구현 방법을 제시한다. 본 논문의 웹 서버는 HTTP 1.1의 세션 유지 기능을 지원하며 JSDK 2.1 지원을 위해 서블릿 엔진을 내장하였고, 퍼스널 자바 환경에서 동작되도록 순수 자바로 개발되었다.

  • PDF

호주국립대학(ANU) 도서관 견학기

  • Kim, Suk-Chan
    • KLA journal
    • /
    • v.45 no.5 s.348
    • /
    • pp.46-52
    • /
    • 2004
  • 2004년 1월 5일부터 30일까지 4주간 호주 캔버라에 위치한 호주국립대학(Australian National University)내 ANUTECH에서 해외어학연수의 기회가 주어졌다. 연수장소가 대학내 위치하고 있어서 틈틈이 ANU 대학도서관(http://anulib.anu.edu.au/lib_home.html)을 견학할 수 있었고 이러한 경험을 공유하고자 ANU 대학도서관에 대한 간단한 안내자료를 만들어 보았다.

  • PDF

Business Process Meta Model

  • Kim, Dong-Soo
    • Proceedings of the CALSEC Conference
    • /
    • 2001.08a
    • /
    • pp.191-207
    • /
    • 2001
  • ■ The 1/sup st/ Driver: Electronic Documents ■ EDI via VAN ■ Limited use of electronic processing ■ The 2/sup nd/ Driver: Internet Infrastructure ■ Web/EDI, HTTP, FTP, MIME ■ Open network ■ The 3/sup rd/ Driver: XML ■ Enables the definition of platform-independent protocols for the exchange of data ■ Business Processes and Documents in XML format ■ XML/EDI ■ XML message exchange: SOAP(omitted)

  • PDF

한국육가공협회 아질산염의 안전성에 대한 홍보영상 시나리오

  • 한국육가공협회
    • the MEAT Journal
    • /
    • s.36 summer
    • /
    • pp.12-19
    • /
    • 2009
  • 이 자료는 육가공품 안전성에 대한 소비자인식 제고 및 올바른 정보 제공차원으로 우리회에서 제작된 "아질산염! 걱정 마세요!" 홍보동영상 시나리오 입니다. 동 홍보영상은 우리회 홈페이지에서 시청가능하며 원본파일이 필요하실 경우 웹하드(http://www.webhard.co.kr, ID : kmia1 / PASSWORD : 1234)에서 다운로드가 가능하오니 홍보용으로 널리 사용하시기 바랍니다.

  • PDF

A Basic Study on Green Building Certification in China (중국의 녹색건축인증 현황에 대한 기초조사 연구)

  • Kim, Jae-Young;Liu, Zhi-Hong;Lee, Jong-Kuk
    • The Journal of Sustainable Design and Educational Environment Research
    • /
    • v.16 no.1
    • /
    • pp.12-19
    • /
    • 2017
  • This study investigates and analyzes the current status of green building certification (ESGB) in China, which is experiencing serious environmental pollution due to rapid economic development as an international pending issue for green growth, It is a basic research. This will be used as a resource to contribute to the reduction of carbon emissions in the future construction sector. The research method is to investigate the status of green building certification and the types of facilities in the whole of China, and to examine the evaluation criteria and items of ESGB 2014 and analyze the differences with ESGB 2006. Most of the research methods are based on the literature review and refer to the website of China Green Building Evaluation and the data of China Urban Science Institute.

Effective Dimensionality Reduction of Payload-Based Anomaly Detection in TMAD Model for HTTP Payload

  • Kakavand, Mohsen;Mustapha, Norwati;Mustapha, Aida;Abdullah, Mohd Taufik
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.10 no.8
    • /
    • pp.3884-3910
    • /
    • 2016
  • Intrusion Detection System (IDS) in general considers a big amount of data that are highly redundant and irrelevant. This trait causes slow instruction, assessment procedures, high resource consumption and poor detection rate. Due to their expensive computational requirements during both training and detection, IDSs are mostly ineffective for real-time anomaly detection. This paper proposes a dimensionality reduction technique that is able to enhance the performance of IDSs up to constant time O(1) based on the Principle Component Analysis (PCA). Furthermore, the present study offers a feature selection approach for identifying major components in real time. The PCA algorithm transforms high-dimensional feature vectors into a low-dimensional feature space, which is used to determine the optimum volume of factors. The proposed approach was assessed using HTTP packet payload of ISCX 2012 IDS and DARPA 1999 dataset. The experimental outcome demonstrated that our proposed anomaly detection achieved promising results with 97% detection rate with 1.2% false positive rate for ISCX 2012 dataset and 100% detection rate with 0.06% false positive rate for DARPA 1999 dataset. Our proposed anomaly detection also achieved comparable performance in terms of computational complexity when compared to three state-of-the-art anomaly detection systems.