Distributed Fleet Management over GPRS with Solid FlowEngine

Size: px
Start display at page:

Download "Distributed Fleet Management over GPRS with Solid FlowEngine"

Transcription

1 Proc. 4th Internat. Conf. on Mobile Data Management (MDM'03), Industrial Track, Melbourne, Australia, January 21-24, Distributed Fleet Management over GPRS with Solid FlowEngine Ali Paasimaa Solid Information Technology Oy Merimiehenkatu 36D FIN Helsinki, Finland ali.paasimaa ( at ) solidtech.com Abstract With wireless connectivity becoming commonplace, and with the cost and footprint of computers steadily dropping, managers of public transport fleets are realizing that it is now possible to treat vehicles as part of the corporate network. Vehicles can be fitted with onboard computers that periodically establish connectivity to report back to the central site, and to download new information. GPRS is a good fit for this kind of environments where fairly large amounts data is transferred from time to time as bursts, and Solid FlowEngine in part provides platform independent functioning, enables transactions to be executed while offline and guarantees transactional consistency throughout the whole network. 1 Introduction Circuit-switched GSM (Global System for Mobile Communications) data services have been around for about 8 years, and up to now, the primary application of this radio network has been telephony. There is no doubt that real-time speech transfer over the air will retain its dominant role for many years to come, but also new applications for radio networks are emerging. Typically these new applications need higher data transfer rates than does voice, and they are able to utilize non-deterministic packet-switched data transfer, because for many of these applications, there is no fundamental need for the transfer rate to be constant and deterministic. Internet browsers, and other connectionless applications that have a need for occasional highspeed data replication, are good examples. Today, GPRS (General Packet Radio Service) is the sole packet-switched transfer protocol working within GSM networks 1 that was developed by taking into account needs of these emerging applications. Also, because it could be assumed that a growing fraction of future applications are somehow going to utilize the Internet, it was convenient to develop a protocol that supports communication over TCP/IP by default. 1 EDGE (Enhanced Data Rates for Global/GSM Evolution) is another packet-switched data connection protocol for GSM that in a way combines HSCSD (High Speed Circuit Switched Data) and GRPS but it is not being used by anyone yet because there are no commercial terminal devices available on the market. Oct 30, 2002

2 2 The Finnish company, Buscom Oy, is one of the first to deploy new GPRS mobile communication technology in their public transportation fleet management applications. They chose to embed the Solid FlowEngine to provide both the embeddable relational data manager, and also the synchronization capabilities it needed to operate the overall system, and to wirelessly collect and reconcile public transportation related transactions. This paper compares an IP-based GSM network protocol GPRS to traditional circuitswitched technologies, and introduces a Traffic Information Management system Buscom Palette which is built on Solid FlowEngine. 2 GPRS IP Based Mobile Network GPRS was developed to support wireless IP services and is currently the only packet-oriented service in GSM networks with deployed applications. It partly shares the same network infrastructure with GSM and HSCSD (High Speed Circuit Switched Data) and uses the same radio resources to transfer data over the air. The difference between a circuit-switched connection and a packet-switched connection is that the packet-switching connection enables radio resources to be used only when users are actually sending or receiving data. This ameliorates the utilization of the air network infrastructure up to 40 percent compared to the traditional circuit-switched techniques, which reserve the circuit even when no data transmission is taking place. The main goal of GPRS is to amend the shortcomings of traditional GSM by providing (in practice) about 2 to 4 times faster data transfer speed and an ability to more efficiently utilize radio resources. In addition to the above, GPRS also provides a wireless connection using the TCP/IP protocol 2. Within the GPRS network, an IP address can be assigned for each mobile terminal. To other IP networks, the GPRS network appears as just another Internet subnet where network elements are separated with unique IP addresses. Also, the mobility of GPRS terminals is totally transparent to other IP network such as the Internet. One restriction on GPRS is that it is non-deterministic. GPRS traffic has the lowest priority in the network and is hence bound to use the residue of the radio capacity that is not occupied by GSM or HSCSD. Thus, in current networks, depending on how much circuit-switched traffic there is on the air, the transfer speed of GPRS can change on the fly to be just about anything between the maximum and zero. However, for most GPRS applications this kind of behavior is tolerable as normally the transfer rate of GPRS averages well above GSM even during daytime 3. The GRPS protocol enables operators to take advantage of under-utilized, network resources, and thus it provides a way for operators to boost revenues collected from network usage. In Finland, depending on the operator, transferring 10 MBytes/month over GPRS costs around Circuit-switched GSM data costs around 0.16 /minute, and since the transfer rate of 2 Other protocols such as X.25 are also supported. 3 During night-time there is typically much less circuit-switched traffic on the air.

3 3 GSM is 1.2 KBytes/s, it costs about 22 to transfer 10 MBytes using GSM data. 4 Thus the cost of moving 10 MBytes over GPRS is about the same as GSM, but with GPRS the data is transferred about 2 4 times faster, depending whether data is sent up-link or down-link. 3 Solid Innovation for Mobile Replication Solid FlowEngine is a carrier-class distributed data management platform made up of two tightly coupled components: an embeddable, lightweight database management system and a patented synchronization technology Solid SmartFlow technology that guarantees the transactional correctness of the data in an intermittently connected network of nodes. The Solid FlowEngine replication scheme does not include distributed transactions but is an incremental and asynchronous replication concept, and it is a certain kind of variant of the Lazy Replica method [Wol01]. It guarantees global transactional consistency throughout the system and makes sure that the entire intermittently connected network converges towards a globally consistent state. The SmartFlow scheme has some conceptual similarities with the Two-Tier replication protocol presented by Gray et al. [GHOS96]. In Gray s method, transactions originated by replicas execute as distributed transactions that run against the master and the replica node simultaneously. In FlowEngine, replica transactions can be executed while offline from the network and be later propagated to the master for re-execution. Solid s patented Intelligent Transaction technology enables developers to write pre-programmable actions to handle central conflict resolution. It allows statements (stored procedures) residing inside the same transaction to exchange information about the success of their fragments of the transaction. The SmartFlow replication process consists of two steps: 1. Propagating transactions originating at the replica to the master, and 2. Refreshing changed data from the master to the replicas. This data may have been changed by other replicas or by any application using the master. The two operations can be decoupled so that it is possible to only refresh the replica with new data or to only propagate transactions to the master. The replication scheduling and design is programmed using Solid SQL extensions, and thus can be operated through standard ODBC and JDBC interfaces. Replication can be triggered by application events or a timer, and masters can be programmed to signal replicas when they have new data for them. Abnormally interrupted replication tasks (abnormal connection breakdowns or some other system failures) can simply be restarted after a system recovery. 4 (10000 KBytes / 1.2 KBytes / 60 seconds) x 0.16 = 22

4 4 4 Buscom Palette A Fleet Management System Built on Solid FlowEngine Buscom Oy s Traffic Information Management System, Buscom Palette, is a Public Transport Operator s ERP system. A transport operator owning a fleet of vehicles (e.g. buses and trams) uses Buscom Palette as a tool to plan and execute business strategies by designing and configuring the most efficient and profitable schedules, routes, tariffs, products, etc. For example, Buscom Palette can be used to record product-oriented passenger flows and to gather schedule-oriented vehicle location information that can be used to continuously manage fleet cost-effectiveness. The system is typically operated by the transport operator s staff at the depot and in vehicles, and by inspectors working on the field. Figure 1. Palette architecture. The Palette system comprises distinct software modules including Ticketing, Accounting and Statistics, and different hardware devices that function in vehicles and in the headquarters. The whole system, all the in-vehicle devices and the back-end depot system, is built on Solid FlowEngine and integrated with SmartFlow (Figure 1.). FlowEngine links both the in-vehicle applications and the central management system (Figure 2.). The back end software modules operate on Windows NT, using the FlowEngine master database via an ODBC interface to query, insert, update and delete business- and configurationrelated information. The FlowEngine replica database is embedded into the driver s device (the TRM200) which runs BlueCat Linux. A contactless smartcard reader terminal (the PR200) collects fares from passengers. Another proximity reader is embedded into the TRM200. In

5 5 addition to smart cards, TRM200 accepts also bank, chip, and credit cards as an instrument of payment. The TRM200 and PR200 in-vehicle devices function offline from the Internet most of the time. Using the embedded replica database, they are able to capture passenger-oriented fare information, as well as collecting schedule and vehicle usage information. Figure 2. Replication in the Palette system is conducted over GPRS. At end of day, or as convenient, transactions recorded in the in-vehicle database are aggregated and uploaded to the central depot system, by propagating the transactions to the FlowEngine master. The transaction stream includes payment and passenger transaction, other passenger statistics, schedule data, and vehicle usage information. The depot system handles payment transactions with banks and smartcard companies. Once uploaded into the master database, the collected statistics can be analyzed at the depot using the Palette system, in order to plan more profitable routes, schedules and products. Remote provisioning of the driver s TRM200 device is managed in the same way as moving any other data to the replica database. The transport operator configures the Palette system by planning and setting parameters at the depot side (e.g.. new stops, routes, schedules, drivers, blacklists, products, tariffs, etc.), and then, when a vehicle establishes the GPRS connection to the depot system, new parameters are automatically refreshed to the TRM200 device, after the replica originated transactions are run against the depot master. 5 Conclusions The existence of ubiquitous mobile packet networks and a new breed of consistency-preserving replicated databases makes the building of complex and dynamic mobile data systems

6 6 surprisingly feasible. The use of the IP-based mobile network system GPRS made it possible to utilize a general-purpose system like Solid FlowEngine. Thanks to the replication technologies built into Solid FlowEngine, the application developers did not have to be concerned with the redundancy and consistency of the data. Solid's SmartFlow takes care of maintaining the total consistency of data in the system, even in the presence of long-lasting offline periods of the fleet's mobile processing nodes. Buscom s innovative use of embedded database and GPRS technologies provides it with a lowmaintenance way to maintain control of a public transportation fleet while minimizing communications costs. Buscom's fleet management products have been sold to many European public transport operators. References [Wol01] A. Wolski. Embedding Data Recharging In Mobile Platforms. Real-Time & Embedded Computing Conference (RTEC'01), Milan, Italy, November 26-29, [GHOS96] Jim Gray, Pat Helland, Patrick E. O'Neil, Dennis Shasha: The Dangers of Replication and a Solution. SIGMOD Conference 1996: URLs Solid: FlowEngine Solid: FlowEngine User Guide Buscom: Palette

