当前位置:网站首页>SRv6 performance measurement
SRv6 performance measurement
2022-08-10 00:34:00 【InfoQ】
1. Basic principles of TWAMP measurement
- Full Architecture: Session-Sender and Control-Client are combined into one entity, called Controller; Session-Reflector and Server are combined into one entity,Known as Responder.The Controller interacts with the Responder through TCP-type TWAMP Control packets to establish a test session.After the session is established, the Controller sends a UDP packet to the Responder, and the Session-Reflector in the Responder responds to the TWAMP Test packet.
- Light Architecture: Session-Sender, Control-Client and Server are combined into one entity, called Controller;Session-Reflector is an entity called Responder.Under the Light architecture, key information is directly sent to the Controller through the interface configuration, and the TCP packet negotiation process on the control plane is not required, simplifying the Controller to be the Sender; the Responder is only responsible for receiving TWAMP Test packets and responding to the packets, thus simplifying the overall architecture.
2. Active SRv6 performance measurement based on TWAMP

3. Hybrid SRv6 performance measurement based on dyeing

边栏推荐
- iNFTnews | 迪士尼如何布局Web3
- 力扣:322. 零钱兑换
- HUAWEI CLOUD escorts the whole process of "Wandering Ark" for the first time, creating a popular brand
- LiveData : Transformations.map和 Transformations.switchMap用法
- torch.distributed多卡/多GPU/分布式DPP(二)——torch.distributed.all_reduce(reduce_mean)&barrier&控制进程执行顺序&随机数种子
- The latest "Grain Academy Development Tutorial" in 2022: 10 - Front-end payment module
- daemon
- 【面试高频题】可逐步优化的链表高频题
- Analyses the development status quo of stock trading
- tiup cluster start
猜你喜欢

Bi Sheng Compiler Optimization: Lazy Code Motion

【云原生】一文讲透Kubevela addon如何添加腾讯Crane

如何知道电脑开机记录?

用哈希简单封装unordered_map和unordered_set
![[Interface Test] Decoding the request body string of the requests library](/img/99/82ef792dacd398a8a62dd94f235a91.png)
[Interface Test] Decoding the request body string of the requests library

【JZOF】32从上往下打印二叉树

&& 不是此版本的有效语句分隔符

【面试高频题】可逐步优化的链表高频题
![[Cloud Native] This article explains how to add Tencent Crane to Kubevela addon](/img/42/384caec048e02f01461292afc931be.jpg)
[Cloud Native] This article explains how to add Tencent Crane to Kubevela addon

Mysql/stonedb - slow SQL - 2022-08-09 Q16 analysis
随机推荐
都在说云原生,那云原生到底是什么?
【云原生】一文讲透Kubevela addon如何添加腾讯Crane
Technology feast!Huayun Data brings six topics to OpenInfra Days China
打包报错 AAPT: error: failed to read PNG signature: file does not start with PNG signature.
力扣:279.完全平方数
How to know the computer boot record?
Day 12 of learning to program
daemon
Leetcode 235. 二叉搜索树的最近公共祖先
Filament - Material basic graphics drawing
String类常用方法
【实用工具系列】MathCAD入门安装及快速上手使用教程
H5实现分享功能
【AtomicInteger】常规用法
tiup cluster scale-out
Miscellaneous talk - the sorrow of programmers
正则表达式的实际使用
金仓数据库 KingbaseGIS 使用手册(6.5. 几何对象编辑函数)
国内十大活跃报表 BI 产品深度对比及点评
力扣:377. 组合总和 Ⅳ