CS 6956 Wireless & Mobile Networks April 1 st 2015

Size: px
Start display at page:

Download "CS 6956 Wireless & Mobile Networks April 1 st 2015"

Transcription

1 CS 6956 Wireless & Mobile Networks April 1 st 2015 The SIM Card Certain phones contain SIM lock and thus work only with the SIM card of a certain operator. However, this is not a GSM restriction introduced by mobile network operators to ensure that a subsidized phone is used only with SIM cars of their network. Contains IMSI (International Mobile Subscriber ID) and secret key K (for authenticating with the home network) There are tools to read parameters of the SIM card except sensitive parameters that are read protect. The sensitive parameters are accessed with a special unlock code that is not available to the end user. Can execute programs that the network operator installs on it (through the SAT SIM applications toolkit). Here is a picture of the SIM card components from Martin Sauter s book.

2 Universal Mobile Telecommunication System (UMTS) as much an evolution as a revolution Design consideration: Increase in processing power enables use of much more complex intensive air interface transmission methods that utilize the scarce bandwidth on the air interface more effectively (in comparison to GSM). 3GPP responsible for evolving the GSM, UMTS, and LTE standards Release 99- first release of UMTS Completely redesigned Radio Access Network (RAN) UMTS terrestrial Radio Access Network (UTRAN) R99 Up to 384 kbps BSC (in 2G) called Radio Network Controller BTS (in 2G) called NodeB MS (in 2G) called User Equipment (UE) Europe and Asia 12 blocks of 5 MHz each for uplink and downlink ( MHz; MHz) Different bands require additional circuitry in the UE. Security Enhancements authenticate the network, add integrity protection, better cipher algorithms Core network about the same as GPRS network Used ATM in interface from RNC to NodeB (instead of frame relay) Seamless voice handover from GSM to UMTS and vice versa Data session handover is not that seamless due to lower rate of GSM/GPRS UMTS uses CDMA Code Division Multiple Access (CDMA) Most of the material here is from the Wireless Networks book (2 nd edition) by William Stallings - Multiplexing technique used with spread spectrum - Start with data signal with rate D (call it bit data rate) - Break each bit into k chops according to a fixed pattern that is specific to each user -> user s code - New channel chip data rate of kd chips per second - Figure below shows three codes for three different users

3 Code Message "1101" Encoded User A User B User C Figure 7.10 CDMA Example Receiver R receives pattern, d = < d1, d2, d3, d4, d5, d6 >, it performs the following decoding function. S u (d) = d1 X c1 + d2 X c2 + + d6xc6 C A = < 1, -1, -1, 1, -1, 1>, let S A be decoded value at user A. when bit 1 is transmitted, d = < 1, -1, -1, 1, -1, 1 >, S A = 6 when bit 0 is transmitted, d = < -1, 1, 1, -1, 1, -1 >, S A = -6 If the value is not -6 or +6, either someone else (not user A) is sending information or the information is received in error. When user B sends a 1, d = < 1, 1, -1, -1, -1, 1 >, d received at A will result in S A = 0. Thus, unwanted signal from B does not show up at all. Let s A and s B be transmitted signals. Then, S A (s A + s B ) = S A (s A ) + S A (s B ) = S A (s A ), since the decoder ignores B when it is using A s code.

4 The codes of A and B that have the property that S A (C B ) = S B (C A ) = 0 are called orthogonal. This is a desirable characteristic of the code but there are not that many orthogonal codes. The more common case is that S X (C Y ) is small in absolute value when X is not equal to Y. Now, when using the codes for users A, B, and C, S B (C C ) = S C (C B ) = 2. The signal from B (or C) makes a small contribution to the decoded signal at C (or B). Using the decoder S u, the receiver can sort out transmission from u even when there are other users broadcasting in the same channel. If these competing signals are send with higher power, then the system breaks down. Power control is very important in CDMA. In practice, the CDMA receiver can filter out the contribution from unwanted users or they appear as low-level noise. However, if there are many users competing for the channel with the user the receiver is trying to listen to, or if the signal power of one or more competing signals is too high, the system breaks down. UMTS Frequency and Cell Planning - All cells in UMTS radio network can use the same frequency - All neighboring cells use the same frequency - If a new cell is installed to increase the bandwidth in an area that is already covered by other cells, the most important task in a UMTS network is to decrease the transmission power of the neighboring cell. - Near-far effect: The network can instruct each handset (1500 times per second) to adapt its transmission power. The users that are close by are instructed to transmit at a low power. This power control increases the operating time of the mobile device battery. - Actual transmission of a bit stream -> use QPSK, e.g., shown in one of the earlier classes. Soft handover CDMA allows a user to communicate with multiple base stations (Node-Bs) at the same time (not supported in GSM/ GPRS/LTE). The two figures below (from Martin Sauter s book) show the soft handover from the network s and from the device s viewpoint.

5

6

7 UMTS also has logical channels common and dedicated channels Long term Evolution (LTE) [Primary from Sauter s book] CDMA (used in UMTS) does not scale very well, primarily due to inter-symbol interference. Use OFDM That transmits data over narrowband carriers of 180 khz each Data stream split into many slower data streams that are transmitted simultaneously Attainable data rate comparable to UMTS in the same bandwidth but the multipath effect is severely reduced If less than 5 MHz is available, LTE can easily adapt and the number of narrowband carriers is simply reduced LTE 1.25 MHz 20 MHz (20 MHz can result in beyond 100 Mbps under very good signal conditions) LTE must support MIMO resulting in even higher data rates

