ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion MOBILE-NGN ARCHITECTURE BASED ON REST CONCEPT

Size: px
Start display at page:

Download "ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion MOBILE-NGN ARCHITECTURE BASED ON REST CONCEPT"

Transcription

1 ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion MOBILE-NGN ARCHITECTURE BASED ON REST CONCEPT Pr. Yoshitoshi Murata Iwate Prefectural University

2 Background A few communication carriers control the entire mobile communication markets based on the vertical integration model. The open user-centric business model is necessary to grow up the market. MIC, Japan: the mobile business activation plan O Droma, Ireland: the ubiquitous consumer wireless world (UCWW) Murata, Japan: Open Heterogeneous Mobile Network (OHMN) ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 2

3 Design policy Design theme: 3Fs Consumer can freely select business players. Market must be flat for new comers. Network architecture must be flexible for a wide variety of applications. Ways to realize the 3Fs Appling REST for applications and Mobile- REST for control procedures Commonly using same user address for person to person communication services New architecture which has no IMS, no S/I/P-CSCF ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 3

4 Open Heterogeneous Mobile Network Contents & App. Layer AP HSS Platform Layer SIS HLS CMF R o /R f R o /R f Connection Service Layer S-CSCF I-CSCF 3 rd party Organization Server P-CSCF P-CSCF P-CSCF IP Transport NW 3GPP Mobile Wi-Fi WiMAX Access Network Layer ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 4

5 Architecture of the NGN based on M-REST Platform Layer HCS Telephone Call Server CMF Contents & App. Layer IP Transport NW Access Network Layer 3GPP Mobile Wi-Fi Server WiMAX 3 rd party Organization Server TRx App Terminal Layer TRx App TRx App *HCS: Home Consumer Server *CMF: Charging Management Function ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 5

6 What is Mobile-REST? REST (Representational State Transfer) One of ways to realize Web service R. T. Fielding proposed Client-server Stateless Cache Uniform interface Layered system Code-on demand Mobile-REST REST concept applies to Mobile communication protocol. ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 6

7 Mobile-REST Superior points- Control sequences are uniformed. A client just obeys a server.-- Client programs will be uniformed such as Web browser. HTTP/HTTPS is available to use as a transmission protocol. Web server is available to use as a multi-access server. -- Cost of a network server will dramatically decrease. Because communication messages are described in XML, it is easy to pick up request commands from each message by XML parser. As it is possible to monitor communication messages by Web browser, debug becomes very smooth. ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 7

8 Mobile-REST -Control sequence- Client GET PUT URI (Access) Message (ORDER/ANSWER) Message (REPLY) Message (ANSWER/COMPLETE) Sever ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 8

9 Mobile-REST Message form- <?xml version="1.0"encoding="utf-8"?> <document> <schema>message name</schema> <Data Group> <Data name 1>unit or data</data name 1> <Data name n>unit or data</data name n> </Data Group> </document> ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 9

10 Mobile-REST Message name- ORDER (Server - Client) ; A server orders a client what to send. REPLY (Server <--- Client) ; A client sends data to reply the above ORDER message. ANSWER (Server - Client) ; A server provides a client data. COMPLETE (Server - Client) ; A server informs a client what this process has been completed. ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 10

11 Mobile-REST Example of message- <?xml version="1.0" encoding="utf-8"?> <document> <schema>order</schema> <base station data> <receiving time>date</receiving time> <terminal_id>mac-address</terminal_id> <ssid>text</ssid> <rssi>dbm</rssi> </ base station data> </document> ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 11

12 Mobile-REST Processing ability- Measurement system CPU OS Client UltraSPARC-Ⅱe 550MHz SunOS Release bit Server Core 2 Duo Windows XP Professional ServicePack3 32bit RAM 512MB 3GB JAVA 1.4.2_ _14 ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 12

13 Mobile-REST Processing ability- Processing time (ms) No SSL Number of Simultaneous Access Number of data set ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 13

14 Mobile-REST Processing ability- SSL Processing time (ms) Number of Simultaneous Access Number of data set ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 14

15 Address system of P2P services U-URI [rma] HCS-URI U-URI: User s URI is assigned from a platform business player; and is unique in the world. This will be supplied by the consumer identity module (CIM) card. HCS-URI: URI of HCS that belongs to a platform service provider. [rma]: Separator to distinguish U-URI and HCS-URI. ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 15

16 Control Sequence -Access network registration- T (TAE) AN (TRE) HCS Select AN Input Pages Selected AN s ID, U-URI, HCS-URI ORDER U-URI, AN-URI User s information Reply (Registration is complete) Good M-REST Reply (Registration is rejected) NG ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 16

17 Control sequence -Application registration- T (TAE) AN APS HCS Input Pages Input data as a signature Service registration, U-URI, HCS-URI Reply (Registration is complete) Good Reply (Registration is rejected) ORDER U-URI, A-URI User s information NG M-REST ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 17