Chapter 11 - Data Replication Middleware

Chapter 11 - Data Replication Middleware Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 11 - Data Replication Middleware Motivation Replication: controlled

More information

Lecture 1 Overview - Data Communications, Data Networks, and the Internet

Lecture 1 Overview - Data Communications, Data Networks, and the Internet DATA AND COMPUTER COMMUNICATIONS Lecture 1 Overview - Data Communications, Data Networks, and the Internet Mei Yang Based on Lecture slides by William Stallings 1 OUTLINE Data Communications and Networking

More information

Data and Computer Communications Chapter 1 Data Communications, Data Networks, and the Internet

Data and Computer Communications Chapter 1 Data Communications, Data Networks, and the Internet Data and Computer Communications Chapter 1 Data Communications, Data Networks, and the Internet Ninth Edition by William Stallings Data and Computer Communications, Ninth Edition by William Stallings,

More information

Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets)

Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets) Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets) The Alcatel-Lucent 9500 Microwave Packet Radio (MPR) provides cost-effective IP transformation for seamless microwave transport of TDM, ATM, IP

More information

MISTRAL WORKSHOP #1 Trends on future train-to-wayside communications Barcelona, 07/07/2017

MISTRAL WORKSHOP #1 Trends on future train-to-wayside communications Barcelona, 07/07/2017 MISTRAL WORKSHOP #1 Trends on future train-to-wayside communications Barcelona, 07/07/2017 INDEX Introduction: MISTRAL Project Future technological trends for train-to-wayside communications Future economic