Background: Cellular network technology

Background: Cellular network technology Background: Cellular network technology Overview 1G: Analog voice (no global standard ) 2G: Digital voice (again GSM vs. CDMA) 3G: Digital voice and data Again... UMTS (WCDMA) vs. CDMA2000 (both CDMA-based)

More information

CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015

CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015 CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015 GSM Global System for Mobile Communications (reference From GSM to LET by Martin Sauter) There were ~3 billion GSM users in 2010. GSM Voice

More information

LTE Aida Botonjić. Aida Botonjić Tieto 1

LTE Aida Botonjić. Aida Botonjić Tieto 1 LTE Aida Botonjić Aida Botonjić Tieto 1 Why LTE? Applications: Interactive gaming DVD quality video Data download/upload Targets: High data rates at high speed Low latency Packet optimized radio access

More information

MOBILE COMPUTING 4/8/18. Basic Call. Public Switched Telephone Network - PSTN. CSE 40814/60814 Spring Transit. switch. Transit. Transit.

MOBILE COMPUTING 4/8/18. Basic Call. Public Switched Telephone Network - PSTN. CSE 40814/60814 Spring Transit. switch. Transit. Transit. MOBILE COMPUTING CSE 40814/60814 Spring 2018 Public Switched Telephone Network - PSTN Transit switch Transit switch Long distance network Transit switch Local switch Outgoing call Incoming call Local switch

More information

Long Term Evolution (LTE)

Long Term Evolution (LTE) 1 Lecture 13 LTE 2 Long Term Evolution (LTE) Material Related to LTE comes from 3GPP LTE: System Overview, Product Development and Test Challenges, Agilent Technologies Application Note, 2008. IEEE Communications

More information

CDMA & WCDMA (UMTS) AIR INTERFACE. ECE 2526-WIRELESS & CELLULAR COMMUNICATION SYSTEMS Monday, June 25, 2018

CDMA & WCDMA (UMTS) AIR INTERFACE. ECE 2526-WIRELESS & CELLULAR COMMUNICATION SYSTEMS Monday, June 25, 2018 CDMA & WCDMA (UMTS) AIR INTERFACE ECE 2526-WIRELESS & CELLULAR COMMUNICATION SYSTEMS Monday, June 25, 2018 SPREAD SPECTRUM OPTIONS (1) Fast Frequency Hopping (FFSH) Advantages: Has higher anti-jamming

More information

References. What is UMTS? UMTS Architecture

References. What is UMTS? UMTS Architecture 1 References 2 Material Related to LTE comes from 3GPP LTE: System Overview, Product Development and Test Challenges, Agilent Technologies Application Note, 2008. IEEE Communications Magazine, February

More information

1G 5G Mobile Cellular Networks

1G 5G Mobile Cellular Networks ΕΠΛ 476: ΚΙΝΗΤΑ ΔΙΚΤΥΑ ΥΠΟΛΟΓΙΣΤΩΝ (MOBILE NETWORKS) Δρ. Χριστόφορος Χριστοφόρου Πανεπιστήμιο Κύπρου - Τμήμα Πληροφορικής 1G 5G Mobile Cellular Networks Introduction 1 Communication and Wireless Networks

More information

LTE Long Term Evolution. Dibuz Sarolta

