Mobility Management in Cellular Networks and MAP - Mobile Application Part

Total Page:16

File Type:pdf, Size:1020Kb

Mobility Management in Cellular Networks and MAP - Mobile Application Part Mobility Management in Cellular Networks and MAP - Mobile Application Part Mobility Management in GSM GSM (2+ …) services Short Message Service Support of GPRS Raimo Kantola – S- 2015 Signaling Protocols 9 - 1 Summary of course scope H.323 or SIP or SIP ISUP IP IP HLR/ CAS, R2 Control Part of an Exchange HSS PABX Or Call Processing MAP ISDN Server CCS7 ISUP V5 INAP AN Megaco/MGCP/… Media Gateway SCP circuit or Switching Fabric packets Raimo Kantola – S- 2015 Signaling Protocols 9 - 2 Mobility Management in General Comparison of solutions for CS and PS networks Raimo Kantola – S- 2015 Signaling Protocols 9 - 3 Requirements for MM Business • Scalability – this requirement drives requirements the design – scaling to Billions of users – scaling to frequent moves of users Reliability Performance – scaling to battery powered devices • Performance – Seamless moves from cell to another system !duration of break< N ms – power saving of mobiles • Reliability – Success rate of handovers Scalability Flexibility • Business – Trust: Mobility can not be implemented without authentication and security – Roaming has been a killer! Raimo Kantola – S- 2015 Signaling Protocols 9 - 4 Analysis tree links signaling to routing From signaling: ABC – destination A ABCd – shortest subscriber number ABCdefgh – longest subscriber nr Buckets B C We assume that d the analysis is done e using a tree structure similar to this. f g In this mobility design: Last node points to a bucket h file that contains the physical location of the user (routing address) i.e. if logical numbers are also used as routing numbers ! we will show that this does not scale Raimo Kantola – S- 2015 Signaling Protocols 9 - 5 Mobility requires logical subscriber numbers - are mapped dynamically to network topology bound routing numbers • For most nodes it is enough to understand only the prefix of the routing number (topological proximity = proximity in number space). • Example: 6*109 subscribers, number length = 13 digits Rough memory estimate for the analysis tree based on dialed digits (no separate routing numbers). Tree is made of nodes of 64 octets. One node is used to analyse one dialed digit Use of numbering space: on average 5…6 values in each position are used m13 = 6 *109 13 lg m = 9 + lg 6 m = 5.65 Nrof nodes in the tree is (m is also the branching factor!) m13 - 1 1 + m + m2 + … m12 = ≈ 1.3 * 109 m - 1 Raimo Kantola – S- 2015 Signaling Protocols 9 - 6 Analysis tree calculus cont ... Memory requirement is 64 bytes * 1.3*109 = 83 GB • Need to be available for any calls in all nodes: replication will be expensive! • A single read with full number requires 13 memory references, is not a problem • Maintaining replicas is the problem: 4000 Mbit/s Assumptions: 3500 - an update takes a 50 bytes msg 3000 - all updates in 6 hours (of 24h) 2500 NB: 2000 5B - updates/subscriber may 6B need to be done significantly 1500 more often. 1000 500 Problem needs to be 0 0 5 10 15 20 25 30 35 partitioned! Nrof updates per day Raimo Kantola – S- 2015 Signaling Protocols 9 - 7 What if subscriber numbers are binary? • Example: 109 subs, sub nr length is 128 bits Rough memory estimate for analysis: Analysis tree is made of nodes of 64 octets, each for analysing 4 bits. Usage of hexa code points: mN = 109 N lg m = 9 m = 13.34 …1.9, when N goes from 8 to 32 Nrof nodes in the tree is mN - 1 1 + m + m2 + … mN-1 = = 114 to 4290 million m - 1 Result is of the same order of magnitude as for decadic numbers! NB: the branch factor is rounded up to the next integer Raimo Kantola – S- 2015 Signaling Protocols 9 - 8 Other problems in the design • When the number of subscribers grows, memory allocated to the Number Analysis needs to be upgraded by all operators. • For any single operator, most of the entries in the database are practically useless while a small portion is in active use – many national calls vs. few international calls – Data mining is possible: Every operator can learn something about every subscriber of every other operator ! business secret? • Update traffic (e.g. 100…1500 Mbit/s) per operator takes quite a bit of network capacity (expensive in PCM environment although in the times of Broadband 1Gbit/s is no big deal). Raimo Kantola – S- 2015 Signaling Protocols 9 - 9 In GSM the DB is partitioned by Operator and by Prefix of MSISDN nr • An HLR per a few 100 000…1M subscribers – Operator code + prefix map to HLR • MS-ISDN = directory number = what you dial is mapped to Mobile Subscriber Routing Number (MSRN) by VLR per call or per visit to another network – MSRNs are topology bound numbers ! any exchange (ISDN, GSM or PSTN) can easily use MSRNs to route calls. – MSRNs are managed and allocated by VLRs and not visible to users. • Location area hierarchy decreases nrof updates – Not all location changes need be told to HLR Raimo Kantola – S- 2015 Signaling Protocols 9 - 10 Rough calculus of location update traffic in an HLR with 200 000 subs • 200 000 subscribers • 1 update/5min/subscriber • Rough upper bound estimate: – let one update = 100 octets Traffic = 200 000 * 100 * 8/(5*60) = 0,53Mbit/s. Can be transported on a single PCM-line (2 Mbit/s)! ! Makes sense, is clearly feasible. NB: Existence of HLR and Request to HLR to map MSISDN to MSRN means that this mapping for a subscriber needs to be maintained in two places only: the VLR and the HLR. Raimo Kantola – S- 2015 Signaling Protocols 9 - 11 Location Area Hierarchy in GSM reduces the need for HLR updates MSC/VLR-area HLR knows MSC/VLR Visitor Location Register (VLR) knows SijaintialueLocation Area - = a set of cells - update once/6 min….24h and when CellRouting area power switched on/off etc. - updates need to be authenticated SoluCell In case of GPRS, the SGSN knows the Routing Area = a subset of Location area. Final location is found by paging: - call is sent to all cells in LA - MS receives in favorite cell - cell with best connectivity is chosen Raimo Kantola – S- 2015 Signaling Protocols 9 - 12 Mobility from IP network point of view (1) • Packet forwarding/packet is based RT on routing tables (RT). • Routers maintain RTs by routing protocols. destination-IP addr • Feasible size of the RT is 100 000 … Outgoing I/f/ Next hop IP-addr 500 000 entries = rows. – Bigger RT ! more expensive Routers • Longest match search/packet takes many memory reads (<32). - 1-4 B users !provider addressing (i.e. addresses are aligned with network topology) results feasible RT size - search is based on address prefix not a full 32 bit address When an MS moves, its (topology bound) IP address must change. If not, the RT would need to store host addresses of all MSs! These MS address entries would need to be maintained in all core routers ! not feasible! Raimo Kantola – S- 2015 Signaling Protocols 9 - 13 Mobility from IP network point of view (2) • TCP sessions are identified by – Source-IP-add, Source-port, dest-IP add and dest port • Internet follows provider addressing for scalability reasons – i.e. IP addresses allocation follows network topology closely ! route aggregation in the network core. – Exception that violates topology aligned addressing is multi-homing: e.g. one corporate network connected to at least two ISP networks results that the IP- address aggregate of this corporation becomes visible in the non-default routing core of the Internet – A movement of a mobile node from one network to another means that a new IP address is allocated to the Mobile node. The result is that an ongoing TCP session will fail. Possible solutions to this are: Mobile-IP, tunneling, a new transport protocol instead of TCP etc. – GPRS and 3G WCDMA use tunneling, US CDMA uses Mobile IP, an example of a new transport protocol is SCTP, etc. – Tunneling = carry IP-packets(with non-changing IP addr) inside IP-packets with IP-address that changes with movements from cell to cell • The problem with a large number of entries in a core routing table is not the size itself, rather the problem is maintaining all these route entries up to date at all times in all nodes in the non-default core. Raimo Kantola – S- 2015 Signaling Protocols 9 - 14 Mobile IP • Variants for IPv4 and IPv6 • Is a tunneling solution on layer 3 = within IP protocol itself • Uses IP addresses as Identifiers. • Leads to triangle routing: – Correspondent Node! Home Agent ! Mobile Node!Correspondent Node !! Route optimization + Hierarchical Solutions Raimo Kantola – S- 2015 Signaling Protocols 9 - 15 Nrof probable handovers from cell to cell during a telephone call NrofKanavanvaihtojen hops from cell määrä to cell Call duration 3 min 100 10 1 Speed 150 km/h 0 1 2 3 4 5 6 7 8 Speed 100 km/h 0,1 Speed 50 km/h Speed 15 km/h Speed 5 km/h 0,01 radiusSolun of the säde cell km in km An architecture with less than one handover on average makes sense! Raimo Kantola – S- 2015 Signaling Protocols 9 - 16 Power saving is important for mobiles • Sending and complex processing consume most power. • The more the mobile can sleep the better. • Small cells lead to frequent location updates ! power consumption increases • If main processor of the Mobile needs to wake up each 30s ! battery will be flat in <<12h (different brands behave differently in terms of power consumption) Conclusion from the slide with nrof hops from cell to cell as a function of cell size: Systems that do not allow building cells with the radius in kilometers can not succeed for voice services.
Recommended publications
  • Handover Parameters Optimisation Techniques in 5G Networks
    sensors Article Handover Parameters Optimisation Techniques in 5G Networks Wasan Kadhim Saad 1,2,*, Ibraheem Shayea 2, Bashar J. Hamza 1, Hafizal Mohamad 3, Yousef Ibrahim Daradkeh 4 and Waheb A. Jabbar 5,6 1 Engineering Technical College-Najaf, Al-Furat Al-Awsat Technical University (ATU), Najaf 31001, Iraq; [email protected] 2 Electronics and Communication Engineering Department, Faculty of Electrical and Electronics Engineering, Istanbul Technical University (ITU), Istanbul 34467, Turkey; [email protected] 3 Faculty of Engineering and Built Environment, Universiti Sains Islam Malaysia, Bandar Baru Nilai, Nilai 71800, Malaysia; hafi[email protected] 4 Department of Computer Engineering and Networks, College of Engineering at Wadi Addawasir, Prince Sattam Bin Abdulaziz University, Al Kharj 11991, Saudi Arabia; [email protected] 5 Faculty of Electrical & Electronics Engineering Technology, Universiti Malaysia Pahang, Pekan 26600, Malaysia; [email protected] 6 Center for Software Development & Integrated Computing, Universiti Malaysia Pahang, Gambang 26300, Malaysia * Correspondence: [email protected] Abstract: The massive growth of mobile users will spread to significant numbers of small cells for the Fifth Generation (5G) mobile network, which will overlap the fourth generation (4G) network. A tremendous increase in handover (HO) scenarios and HO rates will occur. Ensuring stable and reliable connection through the mobility of user equipment (UE) will become a major problem in future mobile networks. This problem will be magnified with the use of suboptimal handover control parameter (HCP) settings, which can be configured manually or automatically. Therefore, Citation: Saad, W.K.; Shayea, I.; the aim of this study is to investigate the impact of different HCP settings on the performance Hamza, B.J.; Mohamad, H.; of 5G network.
    [Show full text]
  • Enhanced Mobility Management Mechanisms for 5G Networks
    Enhanced mobility management mechanisms for 5G Networks Akshay Jain ADVERTIMENT La consulta d’aquesta tesi queda condicionada a l’acceptació de les següents condicions d'ús: La difusió d’aquesta tesi per mitjà del r e p o s i t o r i i n s t i t u c i o n a l UPCommons (http://upcommons.upc.edu/tesis) i el repositori cooperatiu TDX ( h t t p : / / w w w . t d x . c a t / ) ha estat autoritzada pels titulars dels drets de propietat intel·lectual únicament per a usos privats emmarcats en activitats d’investigació i docència. No s’autoritza la seva reproducció amb finalitats de lucre ni la seva difusió i posada a disposició des d’un lloc aliè al servei UPCommons o TDX. No s’autoritza la presentació del seu contingut en una finestra o marc aliè a UPCommons (framing). Aquesta reserva de drets afecta tant al resum de presentació de la tesi com als seus continguts. En la utilització o cita de parts de la tesi és obligat indicar el nom de la persona autora. ADVERTENCIA La consulta de esta tesis queda condicionada a la aceptación de las siguientes condiciones de uso: La difusión de esta tesis por medio del repositorio institucional UPCommons (http://upcommons.upc.edu/tesis) y el repositorio cooperativo TDR (http://www.tdx.cat/?locale- attribute=es) ha sido autorizada por los titulares de los derechos de propiedad intelectual únicamente para usos privados enmarcados en actividades de investigación y docencia. No se autoriza su reproducción con finalidades de lucro ni su difusión y puesta a disposición desde un sitio ajeno al servicio UPCommons No se autoriza la presentación de su contenido en una ventana o marco ajeno a UPCommons (framing).
    [Show full text]
  • LTE-M Deployment Guide to Basic Feature Set Requirements
    LTE-M DEPLOYMENT GUIDE TO BASIC FEATURE SET REQUIREMENTS JUNE 2019 LTE-M DEPLOYMENT GUIDE TO BASIC FEATURE SET REQUIREMENTS Table of Contents 1 EXECUTIVE SUMMARY 4 2 INTRODUCTION 5 2.1 Overview 5 2.2 Scope 5 2.3 Definitions 6 2.4 Abbreviations 6 2.5 References 9 3 GSMA MINIMUM BAseLINE FOR LTE-M INTEROPERABILITY - PROBLEM STATEMENT 10 3.1 Problem Statement 10 3.2 Minimum Baseline for LTE-M Interoperability: Risks and Benefits 10 4 LTE-M DATA ARCHITECTURE 11 5 LTE-M DePLOYMENT BANDS 13 6 LTE-M FeATURE DePLOYMENT GUIDE 14 7 LTE-M ReLEAse 13 FeATURes 15 7.1 PSM Standalone Timers 15 7.2 eDRX Standalone 18 7.3 PSM and eDRX Combined Implementation 19 7.4 High Latency Communication 19 7.5 GTP-IDLE Timer on IPX Firewall 20 7.6 Long Periodic TAU 20 7.7 Support of category M1 20 7.7.1 Support of Half Duplex Mode in LTE-M 21 7.7.2 Extension of coverage features (CE Mode A / B) 21 7.8 SCEF 22 7.9 VoLTE 22 7.10 Connected Mode Mobility 23 7.11 SMS Support 23 7.12 Non-IP Data Delivery (NIDD) 24 7.13 Connected-Mode (Extended) DRX Support 24 7.14 Control Plane CIoT Optimisations 25 7.15 User Plane CIoT Optimisations 25 7.16 UICC Deactivation During eDRX 25 7.17 Power Class 26 LTE-M DEPLOYMENT GUIDE TO BASIC FEATURE SET REQUIREMENTS 8 LTE-M ReLEAse 14 FeATURes 27 8.1 Positioning: E-CID and OTDOA 27 8.2 Higher data rate support 28 8.3 Improvements of VoLTE and other real-time services 29 8.4 Mobility enhancement in Connected Mode 29 8.5 Multicast transmission/Group messaging 29 8.6 Relaxed monitoring for cell reselection 30 8.7 Release Assistance Indication
    [Show full text]
  • Network 2020: Mission Critical Communications NETWORK 2020 MISSION CRITICAL COMMUNICATIONS
    Network 2020: Mission Critical Communications NETWORK 2020 MISSION CRITICAL COMMUNICATIONS About the GSMA Network 2020 The GSMA represents the interests of mobile operators The GSMA’s Network 2020 Programme is designed to help worldwide, uniting nearly 800 operators with almost 300 operators and the wider mobile industry to deliver all-IP companies in the broader mobile ecosystem, including handset networks so that everyone benefits regardless of where their and device makers, software companies, equipment providers starting point might be on the journey. and internet companies, as well as organisations in adjacent industry sectors. The GSMA also produces industry-leading The programme has three key work-streams focused on: The events such as Mobile World Congress, Mobile World Congress development and deployment of IP services, The evolution of the Shanghai, Mobile World Congress Americas and the Mobile 360 4G networks in widespread use today The 5G Journey, developing Series of conferences. the next generation of mobile technologies and service. For more information, please visit the GSMA corporate website For more information, please visit the Network 2020 website at www.gsma.com. Follow the GSMA on Twitter: @GSMA. at: www.gsma.com/network2020 Follow the Network 2020 on Twitter: #Network2020. With thanks to contributors: DISH Network Corporation EE Limited Ericsson Gemalto NV Huawei Technologies Co Ltd KDDI Corporation KT Corporation NEC Corporation Nokia Orange Qualcomm Incorporated SK Telecom Co., Ltd. Telecom Italia SpA TeliaSonera
    [Show full text]
  • Mobility Management for All-IP Core Network
    Mobility Management for All-IP Core Network Mobility Management All-IP Core Network Standardization Special Articles on SAE Standardization Technology Mobility Management for All-IP Core Network †1 PMIPv6 is a network-based IP mobility management proto- DOCOMO Communications Laboratories Europe Julien Laganier GmbH col which is adopted in the 3GPP Release 8 SAE standard- Takeshi Higuchi†0 †0 ization. It allows mobile-terminal mobility management that Core Network Development Department Katsutoshi Nishida is independent of the type of access system or terminal capa- †0 bilities. NTT DOCOMO completed the standardization of †0 PMIPv6 with the IETF and contributed proactively to its adoption in the standardization of SAE. transmission path for packets addressed With the 3GPP [3], it secured prospects 1. Introduction to the IP address assigned to mobile ter- for finalizing the EPC architecture and Proxy Mobile IPv6 (PMIPv6), minals, PMIPv6 is able to achieve the standardizing PMIPv6 with the IETF, which is an IP-based mobility manage- efficient packet transfer required by an and it also completed 3GPP standard- ment*1 protocol actively promoted by All-IP Network (AIPN)*3, and flexible ization work for PMIPv6 in the 3GPP NTT DOCOMO, was adopted in the QoS*4 and policy management*5 Core Network & Terminals (CT) WG4. Evolved Packet Core (EPC) specifica- through Policy and Charging Control In this article, we describe the IP tion, a provision in the 3GPP Release 8 (PCC) [1]. PMIPv6 also improves on mobility management requirements for System Architecture Evolution (SAE) utilization of wireless resources, hand- the AIPN. We also review standardiza- standardization. PMIPv6 is a common over performance, user privacy and net- tion activities with the IETF and 3GPP, mobility management approach that work security compared to the previous describe the features of the PMIPv6 supports mobility of terminals not only IP mobility management protocol, protocol and give an overview of its within Long Term Evolution (LTE) Mobile IPv6 (MIPv6) [2].
    [Show full text]
  • Mobility Management in Wireless Systems - Jiang Xie, Shantidev Mohanty
    TELECOMMUNICATION SYSTEMS AND TECHNOLOGIES – Vol. II - Mobility Management in Wireless Systems - Jiang Xie, Shantidev Mohanty MOBILITY MANAGEMENT IN WIRELESS SYSTEMS Jiang Xie University of North Carolina at Charlotte, USA Shantidev Mohanty Intel Corporation, USA Keywords: Mobility management, location management, paging, handoff management, inter-system roaming, intra-system roaming. Contents 1. Introduction 2. Importance of Mobility Management 3. Location Management 3.1. Location Management in Stand-Alone Cellular Networks 3.2. Location Management in Non-IP-Based Heterogeneous Cellular Networks 3.3. Location Management in IP-Based Wireless Networks 4. Handoff Management 4.1. Handoff Process in Stand-Alone Cellular Networks 4.2. Handoff Process in IP-Based Wireless Networks 4.2.1. Network-Layer Handoff Management 4.2.2. Transport-Layer Handoff Management 4.2.3. Application-Layer Handoff Management 4.2.4. Different Steps for Handoff Process of the Existing Mobility Management Protocols 5. Research in Mobility Management 5.1. Research in Location Management 5.1.1. Research in Location Registration 5.1.2. Research in Paging 5.2. Research in Handoff Management 5.2.1. Single-Layer Handoff Management 5.2.2. Cross-Layer Handoff Management 5.2.3. ApplicationUNESCO Adaptive Handoff Management – EOLSS 6. Conclusion Glossary Bibliography Biographical SketchesSAMPLE CHAPTERS Summary First and second generation of wireless networks are based on non-IP based infrastructure. On the other hand, next-generation wireless systems are envisioned to have an IP-based infrastructure with the support of heterogeneous access technologies. Efficient mobility management techniques are critical to the success of both current (i.e., first and second generation wireless networks) and next-generation wireless systems.
    [Show full text]
  • Seamless Handover Between CDMA2000 and 802.11 WLAN Using Msctp Ashish Kumar Tripathi Raashid Ali Dr
    Seamless Handover between CDMA2000 and 802.11 WLAN using msctp Ashish Kumar Tripathi Raashid Ali Dr. C.V. Raman University Dr. C.V. Raman University Bilaspur,Chhattisgarh,India Bilaspur,Chhattisgarh,India [email protected] [email protected] M.No 88172 - 53002 M.No. 99071-78623 Neelam Sahu Dr. C.V. Raman University Bilaspur,Chhattisgarh,India [email protected] M.No 97550 - 25925 Abstract:- The invention of mobile devices such as addressing scheme of the Internet has been designed laptops, hand-held computers, and cellular phones has based on the assumption that any node only has one changed the whole Internet world. The main feature of fixed and permanent IP address in the Internet. mobile devices is that they can access the Internet Consequently, any node could be easily identified by wirelessly by different air interfaces using different this unique IP address and its location is directly technologies while roaming. This makes mobile devices recognized in the Internet become increasingly popular. However, the traditional When a mobile device comes to the Internet, it Internet does not support any needed features and will move from one sub-network to another sub- architectural structures for mobility management. network. However, the IP address of the mobile device When a mobile device comes to the Internet, it will keep unchanged and the IP address can not reflect will move from one sub-network to another sub- the new location due to the traditional addressing network. However, the IP address of the mobile device scheme of the Internet. As a result, the packets from will keep unchanged and the IP address can not reflect the new location will not be routed to the destination the new location due to the traditional addressing and the packets to the new location of the mobile scheme of the Internet.
    [Show full text]
  • Lex L11 Key Features
    LEX L11 KEY FEATURES CATALOG | LEX L11 KEY FEATURES This document provides an overview of key LEX L11 hardware and software features. The software features described in this document include the R2.4 software release. This document does not cover standard Android features supported by Google. CATALOG | LEX L11 KEY FEATURES PAGE 2 TABLE OF CONTENTS AUDIO PERFORMANCE & FEATURES RADIO COLLABORATION Noise Cancellation 5 Supported Models 19 Loudness 5 Radio Remote Control 19 PTT Audio Profile 5 Audio Mix Mode 20 PTT Enhanced Noise Suppression 5 Howling Suppression 6 DEVICE MANAGEMENT Carry Holster 7 Android Enterprise Recommended 23 Zero-Touch Enrollment 23 INTUITIVE CONTROLS Other Enrollment Methods 23 Dedicated PTT Button 9 LEX OEMConfig Application 24 Dedicated Emergency Button 9 Radio Management (RM) 25 Dedicated Talkgroup Rocker Switch 10 Programmable Buttons 11 SECURE MOBILE PLATFORM NIAP Certified 13 CfSC Certified 13 DISA STIG Certified 13 Trusted Boot Process 14 Real-Time Integrity Monitoring 14 Device User Authentication 14 Operating System & Applications Hardening 14 Real-Time Protection of Operating System 14 and Applications Auditing / Logging 14 Data-at-Rest & Data-in-Transit Security 15 Secure Device Management and Configuration 15 Policy Based Controls and Resource Management 15 Restricted Recovery Mode 15 Enhanced VPN Restrictions 15 Multi -Modes 16 Covert Mode 17 CATALOG | LEX L11 KEY FEATURES PAGE 3 AUDIO PERFORMANCE & FEATURES CATALOG | LEX L11 KEY FEATURES PAGE 4 AUDIO PERFORMANCE & FEATURES Noise Cancellation & Echo Cancellation PTT Audio Profile Mode Noise cancellation uses three microphones to pick up 360 PTT audio profile mode offers unique audio profiles, degrees of audio and advanced algorithms to monitor the optimized for use with the Motorola Solutions Broadband sounds, adjusting the integrated noise cancellation level to PTT application: best match your environment.
    [Show full text]
  • TC21/TC26 Touch Computer Specification Sheet
    PRODUCT SPEC SHEET TC21/TC26 TOUCH COMPUTER TC21/TC26 Touch Computer The ultimate cost-effective touch computer built for small and big business If you’re considering purchasing low-cost mobile phones for your workers, step up to the TC21/TC26 Touch Computers — without stepping up in price. All the right business features help your workers capture and access the data they need to act faster and more efficiently. The right rugged design delivers reliable operation, day in and day out. The right business class accessories makes the TC21/TC26 easier to use and easier to manage. With multiple configurations at different price points, you pay only for the features your workers need, including connectivity — the WiFi-only TC21 for workers inside the four walls or the WiFi/cellular TC26 for workers out in the field. Powerful complimentary Mobility DNA tools are pre-loaded and ready to use, making it easier to stage, secure and troubleshoot devices; capture and send data to your applications right out of the box; restrict access to features and applications; and more. And the Mobility DNA Enterprise License unlocks powerful tools that take workforce productivity and device management simplicity to a new level. Built for business Waterproof, dustproof, drops to concrete, snow, rain, heat, freezing cold — the TC21/TC26 can handle it all. And two of the most vulnerable device components are fortified with the Gorilla Glass — the display and the scanner exit window. All the wireless connections you could ever need When it comes to wireless, the class-leading TC21/TC26 offers it all — WiFi, cellular, Bluetooth, GPS and NFC.
    [Show full text]
  • EC30 Datasheet
    PRODUCT SPEC SHEET EC30 ENTERPRISE COMPANION EC30 Enterprise Companion The ultimate device for all of your unconnected workers For associates without mobile voice and data, the simple act of locating a supervisor to answer a question or looking up item availability can take minutes. Service quality is reduced. And you could lose sales when impatient customers walk away. Introducing the EC30, the right-priced mobile device with the right mobile connections for today’s unconnected associates. The EC30 is specially designed for portability — it’s small, lightweight and durable. Over 18 Zebra-only innovative Mobility DNA tools take ease of use, integration, deployment and everyday management to a new level, providing unmatched functionality and value. The EC30 delivers comprehensive voice capabilities — it’s a walkie-talkie and a cordless PBX handset (optional). Data capabilities include secure text messaging and 1D/2D barcode scanning. And you can leverage your current line-of business applications by selecting and extending features to improve task and inventory management, and more. The result? A fully connected and highly productive workforce. Maximum store operational efficiency. Superior customer service. And more sales. The EC30 — the perfect companion for your unconnected workforce. availability to replenishing inventory on the retail floor. Android provides instant familiarity. And with the EC30’s capacitive touch technology, workers can interact with applications using a finger — even with light gloves. No-cost instant push-to-talk (PTT) Get PTT services right out of the box with Mobility DNA’s PTT Express. With the press of a button, associates can instantly reach team members to answer customer questions, notify stockroom workers to bring an item to the sales floor or contact a manager for assistance.
    [Show full text]
  • A First Look at Unstable Mobility Management in Cellular Networks
    A First Look at Unstable Mobility Management in Cellular Networks Yuanjie Li Jiaqi Xu Dept. Computer Science Dept. Computer Science Engineering University of California, Los Angeles The Ohio State University Los Angeles, CA, USA Columbus, OH 43210 [email protected] [email protected] Chunyi Peng Songwu Lu Dept. Computer Science Engineering Dept. Computer Science The Ohio State University University of California, Los Angeles Columbus, OH 43210 Los Angeles, CA, USA [email protected] [email protected] ABSTRACT the 4G/3G/2G cellular network plays a pivotal role. To date, it is Mobility management is a prominent feature in cellular networks. the only deployed large-scale system that successfully offers wide- In this paper, we examine the (in)stability of mobility management. area, ubiquitous Internet access and mobility support. We disclose that handoff may never converge in some real-world A key MM function to 4G/3G/2G network is handoff, which mi- cases. We focus on persistent handoff oscillations, rather than grates the device from one serving cell (also known as base station) those transient ones caused by dynamic networking environment to another new one when necessary. The necessity is defined to sat- and user mobility (e.g., moving back and force between two base isfy versatile (sometimes conflicting) demands such as sustaining stations). Our study reveals that persistent handoff loops indeed pervasive network availability, offering seamless voice/data sup- exist in operational cellular networks. They not only violate their port, providing high-speed data service, balancing the traffic load design goals, but also incur excessive signaling overhead and data between cells, to name few.
    [Show full text]
  • ETSI TS 123 060 V3.6.0 (2001-01) Technical Specification
    ETSI TS 123 060 V3.6.0 (2001-01) Technical Specification Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); General Packet Radio Service (GPRS); Service description; Stage 2 (3GPP TS 23.060 version 3.6.0 Release 1999) R GLOBAL SYSTEM FOR MOBILE COMMUNICATIONS 3GPP TS 23.060 version 3.6.0 Release 1999 1 ETSI TS 123 060 V3.6.0 (2001-01) Reference RTS/TSGS-0223060UR4 Keywords GSM, UMTS ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.:+33492944200 Fax:+33493654716 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice Individual copies of the present document can be downloaded from: http://www.etsi.org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://www.etsi.org/tb/status/ If you find errors in the present document, send your comment to: [email protected] Copyright Notification No part may be reproduced except as authorized by written permission.
    [Show full text]