More information

Many countries decided on IMT-2000

Many countries decided on IMT-2000 s Evolution Evgeni Karakanovsky Director Business Development and s MobilTel EAD UMTS Forum member Many countries decided on IMT-2000 Today s s Market Status June 2002 worldwide Voice > 1 billion users

More information

Chapter 10: Wireless Networking. School of information science and Engineering, SDU

Chapter 10: Wireless Networking. School of information science and Engineering, SDU Chapter 10: Wireless Networking School of information science and Engineering, SDU 10.1 Introduction to Wireless Networks Requirement to the networks: Provides ubiquitous personal communications; Accommodate

More information

Trust Harris for LTE. Critical Conditions Require Critical Response

Trust Harris for LTE. Critical Conditions Require Critical Response Trust Harris for LTE Critical Conditions Require Critical Response Harris LTE Solution Harris LTE Solution Harris LTE Networks Critical Conditions Require Critical Response. Trust Harris for LTE. Public

More information

Building the Business Case for Mobile Broadband The HSPA Evolution Path

Building the Business Case for Mobile Broadband The HSPA Evolution Path MIKE WRIGHT Executive Director Wireless Engineering & Operations Building the Business Case for Mobile Broadband The HSPA Evolution Path Broadband World Forum 2009 Australia a wireless snapshot >100% mobile

More information

Internet Architecture and Protocol

Internet Architecture and Protocol Internet Architecture and Protocol Set# 04 Wide Area Networks Delivered By: Engr Tahir Niazi Wide Area Network Basics Cover large geographical area Network of Networks WANs used to be characterized with

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

Technical Description: Nixu Registry Server

Technical Description: Nixu Registry Server Technical Description: Nixu Registry Server Nixu Software Oy Ltd A Nixu Group Company Keilaranta 15 FI-02150 Espoo Finland 1 1. Overview of Nixu Registry Server Nixu Registry Server is a Domain Name Registry

More information

Tellabs End of Profit study executive summary

Tellabs End of Profit study executive summary Tellabs End of Profit study executive summary Executive summary Between November 2010 and January 2011, Tellabs created a study that analysed revenue and cost trends for carriers in Western Europe, North

More information

Why MCL-Client. Visualize multimodal mobile worker applications. Realize MCL-Client. Visualize Mobilize Realize MCL-Collection

Why MCL-Client. Visualize multimodal mobile worker applications. Realize MCL-Client.   Visualize Mobilize Realize MCL-Collection Visualize Mobilize Realize MCL-Collection Why MCL-Client Visualize multimodal mobile worker applications Realize MCL-Client Why MCL-Client Organizations throughout the world choose MCL-Collection for its

More information

TIBCO StreamBase 10 Distributed Computing and High Availability. November 2017

TIBCO StreamBase 10 Distributed Computing and High Availability. November 2017 TIBCO StreamBase 10 Distributed Computing and High Availability November 2017 Distributed Computing Distributed Computing location transparent objects and method invocation allowing transparent horizontal

More information

Stream Control Transmission Protocol (SCTP)

Stream Control Transmission Protocol (SCTP) Stream Control Transmission Protocol (SCTP) Definition Stream control transmission protocol (SCTP) is an end-to-end, connectionoriented protocol that transports data in independent sequenced streams. SCTP

More information

Signaling System 7 (SS7) By : Ali Mustafa

Signaling System 7 (SS7) By : Ali Mustafa Signaling System 7 (SS7) By : Ali Mustafa Contents Types of Signaling SS7 Signaling SS7 Protocol Architecture SS7 Network Architecture Basic Call Setup SS7 Applications SS7/IP Inter-working VoIP Network

More information

2 & 3G Cellular Backhaul: Future Proof Approach

2 & 3G Cellular Backhaul: Future Proof Approach 5th RUSSIAN COMMUNICATIONS FORUM 2 & 3G Cellular Backhaul: Future Proof Approach November, 2004 Broadband Wireless Communications Company 2003 Sales: $1.3B 2,750 employees Based in Germantown, MD, U.S.A.

