UNIT II MAC, TELE COMMUNICATION AND SATELLITE SYSTEMS

Size: px
Start display at page:

Download "UNIT II MAC, TELE COMMUNICATION AND SATELLITE SYSTEMS"

Transcription

1 UNIT II MAC, TELE COMMUNICATION AND SATELLITE SYSTEMS Medium access Control Techniques- SDMA-TDMA-FDMA- CDMA- Comparison. Tele communication systems- GSM-DECT and TETRA. Satellite Systems- Routing, Localization and hand over. MOTIVATION FOR A SPECIALIZED MAC Problems in wireless networks signal strength decreases proportional to the square of the distance the sender would apply CS and CD, but the collisions happen at the receiver it might be the case that a sender cannot hear the collision, i.e., CD does not work furthermore, CS might not work if, e.g., a terminal is hidden Hidden and exposed terminals Hidden terminals A sends to B, C cannot receive A C wants to send to B, C senses a free medium (CS fails) collision at B, A cannot receive the collision (CD fails) A is hidden for C Exposed terminals B sends to A, C wants to send to another terminal (not A or B) C has to wait, CS signals a medium in use but A is outside the radio range of C, therefore waiting is not necessary C is exposed to B Near and far terminals Terminals A and B send, C receives signal strength decreases proportional to the square of the distance MTech CSE (PT, ) SRM, Ramapuram 1 hcr:innovationcse@gg

2 the signal of terminal B therefore drowns out A s signal C cannot receive A If C for example was an arbiter for sending rights, terminal B would drown out terminal A already on the physical layer Also severe problem for CDMA-networks - precise power control needed! Access methods SDMA/FDMA/TDMA SDMA (Space Division Multiple Access) o segment space into sectors, use directed antennas o cell structure FDMA (Frequency Division Multiple Access) o assign a certain frequency to a transmission channel between a sender and a receiver o permanent (e.g., radio broadcast), slow hopping (e.g., GSM), fast hopping (FHSS, Frequency Hopping Spread Spectrum) TDMA (Time Division Multiple Access) o assign the fixed sending frequency to a transmission channel between a sender and a receiver for a certain amount of time Space Division Multiple Access (SDMA) SDMA is used for allocating a separated space to users in wireless networks. A typical application involves assigning an optimal base station to a mobile phone user. The mobile phone may receive several base stations with different quality. A MAC algorithm could now decide which base station is best, taking into account which frequencies (FDM), time slots (TDM) or code (CDM) are still available (depending on the technology). SDMA is never used in isolation but always in combination with one or more other schemes. The basis for the SDMA algorithm is formed by cells and sectorized antennas which constitute the infrastructure implementing space division multiplexing (SDM) Frequency Division Duplex - FDD/FDMA General scheme, example GSM All uplinks use the band between and 915 MHz, all downlinks use to 960 MHz. MTech CSE (PT, ) SRM, Ramapuram 2 hcr:innovationcse@gg

3 TIME DIVISION MULTIPLE ACCESS (TDMA) offers a much more flexible scheme, which comprises all technologies that allocate certain time slots for communication, i.e., controlling TDM. Tuning in to a certain frequency is not necessary, i.e., the receiver can stay at the same frequency the whole time. Using only one frequency, and thus very simple receivers and transmitters Fixed TDM The simplest algorithm for using TDM is allocating time slots for channels in a fixed pattern. This results in a fixed bandwidth and is the typical solution for wireless phone systems Assigning different slots for uplink and downlink using the same frequency - time division duplex (TDD). Time division multiplexing for multiple access and duplex Classical Aloha Aloha neither coordinates medium access nor does it resolve contention on the MAC layer. each station can access the medium at any time random, distributed (no central arbiter), time-multiplex If two or more stations access the medium at the same time, a collision occurs and the data is destroyed Slotted Aloha Slotted Aloha additionally uses time-slots, sending must always start at slot boundaries MTech CSE (PT, ) SRM, Ramapuram 3 hcr:innovationcse@gg

4 Carrier Sense Multiple Access (CSMA) sensing the carrier before accessing the medium this decreases the probability of a collision. o hidden terminals cannot be detected, o if a hidden terminal transmits at the same time as another, a collision might occur at the receiver. Types of CSMA non-persistent CSMA o stations sense the carrier and start sending immediately if the medium is idle. o If the medium is busy, the station pauses a random amount of time before sensing the medium again and repeating this pattern. In p-persistent CSMA o systems nodes also sense the medium, but only transmit with a probability of p, with the station deferring to the next slot with the probability 1-p, i.e., access is slotted in addition. In 1-persistent CSMA systems, o all stations wishing to transmit access the medium at the same time, as soon as it becomes idle. This will cause many collisions if many stations wish to send and block each other. Demand Assigned Multiple Access (DAMA) Also called Reservation Aloha. Channel efficiency only 18% for Aloha, 36% for Slotted Aloha (assuming Poisson distribution for packet arrival and packet length) Reservation can increase efficiency to 80% a sender reserves a future time-slot o sending within this reserved time-slot is possible without collision o reservation also causes higher delays o typical scheme for satellite links Examples for reservation algorithms: o Explicit Reservation according to Roberts (Reservation-ALOHA) o Implicit Reservation (PRMA) o Reservation-TDMA DAMA - Explicit Reservation (Reservation Aloha) Two modes: o ALOHA mode for reservation: competition for small reservation slots, collisions possible o Reserved mode for data transmission within successful reserved slots (no collisions possible) it is important for all stations to keep the reservation list consistent at any point in time and, therefore, all stations have to synchronize from time to time Packet Reservation Multiple Access Implicit reservation a certain number of slots form a frame, frames are repeated stations compete for empty slots according to the slotted aloha principle once a station reserves a slot successfully, this slot is automatically assigned to this station in all following frames as long as the station has data to send MTech CSE (PT, ) SRM, Ramapuram 4 hcr:innovationcse@gg

5 competition for this slots starts again as soon as the slot was empty in the last frame Reservation TDMA every frame consists of N mini-slots and x data-slots every station has its own mini-slot and can reserve up to k data-slots using this mini-slot (i.e. x = N * k). other stations can send data in unused data-slots according to a round-robin sending scheme (best-effort traffic) Multiple Access with Collision Avoidance MACA Uses short signaling packets for collision avoidance RTS (request to send): a sender request the right to send from a receiver with a short RTS packet before it sends a data packet CTS (clear to send): the receiver grants the right to send as soon as it is ready to receive Signaling packets contain o sender address o receiver address o packet size Variants of this method can be found in IEEE as DFWMAC (Distributed Foundation Wireless MAC) MACA avoids the problem of hidden terminals A and C want to send to B A sends RTS first C waits after receiving CTS from B MACA avoids the problem of exposed terminals B wants to send to A, C to another terminal now C does not have to wait for it cannot receive CTS from A MTech CSE (PT, ) SRM, Ramapuram 5 hcr:innovationcse@gg

