• Title/Summary/Keyword: 소켓 통신

Search Result 139, Processing Time 0.027 seconds

반도체및디스플레이장비 통신프로토콜 구현에 관한 연구

  • Kim Du-Yong
    • Proceedings of the Korean Society Of Semiconductor Equipment Technology
    • /
    • 2006.05a
    • /
    • pp.109-114
    • /
    • 2006
  • 본 논문은 HSMS를 기반으로 하는 SECS 통신 프로토콜을 구현한다. HSMS는 TCP/IP를 이용한 이더넷 기반이기 때문에 많은 장점을 가지고 있는 윈도우 소켓을 사용한다. 윈도우 소켓은 높은 호환성을 가지며, 다양한 종류의 통신 규약을 지원한다. 윈도우소켓에서 제공하는 API 함수를 이용하여 쓰레드를 동기화 하고, 이벤트 기법을 사용하여 클라이언트 측과 서버 측의 독립적인 송수신을 가능하게 한다. 또한, 하나의 프로그램에서 서버 측과 클라이언트 측을 선택적으로 사용 가능하게 구현한다.

  • PDF

The Disaster Information Reporting System by Using Intel Edison (인텔 에디슨을 이용한 재난정보 알림 시스템 제안)

  • Park, Yo-Han;Kim, Young-Ok
    • Proceedings of the Korean Society of Disaster Information Conference
    • /
    • 2015.11a
    • /
    • pp.215-216
    • /
    • 2015
  • 본 논문은 인텔 에디슨에 탑재된 WiFi 및 블루투스 모듈을 이용하여, 평상시 블루투스 소켓 통신으로 센서 데이터를 전송하던 중, 센서로부터 위험요소를 감지하였을 때 WiFi 소켓 통신으로 재난 정보를 전송함으로써 이를 경고하는 시스템을 제안하고자 한다. 이를 위해 인구밀집장소에서의 재난 발생과 유사한 환경을 구성한 후, 재난이 발생했을 때 효율적인 재난 정보 전송을 할 수 있는지 확인하고자 한다.

  • PDF

A design and implementation of transmit/receive model to speed up the transmission of large string-data sets in TCP/IP socket communication (TCP/IP 소켓통신에서 대용량 스트링 데이터의 전송 속도를 높이기 위한 송수신 모델 설계 및 구현)

  • Kang, Dong-Jo;Park, Hyun-Ju
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.4
    • /
    • pp.885-892
    • /
    • 2013
  • In the model Utilizing the TCP / IP socket communication to transmit and receive data, if the size of data is small and if data-transmission aren't frequently requested, the importance of communication speed between a server and a client isn't emphasized. But nowadays, it has emerged for large amounts of data transfer requests and frequent data transfer request. This paper propose the TCP/IP communication model that can be improved the data transfer rate in multi-core environment by changing the receiving structure of the client to receive large amounts of data and the transmission structure of the server to send large amounts of data.

Analysis of Technical Trend and Utilization Method of WebSocket (WebSocket 기술동향 분석 및 활용 방안)

  • Park, Uram;Park, Seok-Cheon;Kim, Do-Young
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.11a
    • /
    • pp.1616-1619
    • /
    • 2013
  • 최근 웹 서비스는 실시간 양방향 통신으로 높은 효율성과 전이중 통신이 주요 이슈가 되고 있으며, 이는 웹소켓의 활용성이 증대되는 흐름으로 이어지고 있다. 기존 데이터 통신은 반이중 통신으로 과도한 트랙픽과 불필요한 오버헤드를 발생시키는 단점이 있었다. 그러나 웹소켓은 반이중 통신의 단점을 해소하고, HTML5의 주요 기술중 하나로 웹표준은 물론, 표준 프로토콜로서의 확장성 등의 장점을 가지고 있다. 이에 따라 본논문에서는 기존 웹 기반 서비스인 실시간 통신, 제한된 하드웨어 플랫폼 서비스, 미디어 콘텐츠와 같은 대용량 서비스 제공 등에 웹소켓의 활용 방안에 대해 제안한다.

