Default Bearer, Dedicated Bearer... What exactly is bearer ?

 

While trying to get a better understanding of VoLTE and IMS , I came across bearers stuff which I thought might be useful to share with you guys. Before we talk about what default and dedicated bearer is, let's understand what bearer itself is :
 
Bearer is just a virtual concept. It defines how the UE data is
treated when it travels across the network. Network might treat some
data in a special way and treat others normally. Some flow of data might
be provided guaranteed bit rate while other may face low transfer. 

In short, bearer is a set of network parameter that defines data specific treatment   e.g.
Person A will always get at least 256 Kbps download speed on his LTE
phone while for person B there is no guaranteed bit rate and might face
extremely bad download speed at times

Now let me talk briefly about Dedicated and Default bearer one by one.

Default Bearer in LTE

When LTE UE attaches to the network for the first time, it will be
assigned default bearer which remains as long as UE is attached. Default
bearer  is best effort service. Each default bearer comes with an IP
address. UE can have additional default bearers as well. Each default
bearer will have a separate IP address. QCI 5 to 9 (Non- GBR) can be
assigned to default bearer. 
 

Dedicated Bearer

To put it simple, dedicated bearers provides dedicated tunnel to one or
more specific traffic (i.e. VoIP, video etc). Dedicated bearer acts as
an additional bearer on top of default bearer. It does not require
separate IP address due to the fact that only additional default bearer
needs an IP address and therefore dedicated bearer is always linked to
one of the default bearer established previously. Dedicated bearer can
be GBR or non-GBR (whereas default bearer can only be non-GBR). For
services like VoLTE we need to provide better user experience and this
is where Dedicated bearer would come handy. Dedicated bearer uses
Traffic flow templates (TFT) to give special treatment to specific
services

Example

Usually LTE networks with VoLTE implementations has two default and one dedicated bearer

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)

Why dont we use dedicated bearer for ims signaling as well ?
IMS network is separate network from normal internet. And it comes with
its own APN. Therefore we need separate default bearer for IMS network.
This also helps in separating IMS traffic from normal internet traffic
as well

How it is decided to send voip traffic (for example) on dedicated bearer?
Both UE and eNB has TFT which has rules for certain services. For
example, incase of VoLTE voip traffic, the rule are defined on the basis
of protocol number , destination network ip network etc

How is dedicated bearer linked to default bearer?
The value of "Linked EPS bearer identity" defined in setup info of
dedicated bearer is used to link dedicated bearer to default bearer

Please also visit Quality of Service (QoS) in LTE to get more better understanding on bearers and QoS

最新文章

  1. DB2表分区删除
  2. python数据结构-列表-基本操作
  3. PHP闭包(Closure)初探
  4. 【转】Compile、Make和Build的区别
  5. System.ComponentModel.BackgroundWorker在WinForm中的异步使用
  6. perl的INC设置
  7. 安卓和 java 学习笔记
  8. 仿IOS7日期选择控件(新)
  9. (二十五)键盘的设置与TextField细节处理
  10. java学习笔记03-基本语法
  11. eclipse中alt+/失效的几种解决方法
  12. LG2292 L语言
  13. leetcode143. Reorder List
  14. Linux CAN Shell 测试脚本程序
  15. Socket编程,SocketServer模块
  16. Luogu5280 ZJOI2019线段树(线段树)
  17. Go 初体验 - 死锁的几种情况
  18. Lisp之根源 --- 保罗格雷厄姆
  19. ZooKeeper 集群的安装、配置---Dubbo 注册中心
  20. 【数组】Majority Element II

热门文章

  1. [原创]SQL 把表中某一个列按照逗号拼接成一行
  2. Ubuntu12.04安装 vsftpd
  3. HDU 5245 Joyful (期望)
  4. 在虚拟机环境(CentOS7系统)下将kubernetes中部署服务成功,但在虚拟机外部无法访问到服务
  5. 《Linux内核设计与实现》读书笔记(三)- Linux的进程
  6. MySQL 文件导入出错
  7. linux网络基础-网卡bonding技术
  8. CAS客户端整合(三) Otrs
  9. cf835(预处理 + 记忆化dp)
  10. DNS 网关 路由 交换机 网桥 协议 服务器 这些都是什么关系?