Download presentation
Presentation is loading. Please wait.
Published byMallory Jacoby Modified over 9 years ago
1
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group An Architecture for Creating and Managing Virtual Networks David Pérez Caparrós, Ishan Vaishnavi, Stefan Schmid, Ashiq Khan Handle with care © 2013 DOCOMO Communications Laboratories Europe GmbH All rights reserved Unauthorized photocopy/replication and removal from company premises are prohibited Appropriate disposal by security BOX/shredder Network Research Group DOCOMO Euro-Labs Munich, Germany
2
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 2 Outline Motivation Network Configuration Platform (NCP) –Architecture –Proof-of-Concept Conclusions & Future Work
3
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 3 Motivation v: VirtualizedDC: DatacenterS-GW: Serving GatewayP-GW: PDN Gateway MME: Mobility Management EntityHSS: Home Subscriber Server Physical Infrastructure Deployment blueprint Requested Virtual network
4
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 4 Motivation (II) v: VirtualizedDC: DatacenterS-GW: Serving GatewayP-GW: PDN Gateway MME: Mobility Management EntityHSS: Home Subscriber Server Physical Infrastructure Deployment blueprint Requested Virtual network
5
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 5 Goal: Automate the provisioning of end-to-end virtual networks composed by virtual network elements that have the operational model of a virtual machine (CREATE, START, STOP, DELETE…) Motivation (III)
6
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 6 Network Configuration Platform (NCP) Architecture CMS: Cloud Management SystemNMS: Network Management System NCP: Network Configuration Platform Physical Infrastructure Requested Virtual network
7
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 7 Network Configuration Platform (NCP) Architecture CMS: Cloud Management SystemNMS: Network Management System NCP: Network Configuration Platform Physical Infrastructure Requested Virtual network Multi-domain, multi-vendor orchestrator
8
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 8 Network Configuration Platform (NCP) Architecture (II) CMS: Cloud Management SystemNMS: Network Management System NCP: Network Configuration Platform Physical Infrastructure Requested Virtual network Multi-domain, multi-vendor orchestrator
9
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 9 Outline Motivation Network Configuration Platform (NCP) –Architecture –Proof-of-Concept Conclusions & Future Work
10
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 10 Network Configuration Platform (NCP) Proof-of-Concept Service Request Service Description following Common Information Model / NDL "alias":"Video Streaming Service", "networkElements":[{ "id":1, "alias":"Video Server 1", "type":"/node/host/generic", "features":[{ ”attribute":”arch", ”value":"x86_64" },... Lightweight text-data interchange format (JSON,XML…) JSON -Prototype uses NDL based on FleRD (developed in collaboration with TU Berlin) -We need a standardized virtualization-aware Information Model / NDL
11
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 11 Network Configuration Platform (NCP) Proof-of-Concept (II) Use Case: Geographically Distributed Video Streaming Service Physical Infrastructure Orchestration VN Mgmt. "alias":"Video Streaming Service", "networkElements":[{ "id":1, "alias":"Video Server 1", "type":"/node/host/generic", "features":[{ ”attribute":”arch", ”value":"x86_64" }, …. JSON REST API
12
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 12 Network Configuration Platform (NCP) Proof-of-Concept (III) Service Provider GUI -Define end-to-end service -Get access information NCP Admin GUI -View physical topology -Check VNet mapping
13
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 13 Summary –An architecture and its building blocks for orchestrating end-to-end services were proposed –A Proof-of-Concept of such an architecture was presented –Open research issues have been discussed Future Works –Standard based north- and southbound I/F design –Standard multi-layer, multi-vendor information model –Implement new resource allocation algorithm (see PIMRC’13 - Path Protection with Explicit Availability Constraints for Virtual Network Embedding) Conclusions
14
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group DOCOMO Communications Laboratories Europe GmbH Landsberger Strasse 312 – 80687 Munich, Germany Phone: +49 (89) 56824-0 | www.docomolab-euro.com David Pérez Caparrós caparros@docomolab-euro.com Thank you!
15
Copyright © 2013 DOCOMO Communications Laboratories Europe GmbH Network Research Group 15 Network Configuration Platform (NCP) Proof-of-Concept. REST API RESTful web API. CRUD (Create,Read,Update,Delete) operations Jersey 2.0 (Open Source implementation of JAX-RS) Some examples: –Create network: POST http:// /NCP/api/v1/ /network Body: Network request in JSON or XML format –Get network information: GET http:// /NCP/api/v1/ /network/ –Modify network: PUT http:// /NCP/api/v1/ /network/ Body: Network request in JSON or XML format –Delete network: DELETE http:// /NCP/api/v1/ /network/
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.