Open Services Framework for Home Network. KRnet

Size: px
Start display at page:

Download "Open Services Framework for Home Network. KRnet"

Transcription

1 Open Services Framework for Home Network 서대영 (Dae-Young Seo) 한국산업기술대학교 (Korea Polytechnic Univ.) 차세대네트워크서비스연구소 (EH) (NGN Services Engineering House) June 28, 2005 KRnet

2 What s Missing? There are many wide area network standards There is no service delivery standard DOCSIS, DSL, ISDN, Satellite, W-CDMA Standard for service delivery The are many inhome network standards Bluetooth, CEBus HAVi, HomePNA, HomeRF, Jini, LONWORKS, UPnP KRnet

3 Services Gateway? A Cable Modem A Set-top Box A DSL Modem A Web Phone A PC An Automotive Multimedia Gateway A Dedicated RG(Residential Gateway) Anything running OSGi APIs! KRnet

4 Overview KRnet

5 Residential Networks DTV DVD Entertainment network Camcorder IEEE1394 PC Printer HPNA or Ethernet FTTH CATV ADSL SATELLITE Etc. Air conditioner Microwave washer PLC Residential Gateway PDA Automation network Access Point Note PC Information network KRnet

6 IEEE1394 HPNA or Ethernet Residential Gateway PLC based on HAVi Access Point based on UPnP based on Lonworks

7 Value Chain Services Gateway Operator Net Server Operator Telco/ Cable Device Provider Service Service IntegratorAggregator Local Area Network Provider Service Provider KRnet

8 Value Chain Service Provider 제 3 의번들개발자 Service Aggregator 서비스클러스터관리자 복수개의제3 서비스제공자에게사업인터페이스 지적재산권관리 Service Integrator 번들을실제인테그레이션 TO / CO 핵심서비스에제공되는 API들을관리 KRnet

9 TO/CO Value Chain Network Server Operator TO / CO 역할 Service Gateway Operator TO / CO 역할 Device (CPE) Provider Gateways, I/O Devices; LAN; Appliances 특화된브랜드기기도가능함 종종서비스와패키지형태로제공함 KRnet

10 Service Model Wide Area Network Services Gateway Local Area Network Client Service 1 Service 2 Device Management System Thread Services OSGi FRAMEWORK Standardized API KRnet

11 History of OSGi (Open Services Gateway Initiatives) Started December 1998 as an initiative from Ericsson, Sun and IBM, etc. Strongly influenced by Java Embedded Server (JES)/Nanoserver from Sun Today very different from old JES (There is a new OSGi JES) First regular meeting in 1999 Released spec v1.0 in May 2000 Released spec v2.0 in Oct members in Dec Bundle Fest in Jan OSGi Congress in Sep (Stockholm) Released spec v3.0 in Mar OSGi Congress in Oct (Dusseldorf) OSGi Congress in Oct (Barcelona) OSGi Congress in Oct (Paris) Expected to release spec v4.0 in 2005 Currently 44+ members (as of June 2005) KRnet

12 OSGi Alliance Members Service/Content Providers Infrastructure/Network Operators Utilities Software Developers Gateway and Set Top Box Suppliers Consumer Electronics Research Institutes Automobile Makers Mobile Device Makers KRnet

13 Who Is OSGi?(in 05) Alpine Electronics Europe Gmbh, AMI-C, Aplix Corporation, Atinav Inc., Belgacom, BMW Group, Cablevision Systems, Computer Associates Deutsche Telekom, Echelon Corporation, Electricit?de France (EDF), Ericsson Mobile Platforms Esmertec, Espial Group, Inc., ETRI France Telecom, Fraunhofer Institute for Integrated Circuits IIS, Gatespace Telematics AB, Gemplus, IBM Corporation, Insignia Solutions, Intel, KDDI R&D Laboratories, Inc., KT Mitsubishi Electric Corporation, Motorola, Inc., NEC Corporation, Nokia Corporation, NTT, Oracle Corporation, Panasonic Technologies, Inc., Philips Consumer Electronics, ProSyst Software AG, Robert Bosch Gmbh, Samsung Electronics Co., Ltd., SavaJe Technologies Sharp Corporation, Siemens AG, Sun Microsystems, Inc., Telcordia Technologies, Inc., Telefonica I+D, TeliaSonera, Texas Instruments, Inc., Toshiba Corporation Board of Directors members indicated in red KRnet

14 OSGi Alliance Organization BOD CTO Liaison Executive Committee Expert Groups AEG, CPEG, VEG, (RMEG, SEG, DEG), MEG Working Committees Requirements, Marketing Technical Steering Committee Interest Groups Entertainment, Deployment http// KRnet

15 OSGi Logo Policy Logo Policy Similar to Intel Inside 3 Categories OSGi Inside RG with Framework approved by OSGi OSGi Powered embedded OSGi inside Works with OSGi plug into OSGi Mini Compliance Test March 2002 Certification (R3.0) Dec KRnet

16 Certified Products R2.0 Samsung : Service Provider 2.0 IBM : SMF ProSyst : mbedded Server 5.1 GateSpace : GDSP 3.2 Espial : Espial DeviceTop 3.1 Acunia : Matilda 1.0 Sun : JES 2.1 Connected System : HubTea Embedded Server DHomeNet : 4DAgent 1.0 Atinav : avelink Embedded Gateway 2.0 Mitsubishi : TSUBASA Siemens : RIO R3.0 Fraunhofer Institute for IC: Fraunhofer Embedded OSGi Platform IBM : SMF 3.7 Samsung : Samsung Service Provider 3.1 ProSyst : mbedded Server 5.2 IBM : SMF Acunia : Matilda 2.0 Siemens : RIO GateSpace Telematics : UbiServ Atinav : avelink Embedded Gateway 3.0 KRnet

17 Overview of OSGi Technology Operation Framework Manage bundles Framework can install, update, and uninstall Bundles Bundles can be started and stopped Provides a method to share services Supports a package sharing Bundle A Jar file containing Java Classes Manifest with information about bundle Can also cat like a DLL (shared library) Bundle states Installed/Uninstalled Resolved Starting/Stopping Active KRnet

18 Bundle State Transitions KRnet

19 The Framework Install A Framework start Bundle A { } Events: install Bundle B { } Events: register Bundle C { } KRnet

20 The Framework uninstall stop Events: uninstall Bundle A { } Framework Bundle B { } Events: unregister Bundle C { } KRnet