6 Protocol machines for MACA MACA variant: DFWMAC in IEEE Polling If one terminal can be heard by all others, this central terminal (a.k.a. base station) can poll all other terminals according to a certain scheme The master can poll the slaves according to many schemes: o round robin (only efficient if traffic patterns are similar over all stations), o randomly, o according to reservations (the classroom example with polite students) etc. Example: Randomly Addressed Polling base station signals readiness to all mobile terminals terminals ready to send can now transmit a random number without collision with the help of CDMA or FDMA (the random number can be seen as dynamic address) the base station now chooses one address for polling from the list of all random numbers (collision if two terminals choose the same address) the base station acknowledges correct packets and continues polling the next terminal this cycle starts again after polling all terminals of the list Inhibit Sense Multiple Access (ISMA) / Digital Sense Multiple Access (DSMA). Current state of the medium is signaled via a busy tone the base station signals on the downlink (base station to terminals) if the medium is free or not terminals must not send if the medium is busy terminals can access the medium as soon as the busy tone stops the base station signals collisions and successful transmissions via the busy tone and acknowledgements, respectively (media access is not coordinated within this approach) mechanism used for Cellular Digital Packet Data (CDPD) (USA, integrated into AMPS mobile system) MTech CSE (PT, ) SRM, Ramapuram 6 hcr:innovationcse@gg

7 Code Division Multiple Access (CDMA) all terminals send on the same frequency probably at the same time and can use the whole bandwidth of the transmission channel each sender has a unique random number, the sender XORs the signal with this random number the receiver can tune into this signal if it knows the pseudo random number, tuning is done via a correlation function Advantages: o all terminals can use the same frequency, no planning needed o huge code space (e.g ) compared to frequency space o interferences (e.g. white noise) is not coded o forward error correction and encryption can be easily integrated Disadvantages: o higher complexity of a receiver (receiver cannot just listen into the medium and start receiving if there is a signal) o all signals should have the same strength at a receiver CDMA in theory Sender A sends A d = 1, key A k = (assign: 0 = -1, 1 = +1) sending signal A s = A d * A k = (-1, +1, -1, -1, +1, +1) Sender B sends B d = 0, key B k = (assign: 0 = -1, 1 = +1) sending signal B s = B d * B k = (-1, -1, +1, -1, +1, -1) Both signals superimpose in space interference neglected (noise etc.) A s + B s = (-2, 0, 0, -2, +2, 0) Receiver wants to receive signal from sender A apply key A k bitwise (inner product) A e = (-2, 0, 0, -2, +2, 0) A k = = 6 result greater than 0, therefore, original bit was 1 receiving B B e = (-2, 0, 0, -2, +2, 0) B k = = -6, i.e. 0 Coding and spreading of data from sender A MTech CSE (PT, ) SRM, Ramapuram 7 hcr:innovationcse@gg

8 Coding and spreading of data from sender B Reconstruction of A s data Reconstruction of B s data MTech CSE (PT, ) SRM, Ramapuram 8 hcr:innovationcse@gg

9 Spread Aloha Multiple Access (SAMA) Aloha has only a very low efficiency, CDMA needs complex receivers to be able to receive different senders with individual codes at the same time use spread spectrum with only one single code (chipping sequence) for spreading for all senders accessing according to aloha each sender uses the same spreading code combination of CDMA and TDMA Comparison of SDMA, TDMA, FDMA, and CDMA mechanisms Approach SDMA TDMA FDMA CDMA segment sending time segment the spread the segment space into into disjoint time-slots, Idea frequency band into spectrum using cells/sectors demand driven or fixed disjoint sub-bands orthogonal codes patterns Terminals Signal separation Advantages Disadvantages Comment only one terminal can be active in one cell/one sector cell structure, directed antennas very simple, increases capacity per km² inflexible, antennas typically fixed only in combination with TDMA, FDMA or CDMA useful all terminals are active for short periods of time on the same frequency synchronization in the time domain established, fully digital, flexible guard space needed (multipath propagation), synchronization difficult standard in fixed networks, together with FDMA/SDMA used in many mobile networks every terminal has its own frequency, uninterrupted filtering in the frequency domain simple, established, robust inflexible, frequencies are a scarce resource typically combined with TDMA (frequency hopping patterns) and SDMA (frequency reuse) all terminals can be active at the same place at the same moment, uninterrupted code plus special receivers flexible, less frequency planning needed, soft handover complex receivers, needs more complicated power control for senders still faces some problems, higher complexity, lowered expectations; will be integrated with TDMA/FDMA MTech CSE (PT, ) SRM, Ramapuram 9 hcr:innovationcse@gg

10 GSM Groupe Spéciale Mobile => Global System for Mobile Communication Performance characteristics of GSM Communication o mobile, wireless communication; support for voice and data services Total mobility o international access, chip-card enables use of access points of different providers Worldwide connectivity o one number, the network handles localization High capacity o better frequency efficiency, smaller cells, more customers per cell High transmission quality o high audio quality and reliability for wireless, uninterrupted phone calls at higher speeds (cars, trains) Security functions o access control, authentication via chip-card and PIN Disadvantages of GSM no end-to-end encryption of user data no full ISDN bandwidth of 64 kbit/s to the user, no transparent B-channel reduced concentration while driving electromagnetic radiation abuse of private data possible roaming profiles accessible high complexity of the system several incompatibilities within the GSM standards Mobile Services GSM offers o several types of connections voice connections, data connections, short message service o multi-service options (combination of basic services) Three service domains o Bearer Services o Telematic Services o Supplementary Services Bearer and Tele Services Reference Model Bearer Services Telecommunication services to transfer data between access points Specification of services up to the terminal interface (OSI layers 1-3) Different data rates for voice and data (original standard) o data service (circuit switched) synchronous: 2.4, 4.8 or 9.6 kbit/s asynchronous: bit/s MTech CSE (PT, ) SRM, Ramapuram 10 hcr:innovationcse@gg

11 o data service (packet switched) synchronous: 2.4, 4.8 or 9.6 kbit/s asynchronous: bit/s Tele Services Telecommunication services that enable voice communication via mobile phones All these basic services have to obey cellular functions, security measurements etc. mobile telephony Emergency number o common number throughout Europe (112); mandatory for all service providers; free of charge; connection with the highest priority (preemption of other connections possible) Multinumbering o several ISDN phone numbers per user possible Non-Voice-Teleservices o group 3 fax, voice mailbox, electronic mail, Short Message Service (SMS) Supplementary services Services in addition to the basic services, cannot be offered stand-alone Similar to ISDN services besides lower bandwidth due to the radio link May differ between different service providers, countries and protocol versions Important services o identification: forwarding of caller number o suppression of number forwarding o automatic call-back o conferencing with up to 7 participants o locking of the mobile terminal (incoming or outgoing calls) GSM SYSTEM ARCHITECTURE GSM is a PLMN (Public Land Mobile Network) several providers setup mobile networks following the GSM standard within each country components o MS (mobile station) o BS (base station) o MSC (mobile switching center) o LR (location register) subsystems o RSS (radio subsystem): covers all radio aspects o NSS (network and switching subsystem): call forwarding, handover, switching o OSS (operation subsystem): management of the network Radio Sub System (RSS) All radio specific entities Mobile Stations (MS) o all user equipment and software needed for communication with a GSM network o Subscriber Identity Module (SIM) all user-specific data that is relevant to GSM o International Mobile Equipment Identity (IMEI) o Personal Identity Number (PIN) o PIN Unblocking Key (PUK) o Authentication Key Ki o Cipher Key Kc o International Mobile Subscriber Identity (IMSI) o Temporary Mobile Subscriber Identity (TMSI) o Location Area Identification (LAI) Base Station Subsystem (BSS) o controlled by a base station controller (BSC) MTech CSE (PT, ) SRM, Ramapuram 11 hcr:innovationcse@gg