More information

Future-Generation Wireless Networks: Beyond 3G and 4G.

Future-Generation Wireless Networks: Beyond 3G and 4G. Future-Generation Wireless Networks: Beyond 3G and 4G. Kumar Adumulla 29 March 2006 Networks 1 Outline Introduction Wireless Networking Generations Issues in 3G What is 4G Beyond 3G & 4G Conclusion References

More information

Avaya ExpertNet Lite Assessment Tool

Avaya ExpertNet Lite Assessment Tool IP Telephony Contact Centers Mobility Services WHITE PAPER Avaya ExpertNet Lite Assessment Tool April 2005 avaya.com Table of Contents Overview... 1 Network Impact... 2 Network Paths... 2 Path Generation...

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications CHAPTER 1 Tenth Edition by William Stallings Data Communications, Data Networks, and the Internet Data and Computer Communications, Tenth Edition by William Stallings,

More information

White Paper. Performance in Broadband Wireless Access Systems

White Paper. Performance in Broadband Wireless Access Systems White Paper Performance in Broadband Wireless Access Systems Defining Broadband Services Broadband service is defined as high speed data that provides access speeds of greater than 256K. There are a myriad

More information

GSM-R: expanding the applications

GSM-R: expanding the applications GSM-R: expanding the applications Giovanni Guidotti, Philippe Branly 1 GSM-R evolution GSM-R initially designed for voice and signalling traffic GSM-R: not a substitute for some products, but a powerful

More information

Distributed KIDS Labs 1

Distributed KIDS Labs 1 Distributed Databases @ KIDS Labs 1 Distributed Database System A distributed database system consists of loosely coupled sites that share no physical component Appears to user as a single system Database

More information

This tutorial is prepared for beginners to help them understand the basic-to-advanced concepts related to GPRS.

This tutorial is prepared for beginners to help them understand the basic-to-advanced concepts related to GPRS. 1 About the Tutorial General Packet Radio Service (GPRS) is a Mobile Data Service accessible to GSM and IS- 136 mobile phones users. This service is packet-switched where several number of users can divide

More information

Mobile Communications for the Transport Sector

Mobile Communications for the Transport Sector White paper Oct 2012 Mobile Communications for the Transport Sector Public transport, as basic means of providing mobility for the general population, is a key factor in the development of our society.

More information

Secure Over-The-Air Services in NFC Ecosystems

Secure Over-The-Air Services in NFC Ecosystems Secure Over-The-Air Services in NFC Ecosystems Sirpa Nordlund Venyon Hagenberg March 20th, 2007 Contents of the presentation 1. Building up NFC ecosystem 2. Trusted third party and value proposition 3.

More information

Table of Contents. Cisco Introduction to EIGRP

Table of Contents. Cisco Introduction to EIGRP Table of Contents Introduction to EIGRP...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 What is IGRP?...2 What is EIGRP?...2 How Does EIGRP Work?...2 EIGRP

More information

NETCOMM WIRELESS M2M INDUSTRIAL M2M DEVICES. July 2012

NETCOMM WIRELESS M2M INDUSTRIAL M2M DEVICES. July 2012 NETCOMM WIRELESS M2M INDUSTRIAL M2M DEVICES July 2012 NETCOMM WIRELESS OVERVIEW Founded in 1982 30 years experience Publicly listed on the Australian Stock Exchange (ASX: NTC) A leading supplier of data

More information

What are Embedded Systems? Lecture 1 Introduction to Embedded Systems & Software

What are Embedded Systems? Lecture 1 Introduction to Embedded Systems & Software What are Embedded Systems? 1 Lecture 1 Introduction to Embedded Systems & Software Roopa Rangaswami October 9, 2002 Embedded systems are computer systems that monitor, respond to, or control an external

More information

Data Replication in Offline Web Applications:

Data Replication in Offline Web Applications: Data Replication in Offline Web Applications: Optimizing Persistence, Synchronization and Conflict Resolution Master Thesis Computer Science May 4, 2013 Samuel Esposito - 1597183 Primary supervisor: Prof.dr.

More information

Data & Computer Communication

Data & Computer Communication Basic Networking Concepts A network is a system of computers and other devices (such as printers and modems) that are connected in such a way that they can exchange data. A bridge is a device that connects

More information

Physical Layer: Multiplexing, Spectrum Spreading and Switching. Covers Chapters# 06 & 08 from Text Book

Physical Layer: Multiplexing, Spectrum Spreading and Switching. Covers Chapters# 06 & 08 from Text Book Physical Layer: Multiplexing, Spectrum Spreading and Switching Covers Chapters# 06 & 08 from Text Book 2 Multiplexing From Chapter#06 3 Multiplexing If bandwidth of a medium linking two devices is greater

More information

4G Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India

4G Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India Abstract-Wireless services have the highest demand in internet

More information

Broadband Loop Carrier Ethernet Protection Switching Using Ethernet to Create a Reliable B roadband Access Network F A Q

Broadband Loop Carrier Ethernet Protection Switching Using Ethernet to Create a Reliable B roadband Access Network F A Q Occam Networks, Inc. 77 Robin Hill Road, Santa Barbara, CA 93117 +1 805.692.2900 +1 805.692.2999 fax www.occamnetworks.com One Network. No Limits. TM Broadband Loop Carrier Ethernet Protection Switching

More information

A Novel Software-Based H.323 Gateway with

