web networks ig
play

Web & Networks IG 4 th Conference Call Meetjng 25-Nov-2019 - PowerPoint PPT Presentation

Web & Networks IG 4 th Conference Call Meetjng 25-Nov-2019 Agenda TPAC Meetjng Summary [Song] Introductjon to 2 Workstreams [Dan & Sudeep] Video Cloud Service [Song] Peer-To-Peer CDN Overview [Qingqian] TPAC Events 2019


  1. Web & Networks IG 4 th Conference Call Meetjng 25-Nov-2019

  2. Agenda • TPAC Meetjng Summary [Song] • Introductjon to 2 Workstreams [Dan & Sudeep] • Video Cloud Service [Song] • Peer-To-Peer CDN Overview [Qingqian]

  3. TPAC Events 2019 • TPAC Web and Networks IG Group Meetjng • 17 th September 2019 – Full Day • Demo • 18 th September 2019 • Breakout session: Edge Computjng • 18 th September 2019

  4. TPAC Summary • The meetjng was focused on 3 main objectjves • Share the charter, scope and task of the IG to the members • Provide a set of guiding principles for network or applicatjon “hints”. • Discuss use-cases and requirements , using examples from IG member to illustrate the benefjts of hints. • Over 35+ members atuended the meetjng • The following was presented by members • Backgrounder on existjng W3C networks intersectjons and Why Web Apps should leverage insights from Networks • Guiding Principles for Web & Networks Solutjons • Overview of adjacent work in W3C and other standardizatjon bodies • Network Link Performance Predictjon solutjon from Intel and related Web API consideratjons.

  5. TPAC Summary • Key Take-aways from meetjng are: • Use-cases and requirements analysis • New solutjons like Link Performance Predictjon (introduced by Intel) are of interest in IG • Take a deeper look into privacy and security aspects when it comes defjning new API. • Extend Developer tools to enable web applicatjon developers to test their apps in various tjme variant network conditjons. • Browser vendors expressed interest • Review existjng work done (e.g. Network Informatjon API, Background Fetch API, usage of 5G network slicing by Browser).

  6. TPAC Summary : Unconference • Edge Computjng • Introduced the concept of Edge Computjng and the benefjts of it for Web Apps. • Use-cases like browser applicatjon offmoading to edge (similar to Cloud Browser) and peer-to-peer CDN network. • In the solutjon space, topics brought up for consideratjon within IG are • Usage of Service Worker in the realm of Edge Computjng • Scope of new Edge discovery APIs

  7. TPAC Summary : Demo • The benefjts of Link Performance Predictjon for mobile gaming • Network Link Predictjon

  8. Edge Computing Workstream

  9. Conclusions and Next steps • Edge Computjng is a broad subject – it means difgerent things to difgerent players: • On premise edge (gateway devices, etc.) • Near edge (close to radio base statjons for wireless) • Far edge (distributed data centers) • Consequentjally, constraints are difgerent (physical space, power consumptjon, access and security control) • Standardizatjon is slowly being addressed mostly on the infrastructure and Edge Cloud layers • Web platgorm use cases have not been explored/identjfjed

  10. Exploration tracks 1. Edge Use cases – Not to rehash the existjng use cases but to put them in the perspectjve of the Web platgorm executjon environment: • AI/ML • Games • AR/VR Partjcularly expanding on the cloud offmoad ideas (GPU) Questjons to address: - How to make this offmoad transparent - Is there a need for the client side applicatjon to know where the offmoad is taking place? - Are the edge node’s restrictjons/limitatjons a factor in the selectjon for the offmoad?

  11. Exploration Tracks 2. Split User Agent concept Explore previous split browser designs Packaged web apps/widgets Progressive Web Apps Challenges to address: - Are State-full transitjons from client user agent to edge user agent required? - Is discovery a prerequisite? - Can multjple client side user agents share an edge instance

  12. Next Steps 1. Engage key stakeholders to bring their ideas: • W3C: • Web of Things • Immersive Web • WebRTC • Industry experts and Edge Compute implementers: • Cloud providers • Operators • Game developers 2. Drive towards a proposed design Tackling the two tracks should give the group some ideas about: • API requirements • Security implicatjons • Privacy consideratjons

  13. Network Quality Monitoring and Prediction Workstream

  14. Network Quality Monitoring and Prediction • Goal : Improve how Web apps can monitor and prepare for changes in network conditjons

  15. Network Quality Monitoring and Prediction • Use-Case and Requirements Analysis Phase • Prepare Use-case list & start Requirements gathering • Evaluate existjng API and evaluate possible extensions • e.g. Network Informatjon API, Background Fetch/Sync API • API Parameters Benefjt Analysis Phase • Study API and parameter consideratjons and cost-benefjt analysis • Optjmizatjon goals • Informatjon types • Applicatjon focus (is it per client or per applicatjon?) • Accuracy and benefjts • Security implicatjons • Privacy consideratjons • Architecture Analysis • System Architecture: New interfaces and entjtjes involved, deployment aspects

  16. Network Quality Monitoring and Prediction • Liaisons Interactjon Phase • Focus areas: • Share fjndings with other W3C groups like Privacy IG, WebRTC WG, WebTransport CG etc. • Expert inputs from other Standards groups, exchange ideas • Documentatjon Phase • Consolidate informatjon gathered and capture in a whitepaper • Prototyping Phase

  17. Video Cloud Service

  18. Use Case • Some enterprises want to deploy video business with low cost and high effjciency, such as live video • But two problems in the self built video system • Expensive infrastructure resources: data center, CDN, server, bandwidth, etc • Complex audio and video technology: codec, transcoding, transmission, processing, multj terminal adaptatjon • Start-ups only have web developers, and don't have IT resources • Some enterprises have infrastructure, but not full load in practjcal, server resources are idle

  19. Video Cloud Service • A video streaming service based on cloud computjng technology • Include capture, codec, storage, manage, transcoding, delivery, playback etc. • Let users build professional video system in a low-cost and effjcient way, and easily carry out video business • Video cloud service provides the API and SDK for developers Web/APP Video Cloud (Center/Edge Node) Web/APP Manage Examine Capture Codec Decode Playback Push Pull Delivery Transcodi Analysis Capture SDK/API Playback SDK/API ng Share Storage … Content Content Consumer Producer Infrastructure

  20. Video Cloud use P2P CDN acceleration • Baidu PCDN: • Four layer architecture, Layer 4 -> Layer 3 -> Layer 2 P2P network, and then traditjonal CDN. Clients use SDK. • Alibaba PCDN: VoD, live video, large fjle download • Clients use PCDN SDK and interact with PCDN dispatch control center to obtain resources from P2P nodes nearby or CDN nodes • Push hot content from CDN to P2P nodes on a regular basis. • Tencent X-P2P: • Based on P2P, edge computjng storage capacity and idle bandwidth • User use X-P2P SDK to access Live, VoD etc. • iQIYI: • Clients can request video content from multjple seeds in CDN and P2P networks. • By predictjng the scarce video in the future and actjvely pushing it to the seed node with strong upload ability

  21. Web Development Aspect • Capture and Codec API • MediaStream API, WebCodec • Decode and Playback API • WebCodec, <video> • Video Cloud Service API: Developers face multj vendor specifjc APIs and adaptatjons • Streaming API: streaming protocol (RTMP, etc.), streaming mode (Web / SDK, etc.), camera, etc • Control API: recording, storage (Edge / Center), transcoding, screenshot, watermark, playback, tjme shifu, etc • Playback API: streaming protocol (DASH, HLS, etc.) • Analysis API: statjstjcs, retrieval • Security API: authentjcatjon, authority • …

  22. Thinking and Discussion • How web developers use video cloud more easily • For security monitoring, video cloud faces a large number of monitoring points with lightweight camera • How to access video cloud effjciently and cost efgectjvely • How WoT devices to interact with video cloud service • WoT's API requirements for video cloud • From the perspectjve of operators, CDN will sink to the base statjon, such as China Mobile. • How can developer use the edge node capabilitjes.

  23. Peer-T o-Peer CDN Overview Qingqian Tao ( Tingyu ) 2019.11.25

  24. Outline • Overview of PCDN • How Tingyu build PCDN • Thinking of PCDN in web

  25. Overview of PCDN • What is PCDN? PCDN integrate idle upstream bandwidth resources to form a large and stable P2P network, which can solve the quality problem of edge network, accelerate the efgect betuer, and can be used at a lower cost. There are CDNs to expand the capacity several tjmes, so as to provide CDN services with high quality and low price. Based on htup Based on p2p ServerNode1 ServerNode1 ServerNode2 ServerNode2 Tracker DNS System Client Client System ServerNode3 ServerNode3 ServerNode4 ServerNode4 CDN System PCDN System

  26. How Tingyu build PCDN PCDN Network(composed of edge nodes) Core Super Natjve App Normal p2p node node node Server Client SDK API Web App Decentralized Filesystem File synchronizatjon htup CDN System Architecture of Tingyu PCDN system

  27. Thinking of PCDN in web • How the browser connects to PCDN, use WebRTC or another? • What p2p protocol between browser and edge nodes? • Find edge node by a centralized server or by another way?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend