• 제목/요약/키워드: Test packet

검색결과 216건 처리시간 0.028초

Hybrid Test Data Transportation Scheme for Advanced NoC-Based SoCs

  • Ansari, M. Adil;Kim, Dooyoung;Jung, Jihun;Park, Sungju
    • JSTS:Journal of Semiconductor Technology and Science
    • /
    • 제15권1호
    • /
    • pp.85-95
    • /
    • 2015
  • Network-on-chip (NoC) has evolved to overcome the issues of traditional bus-based on-chip interconnect. In NoC-reuse as TAM, the test schedulers are constrained with the topological position of cores and test access points, which may negatively affect the test time. This paper presents a scalable hybrid test data transportation scheme that allows to simultaneously test multiple heterogeneous cores of NoC-based SoCs, while reusing NoC as TAM. In the proposed test scheme, single test stimuli set of multiple CUTs is embedded into each flit of the test stimuli packets and those packets are multicast to the targeted CUTs. However, the test response packets of each CUT are unicast towards the tester. To reduce network load, a flit is filled with maximum possible test response sets before unicasting towards the tester. With the aid of Verilog and analytical simulations, the proposed scheme is proved effective and the results are compared with some recent techniques.

이종 무선망에서 L3 핸드오버 이동성 관리 성능 향상 (Improving the Performance of L3 Handover Mobility Management in Heterogeneous Wireless Network)

  • 홍성백;이경호;김남
    • 한국통신학회논문지
    • /
    • 제32권6B호
    • /
    • pp.382-389
    • /
    • 2007
  • 본고에서는 L3 이동성을 지원하는 기본 프로토콜을 구현하였으며 이동성 시험환경을 개발하여 핸드오버시 성능에 영향을 줄 수 있는 성능 파라미터를 측정 하였다. 기존에 제안되었던 이동성 관리 방법은 무선 네트워크에서 하나의 인터페이스를 이용하기 때문에 새로운 AP에 접속을 하기 위하여 기존 AP와의 연결을 끊고 새로운 AP로 연결을 시도하는 BBM (Break Before Make) 방식을 사용하였으나 VoIP와 같이 지연에 취약한 트래픽에 대하여 많은 패킷 손실이 발생한다. 본 고에서는 서로 다른 무선망에서 seamless한 핸드오버를 제공하기 위하여 2개의 네트워크 인터페이스를 갖는 MBB (Make Before Break) 핸드오버 방식을 제안한다. 기존 방법과 제안된 방법에 대한 이동성과 핸드오버에 대한 비교 연구를 수행하였으며 제안된 방법으로는 패킷 손실이 거의 없음을 알 수 있었다. 최종적으로 제안된 핸드오버 방식에 사용된 이동성 프로토콜이 지연과 패킷 손실에 민감한 응용 서비스에 사용될 수 있음을 보인다.

멀티 홉 Wi-Fi Direct 통신 기반 실시간 영상관리 시스템 성능 분석 (Performance Analysis of Real-Time Video Management System Based on Multi-Hop Wi-Fi Direct Communication)

  • 우채율;조미란;권순량
    • 한국통신학회논문지
    • /
    • 제41권11호
    • /
    • pp.1472-1480
    • /
    • 2016
  • 지진, 홍수, 태풍 등의 자연 재해 및 화재, 테러 등 재난 발생시 현장 상황의 영상을 촬영하여 지휘본부에 위치한 서버에 전송하여 현장상황을 한 눈에 파악할 수 있게 하는 영상관리시스템이 요구된다. 본 논문에서는 영상관리시스템 구축에 필요한 성능 요소 정보를 파악하기 위해 와이파이 다이렉트 통신 기반의 애드혹 망 구성 방법을 제시하고 영상관리시스템에 대한 환경 구축을 통해 성능을 평가하였다. 평가한 성능 시험항목은 '영상 압축률 및 영상 크기에 따른 패킷 흐름 시험', '거리에 따른 패킷 흐름 및 트래픽 시험', 'LOS(Line of Sight) 여부에 따른 패킷 흐름 시험', '시나리오 성능 시험'이다.