A Novel Software-Based H.323 Gateway with A Novel Software-Based H.323 Gateway with Proxy-TC for VoIP Systems Presenter : Wei-Sheng Yin Advisor : Dr. Po-Ning Chen Institute of Communications Engineering National Chiao Tung University Agenda Introduction

More information

Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands

Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands Utility networks are going through massive transformations towards next

More information

TECHNICAL REPORT. CPE Architecture Recommendations for Access to Legacy Data Networks. DSL Forum TR-032. May 2000

TECHNICAL REPORT. CPE Architecture Recommendations for Access to Legacy Data Networks. DSL Forum TR-032. May 2000 TECHNICAL REPORT DSL Forum TR-032 CPE Architecture Recommendations for Access to Legacy Data s May 2000 Abstract: This document describes four protocol architectures for connecting a remote ADSL termination

More information

Converged Communication Networks

Converged Communication Networks Converged Communication Networks Dr. Associate Professor Department of Electrical Engineering Indian Institute of Technology Bombay Powai, Mumbai - 400076 girishs@ee.iitb.ac.in Outline Convergence in core

More information

Building a Profitable Data Future. Monetizing Data Traffic

Building a Profitable Data Future. Monetizing Data Traffic Building a Profitable Data Future Monetizing Data Traffic Market Introduction Driven by an upsurge in smartphone usage, increased mobile-broadband penetration and enormous growth in video consumption,

More information

Internet and Next-Generation Networks: shaping new models. Umberto de Julio Italtel

Internet and Next-Generation Networks: shaping new models. Umberto de Julio Italtel Internet and Next-Generation Networks: shaping new models Umberto de Julio Italtel The Digital Evolution forces shaping Digital Transformation 2 Source: Digital Media Forum Accenture 2011 Everything Becomes

More information

Public Switched TelephoneNetwork (PSTN) By Iqtidar Ali

Public Switched TelephoneNetwork (PSTN) By Iqtidar Ali Public Switched TelephoneNetwork (PSTN) By Iqtidar Ali Public Switched Telephone Network (PSTN) The term PSTN describes the various equipment and interconnecting facilities that provide phone service to

More information

5G radio access. ericsson White paper Uen June research and vision

5G radio access. ericsson White paper Uen June research and vision ericsson White paper 284 23-3204 Uen June 2013 5G radio access research and vision 5G will enable the long-term Networked Society and realize the vision of unlimited access to information for anyone and

More information

Hitachi Releases Smart Card Microcontroller AE45X series Equipped with Contact/Contactless Dual Interface in a Single Chip

Hitachi Releases Smart Card Microcontroller AE45X series Equipped with Contact/Contactless Dual Interface in a Single Chip Hitachi Releases Smart Card Microcontroller AE45X series Equipped with Contact/Contactless Dual Interface in a Single Chip Suitable for multi-purpose multi-application smart cards in the fields such as

More information

Using Low-Speed Links for High-Speed Wireless Data Delivery

Using Low-Speed Links for High-Speed Wireless Data Delivery Using Low-Speed Links for High-Speed Wireless Data Delivery Henning Schulzrinne Dept. of Computer Science Columbia University (with Stelios Sidiroglou and Maria Papadopouli) ORBIT Research Review - May

More information

Full file at

Full file at Chapter 2 Data Warehousing True-False Questions 1. A real-time, enterprise-level data warehouse combined with a strategy for its use in decision support can leverage data to provide massive financial benefits

More information

Wireless Networks (CSC-7602) Lecture 1 (27 Aug 2007)

Wireless Networks (CSC-7602) Lecture 1 (27 Aug 2007) Wireless Networks (CSC-7602) Lecture 1 (27 Aug 2007) Seung-Jong Park (Jay) http://www.csc.lsu.edu/~sjpark 1 Handouts Class information Schedule (check online frequently) 2 1 Goals Principles on Wireless

More information

Adding Mobile Capability to an Enterprise Application With Oracle Database Lite. An Oracle White Paper June 2007

Adding Mobile Capability to an Enterprise Application With Oracle Database Lite. An Oracle White Paper June 2007 Adding Mobile Capability to an Enterprise Application With Oracle Database Lite An Oracle White Paper June 2007 Adding Mobile Capability to an Enterprise Application With Oracle Database Lite Table of

More information

Introduction. ~ Taxi Data Exchange System ~

Introduction. ~ Taxi Data Exchange System ~ Introduction The Digitax Data Exchange System relies on the ability of the Digitax F1 taximeter to generate and store a great quantity of information about trips, shifts, events such tariffs change, extras

More information

Signaling Protocol Structure in GSM

Signaling Protocol Structure in GSM GSM Signaling Protocol Structure in GSM Signaling Protocol Structure in GSM Layer 1 is the physical layer which uses the channel structures over the air interface. Layer 2 is the data link layer and across

More information

Introduction to Real-Time Communications. Real-Time and Embedded Systems (M) Lecture 15

Introduction to Real-Time Communications. Real-Time and Embedded Systems (M) Lecture 15 Introduction to Real-Time Communications Real-Time and Embedded Systems (M) Lecture 15 Lecture Outline Modelling real-time communications Traffic and network models Properties of networks Throughput, delay

More information

New Technologies and Services: Change and Convergence

New Technologies and Services: Change and Convergence ITU-D Regional Development Forums 2010 on NGN and Broadband (ARB, EUR & CIS Regions): NGN and Broadband, Opportunities and Challenges New Technologies and Services: Change and Convergence John Visser,