21 Dependency Management When a bundle is stopped, it is cleaned up Registered services are removed References to other services removed Bundles can be notified when a service they depend on is unregistered Class path dependencies are managed Model will allow long running applications with dynamic software updates KRnet

22 Installing a Bundle Check bundle is not already installed using location String 1) InstallBundle (locationstring) Bundle context Framework Bundle A ( Java class, Html file, manifest file Etc.) 2) Obtain bundle s contents (location or inputstream) Allocate associated resources( bundle unique identifier, storage area etc..) A Bundle Object INSTALLED KRnet

23 Installing a Bundle (2) Bundle A ( Java class, Html file, manifest file Etc.) 4) Resolve classpath & native code dependency (referring manifest file) A Bundle Object RESOLVED 5) Broadcast BundleEvent.INSTALLED Framework KRnet

24 Resolving a Bundle Classpath dependencies Path to library in JAR format Native code dependencies Native Code and environment Package dependencies Export & import packages Whole package export is not recommended Export & import services KRnet

25 Resolving a Bundle (2) Bundle-DocURL: servicetango/service/log Bundle-Name: log Bundle-ContactAddress: emorning@mediaone.net Class dependency Bundle-Classpath: com/sun/jes/http/servlet.jar Bundle-NativeCode: http.dll; osname=win95; processor=x86; language=en, http.so; osname=solaris; processor=sparc Export-Package: org.osgi.service.log Native code dependency Import-Package: javax.servlet ; sepficiation-version="2.0" Export-Service: org.osgi.service.log.logreaderservice Package dependency Bundle-Description: ServiceTango Log Service Export service KRnet

26 Starting a Bundle 4)Broadcast Bundle Event. STARTED Bundle.start RESOLVED A Bundle Object STARTING (1) Bundle context Bundle A ( Java class, Html file, manifest file Etc.) ACTIVE(3) 2) Invoke bundle s activator start method Activator.start Create Bundle context 1) Check bundle status Framework 3) Record A bundle status started A Bundle : STARTED KRnet

27 Stopping a Bundle 5)Broadcast BundleEvent. STOPPING Bundle.stop ACTIVE A Bundle Object STOPPING (1) Bundle context Bundle A ( Java class, Html file, manifest file Etc.) RESOLVED( 4) 3) Invoke bundle s activator stop method Activator.stop 1) Check bundle status 4) Unregistering event listener & Services Framework 2) Record A bundle status stopped A Bundle : STOPPED KRnet

28 Bundle Activator Interface To perform specific tasks when a bundle is started or stopped(recommended) Start Allocate resources Register services Stop Release resources Unregister services KRnet

29 Updating a Bundle 4)Broadcast BundleEvent. UPDATED 1) Bundle.update Bundle context ACTIVE A Bundle Object New Bundle A ( Java class, Html file, manifest file Etc.) Framework INSTALLED (3) Bundle A ( Java class, Html file, manifest file Etc.) 2) Back up Bundle s JAR file 3) Install New version Bundle INSTALLED KRnet

30 Updating a Bundle(2) Update Process Succeed : Broadcast UPDATE Event Resume bundle ( new version) Failed : Revert to old version Resume bundle ( old version) Throw a BundleException KRnet

31 Uninstalling a Bundle 1) uninstallbundle () 2)Broadcast BundleEvent. UNINSTALL ED A Bundle Object ACTIVE UNINSTALLED (2) Bundle context 3)Release persistent resource of A bundle Framework KRnet

32 OSGi Term - Service A service is an object registered by a bundle to be used by other bundles The specification of a service is a Java interface Different bundles (read vendors) can implement the same interface Implementation is indistinguishable for users The OSGi defines a standard set of services KRnet

33 Service - Overview Java classes performing functionality Interface & implementation separated Service Registry mapping set ( service, implementation ) Simple query mechanism ( LDAP ) : service registered with a set of properties Configurable getconfiguration Object KRnet

34 Events Three kinds of service ServiceEvent : delivered synchronously Registration, unregisteration, property changes BundleEvent Changes in the lifecycle of bundles FrameworkEvent Framework starting or errors Corresponding Listener interface ServiceListener BundleListener FrameworkListener KRnet

35 Event Delivery Asynchronously Event Source 1) Event A is published 2)Listener Registered Event Listener Framework 3) Asynchronous delivery Event A Not Receive Event A Event Source Framework 1) Listener Registered 2) Event B is published 3) Listener Unregistered 4) Asynchronous delivery Event B Event Listener Receive Event B KRnet

36 Event Delivery Asynchronously (2) Event Source 2) Event C is published 1) Listener Registered Event Listener 3) Event Listener is stopped Framework 4) Asynchronous delivery Event C Not Receive Event C KRnet

37 OSGi Framework and Bundles R1 R2 R3 Device Manager Http Service Log Service Preferences Service Configuration Admin Service Tracker User Admin Package Admin Permission Admin Wire Admin XML Parser Service Measurement Position Framework Execution Environment Connector Service Jini Service UPnP Service Start Level URL Handler Planned R4 Planned R4: Application Manager, MIDP Container, Signed Bundles, Declarative Services, Power Management, Device Management, Security Policies, UPnP Exporter, Diagnostic/Monitoring, FW Layering, Initial Provisioning. KRnet

38 Market Requirement Doc Scope of OSGi MRD OSG Market Trends OSG Market Analysis Scenarios and Services for Different Segments OSGi Functional Requirements KRnet

39 Scope of OSGi MRD Scope of the OSGi Technical Spec SW for gateway and API for services to be deployed to the gateway Agnostic to WAN and Local Network Device Discovery Spec will also define standard interface for Mgmt of service deployment to GW Neither device interface issue nor implementation oriented issue Description of the OSGi MRD Traceability to the OSGi Technical Spec KRnet

40 OSG Market Trends Units, millions 1200 > Non-PC PC Source: IDC; Ariad analysis Growth of Internet Devices in the U.S. KRnet

41 OSG Market Trends U tility Industr ies Secur ity Industr ies R esidential e -Services C om m unication Industries Convergence of Residential Service Industries KRnet

42 OSG Market Analysis Security Service Market OSG Service Framework would substitute for existing security systems Remote Home Healthcare Market Over 27 mil elderly citizens in USA Ease of mind KRnet

