• Title/Summary/Keyword: Concurrent Protocol

Search Result 72, Processing Time 0.018 seconds

Timed fuzzy petri net model for fuzzy control model (퍼지 제어를 위한 시간형 퍼지 페트리넷 모델)

  • 윤정모
    • Journal of the Korean Institute of Telematics and Electronics C
    • /
    • v.34C no.5
    • /
    • pp.9-18
    • /
    • 1997
  • The petri net is a graphic model which is adaptable in modeling a complex concurrent parallel ssystem, and it is widely used in the fields of industrial enginering, computer science, electric engineeringand chemistry. Recently, the net is applied to the communication protocol, and extended to represent complex systems. There are several extended petri nets named as TPN (timed petri net), SPN (stochastic petri net), FPN(fuzzy petri net) and TFPN(timed fuzzy petri net). Accodingly, this SPN (stochastic petri net), FPN (fuzzy petri net) and TFPN(timed fuzzy petri net). Accodingly, this paper proposes an advanced communication protocol modeling method using the fuzzy value of the transition and firing delay time as the arguments of the function. The proposed method can produce clearer firing rules, and it is supposed to be used to design and analyse communication protocols in great effection.

  • PDF

PROPOSAL FOR PRETREATMENT OF PATIENTS IN ANTIPLATELET THERAPY REQUIRING MINOR ORAL SURGERY (항혈소판제 복용 환자의 구강 내 소수술 전 처치에 대한 제안)

  • Choi, Ji-Wook;Choi, Se-Kyung;Kim, Nam-Kyun;Choi, Eui-Young;Cha, In-Ho;Kim, Hyung-Jun
    • Journal of the Korean Association of Oral and Maxillofacial Surgeons
    • /
    • v.35 no.6
    • /
    • pp.426-430
    • /
    • 2009
  • Purpose: Many patients in anti-platelet therapy have been consulted for bleeding risks before minor oral surgery. However, there has not been an established pretreatment protocol for treating these patients. The purpose of this study is to make a protocol for the preoperative management for patients in anti-platelet therapy. Patients and Methods: The existed consultation pattern of patients was examined in the Department of Oral and Maxillofacial Surgery, Yonsei Dental Hospital. Based on the observation, a protocol including classification of medical status of patients and the type of oral surgery in need was introduced. This protocol had been performed for 6 months. Result: Following this protocol, the frequency of consultation for bleeding risk was decreased. The number of minor oral surgeries with concurrent anti-platelet therapy was increased. There was no severe bleeding event observed among minor oral surgeries that were performed while maintaining anti-platelet therapy. Conclusion: This protocol can be used as a guideline for clinical practice of patients in anti-platelet therapy requiring minor oral surgery.

Horizontal Protocol Processing Architecture for High Performance Parallel Processing (고성능 병렬 처리를 위한 수평적인 프로토콜 처리 구조)

  • Kim, Pyeong-Jung;Park, Chi-Hang
    • The Transactions of the Korea Information Processing Society
    • /
    • v.3 no.6
    • /
    • pp.1386-1396
    • /
    • 1996
  • In the distributed multimedia application, high throughput and low delay is one of the most important QoS(Quality of Service) requirement. Emerging high speed communication offers transmission rate above Gbps, but it can not be utilized efficiently by the performance bottlenecks of communication protocols. To overcom the problem, we propose a horizontal processing architecture that processes data as soon as it arrive from the network. Unfortunately, the OSI protocol stack often imposes ordering constraints that prevent concurrent processing of the protocol layers. By using a fixed packet format, the network layer through the presentation layer are processed in parallel. Our prototype shows that the proposed model has performance improvement up to 61% more advantage than the conventional approach.

  • PDF