A Comparative Analysis of Socket I/O models for Massively Multi-player On-line Network Game Server (대규모 네트워크 게임 서버를 위한 소켓 I/O모델의 비교 분석)

  • Choi, Jin-Seong;Piao, Xuefeng;Jeon, Jae-Woo;Oh, Sam-Kweon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11b
    • /
    • pp.1209-1212
    • /
    • 2002
  • 대규모 네트워크 게임은 최대한 많은 사용자를 수용할 수 있어야 하며 사용자들에게 안정적인 서비스를 제공할 수 있어야 한다. 그러나 많은 사용자들의 서버 동시 접속 및 제한된 네트워크 대역폭 등의 문제들로 인해 네트워크 게임 서버는 부하가 걸릴 수 있다. 이런 부하를 최대한 줄이기 위해 네트워크 게임 서버는 기능별로 분산되어 있는 것이 일반적이며, 분산된 서버들간의 통신 또는 서버와 클라이언트들간의 통신은 운영체제에서 제공하는 네트워크 통신 라이브러리를 사용한다. 본 논문에서는 Microsoft 사의 윈도우즈 계열에서 제공하는 다섯 가지 소켓 I/O 모델들에 대해 조사하고 비교 분석한다. 비교 분석한 결과 대규모 네트워크 게임 환경에서는 IOCP 모델이 기타 소켓 모델에 비해 IO 처리가 여러 가지 장점을 가지고 있음을 알 수 있다.

  • PDF

An implementation of distributed multimedia remote control system (분산멀티미디어 원격제어 시스템 구현)

  • Lee, Min-Kyung;Cho, Dong-Sub
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2008.06b
    • /
    • pp.380-383
    • /
    • 2008
  • 통신기술의 발전은 네트워크상에 분산되어 있는 시스템 간의 다양한 서비스를 가능하게 하였다. 특히 많은 사용자가 사용하는 미디어플레이어는 보다 더 쉽고 빠르게 제어할 수 있어야 한다. 본 논문에서는 소켓을 이용해 분산지의 미디어플레이어를 원격지에서 쉽게 제어할 수 있는 방법을 고찰한다. 소켓은 속도가 빠르고 사용자의 제어가 가능하다는 장점을 가지고 있다. 따라서 사용자의 요구에 따른 다양한 서비스를 보다 빠르고 쉽게 제공할 수 있다. 본 논문에서는 분산된 환경의 멀티미디어 시스템을 중앙의 사용자가 좀 더 효율적으로 관리하기 위한 소켓통신을 이용한 분산멀티미디어 원격제어 시스템을 설계, 구현한다.

  • PDF

A Study on DDS (Data Distribution Service) Application for Real-time Monitoring and Control in Operation Console of the Railway Safety Control Platform (철도 안전관제 통합콘솔에서의 실시간 감시 및 통제를 위한 DDS 적용방안 연구)

  • So, Jaegeol;Shin, Kwang-Ho;Ahn, Jin
    • Journal of The Korean Society For Urban Railway
    • /
    • v.6 no.4
    • /
    • pp.279-286
    • /
    • 2018
  • Recently, a safety control platform to monitor the safety of train operation in real time and prevent accidents and risks through control is under study. In the initial design, DDS communication method supporting distributed network is adopted for real-time processing of large amount of data according to the integration of existing distributed safety data. However, communication between server and console inside the safety control platform is applied to existing TCP socket communication. In the case of TCP socket communication, it is possible to process data for a small system of a safety control test bed by one-to-one communication. However, if the data is expanded all over the country in the future, it becomes difficult to cope with a case where communication traffic occurs due to vast amount of data. In this paper, we propose DDS communication method to support distributed network between server and console of security control platform, and demonstrate TCP socket and DDS method, and compare throughput and speed. As a result, we have found that the scalability and flexibility are improved in case of applying DDS communication to future systems.

Performance Analysis of Socket and REST Web Service OpenAPI for Mobile-Cloud Applications (모바일-클라우드 환경에서 REST 웹서비스 OpenAPI 방식과 소켓통신 방식의 성능분석)

  • Choi, Min;Hong, Jang-Eui
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2012.06d
    • /
    • pp.97-99
    • /
    • 2012
  • 최근 스마트폰, 스마트 태블릿 등의 모바일 단말이 급속도로 보급됨에 따라 모바일-클라우드 컴퓨팅 환경이 대중화 되는 추세다. 이에 따라, REST 웹 서비스 Open API의 활용 역시 점차 확대되는 추세이다. REST 웹서비스 Open API는 서버에서 제공하는 기능을 스마트폰 애플리케이션에 추가함으로써 기능을 확장하기 위해 사용하는 경우가 대부분이다. 그러나, 본 논문에서는 웹 서비스 Open API의 사용목적을 일반적인 모바일-클라우드(스마트폰-서버, 클라이언트-서버) 환경으로 확대하는 방법을 제안한다. 본 논문에서는 파이(pi)값 계산을 병렬적으로 처리하는 알고리즘을 활용하여 다수의 클라우드 컴퓨팅 노드에서 병렬수행을 테스트한다. 이 때, 소켓을 이용한 통신방법과 REST 웹서비스 Open API에 의한 통신방법을 적용한 경우의 성능을 비교한다. 결과적으로 REST 웹서비스 기반의 Open API 방식을 적용하는 것이 여러측면에서 유리함을 성능분석을 통해 보인다.