• Title/Summary/Keyword: Socket 통신

Search Result 147, Processing Time 0.023 seconds

Synchronization of Heterogeneous Database Using .NET-Based Remoting System and Socket Communication (.NET 기반의 Remoting 시스템과 Socket 통신을 이용한 이 기종 DB 동기화)

  • Cho, Ho-Mook;Kim, Kil-Lae
    • Proceedings of the Korea Society of Information Technology Applications Conference
    • /
    • 2007.05a
    • /
    • pp.75-83
    • /
    • 2007
  • 본 논문에서는 .NET 기반의 Remoting 시스템과 Socket 통신을 이용하여 이 기종 DB Server 간의 Data 동기화를 구현하였다. 이 시스템은 Client 의 웹 브라우저를 이용 Socket 통신으로 Data를 전송하여 데이터베이스에 저장하는 방식으로 구현하였고, Data 읽기는 Remoting 기술인 중계 어플리케이션 서버의 클래스를 원격으로 실행시켜 Data를 가져오는 방식으로 구현하였다. DB 동기화는 Data를 저장할 때 중계 어플리케이션 서버와 DB 서버의 Data 관리 어플리케이션 간 비동기 통신으로 DB 서버의 Data 처리 수준을 실시간으로 감시하여 중계 어플리케이션 서버에서 선택적으로 Data를 전송하고, 이후 Data 처리 수준이 정상화기 되면 다시 Data를 전송케 함으로써 이 기종 DB 서버간의 동기화를 구현하였다. 본 논문은 1 장에 서론, 2 장에 .NET Remoting 기술과 네트워크 프로그래밍, 3 장에 이 기종 DB 서버 간 동기화 시스템 설계 및 구현, 4 장에 결론을 기술하였다.

  • PDF

A Study On BSD Socket for Development of Network Application Systems (네트워크 응용시스템 개발을 위한 BSD Socket 연구)

  • 최준원;최재원
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2002.11a
    • /
    • pp.260-264
    • /
    • 2002
  • 네트워크 응용 프로그램을 개발하기 위해서는 Socket API를 많이 이용한다. Socket API를 이용해 정상적인 동작을 하는 것은 아주 쉽다. 실제 개발 과정에서 정상적인 상황이 아닌 여러 가지 비정상적인 오류에 처하게 됨에 따라 속수무책일 때가 많다. 따라서 각 플랫폼별로 비정상적인 오류들의 사례를 연구를 통하여 효율적인 응용시스템 개발의 필요성이 대두되었다.

  • PDF

A Study on WIN Sockets for Development of Network Application Systems (네트워크 응용시스템 개발을 위한 WIN Socket 연구)

  • 백승범;최재원
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2002.11a
    • /
    • pp.255-259
    • /
    • 2002
  • 네트워크 응용 프로그램을 개발하기 위해서는 Socket API를 많이 이용한다 Socket API를 이용해 정상적인 동작을 하는 것은 아주 쉽다. 실제 개발 과정에서 정상적인 상황이 아닌 여러 가지 비정상적인 오류에 대처하게 됨에 따라 속수무책일 때가 많다 따라서 각 플랫폼별로 비정상적인 오류들의 사례를 연구를 통하여 효율적인 응용시스템 개발의 필요성이 대두되었다. 본 연구에서는 프로그램의 각 CASE별로 네트워크 프로그램의 분석과 구조를 잡아 네트워크 응용 프로그램 개발시 복잡한 하위 계층의 구조를 완벽히 이해하지 않고 쉽게 개발할 수 있도록 한다.

  • PDF

Design and Implementation of lava ATM API (자바 ATM API의 설계 및 구현)

  • 성종진;이근구;김장경
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 1998.11a
    • /
    • pp.456-462
    • /
    • 1998
  • 이 논문에서는 자바 환경에서 사용될 수 있는 ATM API를 정의하고, 이렇게 정의된 자바 ATM API를 Winsock 2 환경 상에서 구축할 경우 요구되는 소프트웨어의 구조와 구현 방법을 제시한다. 제안된 자바 ATM API는 기존의 자바 프로그래밍 환경에서 제공되는 JDK 중에서 인터넷 통신 기능을 정의하고 있는 java.net 패키지의 확장된 형태로 정의되었다. 동시에 순수 ATM 서비스의 표준인 ATM 포럼의 "Native ATM Services: Semantic Description, Version 1.0" 규격에 따른 표준화된 ATM 서비스 기능들을 제공할 수 있도록 정의되었다. 표준화된 ATM 서비스 제공을 위해 java.net에 추가적으로 정의된 자바ㆍATM API 용 클래스로는, ATM 어드레싱을 위한 AtmAddress, BLLI/BHLI 정보의 이용을 위한 AtmBLLI와 AtmBHLI, 소켓 개념의 통신 프로그래밍을 위한 AtmSocket, AtmServerSocket, AtmMulticastSocket, AtmSocketImpl 그리고 ATM 통신의 장점인 연결의 특성 표현을 위한 AtmConnAttr 등이다.

  • PDF

