• 제목/요약/키워드: Server Structure

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

실시간 시스템에서 공유자원의 효율적 사용을 위한 혼합형 우선순위 작업자 모델 (A hybrid prioritized worker model for efficiency of shared resources in the real-time system)

  • 박홍진;천경아;김창민
    • 한국정보처리학회논문지
    • /
    • 제6권12호
    • /
    • pp.3652-3661
    • /
    • 1999
  • 최근 들어 많이 사용되어지는 원격 전자회의 시스템이나 멀티미디어 브로드캐스팅과 같은 분산 멀티미디어 어플리케이션을 지원하기 위해서는 시스템이 어플리케이션의 시간제약성을 만족시켜주어야 한다. 따라서, 이와 같은 실시간 시스템에서는 시스템의 행위를 예측하고 분석하기 어렵게 하는 우선순위 반전 문제를 해결하여야 하며, 시스템의 오버헤드를 최소화하면서 공유자원에 대한 선점가능성을 높일 수 있는 실시간 서버모델을 사용할 필요가 있다. 현재 동기화에서 주로 사용되는 실시간 서버 모델에는 단일 스래드 서버모델, 작업자 모델 그리고 동적 서버 모델이 있으나 공유자원을 관리하기 위한 효율적인 구조를 제시하고 있지는 못하다. 본 논문에서는 우선순위 반전문제를 해결하기 위하여 우선순위 계승 프로토콜을 이용하고 있으며, 시스템의 오버헤드에 영향을 최소화하면서 서버에 대한 보다 나은 선점가능성을 제공할 수 있고 좀더 빠른 응답시간을 갖는 실시간 서버 모델로서 혼합형 우선순위 작업자 모델을 제안한다. 흔합형 우선순위 작업자 모델은 정적 우선순위 작업자 모델과 동적 우선순위 작업자 모델을 혼합한 형태로서 성능평가 결과 혼합형 우선순위 작업자 모델이 기존의 다른 모델들 보다 좀 더 나은 성능을 보이고 있음을 알 수 있다.

  • PDF

시뮬레이션 도구 SMPLE의 개발 및 활용

  • 조성만
    • 한국시뮬레이션학회:학술대회논문집
    • /
    • 한국시뮬레이션학회 1992년도 제2회 정기총회 및 추계학술 발표회 발표논문 초록
    • /
    • pp.3-3
    • /
    • 1992
  • 컴퓨터 시스템의 개발 및 분석에 많이 활용되는 시뮬레이션 모델을 구축하는데 있어서 SIMSCRIT, GISS, SIMAN, SLA II등과 같은 시뮬레이션 전용언어가 많이 사용되지만, 이들은 새로운 전용언어의 습득, 시스템 프로그램과의 접속, 시뮬레이션 수행 속도면에서 부담을 주어왔다. 본 연구에서는 기존의 C언어 사용자들이 손쉽게 시뮬레이션 모델을 구축할 수 있도록 기존의 smpl을 확장하여 SMPLE(smpl extended)를 개발하였다. SMPLE의 모체의 smpl은 컴퓨터 시스템의 시뮬레이션 모델을 구현하기 위해 MIT에서 C언어를 이용하여 고안되었으며, C언어의 기능적인 확장으로서 라이브러리 함수들의 집합 형태를 갖는 시뮬레이션 서브 시스템이다. 이러한 라이브러리 함수들의 집합인 smpl 시뮬레이션 서브 시스템은 C언어 자체와 더불어 사건중심(event-oriented) 시뮬레이션 언어를 구성하며, smpl 시뮬레이터는 C 언어 프로그램으로 구현되다. smpl은 시뮬레이션하기 위한 설비(facility)들을 정의, 예약, 해제하거나 상태를 알아보는 함수를 제공하며, 시간의 관점에서 보면 토큰의 흐름은 일련의 대기시간과 활동시간에 의하여 나타낼 수 있게 된다. smpl은 사건의 스케쥴링(scheduling), 확률변수의 생성, 통계자료 수집 등에 관한 함수의 제공과, 시뮬레이션 시간의 전진과 사건발생의 순서를 조절해주는 기능을 제공한다. smpl 시뮬레이션 프로그램은 초기화루틴, 제어루틴 및 결과출력루틴으로 구성된다. 기존의 smpl에서 사용되는 프로그램의 자료구조(data structure)는 배열과 인덱스 구조가 사용되었다. 이러한 구조는 이미 완성되어 있는 프로그램 내에서는 효율성 면에서 좋겠지만, 변경이나 확장하기 위해 이 프로그램을 분석한다거나 필요한 기능을 추가하기 위해서는 매우 많은 어려움이 따르게 된다. 본 논문에서는 배열을 기반으로 하고 있는 smpl의 자료구조를 C의 structure와 pointer를 기반으로 하게끔 변경시키고 이에 따르는 제반 변경 사항을 수정 보완하여 프로그램의 분석을 용이하게 하며 기능의 변경 및 추가가 수월하게 하였고 메모리를 동적으로 관리할 수 있게 하였다. 또한 기존의 smpl에 디버깅용 함수 및 설비(facility) 제어용 함수를 추가하여 시뮬레이션 프로그램 작성을 용이하게 하였다. 예를 들면 who_server(), who_queue(), pop_Q(), push_Q(), pop_server(), push_server(), we(), wf(), printfct() 같은 함수들이다. 또한 동시에 발생되는 사건들의 순서를 조종하기 위해, 동시에 발생할 수 있는 각각의 사건에 우선순위를 두어 이 우선 순위에 의하여 사건 리스트(event list)에서 자동적으로 사건들의 순서가 결정되도록 확장하였으며, 설비 제어방식에 있어서도 FIFO, LIFO, 우선 순위 방식등을 선택할 수 있도록 확장하였다. SIMPLE는 자료구조 및 프로그램이 공개되어 있으므로 프로그래머가 원하는 기능을 쉽게 추가할 수 있는 장점도 있다. 아울러 SMPLE에서 새로이 추가된 자료구조와 함수 및 설비제어 방식등을 활용하여 실제 중형급 시스템에 대한 시뮬레이션 구현과 시스템 분석의 예를 보인다.

  • PDF