18 Control sequence -Telephone call service- T1 AN1 TCS1 HCS2 Input page Originate, T2 address, T1-URI, AN1-URI T2 Address ORDER T2 address, Service-ID TCS2-URI ORDER Paging command, T2 address, T1-URI M-REST ORDER T2 address AN2-URI TCS2 Mar del Plata, Argentina, 31 Aug Establish 1 Sep a session 2009 by using AN1-IP add., AN2-IP add. ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion AN2 ORDER T2 address, TCS2-URI Input page Off hook AN1-URI, T1-URI Alert T2 TCS2-URI T2 18

19 Effects on mobile market Telephone call service providers The exchange business will change into one of application services. They will shift their business to platform business and/or application business. Most of existing cellular phone carriers will be likely to lose more than half of traffic. Application service providers They will freely provide many Web application. Mobile phone manufacturers They do not need to develop any application programs. -- They will be able to concentrate on designing and developing hardware. They can freely select favorite business players and mobile terminals in each layer. ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 19

20 Conclusion A new mobile-ngn architecture based on REST concept is proposed. Appling REST for applications and Mobile-REST for a standard protocol Commonly using same user address for person to person communication services New architecture which has no IMS, no S/I/P- CSCF This architecture must change the mobile communication market. As the result of hard competition, innovative applications will be created; and the market will continuously grow. ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion 20

ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion MOBILE-NGN ARCHITECTURE BASED ON REST CONCEPT

ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion MOBILE-NGN ARCHITECTURE BASED ON REST CONCEPT ITU-T Kaleidoscope 2009 Innovations for Digital Inclusion MOBILE-NGN ARCHITECTURE BASED ON REST CONCEPT Pr. Yoshitoshi Murata Iwate Prefectural University y-murata@iwate-pu.ac.jp Background A few communication

More information

4G: Convergence, Openness for Excellence and Opportunity Cisco Systems, Inc

4G: Convergence, Openness for Excellence and Opportunity Cisco Systems, Inc 4G: Convergence, Openness for Excellence and Opportunity, Inc 1 4G Not Just for Mobility This next generation of mobility networks will have over the air throughput speeds that will approach those of wireless

More information

Fixed Mobile Convergence

Fixed Mobile Convergence Cisco Expo 2006 Fixed Mobile Convergence Business Track Bo Finnemann Cisco DK 2006 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Agenda, Fixed Mobile Convergence Market Perspective What

More information

Virtual Communications Express Admin Guide Enable UC Interfaces - Desktop/Mobile/Tablet

Virtual Communications Express Admin Guide Enable UC Interfaces - Desktop/Mobile/Tablet Enable UC Interfaces - Desktop/Mobile/Tablet Features Virtual Communications Express UC Interfaces (Desktop/Mobile/Tablet) provide the following communication features for Standard and Premier Users: Premier

More information

System Requirements. SuccessMaker 7

System Requirements. SuccessMaker 7 System Requirements SuccessMaker 7 Copyright 2015 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in

More information

Mobile High-Speed Internet. Quick Start Guide. Motorola w100 4G USB Data Card Windows/Mac compatible

Mobile High-Speed Internet. Quick Start Guide. Motorola w100 4G USB Data Card Windows/Mac compatible Mobile High-Speed Internet Quick Start Guide Motorola w100 4G USB Data Card Windows/Mac compatible Getting Started Welcome to Road Runner Mobile. Simply follow the instructions below to install the Connection

More information

Location in SIP/IP Core (LOCSIP)

Location in SIP/IP Core (LOCSIP) in SIP/IP Core (LOCSIP) Conveyance with IMS: the OMA LOCSIP Service Enabler Don Lukacs Telcordia Applied Research 2010, Telcordia Technologies Inc. in SIP/IP Core (LOCSIP) Topics General Background Material

More information

ITU-T Kaleidoscope Conference Innovations in NGN. Cross-fertilization of IMS and IPTV services over NGN

ITU-T Kaleidoscope Conference Innovations in NGN. Cross-fertilization of IMS and IPTV services over NGN ITU-T Kaleidoscope Conference Innovations in NGN Cross-fertilization of IMS and IPTV services over NGN Christian Riede Fraunhofer FOKUS christian.riede@fokus.fraunhofer.de Geneva, 12-13 May 2008 Agenda

More information

Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism

Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism Bharatesh Chakravarthi S. B M.Tech. Dept of ISE The Oxford College of Engineering Bangalore, India Prof. D. Jayaramaiah

More information

Wireless Broadband Access Service Market in Japan

Wireless Broadband Access Service Market in Japan Wireless Broadband Access Service Market in Japan Takeshi Motohashi t.motohashi@hco.ntt.co.jp Agenda 2 Broadband service and cellular service in Japan market Fixed-line broadband service Cellular service

More information

KDDI s Future Plan Taking Advantage of CDMA Evolution Path