Java API for Native ATM Services (순수 ATM 서비스를 제공하는 자바 API)

  • Seong, Jong-Jin;Lee, Geun-Gu;Kim, Jang-Gyeong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.7
    • /
    • pp.1884-1896
    • /
    • 1999
  • In this paper, we propose an ATM API for Java pplication programming. The proposed Java ATM API is an extended form of java.net package of the Java Core API. Our Java ATM API is defined based on the ATM Forum's semantic standard for native ATM services, "Native ATM Service : Semantic Description, Version 1.0". IN order to provide native ATM services, we defined several new classes within the java.net package, including AtmAddress for AtmAddress, AtmSocket, ATM BLLI and AtmBHLI for Atm BLLI and BHLI information, AtmServerSocket, AtmMulticastSocket, AtmSocketImpl for socket programming over native ATM communication, and AtmConnAttr for native ATM connection characteristics. Software structure for construcing the Java ATM API over Winsock 2 environment and its implementation method are also presented.

  • 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.

The Design Of Improved Information Security System based on SSL(Secure Socket Layer) For Providing Secure Communication Services (안전한 통신 서비스를 제공하는 향상된 SSL(Secure Socket Layer) 기반 정보보호 시스템의 설계)

  • 유성진
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.25 no.9A
    • /
    • pp.1387-1394
    • /
    • 2000
  • The SSL(Secure Socket Layer) protocol is one of the mechanism widely used in the recent network system. The improved information security mechanism based on the SSL is designed in this paper. There are important four information security services. The first is the authentication service using the Certificate offered from the SSL(Secure Socket Layer), the second is the message confidentiality service using the DES encryption algorithm, the third is the message integrity service using Hash function, and the fourth is Non-repudiation service. Therefore, information could be transferred securely under the information security mechanism including Non-repudiation service especially designed in this paper.

  • PDF

A Study on Implementation of Socket communication through PCI Express (PCI Express를 통한 Socket 통신 구현에 대한 연구)

  • Sim, Cheol;Choi, Min
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2017.11a
    • /
    • pp.27-29
    • /
    • 2017
  • 오늘날 PCI Express는 프로세서와 시스템 장치들과 연결을 위한 표준 I/O 인터페이스로 널리 사용되고 있다. 고속, 저전력, 고효율의 특성을 가진 PCI Express는 기존 네트워크 연결망의 대안으로 고려되고 있다. 본 논문에서는 이러한 PCI Express를 서로 다른 시스템 간에 통신을 도와주는 PCI Express Interconnect를 통해 네트워크 연결망을 형성하고, 기존의 TCP/IP 프로토콜 스택을 거쳐 Socket 통신을 하는 Application을 PCI Express를 거쳐 통신할 수 있도록 하는 네트워크 모듈을 개발해보고자 한다. 이를 위해 관련 연구를 조사하여 네트워크 Family를 새로 정의하여 TCP/IP 프로토콜 스택을 거치지 않는 PCI Express 통신 프로토콜이 구현 중에 있다.

S-HTTP와 SSL(Secure Socket Layer)에 관한 고찰

  • 최영철;홍기융
    • Information and Communications Magazine
    • /
    • v.16 no.11
    • /
    • pp.64-70
    • /
    • 1999
  • 최근 인터넷을 기반으로 한 각종 전자상거래가 활성화되면서 안전한 웹 기반 프로토콜들에 대한 요구가 급증하고 있다. 인터넷 온라인 증권 트레이딩, 인터넷 온라인 뱅킹 등 많은 응용들이 고도의 보안을 필요로 하며 이를 위해 웹 보안 프로토콜들이 널리 사용되고 있다. 본 고에서는 최근 사용이 급증하고 있는 보안프로토콜인 SSL(Secure Socket Layer) 프로토콜에 대하여 분석하며, 아울러 1995년에 제안된 S-HTTP에 대하여도 함께 고찰하고자 한다.

  • PDF

Design and Implementation of Realtime Things Control System Using MQTT and WebSocket in IoT Environment (IoT환경에서 MQTT와 WebSocket을 활용한 실시간 사물제어 시스템 설계 및 구현)

  • Seo, Jun-Oh;Kim, Chul-Won
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.13 no.3
    • /
    • pp.517-524
    • /
    • 2018
  • This Paper presents the real time things control method through Web browser that has no limited by time and place. To design and realize the system that not only makes it possible to communicate with other protocols but also reinforces the advantages of each protocol, the real time communication environment, based on the WebSocket technology of HTML5 whose international standardization has recently been completed, is realized. Also, the message communication environment in the low electricity and limited communication environment is realized using MQTT(Message Queue Telemetry Transport) protocol which is in the spotlight as the optimum protocol in the IoT environment. And by designing intuitive and simple hardware and realizing the responsive web interface which is not limited by the user's contact devices, the interactive system in which the user receives real time data from the hardware and reversely the user controls the things is designed and realized.