• Title/Summary/Keyword: Socket Communication

Search Result 125, Processing Time 0.028 seconds

Electronic Musical Score Transmitting System (전자악보 전송 시스템)

  • Lee, Jun-Yeon
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.11 no.5
    • /
    • pp.1640-1645
    • /
    • 2010
  • There exists an inconvenience that players of each instrument pass musical score in orchestra recital. In this paper, we implement the electronic musical score transmitting system that possible to hand sheet music automatically, using Mini - ITX and LCD Panel. We made them unite with a sheet music pair, and it was made and a message and data transmission were embodied using reliable TCP/IP socket communication. In this paper, the client hands sheet music automatic, and server implemented the manual function to manage each clients individually. Because one band can be managed by one Access file all together, it is easy to manage each band. Along with this, this system selects TCP/IP as the reliable transfer protocol that protect loss and errors.

A Server Configuration Method for the Availability and Scalability (가용성과 확장성을 위한 서버 구축 방안)

  • 김영수;조익성;임재홍
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.4 no.1
    • /
    • pp.251-259
    • /
    • 2000
  • As a server dependency for the availability and scalability becomes very important, the need for solid server providing non-stop workload have been increased. So, this paper describes a server configuration method for the availability and scalability. For the validity check of this paper, socket application and cluster resource DLL and administration DLL for the application are implemented and tested. 8y relocating the individual failed services from one sewer to another with the microsoft cluster sewer, it was confirmed the feasibility. The result showed that allowed applications on the original server to continue running, unaffected by the failed service.

  • PDF

Study on Low-Latency overcome of Stock Trading system in Cloud (클라우드 환경에서 주식 체결 시스템의 저지연 극복에 관한 연구)

  • Kim, Keun-Heui;Moon, Seok-Jae;Yoon, Chang-Pyo;Lee, Dae-Sung
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.18 no.11
    • /
    • pp.2658-2663
    • /
    • 2014
  • To minimize low latency and improve the processing speed of the stock trading system, various technologies have been introduced. However, expensive network equipment has limitation for improving speed of trading system. Also, it is true that there is not much advantage by introducing those kind of systems. In this paper, we propose a low-Latency SPT(Safe Proper Time) scheme for overcoming the stock trading system in a cloud. The proposed method minimizes the CPI in order to reduce the CPU overhead that is based on the understanding of the kernel. and this approach satisfies the data timeliness.

Design and Implementation of Web Service System for secure Message Transmission in Electronic Commerce (전자상거래 환경에서의 안전한 메시지 전송을 위한 웹 서비스 시스템 설계 및 구현)

  • Park, Jong-Hoon;Kim, Chul-Won
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.14 no.8
    • /
    • pp.1855-1860
    • /
    • 2010
  • This paper describes construction of web services system for secure message transmission appling web services standards. This system composes single sign on module, SSL module and secure message module. We applied these modules to price comparison site. Single sign on module used SAML standards. This module was designed, in order to provide authentication and authorization. As SSL module processes message encryption among end to end, messages of this system are secure. Secure message module is designed according to WS-Security standards and processes authentication, XML signature and XML encryption.

RESTful Web Service Composition (스마트폰 앱개발에서 소켓을 대체하기 위한 REST 웹서비스 활용 기법)

  • Choi, Min;Lim, Seung-Ho
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2012.04a
    • /
    • pp.17-20
    • /
    • 2012
  • 최근 인터넷의 발달과 함께 웹을 기반으로 하는 클라이언트-서버 분산 구조의 웹서비스 시스템 구조가 점차 확산되고 있다. 게다가, 최근에는 스마트폰을 이용한 스마트폰 애플리케이션이 대중화 되면서, 웹 서비스의 활용이 점차 확대되는 추세이다. 웹을 기반으로 클라이언트와 서버 사이에 통신을 하기 위해서는 원격 프로시저를 정의한 인터페이스가 규정되어야 하며, 기존에는 W3C에서 정의한 WSDL를 사용하여 웹서비스를 기술하곤 하였다. 그러나, 이와 같은 기존의 웹서비스 기술 및 사용방법은 그 구성이 복잡하고 오버헤드가 큰 이유로 널리 활용되지 못하였다. 최근에는 스마트폰이 대중화 되면서 REST 웹서비스의 활용이 확산되는 추세다. SOAP 기반 웹서비스에 대해서는 서비스 조합에 대해서 충분히 다루어 졌으며, 어느정도 정리된 연구분야이다. SOAP 웹서비스는 기계가 인식하기 쉽도록 엄격한 규약과 인터페이스를 정의한 것이기 때문이다. 하지만, REST 웹서비스 조합 방법에 대해서는 현재까지도 충분히 연구되지 않았다. REST 웹서비스는 사람이 사용하기 편리하도록 설계된 기술이고, 그 조합에 대해서는 표준에서 관여하지 않기 때문이다. 본 논문에서는 REST 웹서비스의 기존의 소켓(socket)을 이용한 서버-클라이언트 통신 방법 대신에, REST 웹서비스를 활용하는 서버-클라이언트 스마트폰 앱개발 방법을 제안한다.