KDDI s Future Plan Taking Advantage of CDMA Evolution Path KDDI s Future Plan Taking Advantage of CDMA Evolution Path Dr. Hideo Okinaka VP & GM, Emerging Technologies and Spectrum KDDI Corporation 20th October 2010 CDG Webcast Table of Contents 1. Landscape has

More information

System Requirements. SuccessMaker 8

System Requirements. SuccessMaker 8 System Requirements SuccessMaker 8 Copyright 2015 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in

More information

ion of FMBC to reducing carbon emission

ion of FMBC to reducing carbon emission Contribution ion of FMBC to reducing carbon emission Yutaka Yasuda Vice President & General Manager Core Technology Sector, KDDI 16 April 2008 Contents 1.Trend of Broadband service in Japan 2.KDDI environmental

More information

Mobile Computing #MC05 Internet Protocol and Mobile Computing

Mobile Computing #MC05 Internet Protocol and Mobile Computing Mobile Computing #MC05 Internet Protocol and Mobile Computing CS60002: Distributed Systems Winter 2006-2007 Where we left off... Device databases Flash, OR/direct Synchronization Algorithms Push/notifications

More information

Beyond 4G Introduction and LTE evolution

Beyond 4G Introduction and LTE evolution Beyond 4G Introduction and LTE evolution KIVI Telecom, Den Haag Anne van Otterlo 13-10-2014 1 Nokia 2014 Main Mobile Technologies ETSI/3GPP, all WAN GSM, since early 90-ies, Circuit Switched Data ~10kb/s,

More information

Wireless technologies Testers. WLAN traffic offload bypass for crowded mobile networks

Wireless technologies Testers. WLAN traffic offload bypass for crowded mobile networks Wireless technologies Testers traffic offload bypass for crowded mobile networks 10 traffic offload the rerouting of mobile data traffic to networks is an interesting alternative for network operators

More information

CLEAR 4G MOBILE USB USER GUIDE

CLEAR 4G MOBILE USB USER GUIDE CLEAR 4G MOBILE USB USER GUIDE GET TO KNOW YOUR CLEAR 4G MOBILE USB 3 WHAT S IN THE BOX? 3 USE WITH CARE 3 SET UP THE MOBILE USB 3 INSERT THE MOBILE USB 3 INSTALL THE CLEAR CONNECTION MANAGER 4 INSTALLATION

More information

Overview... 2 Client Stations... 3 Network Bandwidth... 4 Firewall Settings... 5

Overview... 2 Client Stations... 3 Network Bandwidth... 4 Firewall Settings... 5 System Requirements SuccessMaker 7 Hosted Contents Overview... 2 Client Stations... 3 Network Bandwidth... 4 Firewall Settings... 5 Copyright 2015 Pearson Education, Inc. or one or more of its direct or

More information

User Manual. Mobile Viewer Mobile Manager Software (MMS) 1 st Edition : 10 Jan nd Edition : 31 Mar rd Edition : 20 May 2010

User Manual. Mobile Viewer Mobile Manager Software (MMS) 1 st Edition : 10 Jan nd Edition : 31 Mar rd Edition : 20 May 2010 Mobile Viewer Mobile Manager Software (MMS) User Manual The picture might differ according to the specification and model. Contents of this manual are protected under copyrights and computer program laws.

More information

Keysight E6966B IMS-SIP Network Emulator. Technical Overview

Keysight E6966B IMS-SIP Network Emulator. Technical Overview Keysight E6966B IMS-SIP Network Emulator Technical Overview 02 Keysight E6966B IMS-SIP Network Emulator - Technical Overview Accelerate Performance Testing of Cellular User Equipment in an All-IP IMS-SIP

More information

Six Things Security Professionals Need to Know About Wireless

Six Things Security Professionals Need to Know About Wireless SESSION ID: TECH-R02 Six Things Security Professionals Need to Know About Wireless Dr. Avril Salter, CCNP-W, CCNA-S Chief Wireless Architect Salter & Associates @avrilsalterusa What we are going to discuss

More information

PMS 138 C Moto Black spine width spine width 100% 100%

PMS 138 C Moto Black spine width spine width 100% 100% Series MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark Office. All other product or service names are the property of their respective owners. 2009 Motorola, Inc. Table of

More information

Design and implementation of virtualized ICT resource management system for carrier network services toward cloud computing era

Design and implementation of virtualized ICT resource management system for carrier network services toward cloud computing era ITU Kaleidoscope 2013 Building Sustainable Communities Design and implementation of virtualized ICT resource management system for carrier network services toward cloud computing era Yoshihiro Nakajima,

More information

to pay for it) has been waning. The Internet further changed the game.