스트리밍 콘텐츠의 초유통을 위한 중계파일 설계 및 구현 (Design and Implementation of Relay File for Superdistribution of the Streaming Contents)

  • 김태민;양영규
    • 한국멀티미디어학회논문지
    • /
    • 제12권7호
    • /
    • pp.979-988
    • /
    • 2009
  • 디지털 콘텐츠의 불법 복제와 저작권 침해는 디지털 콘텐츠의 산업의 발전을 저해하고 있다. 이러한 문제로 인해 다양한 DRM(Digital Rights Management) 시스템이 개발되고 있다. 그러나 초기 DRM 시스템은 콘텐츠의 사용 권리가 있는 사용자만이 해당 콘텐츠를 접근할 수 있기 때문에 사용자가 다른 사용자에게 콘텐츠를 재배포하는 것은 쉽지 않았다. 이러한 문제를 해결하기 위해 다운로드 큰텐츠에 국한되어 재배포를 위한 초유통 서비스 구조가 출현하였다. 하지만 스트리밍 콘텐츠는 사용자가 직접 스트리밍 서버에 접속하여 콘텐츠를 접근하기 때문에 초유통이 제한되었다. 본 논문에서는 스트리밍 콘텐츠의 초유통을 위한 스트리밍 서버와 사용자를 연결할 수 있는 중계파일을 제안하였다.

  • PDF

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

  • 강동조;박현주
    • 한국정보통신학회논문지
    • /
    • 제17권4호
    • /
    • pp.885-892
    • /
    • 2013
  • TCP/IP소켓 통신을 활용하여 데이터를 송수신하는 송수신 모델에서 데이터의 크기가 작고 데이터 전송 요청이 빈번하지 않을 경우 서버와 클라이언트 간 통신 속도의 중요성은 부각되지 않지만 오늘날 대용량 데이터에 대한 전송 요청과 빈번한 데이터 전송 요청에서 송수신 모델의 통신 속도에 대한 중요성이 부각되고 있다. 본 논문은 대용량의 데이터를 전송하는 서버의 전송 구조와 데이터를 수신하는 클라이언트의 수신 구조를 변경하여 멀티 코어(이하 CMP : ChipMulti Processor) 환경에서 데이터 전송 속도에 대한 성능향상을 기대할 수 있는 보다 효율적인 TCP/IP 송수신 모델을 제안한다.

무선이동환경에서 m-PACS 재활지원 서비스를 위한 클라이언트-서버 연동시스템의 실증적연구 (Positive Research of Client-Server Interlock System for m-PACS Rehalibitated Service in Wire less Mobile Environment)

  • 김휘영;최진영;박성준;김진영;박성준;김희제
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2006년도 제37회 하계학술대회 논문집 D
    • /
    • pp.2169-2170
    • /
    • 2006
  • J2ME service technology has advantage that can embody independent and, more soft system in DICOM 3.0 and medicine reflex administration server, client's OS that is medical treatment reflex standard in radio Internet. Also, intranet that do web basedspread, and develop by system that can alternate existent client-server structure rapidly. Specially, posibility of improvement is much because is connecting being limited in internet environment that medical equipment and information system of various kinds of machine are wire in medical institution and so on. Because do medical treatment reflex transmission module development applying DICOM technology and filtering techniques of "m-PACS Rehalibitated " in this research, existence, by interlock in radio usable Mobile reflex conversion system design and embody. That is, patient's information which is stored to various systems to be transmited and can give big help in medical examination and treatment to reflex client without being wooed doctor's interpretation result and so on in place through environment to be radish tentacle bar see

  • PDF

