• 제목/요약/키워드: Synchronization

검색결과 2,811건 처리시간 0.03초

MIMD 시스템에서의 효율적인 중복 동기화명령어 제거 기법 (Effective Elimination Method of Redundant Synchronization Instructions in MIMD Systems)

  • 김병수;황종선;박두순
    • 전자공학회논문지B
    • /
    • 제29B권10호
    • /
    • pp.1-9
    • /
    • 1992
  • This paper presents an effective synchronization algorithm. It is different from the existing synchronization methods by inserting appropriate synchronization instructions between statements according to different kinds of data dependencies. The overhead caused by too many synchronization instructions in a loop can be a critical problem. Synchronization optimization is a method which discriminates and eliminates the redundant synchronization instructions in a loop. In this paper, a new synchronization optimization algorithm is developed, and performance analysis using simulation on the UNIX operating system is carried out.

  • PDF

동기이상을 위한 멀티미디어 동기시나리오방법 (Multimedia Synchronization Scenario Method for Synchronization Anomaly)

  • 전병호;김태균
    • 전자공학회논문지A
    • /
    • 제31A권9호
    • /
    • pp.44-52
    • /
    • 1994
  • When a constructed multimedia application system transfers a various media of which quality of service is different, a previously constituted synchronization at source site generates the synchronization anomaly that the synchronization relation is broken by a delay or a data loss at destination. To solve the synchronization anomaly, we propose the “Multimedia synchronization scenario method : MSSM” which defines as one(1) event all objects generated at multimedia application and creates the optimal scenario of multimedia presentation under temporal constraints. The characteristics of MSSM can minimize the delay effect, guarantee the media stream continuity for preventing the media stretch, and provide the synchronization information to a user and/or a system. After deciding a synchronization possibility. MSSM confirm user its information. If there is a synchronization possibility. MSSM products optimal multimedia presentation scenario, and can present multimedia adaptively.

  • PDF

Multimedia Conferencing System with Intramedia and Intermedia Synchronization Support

  • Yoo, Sang-Shin;Kim, Duck-Jin
    • Journal of Electrical Engineering and information Science
    • /
    • 제2권3호
    • /
    • pp.41-50
    • /
    • 1997
  • In this paper, we describe the design, implementation and evaluation for a multimedia conferencing system with intramedia and intermedia synchronization support between audio and video. The synchronization mechanism proposed here is capable of dynamically adapting to various network conditions thus providing an optimized QoS. In realizing the system based on this mechanism, NeVoT on Mbone is used for audio and VIC for video. Furthermore a synchromization controller is designed and realized with a unique process in supporting intermedia synchronization. Each media agents handling its media stream are modified with intramedia synchronization function. And a communicative function between media agents and synchronization controller is added as well for intermedia synchronization function. Each media agents function reports its buffering status to the synchronization control process which in turn send out optimized buffering delay value thus supporting intermedia synchronization. The realized system is configured and tested on Ethernet and ATM network where performance measurements were performed and its effective synchronization support has been assured.

  • PDF