43 Scenarios and Services for Different Market Segments Communication Firewall, Multiple PC Internet access, IP Telephony, Telephony, VPN services Energy and Utility Service AMR, Energy Mgmt, Automation and Control Service Remote electrical outlet control Security Service Remote (video) surveillance, remote entry control Remote Healthcare Service Diagnostic and vital function monitoring (Audio/video) surveillance Remote entry control KRnet

44 OSGi Functional Requirement Industry Specific Functions Communication Services Module IP address issues Energy/Utility Services Module Data time stamping issues Automation/Control Service Module Scheduling issues Security Service Module Alarming issues KRnet

45 OSGi Functional Requirement Industry Specific Functions (Continued) Entertainment Service Module AV issues Home Care Service Module Emergency alert issue Point of Sale Service Module Credit card authorization issues Application Services Module Remote maintenance access issue KRnet

46 Service Model Core Services Channels Personal Portal Thread Services (Scheduling. Shopping, Address Book) Internet Access (any ISP) Home Networking/Gateway/Security Communications (Unified Communications) Service Mgmt. /Billing/Help Desk/etc. Home Control Information Management Entertainment Internet Portal Work at Home Gaming The Future The Future The Future KRnet

47 Market Research Clusters Home Management List Management Calendar Address Book Information Retrieval Entertainment Video/Music on Demand Games on Demand Cable Package Home Control Home System Management Home System Alerting Home Entry Remote Appliance Controls Telephony Additional Lines (VoIP) Video Conferencing Custom Routing Personalized Mailboxes Alerting & Chat KRnet

48 Advantage of OSGi Platform independence Application independence Security Various Services Various local network technologies Various device access technologies Interoperability with other standards KRnet

49 OSGi Adoption Cases Siemens VDO Top Level Architecture Since Q4/2003 the new BMW 5-series and 6-series proposes a Top Level Architecture (TLA) based system worldwide including: Entertainment (CD, TV, Logic 7 amplifier) Communication (Bluetooth phone, SMS) GPS Navigation (Whole Europe on DVD) Telematics (BMW Assist, BMW Online, E-Call) Car Configuration (Head-Up Display, Car locking) Climate Control (By Dr. John Barr) KRnet

50 OSGi Adoption Cases Telefònica Hogar.es Architecture Service Providers Residential Consumers UNED University / Telefonica Service Aggregator Automatization Network Hospital Clínico San Carlos I / Telefonica Services aggregation interface Gateway management interface Entertainment Network Telefónica Corporative systems interface Data Network Services: Home Care E-learning Surveillance, Multimedia, Information Remote Manager Corporate systems (provision, activation, billing, failure management, etc.) (By Dr. John Barr) KRnet

51 Future Prospect of OSGi OSGi as the value chain integrator Key Framework for Platform Leadership/Ownership in Convergence era Will continue to be business model neutral and policy neutral Will be the bridges to seamless integration for mobile devices OSGi Alliance INPUT AND ACCESS ACROSS THE ENTIRE VALUE CHAIN Manufacturers Service Providers Content & Media Providers Application Developers IT Providers Cost Savings Increased Speed to Market Strategic Market Differentiation Increased Revenue Consolidated Support AUTO OFFICE HOME MOBILE (By Dr. John Barr) KRnet

52 Charter OSGi Users Forum Korea Promotion of OSGi service platform in Korea Raise of business effectiveness in vertical market and related industries New business model Business Collaborations: Home Network, Telematics, and Mobile Service Exchange and share experiences and views of OSGi History : Founded by 24 members : 1 st Seminar ComStar Confitech DIYCAD.com Hyundai MOBIS IBM Korea ISET Lucent Technologies Korea NEMOsoft Seoul Commtech UBIST Wareplus Veloxsoft WiSEGRAM KOTBA TTA KETI Kangnung National Univ. KRnet

53 OSGi Users Forum Korea Organization Officers KT / Korea Polytechnic Univ. / ETRI Steering Committee Marketing Working Committee Prosyst Korea Marketing activities to deploy OSGi Member recruiting Collaborations with other organizations international and domestic Market requirement documentation Business model Development Core Platform Home Network Telematics Mobile EG EG EG EG Connected Systems ETRI KT Samsung Electronics KOTBA WiSEGRAM OSGi Execution Environment Architecture of a common platform for vertical market OSGi platform and API specifications for Home Network Market research and success story study OSGi platform and API specifications for Telematics Market research and success story study OSGi platform and API specifications for Mobile service Market research and success story study KRnet

54 Questions? Thank You! 감사합니다 KRnet

The OSGi Alliance Status, Solutions and You. Copyright 2005 OSGi Alliance

The OSGi Alliance Status, Solutions and You. Copyright 2005 OSGi Alliance The Status, Solutions and You 1 Agenda Its Members and Its Work What Does OSGi Technology Deliver Delivering Value Now Where We Go From Here How You Can Contribute 2 What is the? The is an independent

More information

Communication platforms for industrial and residential gateways (II)

Communication platforms for industrial and residential gateways (II) Communication platforms for industrial and residential gateways (II) Prof. Dr. Ralf E.D. Seepold Departamento de Ingeniería Telemática Universidad Carlos III de Madrid ralf.seepold@uc3m.es Outline Home

More information

OPC Unified Architecture

OPC Unified Architecture OPC Unified Architecture The enabling Technology for advanced Asset Engineering Klaus Bender, Daniel Grossmann Prof. Dr.-Ing. Dipl.-Ing. October 2006 What makes OPC UA the enabling Technology? Klaus Bender,

More information

The Connected Home Raymond Lee Dy Director, Technology Direction

The Connected Home Raymond Lee Dy Director, Technology Direction The Connected Home Raymond Lee Dy Director, Technology Direction 26 November 2002 Outline Overall Trends Home Networking Technologies Digital Home Platforms End-to-End Technology Singapore Landscape Conclusion

More information

OSGi. Building and Managing Pluggable Applications

OSGi. Building and Managing Pluggable Applications OSGi Building and Managing Pluggable Applications What A Mess Billing Service Orders Shipping Accounting Workflow Inventory Application From The View Of... Building monolithic applications is evil nuf

More information

Smart Home and Intelligent Buildings

Smart Home and Intelligent Buildings Smart Home and Intelligent Buildings Emerging Business Opportunities Christian Schiller IT Systems Architect IBM Germany christian.schiller@de.ibm.com +49-6227-73-1090 Emerging Business Opportunities Positioning

More information