12 o functions necessary to maintain radio connections to an MS, o coding/decoding of voice o rate adaptation to/from the wireless network part o contains several BTSs Base Transceiver Station (BTS) o can form a radio cell or, several cells using sectorized antennas o connected to MS via the Um interface (ISDN U interface for mobile use) o connected to the BSC via the Abis interface. Base Station Controller (BSC) o manages the BTSs o reserves radio frequencies o handles the handover from one BTS to another within the BSS o performs paging of the MS o multiplexes the radio channels onto the fixed network connections at the A interface O interface o Signalling System No. 7 (SS7) based on X.25 (dashed lines) A interface o circuit-switched PCM-30 systems Network and Switching Subsystem (NSS) Mobile services switching center (MSC) o Gateway MSC (GMSC) additional connections to other fixed networks, such as PSTN and ISDN o Interworking Functions (IWF) Used to connect to public data networks (PDN) such as X.25. o Standard Signaling System No. 7 (SS7) o The MSC (mobile switching center) plays a central role in GSM switching functions additional functions for mobility support management of network resources interworking functions via Gateway MSC (GMSC) integration of several databases Functions of a MSC specific functions for paging and call forwarding termination of SS7 (signaling system no. 7) mobility specific signaling location registration and forwarding of location information provision of new services (fax, data calls) support of short message service (SMS) generation and forwarding of accounting and billing information Home Location Register (HLR) o Mobile Subscriber ISDN number (MSISDN) o International Mobile Subscriber Identity (IMSI) o Location Area (LA) o Mobile Subscriber Roaming Number (MSRN) Visitor Location Register (VLR) o local database for a subset of user data, data about all user currently in the domain of the VLR MTech CSE (PT, ) SRM, Ramapuram 12 hcr:innovationcse@gg

13 Operation SubSystem (OSS) enables centralized operation, management, and maintenance of all GSM subsystems Authentication Center (AUC) o generates user specific authentication parameters on request of a VLR o authentication parameters used for authentication of mobile terminals and encryption of user data on the air interface within the GSM system Equipment Identity Register (EIR) o registers GSM mobile stations and user rights o stolen or malfunctioning mobile stations can be locked and sometimes even localized Operation and Maintenance Center (OMC) o different control capabilities for the radio subsystem and the network subsystem MTech CSE (PT, ) SRM, Ramapuram 13 hcr:innovationcse@gg

14 Radio interface GSM implements SDMA using cells with BTS and assigns an MS to a BTS. FDD is used to separate downlink and uplink GSM TDMA frame, GSM time slots Bursts, normal burst, guard space, GSM TDMA frame, slots, and bursts Frame Hierarchy MTech CSE (PT, ) SRM, Ramapuram 14 hcr:innovationcse@gg

15 Protocols channel coding and error detection/correction forward error correction (FEC) voice activity detection (VAD) radio resource management (RR) BTS management (BTSM) Mobility management (MM) temporary mobile subscriber identity (TMSI) international mobile subscriber identity (IMSI) call management (CM) o call control (CC) o short message service (SMS) o supplementary service (SS) dual tone multiple frequency (DTMF) pulse code modulation (PCM) Signaling system No. 7 (SS7) BSS application part (BSSAP) Localization automatic, worldwide localization of users. system always knows where a user currently is, and the same phone number is valid worldwide The HLR always contains information about the current location VLR currently responsible for the MS informs the HLR about location changes Roaming Changing VLRs with uninterrupted availability of all services is also called roaming Three types o within the network of one provider, o between two providers in one country (national roaming) o between different providers in different countries (international roaming). MTech CSE (PT, ) SRM, Ramapuram 15 hcr:innovationcse@gg

16 To locate an MS and to address the MS, several numbers are needed Mobile station international ISDN number (MSISDN) o follows the ITU-T standard E.164 for addresses as it is also used in fixed ISDN networks o Consists of country code (CC) national destination code (NDC) subscriber number (SN) o e.g., for Germany 179 for the address of the network provider International mobile subscriber identity (IMSI) o Consists of a mobile country code (MCC) the mobile network code (MNC) the mobile subscriber identification number (MSIN) Temporary mobile subscriber identity (TMSI) o To hide the IMSI o GSM uses the 4 byte TMSI for local subscriber identification o a VLR may change the TMSI periodically Mobile station roaming number (MSRN) o hides the identity and location of a subscriber o contains the current visitor country code (VCC), the visitor national destination code (VNDC) the identification of the current MSC together with the subscriber number o helps the HLR to find a subscriber for an incoming call Calling Mobile Terminated Call (MTC) MTech CSE (PT, ) SRM, Ramapuram 16 hcr:innovationcse@gg

17 Mobile Originated Call (MOC) Message flow for MTC and MOC Handover two basic reasons for a handover The mobile station moves out of the range of a BTS o signal level decreases o error rate may grow o diminish the quality of the radio link load balancing o (MSC, BSC) may decide that the traffic in one cell is too high and shift some MS to other cells MTech CSE (PT, ) SRM, Ramapuram 17 hcr:innovationcse@gg

18 Four Types of handover in GSM Intra-cell handover o Within a cell, narrow-band interference could make transmission at a certain frequency impossible. o The BSC could then decide to change the carrier frequency Inter-cell, intra-bsc handover o The mobile station moves from one cell to another, but stays within the control of the same BSC. o The BSC then performs a handover, assigns a new radio channel in the new cell releases the old one Inter-BSC, intra-msc handover o As a BSC only controls a limited number of cells; GSM also has to perform handovers between cells controlled by different BSCs. o This handover then has to be controlled by the MSC Inter MSC handover o A handover could be required between two cells belonging to different MSCs o Now both MSCs perform the handover together Handover decision depending on receive level MTech CSE (PT, ) SRM, Ramapuram 18 hcr:innovationcse@gg