LTE Long Term Evolution. Dibuz Sarolta LTE Long Term Evolution Dibuz Sarolta History of mobile communication 1G ~1980s analog traffic digital signaling 2G ~1990s (GSM, PDC) TDMA, SMS, circuit switched data transfer 9,6kbps 2.5 G ~ 2000s (GPRS,

More information

CHAPTER 7 ROLE OF ADAPTIVE MULTIRATE ON WCDMA CAPACITY ENHANCEMENT

CHAPTER 7 ROLE OF ADAPTIVE MULTIRATE ON WCDMA CAPACITY ENHANCEMENT CHAPTER 7 ROLE OF ADAPTIVE MULTIRATE ON WCDMA CAPACITY ENHANCEMENT 7.1 INTRODUCTION Originally developed to be used in GSM by the Europe Telecommunications Standards Institute (ETSI), the AMR speech codec

More information

Technical Aspects of LTE Part I: OFDM

Technical Aspects of LTE Part I: OFDM Technical Aspects of LTE Part I: OFDM By Mohammad Movahhedian, Ph.D., MIET, MIEEE m.movahhedian@mci.ir ITU regional workshop on Long-Term Evolution 9-11 Dec. 2013 Outline Motivation for LTE LTE Network

More information

RADIO LINK ASPECT OF GSM

RADIO LINK ASPECT OF GSM RADIO LINK ASPECT OF GSM The GSM spectral allocation is 25 MHz for base transmission (935 960 MHz) and 25 MHz for mobile transmission With each 200 KHz bandwidth, total number of channel provided is 125

More information

Long Term Evolution (LTE) Radio Network Planning Using Atoll

Long Term Evolution (LTE) Radio Network Planning Using Atoll Long Term Evolution (LTE) Radio Network Planning Using Atoll Gullipalli S.D. Rohit Gagan, Kondamuri N. Nikhitha, Electronics and Communication Department, Baba Institute of Technology and Sciences - Vizag

More information

Cellular Network Planning and Optimization Part VI: WCDMA Basics. Jyri Hämäläinen, Communications and Networking Department, TKK, 24.1.

Cellular Network Planning and Optimization Part VI: WCDMA Basics. Jyri Hämäläinen, Communications and Networking Department, TKK, 24.1. Cellular Network Planning and Optimization Part VI: WCDMA Basics Jyri Hämäläinen, Communications and Networking Department, TKK, 24.1.2008 Outline Network elements Physical layer Radio resource management

More information

CHAPTER 2 WCDMA NETWORK

CHAPTER 2 WCDMA NETWORK CHAPTER 2 WCDMA NETWORK 2.1 INTRODUCTION WCDMA is a third generation mobile communication system that uses CDMA technology over a wide frequency band to provide high-speed multimedia and efficient voice

More information

Outline / Wireless Networks and Applications Lecture 18: Cellular: 1G, 2G, and 3G. Advanced Mobile Phone Service (AMPS)

Outline / Wireless Networks and Applications Lecture 18: Cellular: 1G, 2G, and 3G. Advanced Mobile Phone Service (AMPS) Outline 18-452/18-750 Wireless Networks and Applications Lecture 18: Cellular: 1G, 2G, and 3G 1G: AMPS 2G: GSM 2.5G: EDGE, CDMA 3G: WCDMA Peter Steenkiste Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17

More information

T325 Summary T305 T325 B BLOCK 3 4 PART III T325. Session 11 Block III Part 3 Access & Modulation. Dr. Saatchi, Seyed Mohsen.

T325 Summary T305 T325 B BLOCK 3 4 PART III T325. Session 11 Block III Part 3 Access & Modulation. Dr. Saatchi, Seyed Mohsen. T305 T325 B BLOCK 3 4 PART III T325 Summary Session 11 Block III Part 3 Access & Modulation [Type Dr. Saatchi, your address] Seyed Mohsen [Type your phone number] [Type your e-mail address] Prepared by:

More information

APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Wireless Telecommunication

APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Wireless Telecommunication APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Wireless Telecommunication (W6/2013) What is Wireless Communication? Transmitting/receiving voice and data using electromagnetic

More information

Lecture LTE (4G) -Technologies used in 4G and 5G. Spread Spectrum Communications

Lecture LTE (4G) -Technologies used in 4G and 5G. Spread Spectrum Communications COMM 907: Spread Spectrum Communications Lecture 10 - LTE (4G) -Technologies used in 4G and 5G The Need for LTE Long Term Evolution (LTE) With the growth of mobile data and mobile users, it becomes essential

More information

Chapter 5 3G Wireless Systems. Mrs.M.R.Kuveskar.

Chapter 5 3G Wireless Systems. Mrs.M.R.Kuveskar. Chapter 5 3G Wireless Systems Mrs.M.R.Kuveskar. Upgrade paths for 2G Technologies 2G IS-95 GSM- IS-136 & PDC 2.5G IS-95B HSCSD GPRS EDGE Cdma2000-1xRTT W-CDMA 3G Cdma2000-1xEV,DV,DO EDGE Cdma2000-3xRTT

More information

GSM and WCDMA RADIO SYSTEMS ETIN15. Lecture no: Ove Edfors, Department of Electrical and Information Technology

GSM and WCDMA RADIO SYSTEMS ETIN15. Lecture no: Ove Edfors, Department of Electrical and Information Technology RADIO SYSTEMS ETIN15 Lecture no: 11 GSM and WCDMA Ove Edfors, Department of Electrical and Information Technology Ove.Edfors@eit.lth.se 2015-05-12 Ove Edfors - ETIN15 1 Contents (Brief) history of mobile

More information

CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION

CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent

More information

Mobile Network Evolution Part 1. GSM and UMTS

Mobile Network Evolution Part 1. GSM and UMTS Mobile Network Evolution Part 1 GSM and UMTS GSM Cell layout Architecture Call setup Mobility management Security GPRS Architecture Protocols QoS EDGE UMTS Architecture Integrated Communication Systems

More information

M2M Cellular Antennas: SISO v. MIMO

M2M Cellular Antennas: SISO v. MIMO M2M Cellular Antennas: SISO v. MIMO Introduction This whitepaper discusses Single Input Single Output ( SISO ) and Multiple Input Multiple Output ( MIMO ) antennas for use in 4G 1 LTE cellular technology.

More information

CHAPTER 13 CELLULAR WIRELESS NETWORKS

CHAPTER 13 CELLULAR WIRELESS NETWORKS CHAPTER 13 CELLULAR WIRELESS NETWORKS These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent substantial

More information

White paper. Long Term HSPA Evolution Mobile broadband evolution beyond 3GPP Release 10

White paper. Long Term HSPA Evolution Mobile broadband evolution beyond 3GPP Release 10 White paper Long Term HSPA Evolution Mobile broadband evolution beyond 3GPP Release 10 HSPA has transformed mobile networks Contents 3 Multicarrier and multiband HSPA 4 HSPA and LTE carrier 5 HSDPA multipoint

More information

IMT-2000/UMTS delivering full BWA

IMT-2000/UMTS delivering full BWA IMT-2000/UMTS delivering full BWA Rémi THOMAS Directeur du projet réseau UMTS d Orange France Agenda 3G and IMT 2000 Family UMTS phase 1 principles From GSM to GSM/UMTS Key Technical Characteristics of

More information

Mobilné systémy 3. generácie UMTS

Mobilné systémy 3. generácie UMTS Mobilné systémy 3. generácie UMTS Ing. Matúš Turcsány, PhD. turcsany@ktl.elf.stuba.sk KTL FEI STU 2009 Prehľad prednášok UMTS HSDPA, EUL HSPA evolution LTE LTE-Advanced Nasadené technológie GSM worldwide

More information

Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) CS-539 Mobile Networks and Computing

Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) CS-539 Mobile Networks and Computing Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) Long Term Evolution (LTE) What is LTE? LTE is the next generation of Mobile broadband technology Data Rates up to 100Mbps Next level of