to pay for it) has been waning. The Internet further changed the game. As the old telephone business models break down and new service paradigm takes over, communication companies must combine voice with the new services of the network. The SCI-Platform (Service Convergence

More information

Requirements and Dependencies

Requirements and Dependencies CHAPTER 2 You can install and use Security Manager as a standalone product or in combination with several other Cisco Security Management Suite applications, including optional applications that you can

More information

Overview and Status of NGN Standardization Activities. Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories

Overview and Status of NGN Standardization Activities. Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories Overview and Status of NGN Standardization Activities Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories Contents 1. Outline of NGN 2. Key Technologies of NGN 3. Summary and

More information

Performance Testing of Open Source IP Multimedia Subsystem

Performance Testing of Open Source IP Multimedia Subsystem Performance Testing of Open Source IP Multimedia Subsystem MATEJ KAVACKÝ Institute of Multimedia Information and Communication Technologies Faculty of Electrical Engineering and Information Technology,

More information

Cisco Intelligent WAN with Akamai Connect

Cisco Intelligent WAN with Akamai Connect Data Sheet Cisco Intelligent WAN with Akamai Connect Deliver consistent, LAN-like user experiences using application acceleration and WAN optimization while lowering bandwidth costs. Users get world-class

More information

Technical Guide 20/02/2013

Technical Guide 20/02/2013 Technical Guide 20/02/2013 Technical Requirements Operating Systems Windows XP SP2 Windows Vista Windows 7 32bit Windows 7 64bit Mac OS X 10.5 and above Linux Ubuntu 1 32bit Linux Ubuntu 1 64bit Linux

More information

TRIPonist Car Mirror N2P900. Smart Vehicle Surveillance & Security System. User manual Version 3.0

TRIPonist Car Mirror N2P900. Smart Vehicle Surveillance & Security System. User manual Version 3.0 TRIPonist Car Mirror N2P900 Smart Vehicle Surveillance & Security System User manual Version 3.0 Welcome N2P900 combines world-class performance with a 5-inch display that integrates Live Streaming, GPS

More information

Standardization Activities in ITU-T

Standardization Activities in ITU-T Standardization Activities in ITU-T Nozomu NISHINAGA and Suyong Eum Standardization activities for Future Networks in ITU-T have produced 19 Recommendations since it was initiated in 2009. The brief history

More information

Improving User Capacity and Disaster Recovery Time in IP Telephone Service Systems

Improving User Capacity and Disaster Recovery Time in IP Telephone Service Systems Improving Capacity and Disaster Recovery Time in IP Telephone Service Systems Hiroshi Shibata, Kouki Minamida, Hiroshi Miyao, Takashi Nambu, and Toru Takahashi Abstract The NTT Group is working on improving

More information

Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS

Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS ITU Kaleidoscope 2015 Trust in the Information Society Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS Presenter: Prof. PhD. Takuro SATO Waseda

More information

Autodesk Revit Structure 2012 System Requirements and Recommendations. Minimum: Entry-level configuration. Operating System Microsoft Windows 7 32-bit

Autodesk Revit Structure 2012 System Requirements and Recommendations. Minimum: Entry-level configuration. Operating System Microsoft Windows 7 32-bit Autodesk Revit Structure 2012 System s and Recommendations Minimum: Entry-level configuration Operating System Microsoft Windows 7 32-bit Microsoft Windows Vista 32-bit (SP2 or later) Business Microsoft

More information

SYSTEM REQUIREMENTS M.APP ENTERPRISE

SYSTEM REQUIREMENTS M.APP ENTERPRISE SYSTEM REQUIREMENTS M.APP ENTERPRISE Description or Document Category October 06, 2016 Contents M.App Enterprise Server... 3 Hardware requirements... 3 Disk space requirements... 3 Production environment

More information

CT-101 CT-101 USB CORDLESS PHONE

CT-101 CT-101 USB CORDLESS PHONE CT-101 CT-101 USB CORDLESS PHONE CT-101 CT-101 USB CORDLESS PHONE User s Manual VERSION 0.99A 1 Table of Content 1. CT-101 USB CORDLESS PHONE..... 3 1.1 Descriptions & Overview.......3 2. PACKAGE CONTENTS...

More information

MED: Voice over IP systems

MED: Voice over IP systems Course aim: Online course specification MED: Voice over IP systems This course describes the functional components and operation of telephony systems based on the Internet Protocol (IP) with emphasis on

More information

AT&T Small Business Webinar Series. Taking Business Transactions on the Road. November 18 th, 2010

AT&T Small Business Webinar Series. Taking Business Transactions on the Road. November 18 th, 2010 AT&T Small Business Webinar Series Taking Business Transactions on the Road November 18 th, 2010 2010 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual

More information

Chapter 3: IP Multimedia Subsystems and Application-Level Signaling

Chapter 3: IP Multimedia Subsystems and Application-Level Signaling Chapter 3: IP Multimedia Subsystems and Application-Level Signaling Jyh-Cheng Chen and Tao Zhang IP-Based Next-Generation Wireless Networks Published by John Wiley & Sons, Inc. January 2004 Outline 3.1

More information

2. SA1 Release 11 Standardization Trends

2. SA1 Release 11 Standardization Trends 3GPP SA1 Release 11 Standardization Trends 3GPP SA1 Service Requirements Release 11 3GPP SA1 Release 11 Standardization Trends NTT DOCOMO Technical Journal At the 3GPP, which standardizes mobile communications

More information

Perceptive TransForm. Technical Specifications. Version: 8.x Compatible with ImageNow 6.5.x to 6.7.x and Perceptive Content 7.x

Perceptive TransForm. Technical Specifications. Version: 8.x Compatible with ImageNow 6.5.x to 6.7.x and Perceptive Content 7.x Perceptive TransForm Technical s Version: 8.x Compatible with ImageNow 6.5.x to 6.7.x and Perceptive Content 7.x Written by: Product Knowledge, R&D Date: May 2018 2008-2018 Hyland Software, Inc. and its

More information

All new Entry Class students must have computers registered for configuration by November 30th.

All new Entry Class students must have computers registered for configuration by November 30th. All new Entry Class students must have computers registered for configuration by November 30th. Bring your own device for use @ TC PLEASE NOTE: All BYO devices must come to school pre-loaded with a Windows

More information

Standardization Trend for Super 3G (LTE)

Standardization Trend for Super 3G (LTE) : NGN Mobile Communication Technologies for Standardization Trend for Super (LTE) Sadayuki Abeta and Minami Ishii Abstract Super (also known as Long Term Evolution (LTE)) expands upon the HSDPA/HSUPA (high-speed

More information

New Value Chain through Service Platform

New Value Chain through Service Platform New Value Chain through Service Platform Oct. 24 th 2008 Ryozo Ito Senior Executive Consultant Hewlett-Packard Japan Technology for better business outcomes 2008 Hewlett-Packard Development Company, L.P.

More information

Ubiquitous services and applications: needs of mobile users

Ubiquitous services and applications: needs of mobile users International Telecommunication Union Session 8: Seamless communications on the move Ubiquitous services and applications: needs of mobile users Mitsuji MATSUMOTO Professor, GITI Waseda University Background

More information

IMS in the Next Generation Network

IMS in the Next Generation Network Proceedings of the 11th WSEAS International Conference on COMMUNICATIONS, Agios Nikolaos, Crete Island, Greece, July 26-28, 2007 45 IMS in the Next Generation Network TATIANA KOVACIKOVA, PAVOL SEGEC, MILAN

More information

Step 1: Checking Computer Network Settings:

Step 1: Checking Computer Network Settings: Configuring your 3G18WV for VOIP The following steps will take you through the process of setting up your VOIP connection. Step 1: Checking Computer Network Settings: You will need to connect your computer

More information

IPTV-Oriented Service Blending

IPTV-Oriented Service Blending IPTV-Oriented Service Blending Dr. Sheng-Lin Chou E-mail: slchou@teco.com.tw TECO Group Research Institute TECO Electric & Machinery Co. 2008. 2. 23 IPTV-Blending for WOCC2008 1 Contents IPTV Over NGN

More information

Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET

Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET Abhishek Dhiman M.E, E.C.E Department, Thapar University, Patiala Karamjit Singh Sandha Asst. Professor, E.C.E Department

More information

Addressing Current and Future Wireless Demand

Addressing Current and Future Wireless Demand Addressing Current and Future Wireless Demand Dave Wolter Executive Director Radio Technology AT&T Architecture and Planning Rising Demand and The Need to Innovate in the Network 6,732% growth over 13

More information

Mobile Computing theme introduction

Mobile Computing theme introduction Mobile Computing theme introduction Nick Filer (nfiler@cs.man.ac.uk) Dirk Koch (dirk.koch@manchester.ac.uk) 1 Mobile computing Human interaction with battery powered portable devices. Convergence of telephony

More information

Basic SAE Management Technology for Realizing All-IP Network

Basic SAE Management Technology for Realizing All-IP Network LTE SAE EPC Special Articles on SAE Standardization Technology Basic SAE Management Technology for Realizing All-IP Network The standardization of 3GPP Release 8 brings new provisions for All-IP networks

More information

Overview of Wi-Fi. Dr. Srikanth Subramanian CKO, Nanocell Networks Wi-Fi A Wireless Success Story

Overview of Wi-Fi. Dr. Srikanth Subramanian CKO, Nanocell Networks  Wi-Fi A Wireless Success Story Overview of Wi-Fi Dr. Srikanth Subramanian CKO, Nanocell Networks www.nanocellnetworks.com Wi-Fi A Wireless Success Story Wi-Fi present in all laptops/aps Wi-Fi Traffic trends Source: Cisco percentage

More information

Technical challenges in building the NGN - NTT s activities -

Technical challenges in building the NGN - NTT s activities - Technical challenges in building the NGN - NTT s activities - April 8, 2009 Tatsuro Murakami NTT Information Sharing Laboratory Group Decisions of technical choice on NGN 2 Background NTT s situations

More information

Locally Deployed System Requirements. SuccessMaker

Locally Deployed System Requirements. SuccessMaker Document last updated July 2, 2018 Copyright 2018 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and are registered trademarks, in the U.S. and/or

More information

Service Brokering in IP Multimedia Subsystem

Service Brokering in IP Multimedia Subsystem Service Brokering in IP Multimedia Subsystem Asma Elmangosh 1, Majdi Ashibani 1, Neco Ventura 2, and Fathi Ben-Shatwan 1 1 Electrical Engineering Department Higher Institute of Industry P. Box 841, Misurata,

More information

INICTEL-UNI 15/11/2010. Tecnología de Banda Ancha Inalámbrica LTE

INICTEL-UNI 15/11/2010. Tecnología de Banda Ancha Inalámbrica LTE INICTEL-UNI 15/11/2010 Tecnología de Banda Ancha Inalámbrica LTE 1 2Market Overview 2 LTE Presentation / Alcatel-Lucent. Title January 2008 Market Trends iphone (Apple) and G1 (Google) are bandwidth drivers

More information

ETSI TS V ( )

ETSI TS V ( ) TS 124 315 V14.0.0 (2017-03) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia Subsystem (IMS) Operator Determined Barring (ODB); Stage 3: protocol specification

More information

Mobile Communications in Japan

Mobile Communications in Japan Mobile Communications in Japan 24th July 2007 Broadband and Wireless Workshop No.6 "Evolution of Mobile Communication and Application" M I C Ministry of Internal Affairs and Communications, JAPAN 1 Overview

More information

Wi-Fi Technology, Standards,and Evolution. Dr. Srikanth Subramanian CKO, Nanocell Networks

Wi-Fi Technology, Standards,and Evolution. Dr. Srikanth Subramanian CKO, Nanocell Networks Wi-Fi Technology, Standards,and Evolution Dr. Srikanth Subramanian CKO, Nanocell Networks www.nanocellnetworks.com percentage Wi-Fi A Wireless Success Story Wi-Fi present in all laptops/aps Wi-Fi Traffic

More information

Version 9.1 SmartPTT Enterprise

Version 9.1 SmartPTT Enterprise Version 9.1 SmartPTT Enterprise December 2016 2 The SmartPTT-based dispatching system can include several dispatch consoles, SmartPTT Radioservers and communication channels connecting them. Thus, technical

More information

Partner Pre-Install Checklist: Common Service Platform Collector (CSP-C) for Smart Portal 0.5

Partner Pre-Install Checklist: Common Service Platform Collector (CSP-C) for Smart Portal 0.5 Partner Support Service Partner Pre-Install Checklist: Common Service Platform Collector (CSP-C) for Smart Portal 0.5 Cisco Corporate Headquarters 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Dynamic Mobile Sensor Network Platform for ID-based Communication

Dynamic Mobile Sensor Network Platform for ID-based Communication ITU Kaleidoscope 2014 Living in a converged world impossible without standards? Dynamic Mobile Sensor Network Platform for ID-based Communication Ved P. Kafle, Yusuke Fukushima, Hiroaki Harai National

More information

What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011

What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 Outlines Next Generation Network (NGN) Definition Applications Requirements Network Architecture QoS Issues 2 What

More information

ALERT SYSTEM REQUIREMENTS MAY 08, This document describes the supported and certified hardware and software environment for the ALERT platform.

ALERT SYSTEM REQUIREMENTS MAY 08, This document describes the supported and certified hardware and software environment for the ALERT platform. ALERT SYSTEM REQUIREMENTS MAY 08, 2018 This document describes the supported and certified hardware and software environment for the ALERT platform. ALERT System Requirements ALERT SYSTEM REQUIREMENTS

More information

Pearson Hosted System Requirements SuccessMaker 9 3/31/2017

Pearson Hosted System Requirements SuccessMaker 9 3/31/2017 3/31/2017 March 31, 2017 Copyright 2017 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in the U.S.

More information

ITU-T Kaleidoscope Conference Innovations in NGN. VCC Service: Standardization of Integration between CS domain and IMS

ITU-T Kaleidoscope Conference Innovations in NGN. VCC Service: Standardization of Integration between CS domain and IMS ITU-T Kaleidoscope Conference Innovations in NGN VCC Service: Standardization of Integration between CS domain and IMS Rodrigo Bellotto Campacci Universidade de São Paulo Portugal Telecom Inovação Brasil

More information

Software Defined: supports any FDD LTE band. Long Range: Up to 20km. Small Form Factor. Easy-to-use, simple management GUI

Software Defined: supports any FDD LTE band. Long Range: Up to 20km. Small Form Factor. Easy-to-use, simple management GUI Deployable Network-In-A-Box Software Defined: supports any FDD LTE band O the r P ro d uc t s A v ai l abl e UMTS Network GSM Network EVDO Network CMDA Network WiMAX Network Multi-standard Core Network

More information

Hardware and Software Full Requirements

Hardware and Software Full Requirements CGM webpractice v7.4 Hardware and Software Full Requirements 2 CompuGroup Medical US CGM webpractice_v7 4_SystemReq Revised: 2.7.2017 Table of Contents Full System Requirements... 3 Client Computer Specifications...

More information

Updated Chrome browser requirements. See Basic client requirements. Updated ipad app storage requirements. See ipad client requirements.

Updated Chrome browser requirements. See Basic client requirements. Updated ipad app storage requirements. See ipad client requirements. What's new What's new This topic details the latest updates to MySciLEARN system requirements. 4/20/17 Updated Chrome browser requirements. See Basic client requirements. Updated ipad app storage requirements.

More information

Mobile Internet Devices and the Cloud

Mobile Internet Devices and the Cloud Mobile Internet Devices and the Cloud What Is a Smartphone? Mobile Operating Systems for Smartphones 1. iphone 2. Google (Android) 3. Blackberry 4. Windows Mobile 5. Ubuntu Mobile Internet Device (MID)

More information

LTE : The Future of Mobile Broadband Technology

LTE : The Future of Mobile Broadband Technology LTE : The Future of Mobile Broadband Technology Erick Setiawan tukangbajaksawah@gmail.com 1 Become a necessity today, where the wireless broadband technology needed to meet increasing expectations in terms

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) Technical Report Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); NGN Terminology 2 Reference DTR/TISPAN-00004-NGN Keywords vocabulary 650 Route des Lucioles