A Study on IISS Software Architecture of Combat Management System for improving modifiability

  • Park, Ji-Yoon;Yang, Moon-Seok;Lee, Dong-Hyeong
    • 한국컴퓨터정보학회논문지
    • /
    • 제25권2호
    • /
    • pp.133-140
    • /
    • 2020
  • 정보저장 소프트웨어는 DSS(Data Sharing Service), UDP와 같은 통신 방식을 사용하여 전투관리체계에서 송/수신되는 모든 메시지를 분석컴퓨터로 전송하는 기능을 수행한다. 정보저장 소프트웨어는 전투 관리체계에서 사용되는 모든 메시지를 처리하기 때문에 소스코드의 규모가 크며 메시지 변화에 의존성이 강한 특성을 가진다. 소프트웨어의 수정은 연쇄적으로 소프트웨어 신뢰성 시험과 같은 많은 노동력을 요구하는 작업이 발생하기 때문에, 소프트웨어 수정 최소화를 비롯한 소프트웨어 개발 비용 절감을 위한 연구가 지속적으로 이루어지고 있다. 본 논문에서는 전투관리체계 정보저장 소프트웨어의 메시지 변화에 대한 의존성을 최소화하고 수정 용이성의 향상을 위한 메시지 수신 방식 및 아키텍처 구조 개선 방안을 연구하였다. DSS와 UDP 프로토콜을 통하여 메시지를 송/수신하던 기존의 방식을 Packet Sniffing으로 변경함으로써 메시지에 대한 의존성을 줄였으며 팩토리 메소드 패턴(Factory Method Pattern)을 적용하여 소프트웨어 설계를 개선하였다. 기존 소프트웨어와 개발 요소를 비교하는 시험을 통해 소프트웨어의 수정 용이성과 재사용성이 향상 된 것을 확인하였다.

Theoretical and experimental study on damage detection for beam string structure

  • He, Haoxiang;Yan, Weiming;Zhang, Ailin
    • Smart Structures and Systems
    • /
    • 제12권3_4호
    • /
    • pp.327-344
    • /
    • 2013
  • Beam string structure (BSS) is introduced as a new type of hybrid prestressed string structures. The composition and mechanics features of BSS are discussed. The main principles of wavelet packet transform (WPT), principal component analysis (PCA) and support vector machine (SVM) have been reviewed. WPT is applied to the structural response signals, and feature vectors are obtained by feature extraction and PCA. The feature vectors are used for training and classification as the inputs of the support vector machine. The method is used to a single one-way arched beam string structure for damage detection. The cable prestress loss and web members damage experiment for a beam string structure is carried through. Different prestressing forces are applied on the cable to simulate cable prestress loss, the prestressing forces are calculated by the frequencies which are solved by Fourier transform or wavelet transform under impulse excitation. Test results verify this method is accurate and convenient. The damage cases of web members on the beam are tested to validate the efficiency of the method presented in this study. Wavelet packet decomposition is applied to the structural response signals under ambient vibration, feature vectors are obtained by feature extraction method. The feature vectors are used for training and classification as the inputs of the support vector machine. The structural damage position and degree can be identified and classified, and the test result is highly accurate especially combined with principle component analysis.

Layer 3 이더넷 스위치 성능 시험 방법론 연구 (A Methodology for Performance Testing of Ethernet Switch)

  • 김용선
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2000년도 추계종합학술대회 논문집(1)
    • /
    • pp.441-444
    • /
    • 2000
  • This paper covers the performance testing for layer 3 Ethernet switch based on various methodologies by which we can measure essential metrics such as throughput, latency, frame loss rate, and back to back frames. In the first place, layer 2 and layer 3 switch evolution is introduced followed by description of IP packet switching in layer 3 switch. And then, the above test metrics and test methodologies are illustrated as well. At last, we conduct the performance testing for layer 3 switch in case of transmitting packets of 64, 128, 256, 512, 1024, 1280, and 1518 byte size and analyze then results.

  • PDF

NoC-Based SoC Test Scheduling Using Ant Colony Optimization

  • Ahn, Jin-Ho;Kang, Sung-Ho
    • ETRI Journal
    • /
    • 제30권1호
    • /
    • pp.129-140
    • /
    • 2008
  • In this paper, we propose a novel ant colony optimization (ACO)-based test scheduling method for testing network-on-chip (NoC)-based systems-on-chip (SoCs), on the assumption that the test platform, including specific methods and configurations such as test packet routing, generation, and absorption, is installed. The ACO metaheuristic model, inspired by the ant's foraging behavior, can autonomously find better results by exploring more solution space. The proposed method efficiently combines the rectangle packing method with ACO and improves the scheduling results by dynamically choosing the test-access-mechanism widths for cores and changing the testing orders. The power dissipation and variable test clock mode are also considered. Experimental results using ITC'02 benchmark circuits show that the proposed algorithm can efficiently reduce overall test time. Moreover, the computation time of the algorithm is less than a few seconds in most cases.

  • PDF