Proposal for Designing and Building a Special Purpose Web Server with Enhanced Security (보안이 강화된 특수목적용 웹서버 설계 및 구축 제안)

  • Hong, Seong-Rak;Jo, In-June
    • The Journal of the Korea Contents Association
    • /
    • v.22 no.2
    • /
    • pp.71-79
    • /
    • 2022
  • Currently, even if control and mock hacking are performed for the security of web servers, vulnerabilities continue to occur and be hacked. To solve this problem, we have developed a secure web server that can control all web communication using sockets between L4 and L5. And when giving HTTP responses, we proposed a method of combining files and headers in advance. As a result, both security and speed could be improved. Therefore, in this paper, we proposed the reason why vulnerabilities occur even if control and mock hacking occur, a solution to it, and a security web server development method that can maintain security up to DB.

Design of Mixed Reality Visualization System for Operational Situation Using Cloud-based Geospatial Information (클라우드 기반 지리공간정보를 활용한 작전상황 혼합현실 가시화 시스템 설계)

  • Youngchan Jang;Jaeil Park;Eunji Cho;Songyun Kwak;Sang Heon Shin
    • Journal of the Korea Institute of Military Science and Technology
    • /
    • v.27 no.1
    • /
    • pp.60-69
    • /
    • 2024
  • The importance of geospatial information is increasingly highlighted in the defense domain. Accurate and up-to-date geospatial data is essential for situational awareness, target analysis, and mission planning in millitary operations. The use of high-resolution geospatial data in military operations requires large storage and fast image processing capabilities. Efficient image processing is required for tasks such as extracting useful information from satellite images and creating 3D terrain for mission planning, In this paper, we designed a cloud-based operational situation mixed reality visualization system that utilizes large-scale geospatial information distributed processed on a cloud server based on the container orchestration platform Kubernetes. We implemented a prototype and confirmed the suitability of the design.

Fishberry: A Remote Fishbowl Management System (원격 어항 관리 시스템)

  • Shin, Je-Woo;Cha, Hae-Wun;Kim, Byeong-Gab;Kong, Ki-sok
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.19 no.6
    • /
    • pp.95-102
    • /
    • 2019
  • As the number of fish keepers increases, fishbowl-related convenience products are on the rise. Existing products are not welcomed by consumers because of their lack of functions or high price. In this paper, we deal with a system that remotely controls sensors and motors of fish bowl based on Raspberry Pi and Arduino. In Android applications, you can use the following functions. firstly, feeding. Second, water changing. Third, it measures, visualizes temperature and pH values including alert function. Through the several experiments, it was verified that the system can be quickly accessed from the outside, and when it is appropriate to change water. This system allows the user to keep the fish more comfortable and safe.

Design and implementation of the presentation remote control system using mobile network (모바일 네트워크를 활용한 프레젠테이션 원격 제어 시스템 설계 및 구현)

  • Kim, Dae-Il;Park, Suhyun
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2015.05a
    • /
    • pp.142-145
    • /
    • 2015
  • Presentation is the form of communication to draw out audience's behaviors in a limited time. The importance of presentation is emphasized over time. So speaker uses various remote toola. Therefor, in this paper, the remote control system for presentation using mobile network was proposed. The existing remote control applications has error on network connection, and are difficult to use without description for use. This system was designed and implemented to compensate the defect of the existing system. The system we have will connect PC and smartphones through socket to communication with TCP, which is connection-oriented transport service. It is made for users to select the files from the list of sent files and operate the process of presentation.

  • PDF

Home Security System Based on IoT (IoT 기반 홈 보안 시스템)

  • Kim, Kang-Chul;Wang, Ding-Hua;Han, Seok-Bung
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.12 no.1
    • /
    • pp.147-154
    • /
    • 2017
  • This paper aims to build a home security system based on IoT to monitor a home on a mobile phone. The system consists of data gathering sensors, camera, gateway and Xively platform. The Raspberry Pi collects data from the three sensors and sends the data to Xively, and sends the video stream of home to a client in a smart phone through a internet. The servers are composed of Xively, socket server in Raspberry Pi and E-mail server in Google. The proposed system transmits e-mail, text message, and video stream when there are motion, fire, and gas leakage, and can control the gas valve through Raspberry Pi. The experimental results show that a user gets 'emergency E-mail' and text message and watches the video stream of the home through WIFI or LTE on a smart phone.