More information

System Requirements. SuccessMaker 3

System Requirements. SuccessMaker 3 System Requirements SuccessMaker 3 System requirements are subject to change. For the latest information on system requirements, go to http://support.pearsonschool.com. For more information about Digital

More information

CDMA Evolution Delivering Real-time & Multimedia Services

CDMA Evolution Delivering Real-time & Multimedia Services CDMA Evolution Delivering Real-time & Multimedia Services May 2006 3G CDMA Latin America Regional Conference, Brazil 2 Nortel Confidential Information Wireless Trends Access & Core Greater Market Penetration

More information

Installing ImageTrends EMS Field Bridge

Installing ImageTrends EMS Field Bridge Service Field DELAWARE EMERGENCY MEDICAL REPORTING SYSTEM (DEMRS) DEMRS Bridge Installing ImageTrends EMS Field Bridge Field Bridge Specifications and Licenses Each agency will be issued one EMS Field

More information

Project Proposal for:

Project Proposal for: Page1 Project Proposal for: Asterisk IP Telephony Mobility Facility Over the existing Office LAN/WAN and Wi-Fi Network, WiMAX, 3G/4G, CDMA, and GSM Technology Solutions & Design For: o Commercial Bank

More information

NetAlly. Application Advisor. Distributed Sites and Applications. Monitor and troubleshoot end user application experience.

