| 리포트 | 기술문서 | 테크-블로그 | 원샷 갤러리 | 링크드인 | 스폰서 컨텐츠 | 네트워크/통신 뉴스 | 인터넷자료실 | 자유게시판    한국 ICT 기업 총람 |

제품 검색

|

통신 방송 통계

 
 
 
섹션 5G 4G LTE C-RAN/Fronthaul Gigabit Internet IPTV/UHD IoT SDN/NFV Wi-Fi Video Streaming KT SK Telecom LG U+ OTT Network Protocol CDN YouTube Data Center
 

2025

5G 특화망

포탈

Private 5G/이음 5G

 포탈홈

  넷매니아즈 5G특화망 분석글 (153)   5G특화망 4가지 구축모델   산업분야별 5G특화망 활용사례  5G특화망 정량적 도입효과  |  [5G 특화망 벤더Samsung | HFR | more
 

해외

  국가별 사설5G 주파수 [국가별 구축현황] 일본 | 독일 | 중국미국 | 프랑스 | 영국  [사설5G 사업자] Verizon | AT&T | DT | Telefonica | AWS | Microsoft | NTT동일본 | NTT Com    
 

국내

  5G 특화망 뉴스 | 국내 5G 특화망 구축 현황  UPDATED  | 국내 5G 특화망사업자 현황 (19개사) | 국내 자가구축사례 일람 | 국내 특화망 실증사업사례 일람 | 5G 특화망 정책
 
 

[5G 특화망 구축 사례] 한국식품산업클러스터 | 반월시화산단 삼성서울병원 | 롯데월드 | 한국수력원자력 | 해군본부 | 한국전력공사 | 머크 바이오센터 more  [이통사] KT

 
 
스폰서채널 |

 HFR mobile의 5G 특화망 솔루션 (my5G)  Updated   |   뉴젠스의 5G 특화망 구축 및 운영 서비스  NEW  

  스폰서채널 서비스란?
banner
banner
[RE] qos중에 gts에서 좀 알려주세여./ㅜ.ㅜ
Reg. Date: May 26, 2003 By 진병휘
답변 넘 감사합니다./.^^*
참조가 넘 많이 되었습니다...^^*
좋은 하루 되세여...

>이시우입니다.
>
>burst-size :
>burst를 설정을 하는경우엔 LLQ(low latency queueing)를 사용가능하게 되며, 32 ~ 2백만 ms까지 지정할수 있고.Weighted Fair Queuing상에서 Class Base형태로 고정적인 Priority Queueing을 사용가능하게 합니다.  즉 다른 Packet들 보다 먼저 또는 늦게 Queueing을 할수 있도록 설정합니다. 정확히 말하면 LLQ상에 Committed Burst (Bc) size를 지정하는것을 말하며, 일시적으로 Traffic상이 몰릴경우 Burst값을 조정하게 하여 줍니다.
>
>Excess Burst Size :
>CIR값의 범위값 외부에 있는 non-committed bits의 의 수를 지정합니다.
>보통 이 값들은 discard되어 지는 것을 표시 하기도 합니다.
>
>아래는 Cisco에서 말하는 Traffic Shapping 값들 입니다. 참조하세요.
>
>Traffic Shaping Parameters
>
>CIR = committed information rate (= mean time)
>EIR = excess information rate
>TB = token bucket (= Bc + Be)
>Bc = committed burst size (= sustained burst size)
>Be = excess burst size
>DE = discard eligibility
>Tc = measurement interval
>AR = access rate corresponding to the rate of the physical interface (so if you use a T1, the AR is approximately 1.5 Mbps).
>
>관련된것들만 적어 놓습니다.
>
>Committed Burst Size (Bc)
>The maximum committed amount of data you can offer to the network is defined as Bc. Bc is a measure for the volume of data for which the network guarantees message delivery under normal conditions. It is measured during the committed rate Tc.
>
>Excess Burst Size (Be)
>The number of non-committed bits (outside of CIR) that are still accepted by the Frame Relay switch but are marked as eligible to be discarded (DE).
>
>The token bucket is a 'virtual' buffer. It contains a number of tokens, enabling you to send a limited amount of data per time interval. The token bucket is filled with Bc bits per Tc. The maximum size of the bucket is Bc + Be. If the Be is very big and, if at T0 the bucket is filled with Bc + Be tokens, you can send Bc + Be bits at the access rate. This is not limited by Tc but by the time it takes to send the Be. This is a function of the access rate.
>
>Committed Information Rate (CIR)
>The CIR is the allowed amount of data which the network is committed to transfer under normal conditions. The rate is averaged over a increment of time Tc. The CIR is also referred to as the minimum acceptable throughput. Bc and Be are expressed in bits, Tc in seconds, and the access rate and CIR in bits per second.
>
>Bc, Be, Tc and CIR are defined per data-link connection identifier (DLCI). Due to this, the token bucket filter controls the rate per DLCI. The access rate is valid per user-network interface. For Bc, Be and CIR incoming and outgoing values can be distinguished. If the connection is symmetrical, the values in both directions are the same. For permanent virtual circuits, we define incoming and outgoing Bc, Be and CIR at subscription time.
>
>Peak = DLCI's maximum speed. The bandwidth for that particular DLCI.
>Tc = Bc / CIR
>Peak = CIR + Be/Tc = CIR (1 + Be/Bc)
>
>If the Tc is one second then:
>Peak = CIR + Be = Bc + Be
>EIR = Be
>
>참조사이트
>
>Traffic shaping (Configuring and Troubleshooting Frame Relay)
>http://www.cisco.com/en/US/partner/tech/tk713/tk237/technologies_tech_note09186a0080094372.shtml
>
>GTS
>http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1831/products_configuration_guide_chapter09186a00800c60cc.html
>
>burst
>http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1834/products_feature_guide09186a0080080232.html#19231
>
>
>좋은하루 되세요..
>
Thank you for visiting Netmanias! Please leave your comment if you have a question or suggestion.

 

     
         
     

 

     
     

넷매니아즈 회원 가입 하기

2020년 1월 현재 넷매니아즈 회원은 47,000+분입니다.

 

넷매니아즈 회원 가입을 하시면,

► 넷매니아즈 신규 컨텐츠 발행 소식 등의 정보를 이메일 뉴스레터로

   발송해드립니다.

► 넷매니아즈의 모든 컨텐츠를 pdf 파일로 다운로드받으실 수 있습니다. 

     
     

 

     
         
     

 

비밀번호 확인
코멘트 작성시 등록하신 비밀번호를 입력하여주세요.
비밀번호