More information

CS 218 Fall 2003 October 23, 2003

CS 218 Fall 2003 October 23, 2003 CS 218 Fall 2003 October 23, 2003 Cellular Wireless Networks AMPS (Analog) D-AMPS (TDMA) GSM CDMA Reference: Tanenbaum Chpt 2 (pg 153-169) Cellular Wireless Network Evolution First Generation: Analog AMPS:

More information

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE Overview 18-759: Wireless Networks Lecture 9: OFDM, WiMAX, LTE Dina Papagiannaki & Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2009 http://www.cs.cmu.edu/~prs/wireless09/

More information

IMT-2000 members UTRA-TDD and UTRA-FDD

IMT-2000 members UTRA-TDD and UTRA-FDD IMT-2000 members UTRA-TDD and UTRA-FDD Dr. Christian Menzel, SIEMENS AG christian.menzel@icn.siemens.de Author Siemens AG, Munich Siemens AG 2000 IMT-2000_UTRA_TDD_FDD_1 UTRA (FDD + TDD)! IMT-2000 and

More information

Developing Mobile Applications

Developing Mobile Applications Developing Mobile Applications GSM networks 1 carriers GSM 900 MHz 890-915 MHz 935-960 MHz up down 200 KHz 200 KHz 25 MHz 25 MHz 2 frequency reuse A D K B J L C H E G I F A 3 Reuse patterns 4/12 4 base

More information

Content. WCDMA BASICS HSDPA In general HSUPA

Content. WCDMA BASICS HSDPA In general HSUPA HSPA essentials Content WCDMA BASICS HSDPA In general HSUPA WCDMA Network Architecture USIM card Affected elements for HSPA GSM/WCDMA mobile Uu GSM/WCDMA mobile WCDMA mobile Uu Uu BTS BTS RAN Iub Iub RNC

More information

ETSI SMG#24 TDoc SMG 903 / 97. December 15-19, 1997 Source: SMG2. Concept Group Alpha - Wideband Direct-Sequence CDMA: System Description Summary

ETSI SMG#24 TDoc SMG 903 / 97. December 15-19, 1997 Source: SMG2. Concept Group Alpha - Wideband Direct-Sequence CDMA: System Description Summary ETSI SMG#24 TDoc SMG 903 / 97 Madrid, Spain Agenda item 4.1: UTRA December 15-19, 1997 Source: SMG2 Concept Group Alpha - Wideband Direct-Sequence CDMA: System Description Summary Concept Group Alpha -

More information

Planning of LTE Radio Networks in WinProp

Planning of LTE Radio Networks in WinProp Planning of LTE Radio Networks in WinProp AWE Communications GmbH Otto-Lilienthal-Str. 36 D-71034 Böblingen mail@awe-communications.com Issue Date Changes V1.0 Nov. 2010 First version of document V2.0

More information

UMTS: Universal Mobile Telecommunications System

UMTS: Universal Mobile Telecommunications System Department of Computer Science Institute for System Architecture, Chair for Computer Networks UMTS: Universal Mobile Telecommunications System Mobile Communication and Mobile Computing Prof. Dr. Alexander

More information

RADIO SYSTEMS ETIN15. Lecture no: GSM and WCDMA. Ove Edfors, Department of Electrical and Information Technology

RADIO SYSTEMS ETIN15. Lecture no: GSM and WCDMA. Ove Edfors, Department of Electrical and Information Technology RADIO SYSTEMS ETIN15 Lecture no: 11 GSM and WCDMA Ove Edfors, Department of Electrical and Information Technology Ove.Edfors@eit.lth.se 1 Contents (Brief) history of mobile telephony Global System for

More information

Wireless CommuniCation. unit 5

Wireless CommuniCation. unit 5 Wireless CommuniCation unit 5 V. ADVANCED TRANSCEIVER SCHEMES Spread Spectrum Systems- Cellular Code Division Multiple Access Systems- Principle, Power control, Effects of multipath propagation on Code

More information

Interference management Within 3GPP LTE advanced

Interference management Within 3GPP LTE advanced Interference management Within 3GPP LTE advanced Konstantinos Dimou, PhD Senior Research Engineer, Wireless Access Networks, Ericsson research konstantinos.dimou@ericsson.com 2013-02-20 Outline Introduction

More information