인지 무선 시스템에서 웨이블릿 패킷 분해를 이용한 서포트 벡터 머신 기반 스펙트럼 센싱 (Spectrum Sensing based on Support Vector Machine using Wavelet Packet Decomposition in Cognitive Radio Systems)

  • 이규형;이영두;구인수
    • 한국인터넷방송통신학회논문지
    • /
    • 제18권2호
    • /
    • pp.81-88
    • /
    • 2018
  • 부사용자가 주사용자의 주파수 사용 상태를 판별하기 위해 인지 무선 시스템의 핵심 기술인 스펙트럼 센싱을 사용한다. 스펙트럼 센싱 기법 중 에너지 검출법은 할당 된 채널 신호의 강도에 따라서 주사용자의 주파수 사용 유무를 판별한다. 이 기법은 단순히 신호의 크기를 이용해 스펙트럼 센싱하기 때문에 SNR 대역이 낮아질수록 주사용자의 신호를 검출하기 어렵다는 단점이 있다. 본 논문은 낮은 SNR 대역에서의 성능 열화를 극복하기 위해 웨이블릿 패킷 분해를 사용한 서포트 벡터 머신을 스펙트럼 센싱과 융합하는 방식을 제안하였다. 이 방식은 센싱 신호를 웨이블릿 패킷 분해를 기반으로 특징 추출하여 Support Vector Machine의 훈련과 실험용 데이터로 사용한다. 제안한 방식의 실험 결과를 SNR대역에 대해 정확도와 ROC 커브 그래프의 AUC를 이용하여 에너지 검출법과 비교하였다. 실험 결과, 제안한 시스템은 낮은 SNR대역에서 에너지 검출법 보다 더 향상된 판별 성능을 보였다.

고속 패킷 접속 규격 플랫폼 기반 연속적인 패킷 연결 프로토콜의 유연한 구조 설계 (The Flexible Design Architecture for a Continuous Packet Connectivity Protocol on High Speed Packet Access Platform)

  • 권현일;김경호;이충용
    • 대한전자공학회논문지SD
    • /
    • 제46권12호
    • /
    • pp.30-35
    • /
    • 2009
  • 본 논문에서는 3GPP (third generation partnership project) 릴리즈 7 고속 패킷 접속 에볼루션 규격에 포함된 기능 중 기지국 수용 능력 향상, 지연 시간 단축, 그리고 단말소비 전력 감소를 목적으로 새롭게 추가된 연속적인 패킷 연결 프로토콜의 유연한 설계 구조에 대한 것이다. 상기 프로토콜이 3GPP 고속 패킷 접속 규격 기준으로 새롭게 추가된 기능임에 착안하여, 기존 설계 및 검증된 고속 패킷 접속 플랫폼에서 최소한의 하드웨어 변경 및 추가만으로 상기 프로토콜이 구현되도록 고려하였다. 상기 제안된 연속적인 패킷 연결 프로토콜은 비연속적인 송/수신 모드 관련 신호 생성부와 기존 고속 패킷 접속 플랫폼과의 연동을 위한 인터페이스부로 구분된다. 마지막으로 제안된 연속적인 패킷 연결 프로토콜은 셀룰러 이동통신 분야에 적합하도록 규정화된 검증 단계에 따라 기존 고속 패킷 접속 FPGA 단말 모뎀 플랫폼 상에서 다양한 시나리오에 따라 검증되었다.

안정적 Wi-Fi 방송 서비스를 위한 무선 랜 전송 특성 분석 (Analysis of IEEE 802.11 Broadcast for Reliable Wi-Fi Broadcast)

  • 정재현;김동현;김종덕
    • 한국통신학회논문지
    • /
    • 제36권8B호
    • /
    • pp.954-961
    • /
    • 2011
  • 무선 랜 기술을 방송 분야에 응용하기 위해서는 IEEE 802.11 방송 패킷에 대한 이해가 필요하다. 현재 IEEE 802.11 방송 패킷 전송 기술은 Unicast 패킷 전송 기술에 비해 컨텐츠 전달의 신뢰성을 보장 할 수 없다는 단점이 있다. 이러한 무선 랜 방송 기술의 손실률 제어를 위한 기법으로 FEC가 주로 사용되고 있다. 무선 랜 방송 기술에 FEC 기법을 활용함에 있어서 핵심은 복구를 위한 여분의 패킷 양을 결정하는 것이다. 이에 본 논문은 먼저 다중 무선 랜 전송률-(1-54Mbps) 이 지원되는 방송 테스트베드를 구성하였다. 그리고 방송 패킷의 길이, 무선랜 전송률, 주변 환경에 따른 손실률을 구하고 손실률을 최소화 할 수 있는 인자들의 값을 도출 하였다. 나아가 구해진 손실률을 이용하여 FEC 여분 패킷 양을 결정하였다.