IT와 SCM 프로세스 관리역량이 e-SCM 성과에 미치는 영향에 관한 연구 (A Study on the Impact of IT and SCM Process Management Capability on e-SCM Performance)

  • 이선로;김기영
    • Asia pacific journal of information systems
    • /
    • 제17권3호
    • /
    • pp.79-103
    • /
    • 2007
  • The main purpose of this study is to define antecedents that influence e-SCM synchronization and to investigate how it affects e-SCM performance. We, therefore, investigate (1) the impact of firms' internal IT planning capabilities on e-SCM synchronization and on SCM process management capability, (2) the impact of firms' internal IT infrastructure on e-SCM synchronization and on SCM process management capability, (3) the impact of firms' internal SCM process management capabilities on e-SCM synchronization, and finally (4) the impact of e-SCM synchronization on SCM performance. A survey has been administrated to the firms' SCM and marketing staffs and 171 returns analyzed. The results show that (1) IT plan has not direct impacts on e-SCM synchronization, but has direct impacts on organizational support, purchasing, and operations processes except logistics process. IT plan, however, has indirect impacts on e-SCM synchronization through purchasing and operations of SCM process management capability. (2) IT infrastructure has both direct and indirect effects on e-SCM synchronization, and also has direct impacts on organizational support, purchasing, and operations processes except logistics process. (3) SCM process management capabilities have direct impacts on e-SCM synchronization. Among these SCM core processes purchasing positively influences operations, which in turn positively influences logistics process management capability. (4) e-SCM synchronization has positive impacts on SCM performance indicator (SCOR), such as delivery reliability, responsiveness & flexibility, and cost. These results indicate that e-SCM synchronization can be critical to achieve better internal performance like cost and external performance like delivery reliability, responsiveness & flexibility of firms' SCM. In sum, this study demonstrates that the intervening role of e-SCM synchronization between e-SCM performance and IT management capability and between e-SCM performance and SCM core process management capability has been significant in achieving better e-SCM performance. Therefore, it can be suggested that e-SCM performance should be accomplished in consequence of the acceleration of e-SCM synchronization through the enhancement of preceding factors for the e-SCM synchronization.

Efficient Media Synchronization Mechanism for SVC Video Transport over IP Networks

  • Seo, Kwang-Deok;Jung, Soon-Heung;Kim, Jin-Soo
    • ETRI Journal
    • /
    • 제30권3호
    • /
    • pp.441-450
    • /
    • 2008
  • The scalable extension of H.264, known as scalable video coding (SVC) has been the main focus of the Joint Video Team's work and was finalized at the end of 2007. Synchronization between media is an important aspect in the design of a scalable video streaming system. This paper proposes an efficient media synchronization mechanism for SVC video transport over IP networks. To support synchronization between video and audio bitstreams transported over IP networks, a real-time transport protocol/RTP control protocol (RTP/RTCP) suite is usually employed. To provide an efficient mechanism for media synchronization between SVC video and audio, we suggest an efficient RTP packetization mode for inter-layer synchronization within SVC video and propose a computationally efficient RTCP packet processing method for inter-media synchronization. By adopting the computationally simple RTCP packet processing, we do not need to process every RTCP sender report packet for inter-media synchronization. We demonstrate the effectiveness of the proposed mechanism by comparing its performance with that of the conventional method.

  • PDF

불변 및 가변 종속거리를 갖는 루프의 병렬처리를 위한 새로운 동기화 기법 (A New Synchronization Scheme for Parallel Processing of Loop with Constant and Variable Dependence Distance)

  • 이광형;황종선;박두순
    • 전자공학회논문지B
    • /
    • 제32B권5호
    • /
    • pp.693-701
    • /
    • 1995
  • In most application programs, loops usually comprise most of the computation in a program and are the most important source of parallelism. When loops are executed on multiprocessors, the cross iteration data dependences need to be enforced by synchronization between processors. Existing synchronization schemes have been studied mainly on the loop with constant dependence distance. When these schemes are applied to the loop with variable dependence distance, there exists lots of overhead by the use of unnecessary synchronization variables and execution of unuseful synchronization instructions. Even though there exist various variable synchronization schemes, they have a lot of run-time overhead to compute synchronization information. In this paper, we present a new synchronization scheme, Synch-Free/Synch-Hold for managing synchronization efficiently on the loop with constant and variable dependence distance.

  • PDF

Power Consumption Analysis of Prominent Time Synchronization Protocols for Wireless Sensor Networks

  • Bae, Shi-Kyu
    • Journal of Information Processing Systems
    • /
    • 제10권2호
    • /
    • pp.300-313
    • /
    • 2014
  • Various Time Synchronization protocols for a Wireless Sensor Network (WSN) have been developed since time synchronization is important in many time-critical WSN applications. Aside from synchronization accuracy, energy constraint should also be considered seriously for time synchronization protocols in WSNs, which typically have limited power environments. This paper performs analysis of prominent WSN time synchronization protocols in terms of power consumption and test by simulation. In the analysis and simulation tests, each protocol shows different performance in terms of power consumption. This result is helpful in choosing or developing an appropriate time synchronization protocol that meets the requirements of synchronization accuracy and power consumption (or network lifetime) for a specific WSN application.