LTE-1x/1xEV-DO Terms Comparison

LTE-1x/1xEV-DO Terms Comparison LTE-1x/1xEV-DO Terms Comparison 2/2009 1. Common/General Terms UE User Equipment Access Terminal (AT) or MS enode B Evolved Node B Base station (BTS) Downlink (DL) Transmissions from the network to the

More information

Multiplexing Module W.tra.2

Multiplexing Module W.tra.2 Multiplexing Module W.tra.2 Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico Albuquerque, NM, USA 1 Multiplexing W.tra.2-2 Multiplexing shared medium at

More information

IMT IMT-2000 stands for IMT: International Mobile Communications 2000: the frequency range of 2000 MHz and the year 2000

IMT IMT-2000 stands for IMT: International Mobile Communications 2000: the frequency range of 2000 MHz and the year 2000 IMT-2000 IMT-2000 stands for IMT: International Mobile Communications 2000: the frequency range of 2000 MHz and the year 2000 In total, 17 proposals for different IMT-2000 standards were submitted by regional

More information

IS-95 /CdmaOne Standard. By Mrs.M.R.Kuveskar.

IS-95 /CdmaOne Standard. By Mrs.M.R.Kuveskar. IS-95 /CdmaOne Standard By Mrs.M.R.Kuveskar. CDMA Classification of CDMA Systems CDMA SYSTEMS CDMA one CDMA 2000 IS95 IS95B JSTD 008 Narrow Band Wide Band CDMA Multiple Access in CDMA: Each user is assigned

More information

Chapter 1 Acknowledgment:

Chapter 1 Acknowledgment: Chapter 1 Acknowledgment: This material is based on the slides formatted by Dr Sunilkumar S. Manvi and Dr Mahabaleshwar S. Kakkasageri, the authors of the textbook: Wireless and Mobile Networks, concepts

More information

Difference Between. 1. Old connection is broken before a new connection is activated.

Difference Between. 1. Old connection is broken before a new connection is activated. Difference Between Hard handoff Soft handoff 1. Old connection is broken before a new connection is activated. 1. New connection is activated before the old is broken. 2. "break before make" connection

More information

Part 7. B3G and 4G Systems

Part 7. B3G and 4G Systems Part 7. B3G and 4G Systems p. 1 Roadmap HSDPA HSUPA HSPA+ LTE AIE IMT-Advanced (4G) p. 2 HSPA Standardization 3GPP Rel'99: does not manage the radio spectrum efficiently when dealing with bursty traffic

More information

Chapter 7 GSM: Pan-European Digital Cellular System. Prof. Jang-Ping Sheu

Chapter 7 GSM: Pan-European Digital Cellular System. Prof. Jang-Ping Sheu Chapter 7 GSM: Pan-European Digital Cellular System Prof. Jang-Ping Sheu Background and Goals GSM (Global System for Mobile Communications) Beginning from 1982 European standard Full roaming in Europe

More information

Personal Communication System

Personal Communication System Personal Communication System Differences Between Cellular Systems and PCS IS-136 (TDMA) PCS GSM i-mode mobile communication IS-95 CDMA PCS Comparison of Modulation Schemes Data Communication with PCS

More information

Question Points Score Total 100

Question Points Score Total 100 THE UNIVERSITY OF HONG KONG FACULTY OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE CSIS 7304 The Wireless Internet and Mobile Computing (Midterm Examination) Date: July, 006 Time: 7:00pm 9:00pm Question

More information

HSPA & HSPA+ Introduction

HSPA & HSPA+ Introduction HSPA & HSPA+ Introduction www.huawei.com Objectives Upon completion of this course, you will be able to: Understand the basic principle and features of HSPA and HSPA+ Page1 Contents 1. HSPA & HSPA+ Overview

More information

ΕΠΛ 476: ΚΙΝΗΤΑ ΔΙΚΤΥΑ ΥΠΟΛΟΓΙΣΤΩΝ (MOBILE NETWORKS)

ΕΠΛ 476: ΚΙΝΗΤΑ ΔΙΚΤΥΑ ΥΠΟΛΟΓΙΣΤΩΝ (MOBILE NETWORKS) ΕΠΛ 476: ΚΙΝΗΤΑ ΔΙΚΤΥΑ ΥΠΟΛΟΓΙΣΤΩΝ (MOBILE NETWORKS) Δρ. Χριστόφορος Χριστοφόρου Πανεπιστήμιο Κύπρου - Τμήμα Πληροφορικής 3GPP Long Term Evolution (LTE) Topics Discussed 1 LTE Motivation and Goals Introduction

More information

CHAPTER4 CELLULAR WIRELESS NETWORKS

CHAPTER4 CELLULAR WIRELESS NETWORKS CHAPTER4 CELLULAR WIRELESS NETWORKS These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent substantial work

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Chapter 14 Cellular Wireless Networks Eighth Edition by William Stallings Cellular Wireless Networks key technology for mobiles, wireless nets etc developed to increase

More information

Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000

Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000 Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000 1 CDMA2000 400 MHz, 800 MHz, 900 MHz, 1700 MHz, 1800 MHz, 1900 MHz, and 2100 MHz Compatible with the cdmaone standard A set

More information

Wireless and Mobile Network Architecture. Outline. Introduction. Cont. Chapter 1: Introduction