P2P 비지니스 모델에서의 조정 에이전트 시스템에 관한 연구 (A Study on the Control Agent System of P2P Business Model)

  • 김동현;이성주
    • 한국지능시스템학회논문지
    • /
    • 제12권1호
    • /
    • pp.73-79
    • /
    • 2002
  • 현재까지 전자상거래는 클라이언트-서버 중심의 상거래가 대다수란 이루고 있다. 상품을 검색하기 위해서도 전자상거래 사이트에 가입하여 검색해야만 한다. 하지만 P2P(Peer To Peer)는 이러한 서버와 클라이언트 중심의 구조를 탈피하여 사용자들간의 직접적인 정보 교환을 가능하게 함으로써 서버확보라는 비용추가 및 서버에 집중되는 네트웍 문제를 해결하고, 고객과 고객 또는 고객과 제공자들이 직접 거래를 할 수 있다. 본 논문에서는 현재 진행되고 있는 P2P 비즈니스 모델의 고찰과 P2P 기반 에이전트 시스템에 대하여 연구하였다.

임베디드 리눅스 기반의 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.

USN기반의 교량 모니터링 시스템 구현 (Implementation of A Bridge Monitoring System Based on Ubiquitous Sensor Networks)

  • 이성화;전민석;이안규;김진태
    • 한국인터넷방송통신학회논문지
    • /
    • 제9권4호
    • /
    • pp.1-8
    • /
    • 2009
  • 본 연구 이전에 제안되었던 실시간 교량 모니터링 시스템은 교량 곳곳에 배치되어 있는 센서들로부터 중앙서버로 동축 케이블을 통해 데이터를 송수신하였는데, 동축 케이블을 이용하여 교량 전체의 센서들의 네트워크를 구성하기 위해서는 막대한 인력과 비용이 따르게 된다. 본 연구에서는 USN을 기반으로 한 교량 모니터링 시스템 제안하고, 이에 대한 프로토타입을 설계 및 구현하였다. HSDPA를 통해 얻은 센싱 데이터 값을 TCP/IP 소켓을 통해 교량 모니터링 서버에 전달함으로써 양방향 통신을 구축하여 그래프 변환을 하는 전체 시스템을 구현하였다.

  • PDF

A Super-Peer Coordination Scheme for Decentralized Peer-to-Peer Networking Using Mobile Agents

  • Chung, Won-Ho;Kang, Namhi
    • International journal of advanced smart convergence
    • /
    • 제4권2호
    • /
    • pp.38-45
    • /
    • 2015
  • Peer-to-Peer(P2P) systems are generally classified into two categories; hybrid and pure P2P. Hybrid systems have a single central index server keeping the details of shared information, so that undesirable effects such as heavy load on that server and lack of fault-tolerance can be caused. Pure P2P causes the other problems such as message flooding and scalability although it shows high degree of fault-tolerance. Recently, mobile agent-based distributed computing has been receiving wide attention for its potential to support disconnected operations, high asynchrony, and thus saving network bandwidth. In this paper, a new scheme of peer coordination is proposed for a decentralized P2P network with self-organizing structure. We deployed mobile agents for incorporating the advantages of usage of mobile agents into our P2P network. Proposed P2P network has both advantages of hybrid and pure P2P. The problems of heavy load on the server and lack of fault-tolerance are improved by using multiple special peers called super-peers. And the problems of pure P2P can be reduced by using mobile agents.

Unethical Network Attack Detection and Prevention using Fuzzy based Decision System in Mobile Ad-hoc Networks

  • Thanuja, R.;Umamakeswari, A.
    • Journal of Electrical Engineering and Technology
    • /
    • 제13권5호
    • /
    • pp.2086-2098
    • /
    • 2018
  • Security plays a vital role and is the key challenge in Mobile Ad-hoc Networks (MANET). Infrastructure-less nature of MANET makes it arduous to envisage the genre of topology. Due to its inexhaustible access, information disseminated by roaming nodes to other nodes is susceptible to many hazardous attacks. Intrusion Detection and Prevention System (IDPS) is undoubtedly a defense structure to address threats in MANET. Many IDPS methods have been developed to ascertain the exceptional behavior in these networks. Key issue in such IDPS is lack of fast self-organized learning engine that facilitates comprehensive situation awareness for optimum decision making. Proposed "Intelligent Behavioral Hybridized Intrusion Detection and Prevention System (IBH_IDPS)" is built with computational intelligence to detect complex multistage attacks making the system robust and reliable. The System comprises of an Intelligent Client Agent and a Smart Server empowered with fuzzy inference rule-based service engine to ensure confidentiality and integrity of network. Distributed Intelligent Client Agents incorporated with centralized Smart Server makes it capable of analyzing and categorizing unethical incidents appropriately through unsupervised learning mechanism. Experimental analysis proves the proposed model is highly attack resistant, reliable and secure on devices and shows promising gains with assured delivery ratio, low end-to-end delay compared to existing approach.