RMVD를 이용하는 동기식 스트림 암호 데이터 통신시 난수동기 이탈 검출 알고리듬 (Random sequence synchronization failure detection algorithm for synchronous stream cipher system using RMVD)

  • 박종욱
    • 정보보호학회논문지
    • /
    • 제10권3호
    • /
    • pp.29-36
    • /
    • 2000
  • It is very import role to increase communication quality that fast detection of random sequence synchronization fail in synchronous stream cipher system using initial synchronization mode. Generally it sends additional information to detect random sequency synchronization fail. But we can't transmit additional informations to decide synchronization fail in a system using RMVD to correct channel error. In this paper we propose a method to detect synchronization fail in the receiver even though a system using RMVD has no margin to send additional information, For detecting random sequency synchronization fail we decipher receiver data analyze probability of transition rate for pre-determined period and decide synchronization fail using calculated transition rate probability. This proposed method is fast very reliable and robust in noisy channel and is easily implemented with hardware.

Low Latency Synchronization Scheme Using Prediction and Avoidance of Synchronization Failure in Heterochronous Clock Domains

  • Song, Sung-Gun;Park, Seong-Mo;Lee, Jeong-Gun;Oh, Myeong-Hoon
    • JSTS:Journal of Semiconductor Technology and Science
    • /
    • 제15권2호
    • /
    • pp.208-222
    • /
    • 2015
  • For the performance-efficient integration of IPs on an SoC utilizing heterochronous multi-clock domains, we propose a synchronization scheme that causes low latency overhead when data are crossing clock boundaries. The proposed synchronization scheme is composed of a clock predictor and a synchronizer. The clock predictor of a sender clock domain produces a predicted clock that is used in a receiver clock domain to detect possible synchronization failures in advance. When the possible synchronization failures are detected, a synchronizer at the receiver delays data-capture times to avoid the possible synchronization failures. From the simulation of the proposed scheme through SPICE modeling using a Chartered $0.18{\mu}m$ CMOS process, we verified the functionalities and timing behavior of the clock predictor and the synchronizer. The simulation results show that the clock predictor produces a predicted clock before a synchronization failure, and the synchronizer samples data correctly using the predicted clock.

OFDM 방식의 수신기를 위한 보간기의 효율적인 심볼 동기방법의 성능분석 (An Efficient symbol Synchronization Scheme with an Interpolator for Receiving in OFDM)

  • 김동옥;윤종호
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2002년도 춘계종합학술대회
    • /
    • pp.574-577
    • /
    • 2002
  • 본 논문에서는 보간 방식을 사용하는 OFDM 전송방식 통신 시스템에 적합한 새로운 심볼 시간동기 처리 방법 제시한다. 제안된 방법은 다음과 같은 과정을 거친다. 먼저, 수신되는 포락선 신호의 평균 전력을 연속적으로 측정함으로서, 대략적인 심볼 시간동기절차를 수행한다. 이 절차에 의해, 동기가능여부에 대한 판정을 한다. 만약 동기가 가능하다고 판단되는 경우, 이어서, 짧은 길이의 훈련신호와 수신된 포락선신호간의 상관성을 측정하는 방법을 사용하여, 정확한 심볼 동기과정을 수행하도록 한다. 마지막으로, 긴 훈련 신호를 사용한 주파수 동기절차를 수행하도록 하는데, 이것은 심볼 시간 동기 과정에서 발생되는 미세한 심볼 동기 오차에 의한 성상도의 회전 효과를 교정 할 수 있도록 하기 위함이다. 시뮬레이션 결과로부터, 제안된 동기방법이 주파수 선택적 페이딩 채널 하에서도 우수한 동기특성을 제공함을 알 수 있다.

  • PDF