19 Inter BSC, Intra-MSC handover Security Security services offered by GSM Access control and authentication o authentication of a valid user for the SIM with a secret PIN o next step is the subscriber authentication based on a challenge-response scheme Confidentiality o voice and signaling encrypted on the wireless link (after successful authentication) o exists only between MS and BTS Anonymity o temporary identity TMSI (Temporary Mobile Subscriber Identity) o newly assigned at each new location update (LUP) o encrypted transmission Algorithms Algorithm A3 is used for authentication, A5 for encryption; implemented in the devices, identical for all providers A8 for the generation of a cipher key Authentication Based on the SIM, which stores o the individual authentication key Ki, o the user identification IMSI o the algorithm used for authentication A3. uses a challenge-response method: the access control AC generates a random number RAND as challenge the SIM within the MS answers with SRES (signed response) as response The AuC (Authentication centre) performs the basic generation of random values RAND, signed responses SRES, and cipher keys Kc for each IMSI forwards this information to the HLR The current VLR requests the appropriate values for RAND, SRES, and Kc from the HLR. the VLR sends the random value RAND to the SIM. MTech CSE (PT, ) SRM, Ramapuram 19 hcr:innovationcse@gg

20 Both sides, perform the same operation with RAND and the key Ki, called A3. The MS sends back the SRES generated by the SIM; the VLR can now compare both values. If they are the same, the VLR accepts the subscriber, otherwise the subscriber is rejected. Encryption MS and BSS can start using encryption by applying the cipher key Kc MTech CSE (PT, ) SRM, Ramapuram 20

21 Kc is generated using the individual key Ki and a random value by applying the algorithm A8. the SIM in the MS and the network both calculate the same Kc The key Kc itself is not transmitted over the air interface MS and BTS can now encrypt and decrypt data using the algorithm A5 and the cipher key Kc. New data services High Speed Circuit Switched Data (HSCSD) higher data rates are achieved by bundling several TCHs air interface user rate (AIUR) For n channels, HSCSD requires n times signaling during handover, connection setup and release. Each channel is treated separately General Packet Radio Service (GPRS) packet mode transfer for applications that exhibit traffic patterns such as frequent transmission of small volumes (e.g., typical web requests) or infrequent transmissions of small or medium volumes (e.g., typical web responses) point-to-point (PTP) packet transfer service PTP connection oriented network service (PTP-CONS) PTP connectionless network service (PTP-CLNS) QoS-profile o service precedence (high, normal, low), o reliability class and delay class of the transmission, o user data throughput. GPRS architecture o o o o o o o o o o GPRS support nodes (GSN) gateway GPRS support node (GGSN) packet data networks (PDN) serving GPRS support node (SGSN) GPRS register (GR) GPRS tunnelling protocol (GTP). subnetwork dependent convergence protocol (SNDCP) base station subsystem GPRS protocol (BSSGP) radio link protocol (RLC) packet data traffic channels (PDTCHs). MTech CSE (PT, ) SRM, Ramapuram 21 hcr:innovationcse@gg

22 DECT Digital Enhanced Cordless Telecommunications (DECT) digital European cordless telephone and digital European cordless telecommunications standard describes air interface between base-station and mobile phone GSM is designed for outdoor use with a cell diameter of up to 70 km, DECT can offer its service to some 10,000 people within one km2 Characteristics frequency: MHz channels: 120 full duplex duplex mechanism: TDD (Time Division Duplex) with 10 ms frame length multplexing scheme: FDMA with 10 carrier frequencies, TDMA with 2x 12 slots modulation: digital, Gaußian Minimum Shift Key (GMSK) power: 10 mw average (max. 250 mw) range: ca 50 m in buildings, 300 m open space System Architecture global network Local networks home data base (HDB) visitor data base (VDB) fixed radio termination (FT) portable radio termination (PT) Protocol Architecture Physical layer MTech CSE (PT, ) SRM, Ramapuram 22 hcr:innovationcse@gg

23 Physical layer modulation/demodulation generation of the physical channel structure with a guaranteed throughput controlling of radio transmission channel assignment on request of the MAC layer detection of incoming signals sender/receiver synchronization collecting status information for the management plane MAC layer maintaining basic services, activating/deactivating physical channels multiplexing of logical channels e.g., C: signaling, I: user data, P: paging, Q: broadcast segmentation/reassembly error control/error correction Data link control layer creation and keeping up reliable connections between the mobile terminal and basestation two DLC protocols for the control plane (C-Plane) o connectionless broadcast service: paging functionality o Lc+LAPC protocol: in-call signaling (similar to LAPD within ISDN), adapted to the underlying MAC service several services specified for the user plane (U-Plane) o null-service: offers unmodified MAC services o frame relay: simple packet transmission o frame switching: time-bounded packet transmission o error correcting transmission: uses FEC, for delay critical, time-bounded services o bandwidth adaptive transmission o Escape service: for further enhancements of the standard Network layer similar to ISDN (Q.931) and GSM (04.08) offers services to request, check, reserve, control, and release resources o necessary for a wireless connection o necessary for the connection of the DECT system to the fixed network main tasks o call control: setup, release, negotiation, control o call independent services: call forwarding, accounting, call redirecting o mobility management: identity management, authentication, management of the location register TETRA - TERRESTRIAL TRUNKED RADIO many different radio carriers assign single carrier for a short period to one user/group of users taxi service, fleet management, rescue teams interfaces to public networks, voice and data services very reliable, fast call setup, local operation TETRA - ETSI standard o formerly: Trans European Trunked Radio o offers Voice+Data and Packet Data Optimized service o point-to-point and point-to-multipoint o ad-hoc and infrastructure networks o several frequencies: MHz, MHz o FDD, DQPSK o group call, broadcast, sub-second group-call setup MTech CSE (PT, ) SRM, Ramapuram 23 hcr:innovationcse@gg

24 SATELLITE SYSTEMS Applications Traditional Weather forecasting o infra red or visible light Radio and TV broadcast satellites o it is cheaper to install and, in most cases, no extra fees have to be paid for this service Military satellites o much safer from attack by enemies Satellites for navigation o global positioning system (GPS) Mobile Communication Global telephone backbones o big cable in the sky o being replaced by fiber optical cables crossing the oceans o one-way, single-hop time delay of 0.25 s Connections for remote or developing areas o many places all over the world do not have direct wired connection to internet Global mobile communication Satellites using lower orbits extend the area of coverage mobile user link (MUL) gateway link (GWL) intersatellite links (ISL) Typical satellite system for global mobile telecommunications vertical handover o between a cellular network and a satellite system horizontal handover o within cellular Users should not notice the switching from, e.g., GSM, to a satellite network during conversation MTech CSE (PT, ) SRM, Ramapuram 24 hcr:innovationcse@gg

25 Basics Depending on the application, these orbits can be circular or elliptical Satellites in circular orbits always keep the same distance to the earth s surface following a simple law m is the mass of the satellite; R is the radius of earth with R = 6,370 km; r is the distance of the satellite to the centre of the earth f is the frequency of the rotation. To keep the satellite in a stable circular orbit, both forces must be equal Fg = Fc distance of a satellite to the earth s surface depends on its rotation frequency. Dependency of satellite period and distance to earth Important parameters in satellite communication inclination angle δ o angle between the equatorial plane and the plane described by the satellite orbit o inclination angle of 0 degrees means that the satellite is exactly above the equator elevation angle ε o angle between the center of the satellite beam and the plane tangential to the earth s surface footprint o area on earth where the signals of the satellite can be received propagation loss of the signals o Signal attenuation due to atmospheric absorption Refer below MTech CSE (PT, ) SRM, Ramapuram 25 hcr:innovationcse@gg