NetAlly. Application Advisor. Distributed Sites and Applications. Monitor and troubleshoot end user application experience. NetAlly Application Advisor Monitor End User Experience for Local and Remote Users, Distributed Sites and Applications Part of the OptiView Management Suite (OMS) OMS provides the breadth of visibility

More information

Locally Deployed System Requirements SuccessMaker 10 DRAFT 3/31/2017

Locally Deployed System Requirements SuccessMaker 10 DRAFT 3/31/2017 3/31/2017 March 31, 2017 Copyright 2017 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in the U.S.

More information

Accessing Pearson Realize Reader through Mobile Apps

Accessing Pearson Realize Reader through Mobile Apps Accessing Pearson Realize Reader through Mobile Apps The Interactive Student Edition and Teacher Edition, also known as Pearson Realize Reader, are available through apps for Chrome and ipad. This document

More information

Accelerating Innovation and Collaboration for the Next Stage

Accelerating Innovation and Collaboration for the Next Stage Accelerating Innovation and Collaboration for the Next Stage November 8, 2013 Smart Life & Smart Work in the Next Stage - ICT as an Enabler Transportation Intelligent Transportation Systems, Quick Charging

More information

Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network

Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network 1 Application Application: A software (S/W) for an application, such as, creating and sending an SMS, measuring and sending