Wireless and Mobile Network Architecture. Outline. Introduction. Cont. Chapter 1: Introduction Wireless and Mobile Network Architecture Chapter 1: Introduction Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Sep. 2006 Outline Introduction

More information

Communication Networks Chapter 9: UMTS

Communication Networks Chapter 9: UMTS Communication Networks Chapter 9: UMTS o IMT-2000 o UMTS Architecture o UTRAN Architecture o UMTS Mobility Support o UMTS Development UMTS and IMT-2000 Proposals for IMT-2000 (International Mobile Telecommunications)

More information

Code Planning of 3G UMTS Mobile Networks Using ATOLL Planning Tool

Code Planning of 3G UMTS Mobile Networks Using ATOLL Planning Tool Code Planning of 3G UMTS Mobile Networks Using ATOLL Planning Tool A. Benjamin Paul, Sk.M.Subani, M.Tech in Bapatla Engg. College, Assistant Professor in Bapatla Engg. College, Abstract This paper involves

More information

Wireless and Mobile Network Architecture

Wireless and Mobile Network Architecture Wireless and Mobile Network Architecture Chapter 1: Introduction Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Sep. 2006 1 Outline Introduction

More information

Access Methods and Spectral Efficiency

Access Methods and Spectral Efficiency Access Methods and Spectral Efficiency Yousef Dama An-Najah National University Mobile Communications Access methods SDMA/FDMA/TDMA SDMA (Space Division Multiple Access) segment space into sectors, use

More information

PERFORMANCE ANALYSIS OF DOWNLINK POWER CONTROL IN WCDMA SYSTEM

PERFORMANCE ANALYSIS OF DOWNLINK POWER CONTROL IN WCDMA SYSTEM PERFORMANCE ANALYSIS OF DOWNLINK POWER CONTROL IN WCDMA SYSTEM Dr. M. Mahbubur Rahman, Md. Khairul Islam, Tarek Hassan-Al-Mahmud, A. R. Mahmud Abstract: WCDMA (Wideband Code Division Multiple Access) plays

More information

TELE4652 Mobile and Satellite Communications

TELE4652 Mobile and Satellite Communications Mobile and Satellite Communications Lecture 12 UMTS W-CDMA UMTS W-CDMA The 3G global cellular standard set to supersede GSM Universal Mobile Telecommunication System (UMTS) Slow on the uptake by mid-2008

More information

An Introduction to Wireless Technologies Part 2. F. Ricci

An Introduction to Wireless Technologies Part 2. F. Ricci An Introduction to Wireless Technologies Part 2 F. Ricci Content Medium access control (MAC): FDMA = Frequency Division Multiple Access TDMA = Time Division Multiple Access CDMA = Code Division Multiple

More information

MNA Mobile Radio Networks Mobile Network Architectures

MNA Mobile Radio Networks Mobile Network Architectures MNA Mobile Radio Networks Mobile Network Architectures Roberto Verdone roberto.verdone@unibo.it +39 051 20 93817 Office Hours: Monday 4 6 pm (upon prior agreement via email) Slides are provided as supporting

More information

LTE systems: overview

LTE systems: overview LTE systems: overview Luca Reggiani LTE overview 1 Outline 1. Standard status 2. Signal structure 3. Signal generation 4. Physical layer procedures 5. System architecture 6. References LTE overview 2 Standard

More information

Modeling and Dimensioning of Mobile Networks: from GSM to LTE. Maciej Stasiak, Mariusz Głąbowski Arkadiusz Wiśniewski, Piotr Zwierzykowski

Modeling and Dimensioning of Mobile Networks: from GSM to LTE. Maciej Stasiak, Mariusz Głąbowski Arkadiusz Wiśniewski, Piotr Zwierzykowski Modeling and Dimensioning of Mobile Networks: from GSM to LTE Maciej Stasiak, Mariusz Głąbowski Arkadiusz Wiśniewski, Piotr Zwierzykowski Modeling and Dimensioning of Mobile Networks: from GSM to LTE GSM

More information

Physical Layer Frame Structure in 4G LTE/LTE-A Downlink based on LTE System Toolbox

Physical Layer Frame Structure in 4G LTE/LTE-A Downlink based on LTE System Toolbox IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 1, Issue 3, Ver. IV (May - Jun.215), PP 12-16 www.iosrjournals.org Physical Layer Frame

More information

3GPP: Evolution of Air Interface and IP Network for IMT-Advanced. Francois COURAU TSG RAN Chairman Alcatel-Lucent

3GPP: Evolution of Air Interface and IP Network for IMT-Advanced. Francois COURAU TSG RAN Chairman Alcatel-Lucent 3GPP: Evolution of Air Interface and IP Network for IMT-Advanced Francois COURAU TSG RAN Chairman Alcatel-Lucent 1 Introduction Reminder of LTE SAE Requirement Key architecture of SAE and its impact Key

More information

COMPARISON BETWEEN LTE AND WIMAX

COMPARISON BETWEEN LTE AND WIMAX COMPARISON BETWEEN LTE AND WIMAX RAYAN JAHA Collage of Information and Communication Engineering, Sungkyunkwan University, Suwon, Korea E-mail: iam.jaha@gmail.com Abstract- LTE and WiMAX technologies they

More information

