Default Bearer, Dedicated Bearer... What exactly is bearer ?
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
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
Default Bearer, Dedicated Bearer... What exactly is bearer ?的更多相关文章
- OpenShift 如何获取bearer Token以便进行各种API调用
Openshift 需要通过bearer token的方式和API进行调用,比如基于Postman就可以了解到,输入bearer token后 1.如何获取Bearer Token 但Bearer T ...
- The OAuth 2.0 Authorization Framework: Bearer Token Usage
https://tools.ietf.org/html/rfc6750 1.2. Terminology Bearer Token A security token with the property ...
- Bearer Token & OAuth 2.0
Bearer Token & OAuth 2.0 access token & refresh token http://localhost:8080/#/login HTTP Aut ...
- dedicated bearer
Session Initiation Protocol (SIP) Basic Call Flow ExamplesRFC3665 intuitive, done. PDF] TS 123 401 ...
- 手动搭建ABP2.1.3 Zero——基础框架
一.基础层搭建 二.PM.Core 三.PM.EntityFramework 四.PM.Application 五.PM.WebApi 六.PM.Web(MPA) 七.PM.Web(SPA) 八.单元 ...
- Revit 2017 编程须要用Visual Studio2015 +.NET Framework 4.52
一年一度的Revit产品公布时刻,我们抢先想各位介绍下Revit 2017的变化和新功能 Major changes and renovations to the Revit API API chan ...
- Quality of Service (QoS) in LTE
Background: Why we need QoS ? There are premium subscribers who always want to have better user expe ...
- 关于如何在Android、Java等非微软平台上建立高信任的SharePoint应用程序
关于如何在非微软平台上建立高信任的SharePoint应用程序 原文 :http://blogs.msdn.com/b/kaevans/archive/2014/07/14/high-trust-sh ...
- SharePoint 2013 Apps TokenHelper SharePointContext OAuth Provider-Hosted App (抄袭,测试 csc.rsp 用)
namespace Microshaoft.SharePointApps { using Microsoft.IdentityModel; using Microsoft.IdentityModel. ...
随机推荐
- JavaScript设模式---单例模式
单例模式也称为单体模式,其中: 1,单体模式用于创建命名空间,将系列关联的属性和方法组织成一个逻辑单元,减少全局变量. 逻辑单元中的代码通过单一的变量进行访问. 2,三个特点: ① 该类只有一个实例: ...
- webrower + CEF
理解WebKit和Chromium: Content API和CEF3 标签: apiAPIAPibrowserchromeChromehtml5HTML5Html5web ...
- linux日常管理-系统服务
开机不启动不必要系统服务,节省硬件资源,解决安全隐患 调整服务有两种办法 没有这个命令就安装一下.执行这个命令,出现下面界面 按空格键选择或取消,tab切换选择确定或取消 系统服务留下 crond i ...
- 利用java mail发送邮件
import java.util.Date; import java.util.Properties; import javax.activation.DataHandler; import java ...
- Gpon与Epon的区别
一.GPON Gpon(Gigabit-Capable pon)技术起源于ATMPON技术标准,现已形成基于ITU-TG.984.X标准的最新一代宽带无源光综合接入标准. 1.GPON技术特点: 1. ...
- 【PHP】composer 常用命令
- 25. CTF综合靶机渗透(17)
靶机链接 https://www.vulnhub.com/entry/the-ether-evilscience,212 运行环境 本靶机提供了VMware的镜像,从Vulnhub下载之后解压,运行v ...
- 该项目中不存在目标“GatherAllFilesToPublish”
在项目发布的时候报了一个 该项目中不存在目标“GatherAllFilesToPublish” 的奇怪错误,查了之后,在报错的.csproj里面添加 <Target Name="Ga ...
- Codeforces Round #522 Div2C(思维)
#include<bits/stdc++.h>using namespace std;int a[200007];int b[200007][7];int ans[200007];int ...
- Linux基础学习(一)
前言:这个学习笔记是为了督促自己能够更好的学习Linux的有关知识. 参考书目 鸟哥的linux私房菜 Chapter 1:入门建议 新手建议:重点 基础一定一定要学好 那么什么是基础呢? 先从Lin ...