26 Four different types of orbits Geostationary (or geosynchronous) earth orbit (GEO) o distance of almost 36,000 km to the earth. o Examples: all TV and radio broadcast satellites, many weather satellites and satellites o operating as backbones for the telephone network Medium earth orbit (MEO) o distance of about 5,000 12,000 km o upcoming systems (e.g., ICO) use this class for various reasons Low earth orbit (LEO) o were mainly used for espionage o using altitudes of 500 1,500 km Highly elliptical orbit (HEO) o all satellites with noncircular orbits. o few commercial communication systems o perigee over large cities to improve communication quality. Van Allen radiation belts, o belts consisting of ionized particles o inner Van Allen belt heights of about 2,000 6,000 km o outer Van Allen belt about 15,000 30,000 km o make satellite communication very difficult in these orbits. MTech CSE (PT, ) SRM, Ramapuram 26 hcr:innovationcse@gg

27 GEO Orbit o km distance to earth surface, equatorial plane (inclination 0 ) complete rotation exactly one day, satellite is synchronous to earth rotation Advantages o can use fixed antenna positions, no adjusting is needed. o ideal for TV and radio broadcasting. o do not need a handover due to the large footprint o do not exhibit any Doppler shift because the relative movement is zero. Disadvantages: o Northern or southern regions of the earth have more problems receiving these satellites due to the low elevation above a latitude of 60, i.e., larger antennas are needed in this case. o Shading of the signals in cities due to high buildings and the low elevation further away from the equator limit transmission quality. o The transmit power needed is relatively high (some 10 W), problems for battery powered devices. o Cannot be used for small mobile phones. o high latency of over 0.25 s one-way biggest problem for voice and also data communication o many retransmission schemes which are known from fixed networks fail. o Due to the large footprint, either frequencies cannot be reused or the GEO satellite needs special antennas focusing on a smaller footprint. o Transferring a GEO into orbit is very expensive LEO Orbit ca km above earth surface typical duration of LEO periods are 95 to 120 minutes provide a high quality communication link by ensuring a high elevation for every spot on earth will only be visible from the earth for around ten minutes Further classification into o Little LEOs with low bandwidth services (some 100 bit/s) o big LEOs (some 1,000 bit/s) o broadband LEOs with plans reaching into the Mbit/s range Advantages: o using low transmit power in the range of 1W o The delay for packets delivered via a LEO is relatively low (approx 10 ms) o Smaller footprints of LEOs allow for better frequency reuse o LEOs can provide a much higher elevation in polar regions and so better global coverage. Disadvantages o handover necessary from one satellite to another o many satellites necessary for global coverage o more complex systems due to moving satellites MEO Orbit ca km above earth surface Advantages: o the system only requires a dozen satellites for global coverage o move more slowly relative to the earth s rotation allowing a simpler system design o satellite periods are about six hours o Depending on the inclination, a MEO can cover larger populations, so requiring fewer handovers. Disadvantages: o delay increases to about ms. o need higher transmit power o need special antennas for smaller footprints. MTech CSE (PT, ) SRM, Ramapuram 27 hcr:innovationcse@gg

28 Routing Satellites offering Inter Satellite Link (ISL) o traffic can be routed between the satellites. o one user sends data up to a satellite o the satellite forwards it to the one responsible for the receiver via other satellites. o The last satellite now sends the data down to the earth o only one uplink and one downlink per direction is needed o The ability of routing within the satellite network reduces the number of gateways needed on earth. Without ISL o all traffic is relayed to earth, routed there relayed back to a satellite. Localization similar to that of terrestrial cellular networks Home Location Register (HLR) o stores all static information about a user with current location Visitor Location Register (VLR) o The last known location of a mobile user Satellite User Mapping Register (SUMR) o stores the current position of satellites o a mapping of each user to the current satellite Registration of a mobile station o initially sends a signal which one or several satellites can receive. o Satellites receiving such a signal report this event to a gateway. o The gateway can now determine the location of the user via the location of the satellites. o User data is requested from the user s HLR, VLR and SUMR are updated Calling a mobile station o localization using HLR/VLR similar to GSM o connection setup using the appropriate satellite Handover in satellite systems caused by the movement of the satellites Intra satellite handover o handover from one spot beam to another o mobile station still in the footprint of the satellite, but in another cell Inter satellite handover o handover from one satellite to another satellite o mobile station leaves the footprint of one satellite Gateway handover o Handover from one gateway to another o mobile station still in the footprint of a satellite, but gateway leaves the footprint Inter system handover o Handover from the satellite network to a terrestrial cellular network o mobile station can reach a terrestrial network again which might be cheaper, has a lower latency etc Comments & Feedback Thanks to my family members who supported me while I spent hours and hours to prepare this. Your feedback is welcome at GHCRajan@gmail.com MTech CSE (PT, ) SRM, Ramapuram 28 hcr:innovationcse@gg

Mobile Computing. Chapter 3: Medium Access Control

Mobile Computing. Chapter 3: Medium Access Control Mobile Computing Chapter 3: Medium Access Control Prof. Sang-Jo Yoo Contents Motivation Access methods SDMA/FDMA/TDMA Aloha Other access methods Access method CDMA 2 1. Motivation Can we apply media access

More information

Chapter 3 : Media Access. Mobile Communications. Collision avoidance, MACA

Chapter 3 : Media Access. Mobile Communications. Collision avoidance, MACA Mobile Communications Chapter 3 : Media Access Motivation Collision avoidance, MACA SDMA, FDMA, TDMA Polling Aloha CDMA Reservation schemes SAMA Comparison Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/

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

ICT 5305 Mobile Communications. Lecture - 4 April Dr. Hossen Asiful Mustafa

ICT 5305 Mobile Communications. Lecture - 4 April Dr. Hossen Asiful Mustafa ICT 5305 Mobile Communications Lecture - 4 April 2016 Dr. Hossen Asiful Mustafa Media Access Motivation Can we apply media access methods from fixed networks? Example CSMA/CD Carrier Sense Multiple Access

More information

Medium Access Control

Medium Access Control CMPE 477 Wireless and Mobile Networks Medium Access Control Motivation for Wireless MAC SDMA FDMA TDMA CDMA Comparisons CMPE 477 Motivation Can we apply media access methods from fixed networks? Example

More information

Medium Access Control. Wireless Networks: Guevara Noubir. Slides adapted from Mobile Communications by J. Schiller

Medium Access Control. Wireless Networks: Guevara Noubir. Slides adapted from Mobile Communications by J. Schiller Wireless Networks: Medium Access Control Guevara Noubir Slides adapted from Mobile Communications by J. Schiller S200, COM3525 Wireless Networks Lecture 4, Motivation Can we apply media access methods

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

Medium Access Schemes

Medium Access Schemes Medium Access Schemes Winter Semester 2010/11 Integrated Communication Systems Group Ilmenau University of Technology Media Access: Motivation The problem: multiple users compete for a common, shared resource

