Quality of Service (QoS) in LTE
Background: Why we need QoS ?
There are premium subscribers who always want to have better user experience on their 4G LTE device. These users are willing to pay more for high bandwidth and better network access on their devices. Not only the subscribers but some services itself need better priority handling in the network (e.g. VoIP call). To be able to full fill this, QOS plays the key role. QOS defines priorities for certain customers / services during the time of high congestion in the network
3GPP definition for QoS
between UE and PDN Gateway and is applied to a set of bearers. 'Bearer'
is basically a virtual concept and is a set of network configuration to
provide special treatment to set of traffic e.g. VoIP packets
are prioritized by network compared to web browser traffic.
In LTE, QoS is applied on Radio bearer, S1 bearer and S5/S8 bearer, collectively called as EPS bearer as shown in figure below.
bearer types and properties associated with each bearer
through hierarchical chart as shown below. First there are two types of
Bearer, i.e. Dedicated bearer and Default bearer. There is at-least one
default bearer established when UE is attached to LTE network while
dedicated bearer is always established when there is need to provide QoS
to specific service (like VoIP, video etc). Please go through the
article Default and Dedicated Bearer which hopefully will help to explain the concept in more detail.
maximum bit rate is the maximum allowed total non-GBR throughput to
specific APN. It is specified interdependently for uplink an downlink
can only be non-GBR type. Some other important terms associated with
each bearer type are discussed below:
retention priority is basically used for deciding whether new bearer
modification or establishment request should be accepted considering the
current resource situation.
is always associated with dedicated bearer and while default bearer may
or may not have TFT. As mentioned earlier, dedicated bearer provides QoS
to special service or application and TFT defines rules so that UE and
Network knows which IP packet should be sent on particular dedicated
bearer. It usually has rules on the basis of IP packet
destination/source or protocol used.
EPS bearer ID. As I discussed in previous article about dedicated and
default bearer, we know that each dedicated bearer is always linked to
one of default bearers. L-EBI tells Dedicated bearer which default
bearer it is attached to.
bearer is attached to some PDN network and has its own IP address while
dedicated bearer does not need this since it is linked to default
bearer.
associated with all bearers i.e. QoS class of identifier (QCI).This
parameter basically defines IP level packets characteristics as shown
below
Default bearer 1: Used for signaling messages (sip signaling) related to IMS network. It uses qci 5
Dedicated bearer: Used for VoLTE VoIP traffic. It uses qci 1 and is linked to default bearer 1
Default bearer 2: Used for all other smartphone traffic (video, chat, email, browser etc), assuming qci 9 is used here
associated with IMS PDN and has specific IP address. It has throughput
limitations defined in terms of A-AMBR and UE-AMBR. Since it has qci 5
which means that its IP packets has the highest priority over other IP
packets and maximum delay as 100ms between UE and PGW with packet loss
percentage up to 10-6
internet PDN and has specific IP. It has throughput limitations defined
in terms of A-AMBR and UE-AMBR as well. Since it has qci 9 which means
that its IP packets has the lowest priority over other IP packets and
maximum delay possible as 300ms between UE and PGW with packet loss
percentage up to 10-6
Default bearer 1 with L-EBI and it also has TFT which basically defines
which IP packets should be allowed to travel on this bearer. It has
throughput limitations defined in terms of MBR and GBR. Since it is
using QCI 1, the IP packets traveling on this bearer have the second
highest priority. The maximum delay possible to IP packets on this
bearer is 100 ms and the percentage of packet loss will be under 10-2
Quality of Service (QoS) in LTE的更多相关文章
- [转] Quality Of Service In OpenStack
http://tropicaldevel.wordpress.com/2013/07/15/quality-of-service-in-openstack/ In this post I will b ...
- Quality of Service 0, 1 & 2
来自:http://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels Quality of Servi ...
- Quality of service
w https://en.wikipedia.org/wiki/Quality_of_service Quality of service (QoS) is the overall performan ...
- MQTT协议QoS服务质量 (Quality of Service 0, 1 & 2)概念学习
什么是 QoS ? QoS (Quality of Service) 是发送者和接收者之间,对于消息传递的可靠程度的协商. QoS 的设计是 MQTT 协议里的重点.作为专为物联网场景设计的协议,MQ ...
- neutron qos Quality of Service
Quality of Service advanced service is designed as a service plugin. The service is decoupled from t ...
- [译]Ocelot - Quality of Service
原文 可以针对每个ReRoute设置对下游服务的熔断器circuit breaker.这部分是通过Polly实现的. 将下面的配置添加到一个ReRoute下面去. "QoSOptions&q ...
- Default Bearer, Dedicated Bearer... What exactly is bearer ?
Default Bearer, Dedicated Bearer... What exactly is bearer ? While trying to get a better understa ...
- LTE QOS
http://wenku.baidu.com/link?url=ziFIkdKaC7MU2RY-bTOp2bt87WFPw5_02bqmYs5W6w4ktOfPHEcWesK1U2T7YiyXjVSM ...
- Information Centric Networking Based Service Centric Networking
A method implemented by a network device residing in a service domain, wherein the network device co ...
随机推荐
- Random获取不重复随机数
Random R = new Random(Guid.NewGuid().GetHashCode()); int i = R.Next(9999);
- winfrom实现控件全屏效果
用常规方法实现全屏显示时,由于采用的三方控件导致界面顶端一直有一条半透明的类似标题栏的东西无法去除,原因一直没找到. 下面综合整理下网上两位博主的用WindowsAPI实现全屏的方法: 控件全屏显示: ...
- Java enum(枚举)使用详解之二
enum 对象的常用方法介绍 int compareTo(E o) 比较此枚举与指定对象的顺序. Class<E> getDeclaringClass() ...
- 学习Web前端的好网站推荐
说明:将其他技术技术网址也搜藏到下面,与君共同进步 1.Jquery专题 http://kb.cnblogs.com/zt/jquery/ 2.Entity Framwork专题 http://kb. ...
- .Net下RabbitMQ发布订阅模式实践
一.概念AMQP,即Advanced Message Queuing Protocol,高级消息队列协议,是应用层协议的一个开放标准,为面向消息的中间件设计.消息中间件主要用于组件之间的解耦,消息的发 ...
- Google浏览器插件
Scholarscope XPath Helper Web Scraper JSON-handle User-Agent Swicher Markdown Here
- 8、scala函数式编程
一.函数式编程1 1.介绍 Scala中的函数是Java中完全没有的概念.因为Java是完全面向对象的编程语言,没有任何面向过程编程语言的特性,因此Java中的一等公民是类和对象, 而且只有方法的概念 ...
- String类、static、Arrays类、Math类
String类.static.Arrays类.Math类 String类.static.Arrays类.Math类 String类.static.Arrays类.Math类 String类.stati ...
- 再看thinkphp5分页类使用
之前使用tp5的分页paginate类时只用到了第一个参数,也就是每页显示多少行 今天又仔细看了下手册和paginate类,发现paginate可传入的参数有很多,可以满足更多需求 比如可以指定分页的 ...
- C语言的头文件和宏定义详解
原文链接:https://blog.csdn.net/abc_12366/article/details/79155540