Introduction. Air Interface. LTE and UMTS Terminology and Concepts

Introduction. Air Interface. LTE and UMTS Terminology and Concepts LTE and UMTS Terminology and Concepts By Chris Reece, Subject Matter Expert - 8/2009 UMTS and LTE networks are surprisingly similar in many respects, but the terms, labels and acronyms they use are very

More information

Mobile Data Tsunami Challenges Current Cellular Technologies

Mobile Data Tsunami Challenges Current Cellular Technologies 1! 2! Cellular Networks Impact our Lives Cellular Core Network! More Mobile Connection! More Infrastructure! Deployment! 1010100100001011001! 0101010101001010100! 1010101010101011010! 1010010101010101010!

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 GSM 2 GSM Architecture Frequency Band and Channels Frames in GSM Interfaces, Planes, and Layers of GSM Handoff Short Message Service (SMS) 3 subscribers

More information

10EC81-Wireless Communication UNIT-6

10EC81-Wireless Communication UNIT-6 UNIT-6 The first form of CDMA to be implemented is IS-95, specified a dual mode of operation in the 800Mhz cellular band for both AMPS and CDMA. IS-95 standard describes the structure of wideband 1.25Mhz

More information

Page 1. Problems with 1G Systems. Wireless Wide Area Networks (WWANs) EEC173B/ECS152C, Spring Cellular Wireless Network

Page 1. Problems with 1G Systems. Wireless Wide Area Networks (WWANs) EEC173B/ECS152C, Spring Cellular Wireless Network EEC173B/ECS152C, Spring 2009 Wireless Wide Area Networks (WWANs) Cellular Wireless Network Architecture and Protocols Applying concepts learned in first two weeks: Frequency planning, channel allocation

More information

Mobile Communication and Mobile Computing

Mobile Communication and Mobile Computing Department of Computer Science Institute for System Architecture, Chair for Computer Networks Mobile Communication and Mobile Computing Prof. Dr. Alexander Schill http://www.rn.inf.tu-dresden.de Structure

More information

SEN366 (SEN374) (Introduction to) Computer Networks

SEN366 (SEN374) (Introduction to) Computer Networks SEN366 (SEN374) (Introduction to) Computer Networks Prof. Dr. Hasan Hüseyin BALIK (8 th Week) Cellular Wireless Network 8.Outline Principles of Cellular Networks Cellular Network Generations LTE-Advanced

More information

Page 1. What is a Survey? : Wireless Networks Lecture 8: Cellular Networks. Deliverables. Surveys. Cell splitting.

Page 1. What is a Survey? : Wireless Networks Lecture 8: Cellular Networks. Deliverables. Surveys. Cell splitting. What is a Survey? 18-759: Wireless Networks Lecture 8: Cellular Networks Dina Papagiannaki & Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2009

More information

Lecture overview. UMTS concept UTRA FDD TDD

Lecture overview. UMTS concept UTRA FDD TDD Lecture overview 3G UMTS concept UTRA FDD TDD 3 rd Generation of Mobile Systems Goal to create a global system enabling global roaming International Mobile Telecommunications (IMT-2000) requirements: Throughput

More information

Communication Systems GSM

Communication Systems GSM Communication Systems GSM Computer Science Organization I. Data and voice communication in IP networks II. Security issues in networking III. Digital telephony networks and voice over IP 2 last to final

More information

An Introduction to Wireless Technologies Part 2. F. Ricci 2008/2009

An Introduction to Wireless Technologies Part 2. F. Ricci 2008/2009 An Introduction to Wireless Technologies Part 2 F. Ricci 2008/2009 Content Multiplexing Medium access control Medium access control (MAC): FDMA = Frequency Division Multiple Access TDMA = Time Division

More information

Multiple Access Techniques for Wireless Communications

Multiple Access Techniques for Wireless Communications Multiple Access Techniques for Wireless Communications Contents 1. Frequency Division Multiple Access (FDMA) 2. Time Division Multiple Access (TDMA) 3. Code Division Multiple Access (CDMA) 4. Space Division

More information

Chapter 8: GSM & CDAMA Systems

Chapter 8: GSM & CDAMA Systems Chapter 8: GSM & CDAMA Systems Global System for Mobile Communication (GSM) Second Generation (Digital) Cellular System Operated in 900 MHz band GSM is also operated in 1800 MHz band and this version of

More information

MOBILE COMPUTING. Public Switched Telephone Network - PSTN. Transit. switch. Long distance network

MOBILE COMPUTING. Public Switched Telephone Network - PSTN. Transit. switch. Long distance network MOBILE COMPUTING CSE 40814/60814 Fall 2015 Public Switched Telephone Network - PSTN Transit switch Transit switch Long distance network Transit switch Local switch Outgoing call Incoming call Local switch

More information

DOWNLINK AIR-INTERFACE...

DOWNLINK AIR-INTERFACE... 1 ABBREVIATIONS... 10 2 FUNDAMENTALS... 14 2.1 INTRODUCTION... 15 2.2 ARCHITECTURE... 16 2.3 INTERFACES... 18 2.4 CHANNEL BANDWIDTHS... 21 2.5 FREQUENCY AND TIME DIVISION DUPLEXING... 22 2.6 OPERATING

More information

Radio Performance of 4G-LTE Terminal. Daiwei Zhou