More information

NTP Software File Reporter Data Collection Agent for Windows

NTP Software File Reporter Data Collection Agent for Windows NTP Software File Reporter Data Collection Agent for Windows Installation Guide Version 8.1 This guide provides quick instructions for the installation and initial configuration of NTP Software Data Collection

More information

RightNow August 08 Workstation Specifications

RightNow August 08 Workstation Specifications RightNow August 08 Workstation Specifications To maximize the performance of RightNow August 08 staff members and customers, we recommend the following workstation hardware configurations, operating systems,

More information

IMS Client Framework for All IP-Based Communication Networks

IMS Client Framework for All IP-Based Communication Networks IMS Client Framework for All IP-Based Communication Networks D. Jayaram, S. Vijay Anand, Vamshi Raghav, Prashanth Kumar, K. Riyaz & K. Kishan Larsen & Toubro InfoTech Limited Research and Development Group,

More information

Towards the Convergence between IMS and Social Networks

Towards the Convergence between IMS and Social Networks Towards the Convergence between IMS and Social Networks Ramon Alcarria, Tomas Robles Telematics Department Technical University of Madrid Madrid, Spain {ralcarria, trobles}@dit.upm.es Gonzalo Camarillo

More information

Hardware and Software Requirements for Server Applications. IVS Enterprise Server Version 12.5+