More information

4G Americas The Voice of 5G for the Americas

4G Americas The Voice of 5G for the Americas 4G Americas The Voice of 5G for the Americas Perspective from Industrial Associations 5G Standardization Dr. Håkan Andersson, Ericsson presenting on behalf of Chris Pearson, President, 4G Americas 5G Workshop

More information

4 rd class Department of Network College of IT- University of Babylon

4 rd class Department of Network College of IT- University of Babylon 1. INTRODUCTION We can divide audio and video services into three broad categories: streaming stored audio/video, streaming live audio/video, and interactive audio/video. Streaming means a user can listen

More information

Network Connectivity and Mobility

Network Connectivity and Mobility Network Connectivity and Mobility BSAD 141 Dave Novak Topics Covered Lecture is structured based on the five elements of creating a connected world from the text book (with additional content) 1. Network

More information

UK CONSUMERS WANT NFC ON THEIR MOBILES O2 Wallet trial reveals 78% want to use contactless services on their mobile phone

UK CONSUMERS WANT NFC ON THEIR MOBILES O2 Wallet trial reveals 78% want to use contactless services on their mobile phone press release 2nd September 2008 UK CONSUMERS WANT NFC ON THEIR MOBILES O2 Wallet trial reveals 78% want to use contactless services on their mobile phone The prospect of using your mobile phone to make

More information

Mobile Systems Challenges in Next Generation Networks

Mobile Systems Challenges in Next Generation Networks International Journal of Future Generation Communication and Networking 15 Mobile Systems Challenges in Next Generation Networks Seyed Ali Alavian, Jahangir Dadkhah Chimeh Faculty of Applied Science of

More information

Lecture overview. Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE

Lecture overview. Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE Lecture overview Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE Modifications and derivatives of GSM Introduction of half-rate speech coding (BR 6.5 kb/s) Two users

More information

The International Intelligent Network (IN)

The International Intelligent Network (IN) The International Intelligent Network (IN) Definition In an intelligent network (IN), the logic for controlling telecommunications services migrates from traditional switching points to computer-based,

More information

MASERGY S MANAGED SD-WAN

MASERGY S MANAGED SD-WAN MASERGY S MANAGED New Performance Options for Hybrid Networks Business Challenges WAN Ecosystem Features and Benefits Use Cases INTRODUCTION Organizations are leveraging technology to transform the way

More information

Mobile Charging. Emphasis on Business and Subscriber Aspects

Mobile Charging. Emphasis on Business and Subscriber Aspects Mobile Charging Emphasis on Business and Subscriber Aspects Content Introduction Basic Subscription Models Different subscription set-ups Postpaid & Prepaid charging Offline & online charging Mobile content

More information

IP-Telephony & VOIP. VOIP Definitions. Packetize (IP) Transport. Digitize and Compress

IP-Telephony & VOIP. VOIP Definitions. Packetize (IP) Transport. Digitize and Compress Eng. Abdulla Jassmi Head of Tariff Settlement Telecom Economics & Tariff Settlement ITU TAS Meeting ( 31 May 3 Jun 2005) IP Telephony & VoIP. Agenda - VoIP definition. - Advantages and disadvantages of

More information

Introduction to iscsi

Introduction to iscsi Introduction to iscsi As Ethernet begins to enter into the Storage world a new protocol has been getting a lot of attention. The Internet Small Computer Systems Interface or iscsi, is an end-to-end protocol

More information

eclipse packet node aviat networks transforming networks to all-ip

eclipse packet node aviat networks transforming networks to all-ip eclipse packet node aviat networks ANSI transforming networks to all-ip 4G Wireless Backhaul for 4G/LTE Networks 2 AVIAT NETWORKS 4G/LTE Ready Wireless Backhaul Enabling the mobile broadband future The

More information

Publication of specifications for the mobile network interfaces offered by Wind

Publication of specifications for the mobile network interfaces offered by Wind interfaces offered by Wind Page 1/10 Publication of specifications for the mobile network interfaces offered by Wind interfaces offered by Wind Page 2/10 TABLE OF CONTENTS 1. INTRODUCTION 3 2. SCOPE...

More information

Convergence Everywhere

Convergence Everywhere Convergence Everywhere Gregory J Hill FEBRUARY 2016 PHOENIX, AZ Why Convergence? APPLICATIONS Rapid proliferation and demand data from many systems Supporting diverse range of technologies Streaming video,

More information

Orange Smart Cities. the ICT partner for innovators in the urban space

Orange Smart Cities. the ICT partner for innovators in the urban space Orange Smart Cities the ICT partner for innovators in the urban space Orange Smart Cities offer ICT solutions for large city infrastructures and services to the citizen ETSI Smart Cities Workshop, 3-4

More information

6WINDGate. White Paper. Packet Processing Software for Wireless Infrastructure

6WINDGate. White Paper. Packet Processing Software for Wireless Infrastructure Packet Processing Software for Wireless Infrastructure Last Update: v1.0 - January 2011 Performance Challenges for Wireless Networks As advanced services proliferate and video consumes an ever-increasing