Radio Performance of 4G-LTE Terminal. Daiwei Zhou Radio Performance of 4G-LTE Terminal Daiwei Zhou Course Objectives: Throughout the course the trainee should be able to: 1. get a clear overview of the system architecture of LTE; 2. have a logical understanding

More information

Data and Computer Communications. Tenth Edition by William Stallings

Data and Computer Communications. Tenth Edition by William Stallings Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education - 2013 CHAPTER 10 Cellular Wireless Network

More information

A NEW EFFICIENT HANDOVER ALGORITHM FOR MBMS ENABLED 3G MOBILE CELLULAR NETWORKS UNIVERSITY OF CYPRUS

A NEW EFFICIENT HANDOVER ALGORITHM FOR MBMS ENABLED 3G MOBILE CELLULAR NETWORKS UNIVERSITY OF CYPRUS Master s Thesis A NEW EFFICIENT HANDOVER ALGORITHM FOR MBMS ENABLED 3G MOBILE CELLULAR NETWORKS Christopher Christophorou UNIVERSITY OF CYPRUS DEPARTMENT OF COMPUTER SCIENCE December 2005 UNIVERSITY OF

More information

Broadcast Operation. Christopher Schmidt. University of Erlangen-Nürnberg Chair of Mobile Communications. January 27, 2010

Broadcast Operation. Christopher Schmidt. University of Erlangen-Nürnberg Chair of Mobile Communications. January 27, 2010 Broadcast Operation Seminar LTE: Der Mobilfunk der Zukunft Christopher Schmidt University of Erlangen-Nürnberg Chair of Mobile Communications January 27, 2010 Outline 1 Introduction 2 Single Frequency

More information

Multicast in the Mobile Environment and 3G

Multicast in the Mobile Environment and 3G T-110.5120 Next Generation Wireless Networks Multicast in the Mobile Environment and 3G LAURI MÄKINEN ARI KOPONEN Agenda Introduction MBMS Multimedia Broadcast Multicast Service Background Architecture

More information

GSM. 84 Theoretical and general applications

GSM. 84 Theoretical and general applications GSM GSM, GPRS, UMTS what do all of these expressions mean and what possibilities are there for data communication? Technical descriptions often contain abbreviations and acronyms. We have chosen to use

More information

Wireless Communications

Wireless Communications 2. Physical Layer DIN/CTC/UEM 2018 Periodic Signal Periodic signal: repeats itself in time, that is g(t) = g(t + T ) in which T (given in seconds [s]) is the period of the signal g(t) The number of cycles

More information

GSM and Similar Architectures Lesson 04 GSM Base station system and Base Station Controller

GSM and Similar Architectures Lesson 04 GSM Base station system and Base Station Controller GSM and Similar Architectures Lesson 04 GSM Base station system and Base Station Controller 1 GSM network architecture Radio subsystem (RSS) Network subsystem (NSS) Operation subsystem (OSS) 2 RSS Consists

More information

Mobile Communication Systems. Part 7- Multiplexing

Mobile Communication Systems. Part 7- Multiplexing Mobile Communication Systems Part 7- Multiplexing Professor Z Ghassemlooy Faculty of Engineering and Environment University of Northumbria U.K. http://soe.ac.uk/ocr Contents Multiple Access Multiplexing

More information

EE 577: Wireless and Personal Communications

EE 577: Wireless and Personal Communications EE 577: Wireless and Personal Communications Dr. Salam A. Zummo Lecture 1: Introduction 1 Common Applications of Wireless Systems AM/FM Radio Broadcast VHF and UHF TV Broadcast Cordless Phones (e.g., DECT)

More information

LTE and 1x/1xEV-DO Terminology and Concepts

LTE and 1x/1xEV-DO Terminology and Concepts LTE and 1x/1xEV-DO Terminology and Concepts By Don Hanley, Senior Consultant 2/2009 1xEV-DO and LTE networks are surprisingly similar in many respects, but the terms, labels and acronyms they use are very

More information

LTE-Advanced and Release 10

LTE-Advanced and Release 10 LTE-Advanced and Release 10 1. Carrier Aggregation 2. Enhanced Downlink MIMO 3. Enhanced Uplink MIMO 4. Relays 5. Release 11 and Beyond Release 10 enhances the capabilities of LTE, to make the technology

More information

Further Vision on TD-SCDMA Evolution

Further Vision on TD-SCDMA Evolution Further Vision on TD-SCDMA Evolution LIU Guangyi, ZHANG Jianhua, ZHANG Ping WTI Institute, Beijing University of Posts&Telecommunications, P.O. Box 92, No. 10, XiTuCheng Road, HaiDian District, Beijing,

More information

Cellular Networks and Mobile Compu5ng COMS , Fall 2012

Cellular Networks and Mobile Compu5ng COMS , Fall 2012 Cellular Networks and Mobile Compu5ng COMS 6998-11, Fall 2012 Instructor: Li Erran Li (lierranli@cs.columbia.edu) hlp://www.cs.columbia.edu/~lierranli/ coms6998-11/ 9/4/2012: Introduc5on to Cellular Networks

More information

2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Lecture 3: Wireless Physical Layer: Modulation Techniques Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Modulation We saw a simple example of amplitude modulation in the last lecture Modulation how

More information