Hardware and Software Requirements for Server Applications. IVS Enterprise Server Version 12.5+ Hardware and Software Requirements for Server Applications IVS Enterprise Server Version 12.5+ Table of Contents INTRODUCTION... 3 Minimum Hardware Requirements Statement... 3 ES12.5+ HARDWARE AND SOFTWARE

More information

Reqs-LTE-SMS. Device Requirements Issued: Mar-16

Reqs-LTE-SMS. Device Requirements Issued: Mar-16 Reqs-LTE-SMS Device Requirements Issued: Mar-16 This document provides initial information related to Verizon Wireless Long Term Evolution (LTE) Reqs-LTE- SMS requirement document. All information herein

More information

etrac Guide System Requirements Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA , All Rights Reserved.

etrac Guide System Requirements Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA , All Rights Reserved. etrac Guide to System Requirements Version: 2.5 Published: 05/18/2015 Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA 19446 2015, All Rights Reserved. Table of Contents Minimum System Requirements...

More information

Industrial IOT Gateway Family Datasheet

Industrial IOT Gateway Family Datasheet Industrial IOT Gateway Family Datasheet GW-Series Overview Samsara IoT gateways securely connect sensor data to the Samsara cloud. All models include WiFi and built-in cellular connectivity, storage, and

More information

RightNow May 08 Workstation Specifications

RightNow May 08 Workstation Specifications RightNow May 08 Workstation Specifications To maximize the performance of RightNow May 08 staff members and customers, we recommend the following workstation hardware configurations, operating systems,

More information

Enter the details on the pricing sheet attached.

Enter the details on the pricing sheet attached. Jul 2018 24 Months Guarantee All computers built by RDCS are of the highest quality and CE approved. All parts are guaranteed for a minimum of 2 years and labour for the 1 st year. Installation Service

More information

Airplane mode Android app application Back key bandwidth

Airplane mode Android app application Back key bandwidth 1G First-generation analog wireless telephone technology. 2G Second-generation wireless technology, the first digital generation and the first to include data services. 3G Third-generation wireless telephone

More information

Overview. M-commerce vs. E-commerce

Overview. M-commerce vs. E-commerce M-COMMERCE Overview What is M-Commerce? M-commerce vs. E-commerce Classes of M-Commerce Applications Benefits of M-commerce Advantages of M-Commerce Disadvantages of M-Commerce Mobile Computing: Content,

More information

Hardware and Software Full Requirements

Hardware and Software Full Requirements CGM webpractice v7.4 Hardware and Software Full Requirements 2 CGM webpractice_v7 4_SystemReq Revised: 2.21.2019 Table of Contents Full System Requirements... 3 Client Computer Specifications... 3 Peripheral

More information

The network s impact on student and staff experience. Client-centric Analytics and Assurance Darren Smith Aruba Networks

The network s impact on student and staff experience. Client-centric Analytics and Assurance Darren Smith Aruba Networks The network s impact on student and staff experience Client-centric Analytics and Assurance Darren Smith Aruba Networks Growing IT Challenges More User Devices, Apps and Services Legacy Tools Limited Resources

More information

802.11n Wireless Interactive Presentation Gateway

802.11n Wireless Interactive Presentation Gateway Full HD 1080P Full HD 802.11n Wireless Interactive Presentation Gateway Key Features Wirelessly project multimedia across different platforms. Flexible dual-output options with VGA or 1080p Full HD resolution.

More information

by Jun ichi Endo * 1. INTRODUCTION

by Jun ichi Endo * 1. INTRODUCTION by Jun ichi Endo * For the carriers and Internet service providers (ISPs) who build and operate ABSTRACT large-scale networks, it is essential to have network scalability and stability. Border gateway

More information

Signalling Tester MD8475B Product Introduction. Product Introduction

Signalling Tester MD8475B Product Introduction. Product Introduction Signalling Tester MD8475B Product Introduction Product Introduction MD8475B Overview NEW MD8475B Signalling Tester Support LTE-Advanced and legacy radio technologies (W/G/C2K/EVDO/TDS/LTE) in single box.

More information

KDDI s Approach to Implementing EV-DO Rev.B

KDDI s Approach to Implementing EV-DO Rev.B KDDI s Approach to Implementing EV-DO Rev.B Dr. Hideo Okinaka VP & GM, Emerging Technologies and Spectrum KDDI Corporation CDG Workshop: Advancing CDMA with Smart Devices, Networks and Enterprises 22nd

More information