An Improved Algorithm for Performance Evaluation of Communication Protocol Using Extended Timed Petri Nets (확장된 Timed Petri Net을 이용한 통신 프로토콜의 성능분석 알고리즘)

  • 이철희;이상호;김홍식
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.14 no.3
    • /
    • pp.197-206
    • /
    • 1989
  • In this paper, we represent an improved algorithm of performance evaluation for communication protocol. It is an algorithm that analyzes Extended Timed Perti Net models including time which have been successfully used to model and evaluate the performance of distributed system. While Timed Petri Nets generally limted to free-choice and safe nets, our algorithm permits the construnction of elegant models of restricted concurrent processing. Furthermore, to reduce the state space size of Timed Reachability Graph, we improve the algorithm by using Maximum Firing Rule and sets of simultaneously firing transitions. Procedures for constructing of Timed Reachability Graphs and analyzing are presented, and we demonstrate the usefulness of this algorithm by applying it to the analysis of the communication protocol.

  • PDF

The Development of Protocol for Construction of Smart Factory (스마트 팩토리 구축을 위한 프로토콜 개발)

  • Lee, Yong-Min;Lee, Won-Bog;Lee, Seung-Ho
    • Journal of IKEEE
    • /
    • v.23 no.3
    • /
    • pp.1096-1099
    • /
    • 2019
  • In this paper, we propose the protocol for construction of smart factory. The proposed protocol for construction of smart factory consists of an OPC UA Server/Client, a technology of TSN realtime communication, a NTP & PTP time synchronization protocol, a FieldBus protocol and conversion module, a technology of saving data for data transmit latency and synchronization protocol. OPC UA server/client is a system integration protocol which makes interface industrial hardware device and supports standardization which allows in all around area and also in not independent from any platform. A technology of TSN realtime communication provides an high sensitive time management and control technology in a way of sharing specific time between devices in the field of high speed network. NTP & PTP time synchronization protocol supports IEEE1588 standardization. A fieldbus protocol and conversion module provide an extendable connectivity by converting industrial protocol to OPC. A technology of saving data for data transmit latency and synchronization protocol provide a resolution function for a loss and latency of data. Results from testing agencies to assess the performance of proposed protocol for construction of smart factory, response time was 0.1367ms, synchronization time was 0.404ms, quantity of concurrent access was 100ea, quantity of interacting protocol was 5ea, data saving and synchronization was 1,000 nodes. It produced the same result as the world's highest level.

A Design of the Active Web Server Supporting Synchronous Collaboration in the Web-Based Groupware Systems (동기화된 협동을 지원하기 위한 능동형 웹 서버 설계)

  • 허순영;배경일
    • Journal of the Korean Operations Research and Management Science Society
    • /
    • v.24 no.4
    • /
    • pp.157-170
    • /
    • 1999
  • The web-based groupware systems hold many possibilities for system developers and users. Especially, web-based group collaborative systems are emerging as enterprise-wide information systems. Since data in group collaborative systems are apt to be shared among multiple concurrent users and modified simutaneously by them, the web-based group collaborative systems must support synchronous collaboration in order to provide users with synchronized and consistent views of shared data. However, current web technologies have limitations in supporting this, largely because the existing Hypertext Transfer Protocol(HTTP) is unidirectional and does not allow web servers to send messages to their web browsers without first receiving requests from them. This paper proposes an active web server that can overcome such limitations and facilitate synchronous collaboration in web-based group collaborative systems. To accomplish such goals, the active web server manages dependency relationships beween shared data and web browsers referencing them and actively propagates changing details of the shared data to all web browsers referencing them. And, this paper examines usefulness and effectiveness of the active web server to apply it to the ball-bearing design example of concurrent engineering design systems. The prototype system of the active web server is developed on a commercial Object-oriented Database Management System(0DBMS) called OBJECTSTERE using the C++ programming language.

  • PDF

Virtual Standards Development Environments for Concurrent Standardization Process

  • Kim, Hyoung-Jun;Park, Ki-Shik;Chin, Byoung-Moon;Park, Chee-Hang
    • ETRI Journal
    • /
    • v.21 no.1
    • /
    • pp.55-71
    • /
    • 1999
  • Recently, the increased handling of on-line standards information has emerged as an important feature of information and communications technology (ICT) standardization. In order to meet market needs for on-time standards deployment, most standards organizations are actively seeking more efficient ways of standardization using electronic means in order to accelerate the standards making process. This paper suggests a virtual standard development environment designed for standards developers to carry out their standards-related activities on-line. In this paper, we outline a conceptual model of a concurrent standardization process and describe the design and implementation of an Extranet-based network system called standards information cooperative network (SICN). The system was created with a view to fostering faster standards development with functionalities such as a virtual management of networked standards developers, collaboration support tools, a workflow-based electronic signature system, and dynamic links for ready retrieval of standards information stored in a database. We conclude this paper with an introduction to the concept of a virtual standards development organization (VSDO) that supports all the features needed by the relevant standards making bodies to carry out their activities in a dynamic on-line environment.

  • PDF