TEAHA. General Presentation As of November The European Application Home Alliance.

TEAHA. General Presentation As of November The European Application Home Alliance. TEAHA The European Application Home Alliance General Presentation As of November 2005 Info@teaha.org www.teaha.org Structure of the presentation Technology and market status and trends The strategic issues

More information

Standards,Tools & Best Practices Editor: Sumi Helal University of Florida

Standards,Tools & Best Practices Editor: Sumi Helal University of Florida Standards,Tools & Best Practices Editor: Sumi Helal University of Florida helal@cise.ufl.edu Enabling Smart Spaces with OSGi Choonhwa Lee, David Nordstedt, and Sumi Helal Today s pervasive computing spaces

More information

From Network Service Provider To Solution Provider

From Network Service Provider To Solution Provider From Network Service Provider To Solution Provider 2003. 8. The Value Networking company INTRODUCTION 2002 KOREA/JAPAN FIFA WORLD CUP 1 Key to Success Power-based. All round Player 2 Future Network Powerful

More information

BroadbandSuite Unleashing the Power Of Broadband

BroadbandSuite Unleashing the Power Of Broadband BroadbandSuite Unleashing the Power Of Broadband Robin Mersh Chief Operating Officer DSL Forum January 14, 2007 DSL Forum Mission and Strategy Mission: Develop technical specifications and marketing materials

More information

International Telecommunication Union. NGN in Korea. Chae Sub Lee. Vice Chairman of SG13 ETRI, Korea

International Telecommunication Union. NGN in Korea. Chae Sub Lee. Vice Chairman of SG13 ETRI, Korea International Telecommunication Union NGN in Korea Chae Sub Lee Vice Chairman of SG13 ETRI, Korea Page - 1 IT Trend in Korea Government Company Individual R&D Center e-congress e-politics e-government

More information

TEAHA: The European Application Home Alliance. General Presentation. Ganesh Sauba Advantica Ltd. 7 th April 2005 Nice

TEAHA: The European Application Home Alliance. General Presentation. Ganesh Sauba Advantica Ltd. 7 th April 2005 Nice TEAHA: The European Application Home Alliance. General Presentation Ganesh Sauba Advantica Ltd. 7 th April 2005 NGN@Home Nice Project Objective The objective of TEAHA is to combine the Home Control world

More information

The Economics of Delivering Triple Play to the Home

The Economics of Delivering Triple Play to the Home The Economics of Delivering Triple Play Panelists Boyd Peterson Senior Vice President, Consumer Research, Yankee Group Bob Bissell Consultant, CTO Group, BT Kurt Eckles Director of Marketing, Residential

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

IPv6 Home Automation. IGC/INET, 12/05/2004 Jordi Palet & Francisco Ortiz Consulintel

IPv6 Home Automation. IGC/INET, 12/05/2004 Jordi Palet & Francisco Ortiz Consulintel IPv6 Home Automation IGC/INET, 12/05/2004 Jordi Palet & Francisco Ortiz Consulintel -1 IPv6 & the Home: good room-mates IPv6 Compelling reason: More Addresses Billions of devices, users, always-on technologies

More information

Multiple Dimensions in Convergence and Related Issues

Multiple Dimensions in Convergence and Related Issues Multiple Dimensions in Convergence and Related Issues S.R. Subramanya LG Electronics CDG Technology Forum Las Vegas, Oct. 7, 2005 LGE Mobile Research, USA Talk Outline Introduction» Convergence Layers

More information

Latest Trends in Home Networking Technologies

Latest Trends in Home Networking Technologies 2470 INVITED PAPER Special Section on Next Generation Broadband Access Technologies Latest Trends in Home Networking Technologies Akihiro TSUTSUI a), Nonmember SUMMARY Broadband access service, including

More information

Introduction. State of the Market

Introduction. State of the Market Introduction State of the Market The Digital Age of Consumer Electronics 1001010100010100100000000 1010001010001010101001011 Digital technology brings 0101111010001001010100101 Higher accuracy 1100010111110101011111000

More information

Mobile Services for Java-enabled Devices on 3G Wireless Networks. 1 Introduction

Mobile Services for Java-enabled Devices on 3G Wireless Networks. 1 Introduction Mobile Services for Java-enabled Devices on 3G Wireless Networks Dr. Silvano Maffeis, CTO, Softwired AG silvano.maffeis@softwired-inc.com http://www.softwired-inc.com/ 1 Introduction The usage of mobile

More information

ATC An OSGI-based Semantic Information Broker for Smart Environments. Paolo Azzoni Research Project Manager

ATC An OSGI-based Semantic Information Broker for Smart Environments. Paolo Azzoni Research Project Manager An OSGI-based Semantic Information Broker for Smart Environments ATC 2011 ARTEMIS JU SP3 / 100017: Smart Objects For Intelligent Applications Paolo Azzoni Research Project Manager Summary Introduction

More information

Fundamental stakes of the convergence of telecoms networks. Jahangir Raina ilocus.com

Fundamental stakes of the convergence of telecoms networks. Jahangir Raina ilocus.com Fundamental stakes of the convergence of telecoms networks Jahangir Raina ilocus.com 1 Agenda Market Trend Challenges Opportunities Solution 2 Market Trend 3 The Communications Age Networked Economy 4

More information

Digital Convergence Vision and Architecture. Timo Poikolainen Vice President, Marketing Technology Platforms Nokia

Digital Convergence Vision and Architecture. Timo Poikolainen Vice President, Marketing Technology Platforms Nokia Digital Convergence Vision and Architecture Timo Poikolainen Vice President, Marketing Technology Platforms Nokia 1 NOKIA T.Poikolainen/May 2004 Agenda Mobile Industry - Digital convergence Horizontal

More information

Video, Data, and Voice: Delivering the Home Network Experience

Video, Data, and Voice: Delivering the Home Network Experience Video, Data, and Voice: Delivering the Home Network Experience Tuesday, October 25 1:30 3:00 p.m. Venetian Ballroom I Technology Forum at TELECOM 05 Video, Data and Voice: Delivering the Home Networking

More information

UPNP DEVICE MANAGEMENT SIMPLIFY THE ADMINISTRATION OF YOUR DEVICES

UPNP DEVICE MANAGEMENT SIMPLIFY THE ADMINISTRATION OF YOUR DEVICES UPNP DEVICE MANAGEMENT SIMPLIFY THE ADMINISTRATION OF YOUR DEVICES April 2011 MANAGEMENT SUMMARY Problem statement Today more and more devices are connected to Internet. TVs, smartphones, tablets, printers,