More information

Chapter 2 Overview. Duplexing, Multiple Access - 1 -

Chapter 2 Overview. Duplexing, Multiple Access - 1 - Chapter 2 Overview Part 1 (2 weeks ago) Digital Transmission System Frequencies, Spectrum Allocation Radio Propagation and Radio Channels Part 2 (last week) Modulation, Coding, Error Correction Part 3

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

9/22/08. Satellite Systems. History of satellite communication. Applications. History Basics Localization Handover Routing Systems

9/22/08. Satellite Systems. History of satellite communication. Applications. History Basics Localization Handover Routing Systems Satellite Systems History Basics Localization Handover Routing Systems History of satellite communication 1945 Arthur C. Clarke publishes an essay about Extra Terrestrial Relays 1957 first satellite SPUTNIK

More information

Wireless Telecommunication Systems GSM as basis of current systems Enhancements for data communication: HSCSD, GPRS, EDGE UMTS: Future or not?

Wireless Telecommunication Systems GSM as basis of current systems Enhancements for data communication: HSCSD, GPRS, EDGE UMTS: Future or not? Chapter 2 Technical Basics: Layer 1 Methods for Medium Access: Layer 2 Chapter 3 Wireless Networks: Bluetooth, WLAN, WirelessMAN, WirelessWAN Mobile Networks: GSM, GPRS, UMTS Chapter 4 Mobility on the

More information

1. Introduction 1.2 Medium Access Control. Prof. JP Hubaux

1. Introduction 1.2 Medium Access Control. Prof. JP Hubaux 1. Introduction 1.2 Medium Access Control Prof. JP Hubaux 1 Modulation and demodulation (reminder) analog baseband digital signal data digital analog 101101001 modulation modulation radio transmitter radio

More information

Chapter 9 GSM. Distributed Computing Group. Mobile Computing Summer 2003

Chapter 9 GSM. Distributed Computing Group. Mobile Computing Summer 2003 Chapter 9 GSM Distributed Computing Group Mobile Computing Summer 2003 Overview GSM Overview Services Architecture Cell management TDMA, FDMA Orientation Handover Authentications HSCSD, GPRS Distributed

More information

Structure of the Lecture

Structure of the Lecture Structure of the Lecture Chapter 2 Technical Basics: Layer Methods for Medium Access: Layer 2 Channels in a frequency band Static medium access methods Flexible medium access methods Chapter 3 Wireless

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

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

Wireless Telephony in Germany. Standardization of Networks. GSM Basis of Current Mobile Systems

Wireless Telephony in Germany. Standardization of Networks. GSM Basis of Current Mobile Systems Wireless Telephony in Germany Chapter 2 Technical Basics: Layer Methods for Medium Access: Layer 2 Chapter 3 Wireless Networks: Bluetooth, WLAN, WirelessMAN, WirelessWAN Mobile Telecommunication Networks:

More information

Wireless Transmission & Media Access

Wireless Transmission & Media Access Wireless Transmission & Media Access Signals and Signal Propagation Multiplexing Modulation Media Access 1 Significant parts of slides are based on original material by Prof. Dr.-Ing. Jochen Schiller,

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

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

2G Mobile Communication Systems

2G Mobile Communication Systems 2G Mobile Communication Systems 2G Review: GSM Services Architecture Protocols Call setup Mobility management Security HSCSD GPRS EDGE References Jochen Schiller: Mobile Communications (German and English),

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

Chapter 2: Global System for Mobile Communication

Chapter 2: Global System for Mobile Communication Chapter 2: Global System for Mobile Communication (22 Marks) Introduction- GSM services and features, GSM architecture, GSM channel types, Example of GSM Call: GSM to PSTN call, PSTN to GSM call. GSM frame

More information

Unit V. Multi-User Radio Communication

Unit V. Multi-User Radio Communication Unit V Multi-User Radio Communication ADVANCED MOBILE PONE SERVICE (AMPS) 1906: 1 st radio transmission of Human voice. What s the medium? Used an RC circuit to modulate a carrier frequency that radiated

More information

Wireless and mobile communication

Wireless and mobile communication Wireless and mobile communication Wireless communication Multiple Access FDMA TDMA CDMA SDMA Mobile Communication GSM GPRS GPS Bluetooth Content What is wireless communication? In layman language it is

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

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

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

Chapter 5 Acknowledgment:

Chapter 5 Acknowledgment: Chapter 5 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

Cellular systems 02/10/06

Cellular systems 02/10/06 Cellular systems 02/10/06 Cellular systems Implements space division multiplex: base station covers a certain transmission area (cell) Mobile stations communicate only via the base station Cell sizes from

More information

Mobile Communications Chapter 5: Satellite Systems

Mobile Communications Chapter 5: Satellite Systems Mobile Communications Chapter 5: Satellite Systems History Basics Localization Handover Routing Systems Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/ MC SS02 5.1 History of satellite communication

More information

Introduction to Mobile Computing The rapidly expanding technology of cellular communication, wireless LANs, and satellite services will make information accessible anywhere and at any time. Regardless

More information

Section A : example questions

Section A : example questions 2G1723 GSM Network and Services The exam will consist of two sections: section A (20p) and section B (8p). Section A consist of 20 multiple-choice questions (1p each), where exactly one answer is correct.

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

G 364: Mobile and Wireless Networking. CLASS 21, Mon. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob

G 364: Mobile and Wireless Networking. CLASS 21, Mon. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob G 364: Mobile and Wireless Networking CLASS 21, Mon. Mar. 29 2004 Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob Global System for Mobile Communications (GSM) Digital wireless network standard

More information

King Fahd University of Petroleum & Minerals Computer Engineering Dept

King Fahd University of Petroleum & Minerals Computer Engineering Dept King Fahd University of Petroleum & Minerals Computer Engineering Dept COE 543 Mobile and Wireless Networks Term 022 Dr. Ashraf S. Hasan Mahmoud Rm 22-148-3 Ext. 1724 Email: ashraf@ccse.kfupm.edu.sa 4/14/2003

More information

Department of Computer Science & Technology 2014

Department of Computer Science & Technology 2014 Unit 1. Wireless Telecommunication Systems and Networks Short Questions 1. What is Electromagnetic spectrum? 2 State the purpose of Induction. 3. What is the range of Radio Frequency? 4. What are two parameters

More information

COM-405 Mobile Networks. Module A (Part A2) Introduction

COM-405 Mobile Networks. Module A (Part A2) Introduction COM-405 Mobile Networks Module A (Part A2) Introduction Prof. JP Hubaux http://mobnet.epfl.ch Note: some of the slides of this and other modules and derived from Schiller s book 1 Modulation and demodulation

More information

Multiple Access Schemes

Multiple Access Schemes Multiple Access Schemes Dr Yousef Dama Faculty of Engineering and Information Technology An-Najah National University 2016-2017 Why Multiple access schemes Multiple access schemes are used to allow many

More information

FB 1 ikom / Kommunikationsnetze