More information

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol)

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol) Developing web applications for PDAs and Cellphones Mobile Station Execution Environment (MExE( MExE) MExE is a standard for defining various levels of wireless communication These levels are called classmarks

More information

Announcements. me your survey: See the Announcements page. Today. Reading. Take a break around 10:15am. Ack: Some figures are from Coulouris

Announcements.  me your survey: See the Announcements page. Today. Reading. Take a break around 10:15am. Ack: Some figures are from Coulouris Announcements Email me your survey: See the Announcements page Today Conceptual overview of distributed systems System models Reading Today: Chapter 2 of Coulouris Next topic: client-side processing (HTML,

More information

Sustaining profitable growth in Mobile

Sustaining profitable growth in Mobile Sustaining profitable growth in Mobile Mario Rivas Executive Vice President Communications Businesses Philips Semiconductors Financial Analysts Day 2004 Agenda Update Communications businesses Nexperia

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK MOBILE COMMUNICATION AMOL RATAN VAIDKAR 1, PROF. G. D. GULHANE 2, DR. H. R. DESHMUKH

More information

GSM Association (GSMA) Mobile Ticketing Initiative

GSM Association (GSMA) Mobile Ticketing Initiative GSM Association (GSMA) Mobile Ticketing Initiative Sue Monahan Director - GSMA NA Clif Campbell Lead Member of Technical Staff AT&T April 2010 Content GSM World Today GSMA Overview GSMA M-Ticketing Initiative

More information

Simplify IP Telephony with System i. IBM System i IP Telephony

Simplify IP Telephony with System i. IBM System i IP Telephony Simplify IP Telephony with System i IBM System i IP Telephony Highlights Deploy a complete IP telephony suite on one easy-to-manage system, or even part of a system, shared with other applications Integrate

More information

Ch.16 - Wireless WAN System Architectures

Ch.16 - Wireless WAN System Architectures Ch.16 - Wireless WAN System Architectures 1 Wireless WAN 2 GSM via PSTN 3 GSM via ISDN 4 GPRS 5 Mobitex 6 CDPD 7 PPDC 8 UMTS 9 Future Systems 10 Systems Summary 1 11 Systems Summary 2 1 This section will

More information

NetAnalyst Test Management Software Automated, Centralized Network Testing. NetComplete Service Assurance Solutions Portfolio

NetAnalyst Test Management Software Automated, Centralized Network Testing. NetComplete Service Assurance Solutions Portfolio NetAnalyst Test Management Software Automated, Centralized Network Testing NetComplete Service Assurance Solutions Portfolio Ensure High Quality of Service with NetAnalyst As telecommunications networks

More information

TECHNOLOGY BRIEF. Compaq 8-Way Multiprocessing Architecture EXECUTIVE OVERVIEW CONTENTS

TECHNOLOGY BRIEF. Compaq 8-Way Multiprocessing Architecture EXECUTIVE OVERVIEW CONTENTS TECHNOLOGY BRIEF March 1999 Compaq Computer Corporation ISSD Technology Communications CONTENTS Executive Overview1 Notice2 Introduction 3 8-Way Architecture Overview 3 Processor and I/O Bus Design 4 Processor

More information

The Next Generation Signaling Transfer Point

The Next Generation Signaling Transfer Point The Next Generation Signaling Transfer Point Overview As the Global network is undergoing immense changes and the Next-Generation IP networks become a reality, it signals an evolution towards using Internet

More information

Naresh Soni CTO, InterDigital

Naresh Soni CTO, InterDigital March 5, 2012 WTC 2012 Challenges and Innovations in LTE Deployment Naresh Soni CTO, InterDigital Agenda InterDigital Overview Key Trends Key Challenges in LTE Innovative Solutions for LTE Deployment Summary

More information

Winning product portfolio for converged networks. Mika Vehviläinen Chief Operating Officer. 1 Nokia Siemens Networks

Winning product portfolio for converged networks. Mika Vehviläinen Chief Operating Officer. 1 Nokia Siemens Networks Nokia Siemens Networks Winning product portfolio for converged networks Mika Vehviläinen Chief Operating Officer 1 Nokia Siemens Networks Key messages Our new converged portfolio is well received by customers

More information

Fare Media: Past, Present and Future. Hassan Tavassoli APTA Fare Collection Workshop San Diego, California March 29, 2010

Fare Media: Past, Present and Future. Hassan Tavassoli APTA Fare Collection Workshop San Diego, California March 29, 2010 Fare Media: Past, Present and Future Hassan Tavassoli APTA Fare Collection Workshop San Diego, California March 29, 2010 Evolution of Transit Fare Media Other Form Factors (contactless tokens and tags,

More information

Today. Last Time. Motivation. CAN Bus. More about CAN. What is CAN?

Today. Last Time. Motivation. CAN Bus. More about CAN. What is CAN? Embedded networks Characteristics Requirements Simple embedded LANs Bit banged SPI I2C LIN Ethernet Last Time CAN Bus Intro Low-level stuff Frame types Arbitration Filtering Higher-level protocols Today

More information

EMPRESS Embedded RDBMS. Telecommunications and Networking

EMPRESS Embedded RDBMS. Telecommunications and Networking EMPRESS Embedded RDBMS in Telecommunications and Networking Highlights EMPRESS Embedded RDBMS Functionality What Distinguishes EMPRESS for Telecommunications and Networking EMPRESS Applications in Telecommunications

More information

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS Prof. Dr. Hasan Hüseyin BALIK (1 st Week) Outline Course Information and Policies Course Syllabus 1. Data Communications, Data Networks, and the Internet

More information

A1. Technical methodology

A1. Technical methodology A1. Technical methodology The Ofcom mobile research app project is the latest phase of Ofcom s work to measure mobile performance and the consumer experience of using mobile services. The new methodology

More information

Introduction to Distributed Systems

Introduction to Distributed Systems Introduction to Distributed Systems Other matters: review of the Bakery Algorithm: why can t we simply keep track of the last ticket taken and the next ticvket to be called? Ref: [Coulouris&al Ch 1, 2]

More information

Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility

Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility White Paper Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility The Cisco 4000 Series Integrated Services Routers (ISRs) are designed for distributed organizations with

More information

Implementation status : GSM-R

Implementation status : GSM-R Implementation status : GSM-R Robert SARFATI UIC ERTMS/GSM-R Operators Group Chairman ETSI Technical Committee Rail Chairman SYSTRA FIRSE Background: GSM-R an European choice In Europe, existing standard

More information

Ch. 4 - WAN, Wide Area Networks

Ch. 4 - WAN, Wide Area Networks 1 X.25 - access 2 X.25 - connection 3 X.25 - packet format 4 X.25 - pros and cons 5 Frame Relay 6 Frame Relay - access 7 Frame Relay - frame format 8 Frame Relay - addressing 9 Frame Relay - access rate

More information

Cost Reduction of Replicated Data in Distributed Database System

Cost Reduction of Replicated Data in Distributed Database System Cost Reduction of Replicated Data in Distributed Database System 1 Divya Bhaskar, 2 Meenu Department of computer science and engineering Madan Mohan Malviya University of Technology Gorakhpur 273010, India

More information

Decoding MPLS-TP and the deployment possibilities

Decoding MPLS-TP and the deployment possibilities White Paper Decoding MPLS-TP and the deployment possibilities Abstract Over the past few years, leading communications service providers and a number of NE (network element) suppliers have supported the

More information

TetraNode Scalability and Performance. White paper

TetraNode Scalability and Performance. White paper White paper Issue 1.0, May 2017 Introduction Rohill solutions are known for performance, flexibility, scalability, security and affordability. Also, the strong TetraNode system architecture, open standards-based

More information

Take Back Lost Revenue by Activating Virtuozzo Storage Today

Take Back Lost Revenue by Activating Virtuozzo Storage Today Take Back Lost Revenue by Activating Virtuozzo Storage Today JUNE, 2017 2017 Virtuozzo. All rights reserved. 1 Introduction New software-defined storage (SDS) solutions are enabling hosting companies to

More information

CHAPTER. Introduction. Last revised on: February 13, 2008

CHAPTER. Introduction. Last revised on: February 13, 2008 CHAPTER 1 Last revised on: February 13, 2008 The Cisco Unified Communications System delivers fully integrated communications by enabling data, voice, and video to be transmitted over a single network

More information

This is the future. Michael Mikulandra (X2Rail-1), Igor Lopez (Connecta)

This is the future. Michael Mikulandra (X2Rail-1), Igor Lopez (Connecta) This is the future Next Generation TCMS and Adaptable Communication System Michael Mikulandra (X2Rail-1), Igor Lopez (Connecta) 1 INNOVATION PROGRAMS 2 Adaptable Communication System Metro / Urban Mainline

More information

MAKING THE CONNECTION IN TRANSPORTATION. How Transit Operators Can Consolidate Cellular Connectivity for Smarter, Safer, and More Efficient Operations

MAKING THE CONNECTION IN TRANSPORTATION. How Transit Operators Can Consolidate Cellular Connectivity for Smarter, Safer, and More Efficient Operations MAKING THE CONNECTION IN TRANSPORTATION How Transit Operators Can Consolidate Cellular Connectivity for Smarter, Safer, and More Efficient Operations MAKING THE CONNECTION IN TRANSPORTATION THE EXPANDING

More information

Ai-Chun Pang, Office Number: 417. Homework x 3 30% One mid-term exam (5/14) 40% One term project (proposal: 5/7) 30%

Ai-Chun Pang, Office Number: 417. Homework x 3 30% One mid-term exam (5/14) 40% One term project (proposal: 5/7) 30% IP Telephony Instructor Ai-Chun Pang, acpang@csie.ntu.edu.tw Office Number: 417 Textbook Carrier Grade Voice over IP, D. Collins, McGraw-Hill, Second Edition, 2003. Requirements Homework x 3 30% One mid-term

More information

1588v2 Performance Validation for Mobile Backhaul May Executive Summary. Case Study

1588v2 Performance Validation for Mobile Backhaul May Executive Summary. Case Study Case Study 1588v2 Performance Validation for Mobile Backhaul May 2011 Executive Summary Many mobile operators are actively transforming their backhaul networks to a cost-effective IP-over- Ethernet paradigm.

More information

Data Networks. Lecture 1: Introduction. September 4, 2008

Data Networks. Lecture 1: Introduction. September 4, 2008 Data Networks Lecture 1: Introduction September 4, 2008 Slide 1 Learning Objectives Fundamental aspects of network Design and Analysis: Architecture: layering, topology design, switching mechanisms Protocols:

More information

802.11n in the Outdoor Environment

802.11n in the Outdoor Environment POSITION PAPER 802.11n in the Outdoor Environment How Motorola is transforming outdoor mesh networks to leverage full n advantages Municipalities and large enterprise customers are deploying mesh networks

More information