More information

Home Gateway Enabling Evolution of Network Services

Home Gateway Enabling Evolution of Network Services Home Gateway Enabling Evolution of Network Services V Tomohiro Ishihara V Kiyoshi Sukegawa V Hirokazu Shimada (Manuscript received July 3, 2006) Broadband access services have spread rapidly and are now

More information

ICT Policy in Japan - Broadband and Mobile -

ICT Policy in Japan - Broadband and Mobile - ICT Policy in Japan - Broadband and Mobile - April 16, 2009 Hiroyuki HISHINUMA Director for New Competition Policy Telecommunications Policy Division Telecommunications Business Department Telecommunications

More information

Evolution and Migration to IMT-2000 & Systems beyond

Evolution and Migration to IMT-2000 & Systems beyond Evolution and Migration to IMT-2000 & Systems beyond 2.1.6: Mobile Network Evolution to NGN ITU-BDT Regional Seminar on IMT-2000 for CEE and Baltic States Ljubljana, Slovenia 1-3 December 2003 John Visser,

More information

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Kyung-Hyu Lee* Jeung-Heon Hahn* Electronics and Telecommunications Research Institute* Email: {khyulee, stevehahn

More information

Broadband Forum Remote Management Specifications

Broadband Forum Remote Management Specifications Broadband Forum Remote Management Specifications Overview Basis of our Remote Management Work Understanding the Digital Home BroadbandHome - Remote Management CPE Requirements TR-069 test events Simplifying

More information

Ambient Service Space

Ambient Service Space Ambient Service Space Dr. Stefan Arbanowski Fraunhofer FOKUS Institute for Open Communication Systems Berlin, Germany 02.08.2004 1 Developing Next Generation Services Strategic

More information

Context-Awareness in Middleware for Mobile Networks

Context-Awareness in Middleware for Mobile Networks Cooperative Computing & Communication Laboratory NATO TG 12 Workshop on Middleware in Mobile Networks Context-Awareness in Middleware for Mobile Networks Dr. Heinz-Josef Eikerling SBS D SOL C-LAB, Distributed

More information

Minne menet, Mobiili-Java?

Minne menet, Mobiili-Java? Minne menet, Mobiili-Java? Java Platform, Micro Edition Status and Future Directions Antero Taivalsaari Sun Microsystems, Inc. December 2005 Growth Continues (2005 vs. 2003) 1 Billion Installed Base as

More information

ENABLING MULTI-ACCESS SERVICES WITH THE ALWAYS BEST CONNECTED CONCEPT

ENABLING MULTI-ACCESS SERVICES WITH THE ALWAYS BEST CONNECTED CONCEPT ENABLING MULTI-ACCESS SERVICES WITH THE ALWAYS BEST CONNECTED CONCEPT Magnus Gunnarsson Director of Product Management Ericsson ALWAYS BEST CONNECTED OCTOBER 2003 1 Wireless Communications Evolution PAN

More information

Java Community Process Program: State of the Community State of the Community December 2003

Java Community Process Program: State of the Community State of the Community December 2003 Java Community Process Program: State of the Community State of the Community December 2003 The Java Community Process SM The home of the international developer community whose charter it is to develop

More information

Multimedia in Kurt the Home, Scherf, August 23, Vice 2001 President of Research The Roadmap for the Networked Home Kurt Scherf Vice President of Research The Perception of Complication: Case-In-Point:

More information

DATA SHEET HIGHTLIGHTS Deploying a Single System to Manage All Devices and Services Implementing Service Assurance

DATA SHEET HIGHTLIGHTS Deploying a Single System to Manage All Devices and Services Implementing Service Assurance Motorola EDGE Service Assurance Software Suite The allows service providers to expand broadband service revenues while reducing operational and support costs through automated service provisioning and

More information

NTT Laboratories 2007/3/1

NTT Laboratories 2007/3/1 NTT s OSGi Device/Gateway Management - OSAP: OSGi Service Aggregation Platform - NTT Laboratories 2007/3/1 1 Generation Change from DSL to Optical in Japan (NTT) 14000000 12000000 10000000 8000000 6000000

More information

IPv6 to the EDGE. Managing the Transition from IPv4 to IPv6: Interoperability is the Keyword NEW CHALLENGES NEW OPPORTUNITIES

IPv6 to the EDGE. Managing the Transition from IPv4 to IPv6: Interoperability is the Keyword NEW CHALLENGES NEW OPPORTUNITIES IPv6 to the EDGE Managing the Transition from IPv4 to IPv6: Interoperability is the Keyword Malaysian IPv6 Scene: Background The main driver for IPv6 implementation in TM is to support the Malaysian Government

More information

Introduction to OSGi. Marcel Offermans. luminis

Introduction to OSGi. Marcel Offermans. luminis Introduction to OSGi Marcel Offermans luminis Introduction Marcel Offermans marcel.offermans@luminis.nl Luminis Arnhem Apeldoorn Enschede IT solutions from idea to implementation with and for customers:

More information

CIO Forum Maximize the value of IT in today s economy

CIO Forum Maximize the value of IT in today s economy CIO Forum Maximize the value of IT in today s economy Laura Scott, Vice President Service Product Line Sales Global Technology Services IT infrastructure is reaching a breaking point. 85% idle In distributed

More information

Cisco Prime Home 5.1 Technical

Cisco Prime Home 5.1 Technical Data Sheet Cisco Prime Home 5.1 Technical The proliferation of Internet-connected devices and the explosion of video and data traffic are driving complexity in the home network. Increasing numbers of new

More information

Investing in Broadband Communications. Presented by Andrew Kau General Partner

Investing in Broadband Communications. Presented by Andrew Kau General Partner Investing in Broadband Communications Presented by Andrew Kau General Partner December 5, 2002 1 Equipment Vendor Balance Sheet Analysis USD M ALCATEL CISCO ERICSSON LUCENT MOTOROLA NOKIA NORTEL SIEMENS

More information

Web and Home Networks

Web and Home Networks Web and Home Networks Third W3C Web & TV Workshop, 19-20 September, 2011, Hollywood, CA, USA Amol Bhagwat, CableLabs Abstract One of the key goals of the Web & TV IG is to identify requirements for the

More information

THE WIRELESS ACCESSIBILITY WORKSHOP

THE WIRELESS ACCESSIBILITY WORKSHOP Fixed and mobile applications of WiMAX THE WIRELESS ACCESSIBILITY WORKSHOP at CTIA Monica Paolini Senza Fili Consulting Wednesday April 5, 2006 April 6, 2006-2 - Senza Fili Consulting LLC Senza Fili Consulting

More information

Future Visions for Advanced Communications & Information Technology Based Applications and Infrastructure

Future Visions for Advanced Communications & Information Technology Based Applications and Infrastructure Future Visions for Advanced Communications & Information Technology Based Applications and Infrastructure Stuart Lipoff Arthur D. Little, Inc. Cambridge, Ma 02140 USA (617) 498-5000 www.adltechnology.com

More information

DIGITAL MUSIC AND MOBILE HANDSETS

DIGITAL MUSIC AND MOBILE HANDSETS DIGITAL MUSIC AND MOBILE HANDSETS INDEX Index Table of Contents Executive summary...1 1 Overview of the European music industry...3 1.1 The European music market...3 1.2 International music labels...7

More information

X.25 Substitution. Maintaining X.25 services over a fully supported NGN/IP infrastructure. The Challenge. How it Works. Solution

X.25 Substitution. Maintaining X.25 services over a fully supported NGN/IP infrastructure. The Challenge. How it Works. Solution Substitution Maintaining services over a fully supported NGN/ infrastructure The Challenge Legacy services such as are still in use worldwide for a range of applications. Over the years, many customers

More information

IP-ratkaisut ja mobiililaitteiden entistä laajempi hyödyntäminen Timo Kuokka

IP-ratkaisut ja mobiililaitteiden entistä laajempi hyödyntäminen Timo Kuokka IP-ratkaisut ja mobiililaitteiden entistä laajempi hyödyntäminen Timo Kuokka Terveydenhuollon atk-päivät 10.-11.5.2004 Nokia Strategy Mobile Mobile-voice paradigm: consumer driven Game download MMS 3rd

More information

MOBILE LOCATION-BASED SERVICES

MOBILE LOCATION-BASED SERVICES MOBILE LOCATION-BASED SERVICES INDEX Index Table of Contents Table of Contents... i List of Figures... vi Executive summary... 1 1 Introduction to location-based services... 3 1.1 Definition of mobile

More information

OSGi Service Platform Core Specification. The OSGi Alliance

OSGi Service Platform Core Specification. The OSGi Alliance OSGi Service Platform Core Specification The OSGi Alliance Release 4 August 2005 Copyright 2005, 2000 OSGi Alliance All Rights Reserved OSGi Specification License, Version 1.0 The OSGi Alliance ( OSGi

More information

Convergence Presented by

Convergence Presented by Convergence Presented by Wally Hariz Agenda Long term growth opportunities Focus on the end user The operator opportunities Our convergence vision User service convergence Device convergence Network convergence

More information

How OSGi can help to build open IoT ecosystems Kai Hackbath Member of OSGi Alliance Board of Directors Evangelist at Bosch Software Innovations

How OSGi can help to build open IoT ecosystems Kai Hackbath Member of OSGi Alliance Board of Directors Evangelist at Bosch Software Innovations How OSGi can help to build open IoT ecosystems Kai Hackbath Member of OSGi Alliance Board of Directors Evangelist at Bosch Software Innovations CeBIT IoT Expert Conference Hannover, March 23, 2017 1 In

More information

Vision & Way Forward

Vision & Way Forward 2 It takes Passion & Patience! 3 Perception: IPv4 is Innovation - IPv6: an Upgrade Political Goodwill Yv4 Not needed Yv6 Needed? Business Drivers Innovation Upgrade Technology Value Powerful Same & More

More information

Esto. An Eclipse-Based Embedded S/W Development Tool. Heung-Nam Kim Director of Embedded S/W Technology Center

Esto. An Eclipse-Based Embedded S/W Development Tool. Heung-Nam Kim Director of Embedded S/W Technology Center Esto An Eclipse-Based Embedded S/W Development Tool Heung-Nam Kim hnkim@etri.re.kr Director of Embedded S/W Technology Center 1 Embedded S/W Technology Center Outlines! About ETRI! Embedded S/W Technology

More information

DLNA in the Car Oct 22, 2015/12:30 Intended Audience

DLNA in the Car Oct 22, 2015/12:30 Intended Audience DLNA in the Car Oct 22, 2015/12:30 Intended Audience 28-Oct-15 Wolfram Kusterer Presentation Business Title and GENIVI Role ACCESS Europe GmbH. Dashboard image reproduced with the permission of Visteon

More information

Multimedia Deployment on Broadband and Wireless/Mobile Network. ACCESS Taipei Office Country Manager Pan Tsai Chun

Multimedia Deployment on Broadband and Wireless/Mobile Network. ACCESS Taipei Office Country Manager Pan Tsai Chun Multimedia Deployment on Broadband and Wireless/Mobile Network ACCESS Taipei Office Country Manager Pan Tsai Chun 2004-03-09 ACCESS Co., Ltd. Company Profile Founded in 1984 Founders: Toru Arakawa (CEO

More information

The Future of Networks -

The Future of Networks - The Future of Networks - Summarising Trends Andy Valdar Professor Telecommunications Strategy Whither Telcoplodicus? Convergences Commercial models Network Operator Consolidation Competition Customer expectations

More information

to Serve the Internet of Things: the onem2m Initiative

to Serve the Internet of Things: the onem2m Initiative to Serve the Internet of Things: the onem2m Initiative David Foote CTO, Hitachi CTA ATIS Board of Directors Vice-Chair, onem2m Steering Committee david.foote@hitachi-cta.com 1 Major Customers & Partners:

More information

Jon Rappaport, Chairman.

Jon Rappaport, Chairman. Delivering Interoperability Between Smart Meters and Consumer Products Jon Rappaport, Chairman www.usnap.org The Missing Link Common Point of Interoperability! 110 VAC Power Plug USB to Computers www.u-snap.org

More information

MOTOROLA. Beyond Mobile Broadband. Anil Barot Director of Strategy & Portfolio Mgmt

MOTOROLA. Beyond Mobile Broadband. Anil Barot Director of Strategy & Portfolio Mgmt MOTOROLA Beyond Mobile Broadband Anil Barot Director of Strategy & Portfolio Mgmt CDMA Meeting Subscriber Data Needs Today Music Downloads Push-to-Talk Enterprises Video Downloads/ Podcasts Video Video

More information

Home Systems and International Standards

Home Systems and International Standards Home Systems and International Standards Dr. Kenneth Wacks Chair of ISO/IEC Home Systems Management Consultant www.kenwacks.com Copyright 2007, Kenneth P. Wacks, All rights reserved What is a Home Network?

More information

Networks in the Home: Connected Consumer Electronics

Networks in the Home: Connected Consumer Electronics Synopsis This report examines the market potential for network-capable consumer electronics products, profiles early adopters and use cases, probes the requirements for connectivity technology and home

More information

The Future Outlook and Business Advantage of 3G Broadband and All-IP The Vision of Seamless Mobility

The Future Outlook and Business Advantage of 3G Broadband and All-IP The Vision of Seamless Mobility The Future Outlook and Business Advantage of 3G Broadband and All-IP The Vision of Seamless Mobility José Geraldo A. de Almeida New Business Development Networks and Enterprise Business Motorola, Inc.

More information

Home Networking - a Service Provider and DSL Forum Perspective. David Thorne June 28th, 2006

Home Networking - a Service Provider and DSL Forum Perspective. David Thorne June 28th, 2006 Home Networking - a Service Provider and DSL Forum Perspective David Thorne June 28th, 2006 Outline A SP View of the Home Network What SPs want from the Home Network What SPs do not want from the Home

More information

Dennis Weller Chief Economist Verizon WIK

Dennis Weller Chief Economist Verizon WIK Neutrality in NGN markets Dennis Weller Chief Economist Verizon WIK 3 December 2007 Verizon: Profile Verizon Wireless 63.7 million subscribers Joint venture with Vodafone Verizon Telecom 42.3 million voice

More information

Open Communication Architecture Forum

Open Communication Architecture Forum OCAF a focus group of ITU-T Open Communication Architecture Forum Open Standards to Accelerate NGN Ed Bailey, IBM Johannes Prade, Siemens AG Joe Zebarth, Nortel Networks page 1 Topics What is OCAF and

More information

Presentation on OSGi Alliance

Presentation on OSGi Alliance Presentation on OSGi Alliance Rouzbeh Farhoumand OSGi Alliance Board of Directors Huawei Technologies 2017-05-24, Shenzhen, China onem2m Industry Day 1 What is the OSGi Alliance Founded in 1999 Proven,

More information

DESIGN AND IMPLEMENTATION OF AN EMBEDDED HOME-GATEWAY FOR REMOTE MONITORING BASED ON OSGI TECHNOLOGY

DESIGN AND IMPLEMENTATION OF AN EMBEDDED HOME-GATEWAY FOR REMOTE MONITORING BASED ON OSGI TECHNOLOGY DESIGN AND IMPLEMENTATION OF AN EMBEDDED HOME-GATEWAY FOR REMOTE MONITORING BASED ON OSGI TECHLOGY Ying-Wen Bai and Jui-Po Hsu Department of Electronic Engineering, Fu Jen Catholic University Taipei, Taiwan,

More information

SD-WAN Solution How to Make the Best Choice for Your Business

SD-WAN Solution How to Make the Best Choice for Your Business HOW-TO GUIDE Choosing the Right SD-WAN Solution How to Make the Best Choice for Your Business Section Title - 1 TABLE OF CONTENTS Introduction 3 CH. 1 Why Organizations are Choosing SD-WAN 4 CH. 2 What

More information

View on Evolution of Mobile-Phone Usage

View on Evolution of Mobile-Phone Usage View on Evolution of Mobile-Phone Usage March 6th, 2003 Yutaka Yasuda, Dr. Eng. General Manager Service Development Department au Strategic Business Planning Division KDDI Corporation 1. 1. Mobile Communication

More information

OSGi on the Server. Martin Lippert (it-agile GmbH)

OSGi on the Server. Martin Lippert (it-agile GmbH) OSGi on the Server Martin Lippert (it-agile GmbH) lippert@acm.org 2009 by Martin Lippert; made available under the EPL v1.0 October 6 th, 2009 Overview OSGi in 5 minutes Apps on the server (today and tomorrow)

More information

Mobility Services and Applications for the Connected Car

Mobility Services and Applications for the Connected Car Mobility Services and Applications for the Connected Car Reiner Höger, Klaus Schönke United power of automotive electronics Consumers spend several hours in their cars Average time spent in vehicles [hours

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

Examining potentials for future of mobile Internet

Examining potentials for future of mobile Internet Examining potentials for future of mobile Internet Laura Männistö 9 February 2000 Subscriber Growth 1350 1200 1050 900 Fixed (Millions) 750 600 450 Minute migration Mobile Fixed Internet 300 150 Mobile

More information

The Home Infostructure

The Home Infostructure The Home Infostructure A Pervasive Computing Platform for the Home Ian O Sullivan Strategic Marketing December 9, 1999 Copyright 1999 Enikia Incorporated Presentation Overview The convergence of home networking,

More information

Global Applications and Services Over CDMA

Global Applications and Services Over CDMA Global Applications and Services Over CDMA Steve Bahlmann Director, CDMA Product Management CDG, Washington Seminar October 16, 2003 MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark

More information

EMERGING WIRELESS CONSUMER DEVICES

EMERGING WIRELESS CONSUMER DEVICES EMERGING WIRELESS CONSUMER DEVICES INDEX Index Table of Contents Table of Contents... i List of Figures... v Executive summary...1 1 Introduction to wireless consumer devices...3 1.1 Consumer devices and

More information

IPv6 & Home Appliances - New Trend of the Internet -

IPv6 & Home Appliances - New Trend of the Internet - International Telecommunication Union IPv6 & Home Appliances - New Trend of the Internet - Makoto Saito NTT Communications Internet and the New Trend Conventional (IPv4) PC Developed (IPv6) Home Appliances

More information

Overview of ITU IPTV standards the key for the successful development of IPTV

Overview of ITU IPTV standards the key for the successful development of IPTV Workshop on Harmonization of Web and IPTV Technologies Rio de Janeiro, Brazil, 19 & 21 July 2011, 1600-1830 Overview of ITU IPTV standards the key for the successful development of IPTV Masahito Kawamori

More information

RFP ZigBee API

RFP ZigBee API RFP 142 - ZigBee API Draft 12 Pages Abstract This document describes needs and requirements of Java API to control and manage ZigBee devices on an OSGi platform according to OSGi best practices.. All company,

More information

OSGi in Action. Ada Diaconescu

OSGi in Action. Ada Diaconescu OSGi in Action Karl Pauls Clement Escoffier karl.pauls@akquinet.de clement.escoffier@akquinet.de INF 346. Ada Diaconescu ada.diaconescu@telecom-paristech.fr 2 OSGi in Action - Clement Escoffier (clement.escoffier@akquinet.de)

More information

Leading Performance for Oracle Applications? John McAbel Collaborate 2015

Leading Performance for Oracle Applications? John McAbel Collaborate 2015 Leading Performance for Oracle Applications? John McAbel Collaborate 2015 First Let s Test Your IT Knowledge 1.) According to IDC in 2014, which system vendor is 2 nd in x86 blades market share in worldwide

More information

Orange s commitment to RCS

Orange s commitment to RCS Orange s commitment to RCS RCS, VoLTE & beyond Workshop, 11th of October 2012 Thibaud MIENVILLE, thibaud.mienville@orange.com Multimedia Services Standardisation Manager, Standardisation & Ecosystems Development

More information

Wireless Communication in Europe. Agenda

Wireless Communication in Europe. Agenda Wireless Communication in Europe Mario Muth April 5, 2001 Agenda Introduction / Overview Wireless Development The GSM Standard Outlook (What s next?) Devices Q&A 04/05/2001 Wireless Communication 2 1 Political

More information

SyncML DM: A SyncML Protocol for Device Management

SyncML DM: A SyncML Protocol for Device Management SyncML DM: A SyncML Protocol for Device Management James Jennings, Ph.D. IBM James_Jennings@us.ibm.com SyncML Master Class Amsterdam 28 January 2002 Outline What is device management? Who needs device

More information

Mobile Broadband Wireless: Path toward 4G

Mobile Broadband Wireless: Path toward 4G Synopsis This report examines next-generation mobile broadband wireless solutions, including 801.16e/WiBro, FLASH-OFDM, and cellular solutions. It analyzes potential market opportunities, examines the

More information

IPv6 Services: Present & Future

IPv6 Services: Present & Future IPv6 Services: Present & Future Yurie Rich President, Native6, Inc. Business Director, Approach to IPv6 Pragmatic AND/OR IPv6: The Growing Protocol IPv6 is mainstream IPv6 ability in OS & network hardware

More information

MPEG-2 Patent Portfolio License Briefing*

MPEG-2 Patent Portfolio License Briefing* MPEG-2 Patent Portfolio License Briefing* V11/15/17 *This presentation is for information purposes only. Actual license agreements will provide the only definitive and reliable statement of license terms.

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

Java Modularity Support in OSGi R4. Richard S. Hall ApacheCon (San Diego) December 14 th, 2005

Java Modularity Support in OSGi R4. Richard S. Hall ApacheCon (San Diego) December 14 th, 2005 Java Modularity Support in OSGi R4 Richard S. Hall ApacheCon (San Diego) December 14 th, 2005 Modularity What is it? What is Modularity? (Desirable) property of a system, such that individual components

More information

Cisco Unified Presence 8.0

Cisco Unified Presence 8.0 Cisco Unified Presence 8.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from any workspace.

More information

for Multi-Services Gateways

for Multi-Services Gateways KURA an OSGi-basedApplication Framework for Multi-Services Gateways Introduction & Technical Overview Pierre Pitiot Grenoble 19 février 2014 Multi-Service Gateway Approach ESF / Increasing Value / Minimizing

More information

The future of communications

The future of communications The future of communications Infineon Slide 1 February 10, 2006 Prof. Dr. Hermann Eul Member of the Infineon Management Board Business Group Communication Solutions Disclaimer Please note that while you

More information

JSR 248: Taking Java Platform, Micro Edition (Java ME) to the Next Level

JSR 248: Taking Java Platform, Micro Edition (Java ME) to the Next Level JSR 248: Taking Java Platform, Micro Edition (Java ME) to the Next Level Kay Glahn Consultant Mobile Service Architecture, Vodafone http://www.vodafone.com Erkki Rysä Technologist Nokia Corporation http://www.nokia.com

More information

The future of communications

The future of communications The future of communications February 10, 2006 Prof. Dr. Hermann Eul Member of the Infineon Management Board Business Group Communication Solutions Slide 1 Disclaimer Please note that while you are reviewing

More information

Ubiquitous Internet & WiMAX open standard

Ubiquitous Internet & WiMAX open standard Copyright Alvarion Ltd. Ubiquitous Internet & WiMAX open standard Nir Cohen Sep 2007 2 Agenda WiMAX Forum is leading the way The IP behavior of mobile WiMAX networks WiMAX profiles and their role in open

More information

GSMA Embedded SIM 9 th December Accelerating growth and operational efficiency in the M2M world

GSMA Embedded SIM 9 th December Accelerating growth and operational efficiency in the M2M world GSMA Embedded SIM 9 th December 2013 Purpose of this Reference Messaging Pack Appropriate slides may be selected to used for within different presentations for multiple audiences To provide consistent

More information

BcN. PART?. BcN Overview PART?. Realization of BcN PART?. Broadband of Wireless Access. PART?. Standard Model of BcN

BcN. PART?. BcN Overview PART?. Realization of BcN PART?. Broadband of Wireless Access. PART?. Standard Model of BcN BcN (Broadband Convergence Network) Inje University, Rep. Korea ChulSoo Kim 10 Sep. 2004 Contents PART?. BcN Overview PART?. Realization of BcN PART?. Broadband of Wireless Access PART?. Standard Model

More information

An Extensible Application Platform for Heterogeneous Smart Home Appliances and Mobile Devices

An Extensible Application Platform for Heterogeneous Smart Home Appliances and Mobile Devices An Extensible Application Platform for Heterogeneous Smart and Mobile Devices CHI-HUANG CHIU, HSIEN-TANG LING, PING-JER YEH, SHYAN-MING YUAN Dept. of Computer Science Dept. of C.S.I.E. National Chiao Tung

More information

HomePlug Powerline Alliance. Overview for

HomePlug Powerline Alliance. Overview for HomePlug Powerline Alliance Overview for Demand for Home Connectivity is Exploding Digital Entertainment Mobile Data Broadband Access Smart Energy HomePlug AV Increases Connectivity Using existing wiring,

More information