FB 1 ikom / Kommunikationsnetze GSM Overview Services GSM Architecture GSM Air Interface GSM Logical Channels - 2 - formerly: Groupe Spéciale Mobile (founded 1982) by CEPT (Conférence Européenne des Administrations des Postes et des

More information

UNIT- 2. Components of a wireless cellular network

UNIT- 2. Components of a wireless cellular network UNIT- 2 Components of a wireless cellular network These network elements may be divided into three groups. MS- Provides the user link to wireless network RBS, BSC The B.S system provides the wireless system

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

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

G 364: Mobile and Wireless Networking. CLASS 22, Wed. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob

G 364: Mobile and Wireless Networking. CLASS 22, Wed. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob G 364: Mobile and Wireless Networking CLASS 22, Wed. Mar. 31 2004 Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob Logical vs. Physical Channels Logical channels (traffic channels, signaling (=control)

More information

UNIT 4 Spread Spectrum and Multiple. Access Technique

UNIT 4 Spread Spectrum and Multiple. Access Technique UNIT 4 Spread Spectrum and Multiple Access Technique Spread Spectrum lspread spectrumis a communication technique that spreads a narrowband communication signal over a wide range of frequencies for transmission

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

GSM SYSTEM OVERVIEW. Important Principles and Technologies of GSM

GSM SYSTEM OVERVIEW. Important Principles and Technologies of GSM GSM SYSTEM OVERVIEW Important Principles and Technologies of GSM INTRODUCTION TO GSM WHAT IS GSM? GROUPE SPECIALE MOBILE GLOBAL SYSTEM for MOBILE COMMUNICATIONS OBJECTIVES To be aware of the developments

More information

Global System for Mobile Communications

Global System for Mobile Communications Global System for Mobile Communications Contents 1. Introduction 2. Features of GSM 3. Network Components 4. Channel Concept 5. Coding, Interleaving, Ciphering 6. Signaling 7. Handover 8. Location Update

More information

GSM NCN-EG-01 Course Outline for GSM

GSM NCN-EG-01 Course Outline for GSM GSM NCN-EG-01 Course Outline for GSM 1 Course Description: Good understanding of GSM technology and cellular networks is essential for anyone working in GSM or related areas. This course is structured

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

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

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

Introduction to Wireless and Mobile Networking. Hung-Yu Wei g National Taiwan University

Introduction to Wireless and Mobile Networking. Hung-Yu Wei g National Taiwan University Introduction to Wireless and Mobile Networking Lecture 3: Multiplexing, Multiple Access, and Frequency Reuse Hung-Yu Wei g National Taiwan University Multiplexing/Multiple Access Multiplexing Multiplexing

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

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

Satellite Communications. Chapter 9

Satellite Communications. Chapter 9 Satellite Communications Chapter 9 Satellite-Related Terms Earth Stations antenna systems on or near earth Uplink transmission from an earth station to a satellite Downlink transmission from a satellite

More information

Satellite Communications. Chapter 9

Satellite Communications. Chapter 9 Satellite Communications Chapter 9 Satellite-Related Terms Earth Stations antenna systems on or near earth Uplink transmission from an earth station to a satellite Downlink transmission from a satellite

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

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

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

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

ICT 5305 Mobile Communications. Lecture - 6 April Dr. Hossen Asiful Mustafa

ICT 5305 Mobile Communications. Lecture - 6 April Dr. Hossen Asiful Mustafa ICT 5305 Mobile Communications Lecture - 6 April 2016 Dr. Hossen Asiful Mustafa 4 types of handover 1 2 3 4 MS MS MS MS BTS BTS BTS BTS BSC BSC BSC MSC MSC Handover decision receive level BTS old receive

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

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

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

Mobile Phone Subscribers World-wide. 4. Wireless Telecommunication Systems. Mobile Subscribers by Continent. Development of Mobile Telecom Systems

Mobile Phone Subscribers World-wide. 4. Wireless Telecommunication Systems. Mobile Subscribers by Continent. Development of Mobile Telecom Systems Mobile Phone Subscribers World-wide 1200 4. Wireless Telecommunication Systems Market GSM DECT TETRA UMTS Subscriber [Million] 1000 800 600 400 200 0 1996 1997 1998 1999 2000 2001 2002 [Year] GSM total

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

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

Mobile Wireless Communications - Overview

Mobile Wireless Communications - Overview S. R. Zinka srinivasa_zinka@daiict.ac.in October 16, 2014 First of all... Which frequencies we can use for wireless communications? Atmospheric Attenuation of EM Waves 100 % Gamma rays, X-rays and ultraviolet

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

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

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

An overview of the GSM system

An overview of the GSM system An overview of the GSM system by Javier Gozalvez Sempere An overview of the GSM system Javier Gozálvez Sempere PhD Student in Mobile Communications Communications Division Department of Electronic&Electrical

More information

First Generation Systems

First Generation Systems Intersystem Operation and Mobility Management David Tipper Associate Professor Graduate Program in Telecommunications and Networking University of Pittsburgh Telcom 2720 Slides 6 http://www.tele.pitt.edu/tipper.html

More information

Lecturer: Srwa Mohammad

Lecturer: Srwa Mohammad Aga private institute for computer science Lecturer: Srwa Mohammad What is GSM? GSM: Global System for Mobile Communications *Evolution of Cellular Networks 1G 2G 2.5G 3G 4G ---------- -----------------------------------------------

More information

Bluetooth BlueTooth - Allows users to make wireless connections between various communication devices such as mobile phones, desktop and notebook comp

Bluetooth BlueTooth - Allows users to make wireless connections between various communication devices such as mobile phones, desktop and notebook comp ECE 271 Week 8 Bluetooth BlueTooth - Allows users to make wireless connections between various communication devices such as mobile phones, desktop and notebook computers - Uses radio transmission - Point-to-multipoint

More information

Wireless Networks. Why Wireless Networks? Wireless Local Area Network. Wireless Personal Area Network (WPAN)

Wireless Networks. Why Wireless Networks? Wireless Local Area Network. Wireless Personal Area Network (WPAN) Wireless Networks Why Wireless Networks? rate MBit/s 100.0 10.0 1.0 0.1 0.01 wired terminals WMAN WLAN CORDLESS (CT, DECT) Office Building stationary walking drive Indoor HIPERLAN UMTS CELLULAR (GSM) Outdoor

More information

)454 1 '%.%2!,!30%#43 /& 05",)#,!.$ -/"),%.%47/2+3 05",)#,!.$ -/"),%.%47/2+3. )454 Recommendation 1 INTERNATIONAL TELECOMMUNICATION UNION

)454 1 '%.%2!,!30%#43 /& 05,)#,!.$ -/),%.%47/2+3 05,)#,!.$ -/),%.%47/2+3. )454 Recommendation 1 INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION )454 1 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU 05",)#,!.$ -/"),%.%47/2+3 '%.%2!,!30%#43 /& 05",)#,!.$ -/"),%.%47/2+3 )454 Recommendation 1 (Extract from the

More information

(650536) Prerequisite: Digital Communications (610533) Instructor: Dr. Abdel-Rahman Al-Qawasmi