The Retrospective Study of Closed Reduction of Nasal Bone Fracture

  • Park, Han-Kyul;Lee, Jae-Yeol;Song, Jae-Min;Kim, Tae-Seup;Shin, Sang-Hun
    • Maxillofacial Plastic and Reconstructive Surgery
    • /
    • v.36 no.6
    • /
    • pp.266-272
    • /
    • 2014
  • Purpose: This study was conducted in order to investigate the therapeutic effect of closed reduction according to a classification in patients with nasal bone fracture. Methods: The study was conducted retrospectively on 186 patients with a mean age of 38 years (range: 7 to 80 years). All patients were diagnosed by clinical and radiologic examination, and then classified according to Hwang's classification by computed tomography. The patients were further classified by their age, gender, causes of fracture, operation timing after fracture, concurrent facial bone fracture, and complications. All patients underwent the same reduction and treatment protocol and were then followed up regularly for at least three months. Results: The cause of the fracture was slip down, and the highest prevalence was shown in the 20s. The mean operation timing after fracture was 4.1 days (range: 1 to 14 days), and it tended to be longer in the case of defected septal bone or more severe fracture. The most common concurrent facial bone fracture was orbital blow-out fracture, and zygomaticomaxillary complex and maxillary fracture occured frequently. The largest number of complications occurred in class III and IIBs patients, and the main complication was postoperative pain. Conclusion: Results of nasal bone closed reduction on the 186 patients showed that serious complications rarely occurred. Closed reduction is generally an effective treatment for nasal bone fracture. However, in the case of severe concurrent septal bone fracture or comminuted fracture with depression, open reduction should be considered. Further study with a larger number of patients and further classification is required.

Research on Usability Test for Business Web Site Development using Concurrent Think Aloud Protocol (비즈니스용 웹 사이트 개발에서의 실시간 발성사고법 사용성 테스트 사례 연구)

  • Kim, Jayhoon;Shin, Jaemin;Kim, Jeong Hwan;Lim, Seok Jong
    • The Journal of the Korea Contents Association
    • /
    • v.18 no.5
    • /
    • pp.1-10
    • /
    • 2018
  • The purpose of this study is to provide a cost effective usability test model for business web site development. In this study, we present a usability test model that combines Concurrent Think Aloud, performance measurement, coaching method, and remote test method. Testing target was the consortium website of electronic information joint licensing. Test participants were actual users selected by their task roles and proficiency in different levels. We improved the system by reflecting the results of user test analysis and re-tested usability test again. The result showed that usability of all participants was improved in the aspect of the time required and the complexity of mouse trajectory. It is expected that the usability test model presented in this study can be used to cost-effectively evaluate and analyze business web sites. We suggest that research various usability test model considering the characteristics of websites.

Next-Generation File Transfer Protocol Which support concurrent file transmissions effectively in Internet (인터넷에서 동시 파일 전송을 효과적으로 지원하는 NFTP의 설계 및 구현)

  • Choi, Jae-Nam
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.27 no.1C
    • /
    • pp.90-95
    • /
    • 2002
  • Though the FTP(File Transfer Protocol) has been used widely and stable, It has the structural weakness that can't support current file transmissions so that we have to wait the completion of previous file transmission when try to transmit another file. If try to transmit multiple files concurrently using this FTP, It has to forking multiple FTP servers and clients in each user's PC and ISP's host machine it would result in the waist of memory, resource of network and the high workload of system. In order to solving previous problem, in this paper I have designed the new model of FTP which based on multi-thread and created NFTP(Next-Generation FTP)protocol so that may reduce the workload of system and support current file transmission effectively. I have implemented NFTP and also applied to real service, as a result It have provided reliable service by reducing the workload of system and saved the waiting time which would happened.