• 제목/요약/키워드: Server/Client Program

검색결과 194건 처리시간 0.027초

공정계획 및 일정계획 통합을 위한 가상 생산 시스템 (A Virtual Manufacturing System the Integration of Process Planning and Scheduling)

  • 박지형;염기원
    • 한국정밀공학회지
    • /
    • 제16권1호통권94호
    • /
    • pp.161-166
    • /
    • 1999
  • Virtual Manufacturing System(VMS) is a computer model that represents the precise and whole structure of manufacturing systems and simulates their physical and logical behavior in operation. In this paper, a real time simulation for the virtual factory is proposed to integrate a process planning with scheduling under distributed environments. In order to communicate the information under distributed environments, we use a server/client concept using socket program and internet.

  • PDF

MS .NET 기반 서버와 Apache AXIS 기반 클라이언트 간의 웹 서비스 데이터 호환성 실험 (Web Services Data Compatibility Test between MS .NET Server and Apache AXIS Client)

  • 정승화;신영미;유초롱
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2006년도 하계종합학술대회
    • /
    • pp.221-222
    • /
    • 2006
  • Today, Web Services is very well-known as a middle-ware that can inter-communicate between many different program languages. This paper test web services by implementing two different web services platforms which are MS .NET based server and Apache AXIS based client. Those platforms have different data structure/process, and they could not give the developer seamless data compatibility through web services. However we confirmed that handling data, by some data transforming rules, web services can successfully inter-communicate between MS .NET based server and Apache AXIS based client.

  • PDF

임베디드 리눅스 기반의 IEEE 802.15.4 패킷 분석기 설계 및 구현 (Design and Implementation of IEEE 802.15.4 Packet Analyzer Based on Embedded Linux)

  • 이창우;조현우;반성준;김상우
    • 제어로봇시스템학회논문지
    • /
    • 제13권12호
    • /
    • pp.1173-1178
    • /
    • 2007
  • Ubiquitous sensor network (USN) is composed of many sensor nodes which are one of the simplest form of embedded system. In developing the sensor network system, a debugging tool is necessary to test and verify the system. Recently, a so-called packet analyzer has been developed for this purpose, and it supports IEEE 802.15.4 which is considered as the standard for the sensor network protocols. The major function of the packet analyzer is to take RF packets from sensor nodes and show the structure and the data of the packets graphically to the user. However, the conventional packet analyzers do not support remote control because they require a USB interface along with a personal computer. To make it available for remote control, we propose a new packet analyzer based on a server-client scheme in which a server program is implemented on embedded Linux and a client program is implemented on Windows for convenient use.

축대칭 디프드로잉 공정의 웹 기반 해석시스템 개발 (Development of A Web-based Simulation System for Axi-Symmetric Deep Drawing)

  • 정완진
    • 소성∙가공
    • /
    • 제12권6호
    • /
    • pp.550-557
    • /
    • 2003
  • In this study, a web-based system was developed by utilizing finite element method and virtual system designed using Virtual Reality Modeling Language (VRML). The simulation program for axi-symetric sheet forming is developed using finite flement method. The developed system consists of two modules, client module and server module. The client module was developed by using Active-X control. The input data for FEM calculation is transferred to the server module by using communication protocol. Then sever module performs several successive processes: input data generation, forming simulation, conversion of results to VRML format. After that, the results from the simulation can be visualized on the web browser in client computer. Besides, client module offers the capability to control and navigate on virtual forming machine and calculated result. By using this system simulation result can be investigated more realistically in virtual environment including forming machine.

기존 시스템 환경에서의 병렬 미디어 서버의 설계 및 구현 (Design and Implementation of parallel Media server in current system environment)

  • 김경훈;류재상;김서균;남지승
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2000년도 하계종합학술대회 논문집(3)
    • /
    • pp.97-100
    • /
    • 2000
  • As network resources have become faster and demands for multimedia service through network have increased, the demand for Media server system has increased. These kinds of media server solve their bottle neck problem of internal storage device by using parallel system which takes advantage of fast network resource. Many vendors have suggested each of their media server system to solve these problem radically, but most of them require major modification of infra component and additional drawback has added. For example, storage mechanism for specific media requires new file system which is totally different from traditional one, and algorithm for enhancing performance may not suit for traditional operating system environment. In this paper, we designed a parallel media server based on web interface of traditional system and implemented a program for media server. Implemented server system performs parallel processing through web interface without any modification of traditional system, and controls which is related to merging load by distributed data is charged only to client and control server and consequently load of storage server can be minimized. And also, data transfer protocol for streaming media includes Retransfer algorithm and client Admission control policy relevant to performance of whole system.

  • PDF

모바일용 지하공간정보지도 관리 시스템에서 응답속도 향상을 위한 캐싱 기법 (Design of Caching Scheme for Mobile Underground Geospatial Information Map System)

  • 김용태;고훈준
    • 융합정보논문지
    • /
    • 제12권1호
    • /
    • pp.7-14
    • /
    • 2022
  • 지하공간정보지도 관리 프로그램은 일반지도와는 달리 지하정보를 3D 형태로 한 눈에 볼 수 있도록 만든 시스템이다. 이 시스템은 전송 데이터의 경량화를 위해 지도를 타일지도로 만들어 관리하고 있으나 지하에는 다양한 지하구조물들이 있고, 3D 데이터로 되어 있어 데이터의 용량이 크다. 따라서 일반적으로 클라이언트가 모바일 프로그램에서 타일지도를 요청할 때 마다 서버가 요청한 타일지도를 클라이언트에게 전송하는데 전송지연시간 문제가 발생하고 있다. 본 논문에서는 모바일용 지하공간정보지도 관리 시스템에서 클라이언트에게 제공되는 타일지도 데이터에 대한 요청응답 속도를 향상시키기 위해 타일 캐싱 방법을 설계한다. 제안된 기법은 클라이언트가 타일지도를 보고 있는 동안에 서버가 다음 타일지도를 미리 예측하여 프리페칭하고 프리페칭한 데이터를 서비스 서버에 저장하지 않고 클라이언트 모바일 단말기의 메모리에 미리 저장하여 전송지연시간 문제를 해결하는 방법을 제안한다.