(650536) Prerequisite: Digital Communications (610533) Instructor: Dr. Abdel-Rahman Al-Qawasmi Communications & Electronics Engineering Dept. Part 6 Satellite Communications Communication Networks (650536) Prerequisite: Digital Communications (610533) Instructor: Dr. Abdel-Rahman Al-Qawasmi Text

More information

Intersystem Operation and Mobility Management. First Generation Systems

Intersystem Operation and Mobility Management. First Generation Systems Intersystem Operation and Mobility Management David Tipper Associate Professor Graduate Program in Telecommunications and Networking University of Pittsburgh Telcom 2700 Slides 6 http://www.tele.pitt.edu/tipper.html

More information

UCS-805 MOBILE COMPUTING NIT Agartala, Dept of CSE Jan-May,2011

UCS-805 MOBILE COMPUTING NIT Agartala, Dept of CSE Jan-May,2011 Location Management for Mobile Cellular Systems SLIDE #3 UCS-805 MOBILE COMPUTING NIT Agartala, Dept of CSE Jan-May,2011 ALAK ROY. Assistant Professor Dept. of CSE NIT Agartala Email-alakroy.nerist@gmail.com

More information

GSM and UMTS. Mobile phone subscribers worldwide. Development of mobile telecommunication systems. How does it work?

GSM and UMTS. Mobile phone subscribers worldwide. Development of mobile telecommunication systems. How does it work? Mobile phone subscribers worldwide approx. 1.7 bn 1600 1400 Market GSM Overview Services Sub-systems Components GSM and UMTS UMTS/IMT-2000 Subscribers [million] 1200 1000 800 600 400 200 0 GSM total TDMA

More information

Introduction to GSM. Introduction to GSM, page Development of GSM. History of GSM. Market situation. GSM s future development

Introduction to GSM. Introduction to GSM, page Development of GSM. History of GSM. Market situation. GSM s future development Introduction to GSM, page 1 Introduction to GSM 1. Development of GSM History of GSM Market situation GSM s future development Services offered by GSM GSM specifications 2. OSI reference model 3. RF interface

More information

Data and Computer Communications. Chapter 10 Cellular Wireless Networks

Data and Computer Communications. Chapter 10 Cellular Wireless Networks Data and Computer Communications Chapter 10 Cellular Wireless Networks Cellular Wireless Networks 5 PSTN Switch Mobile Telecomm Switching Office (MTSO) 3 4 2 1 Base Station 0 2016-08-30 2 Cellular Wireless

More information

TETRA. (TErrestrial Trunked RAdio) Further information on TETRA:

TETRA. (TErrestrial Trunked RAdio) Further information on TETRA: TETRA (TErrestrial Trunked RAdio) Further information on TETRA: www.tetramou.org ( official site) www.aeroflex.com/tetra/productinfo/tetrabackgrounder.ppt Examples of digital wireless systems (all originally

More information

AIRCOM Training is committed to providing our customers with quality instructor led Telecommunications Training.

AIRCOM Training is committed to providing our customers with quality instructor led Telecommunications Training. Copyright 2002 AIRCOM International Ltd All rights reserved AIRCOM Training is committed to providing our customers with quality instructor led Telecommunications Training. This documentation is protected

More information

Cellular Network. Ir. Muhamad Asvial, MSc., PhD

Cellular Network. Ir. Muhamad Asvial, MSc., PhD Cellular Network Ir. Muhamad Asvial, MSc., PhD Center for Information and Communication Engineering Research (CICER) Electrical Engineering Department - University of Indonesia E-mail: asvial@ee.ui.ac.id

More information

Introduction to IS-95 CDMA p. 1 What is CDMA p. 1 History of CDMA p. 2 Forms of CDMA p MHz CDMA p MHz CDMA (PCS) p. 6 CDMA Parts p.

Introduction to IS-95 CDMA p. 1 What is CDMA p. 1 History of CDMA p. 2 Forms of CDMA p MHz CDMA p MHz CDMA (PCS) p. 6 CDMA Parts p. Introduction to IS-95 CDMA p. 1 What is CDMA p. 1 History of CDMA p. 2 Forms of CDMA p. 3 800 MHz CDMA p. 6 1900 MHz CDMA (PCS) p. 6 CDMA Parts p. 7 Mobile Station p. 8 Base Station Subsystem (BSS) p.

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

Global System for Mobile

Global System for Mobile Week 15 Global System for Mobile GSM task and intention Services offered by GSM GSM architecture GSM Radio System Channels in GSM Example of GSM call Signal Processing in GSM Page 1 Global System for Mobile

More information

Multiple Access System

Multiple Access System Multiple Access System TDMA and FDMA require a degree of coordination among users: FDMA users cannot transmit on the same frequency and TDMA users can transmit on the same frequency but not at the same

More information

Mobile Communications II From Cellular to Mobile Services

Mobile Communications II From Cellular to Mobile Services Mobile Communications II From Cellular to Mobile Services Prof. Dr.-Ing. Rolf Kraemer chair owner telefon: 0335 5625 342 fax: 0335 5625 671 e-mail: kraemer [ at ] ihp-microelectronics.com web: General

More information

Module 4: Wireless Metropolitan and Wide Area Networks

Module 4: Wireless Metropolitan and Wide Area Networks Module 4: Wireless Metropolitan and Wide Area Networks SMD161 Wireless Mobile Networks Kaustubh S. Phanse Department of Computer Science and Electrical Engineering Luleå University of Technology Lecture

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified)

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) WINTER 16 EXAMINATION Model Answer Subject Code: 17657 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2)

More information

Multiple Access Techniques

Multiple Access Techniques Multiple Access Techniques EE 442 Spring Semester Lecture 13 Multiple Access is the use of multiplexing techniques to provide communication service to multiple users over a single channel. It allows for

More information

Level 6 Graduate Diploma in Engineering Wireless and mobile communications

Level 6 Graduate Diploma in Engineering Wireless and mobile communications 9210-119 Level 6 Graduate Diploma in Engineering Wireless and mobile communications Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil,

More information

Wireless WANS and MANS. Chapter 3

Wireless WANS and MANS. Chapter 3 Wireless WANS and MANS Chapter 3 Cellular Network Concept Use multiple low-power transmitters (100 W or less) Areas divided into cells Each served by its own antenna Served by base station consisting of

More information

Babu Madhav Institute of Information Technology, UTU : DSE6-Satellite and Telecommunication

Babu Madhav Institute of Information Technology, UTU : DSE6-Satellite and Telecommunication Babu Madhav Institute of Information Technology, UTU 060010412 : DSE6-Satellite and Telecommunication 2017 Unit 1. Telecommunication Systems and Networks Short Questions 1. Define Telecommunication. 2.

More information

3GPP TS V8.0.1 ( )

3GPP TS V8.0.1 ( ) TS 08.52 V8.0.1 (2002-05) Technical Specification 3rd Generation Partnership Project; Technical Specification Group GSM EDGE Radio Access Network; Base Station Controller - Base Transceiver Station (BSC

More information