이동 에이전트 기반의 웹 서버 부하 모니터링 시스템 구현 (An Implementation of Web Server Load monitoring Systme Based on the Mobile Agent)

  • 박홍진
    • 전자공학회논문지CI
    • /
    • 제39권6호
    • /
    • pp.1-10
    • /
    • 2002
  • 인테넷이 급격히 발전함에 따라 인터넷 사용자가 크게 증가하고 있으며, 이에 따른 웹 서버의 중요성도 증가되고 있다. 인기있는 웹 사이트는 사용자의 집중현상으로 웹서버의 부하가 크게 증가하여 오류가 발생하거나 웹서비스가 중단되는 현상이 발생하기도 한다. 따라서 올바른 웹서비스를 제공하며 웹서버의 성능 관리를 위해서 웹서버의 부하를 효율적으로 모니터링하는 기술이 필수적이다. 기존 클라이언트-서버 방식을 이용한 웹 부하모니터링 기법은 서버 프로그램을 모든 웹 서버에 미리 설치해야하는 문제점이 있다. 본 논문은 클라이언트 서버 방식의 문제점을 해결하기 위해 이동 에이전트를 이용한 웹 서버 부하 모니터링 시스템을 구현한다. 이동 에이전트를 기반하여 구현된 시스템은 미리 프로그램을 설치할 필요가 없으며 네트워크 트래픽을 줄이고 웹서버의 추가적인 부하를 줄일수 있다.

Web Browser를 이용한 PLC 제어 (The PLC Controlling on Web Browser)

  • 김지은;박춘명;이강현
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2001년도 하계종합학술대회 논문집(3)
    • /
    • pp.105-108
    • /
    • 2001
  • In this paper, "The PLC Controlling on Web Browser" is designed and implemented to remote control and to monitor FA system. Protocol bidirectional communication with PLC is written and sotted. Then Administration system sets Web server and JAVA Sevelet Program. The client system located at the monitoring Web browser are a JAVA Sevelet base system, and sends some commands to the server system which guards and controls the PLC system. The commands are delivered to the server system and the driver software exists in the server controls the PLC system directly.

  • PDF

휴대용 화상전송 원격정비 감시시스템의 개발 (A Development of Image Transfer Remote Maintenance Monitoring System for Hand Held Device)

  • 김동완;박성원
    • 전기학회논문지P
    • /
    • 제58권3호
    • /
    • pp.276-284
    • /
    • 2009
  • In this paper, we develop the image transfer remote maintenance monitoring system for hand held device which can compensate defects of human mistake. The human mistakes always happen when the worker communicate information each other to check and maintenance the equipment of the power plant under bad circumstance such as small place and long distance in power plant. A worker couldn't converse with other when in noisy place like Power plant. So, we make some hand device for handy size and able to converse in noisy place. The developed system can have improvement of productivity through increasing plant operation time. And developed system is composed of advanced H/W(hard ware) system and S/W(soft ware)system. The H/W system consist of media server unit, communication equipment with hand held device, portable camera, mike and head set. The advanced s/w system consist of data base system, client pc(personal computer) real time monitoring system which has server GUI(graphic user interface) program, wireless monitoring program and wire ethernet communication program. The client GUI program is composed of total solution program as pc camera program, and phonetic conversation program etc.. We analyzed the required items and investigated applicable part in the image transfer remote maintenance monitoring system with hand held device. Also we investigated linkage of communication protocol for developed prototype, developed software tool of two-way communication and realtime recording skill of voice with image. We confirmed the efficiency by the field test in preventive maintenance of plant power.

클라이언트/서버 환경에서 유해정보차단을 위한 시스템의 설계 및 구현 (The Design and Implementation of System for Blocking the Harmful Information on Client/server Environment)

  • 염태영
    • 한국컴퓨터산업학회논문지
    • /
    • 제4권10호
    • /
    • pp.571-580
    • /
    • 2003
  • 인터넷 유해정보를 차단하기 위해서는 차단목록에 의한 차단 방안을 기반으로 한 차단 프로그램이 많이 사용되고 있다. 그러나 차단목록에 의한 차단 방안은 클라이언트 PC의 성능 저하와 같은 문제점들을 발생시킨다. 본 논문에서는 차단목록에 의한 차단 방안의 문제점들을 극복할 수 있는 효율적인 방안을 제안한다. 클라이언트/서버 환경에서 차단목록을 차단목록서버에 두고, 웹 사용자의 사이트 재방문 패턴을 이용한 허용목록을 클라이언트 PC에 도입하는 것이다. 간 논문의 실험에서, 제안하는 방안은 클라이언트 PC의 성능 저하를 초래하지 않으면서 차단목록에 의한 차단 방안보다도 상당한 속도 향상을 보여 준다.

  • PDF