DPDK Summit 2015 in San Francisco.
Presentation by Arun Rajagopal, Sprint, and Sameh Gobriel, Intel.
For additional details and the video recording please visit www.dpdksummit.com.
DPDK Summit 2015 - Aspera - Charles ShiflettJim St. Leger
DPDK Summit 2015 in San Francisco.
Presentation by Charles Shiflett, Aspera.
For additional details and the video recording please visit www.dpdksummit.com.
DPDK Summit 2015 - NTT - Yoshihiro NakajimaJim St. Leger
DPDK Summit 2015 in San Francisco.
NTT presentation by Yoshihiro Nakajima.
For additional details and the video recording please visit www.dpdksummit.com.
Symmetric Crypto for DPDK - Declan Dohertyharryvanhaaren
The document describes the DPDK symmetric cryptography framework. It includes APIs for scheduling crypto workloads using mbuf bursts, crypto primitives like cipher and hash algorithms, crypto transforms, session management, crypto operations, operation pools, and implemented PMDs like the AES-NI multi-buffer PMD and QAT PMD. Performance tests show the QAT PMD achieving higher throughput than the AES-NI multi-buffer PMD for AES128_CBC_SHA256_HMAC. Future work includes adding asymmetric crypto and an accelerated IPsec solution.
DPDK Summit 2015 - RIFT.io - Tim MortsolfJim St. Leger
DPDK Summit 2015 in San Francisco.
Presentation by RIFT.io's CTO Tim Mortsolf.
For additional details and the video recording please visit www.dpdksummit.com.
This document provides an overview of Vector Packet Processing (VPP), an open source packet processing platform developed as part of the FD.io project. VPP is based on DPDK for high performance packet processing in userspace. It includes a full networking stack and can perform L2/L3 forwarding and routing at speeds of over 14 million packets per second on a single core. VPP processing is divided into individual nodes connected by a graph. Packets are passed between nodes as vectors to support batch processing. VPP supports both single and multicore modes using different threading models. It can be used to implement routers, switches, and other network functions and topologies.
DPDK greatly improves packet processing performance and throughput by allowing applications to directly access hardware and bypass kernel involvement. It can improve performance by up to 10 times, allowing over 80 Mbps throughput on a single CPU or double that with two CPUs. This enables telecom and networking equipment manufacturers to develop products faster and with lower costs. DPDK achieves these gains through techniques like dedicated core affinity, userspace drivers, polling instead of interrupts, and lockless synchronization.
The document discusses using Lagopus software-defined networking (SDN) switches to demonstrate an SDN internet exchange (IX) at the Interop Tokyo 2015 technology show. Key points:
- Two Lagopus SDN switches were deployed as the core switches in an SDN IX to enable automated provisioning of inter-autonomous system layer 2 connectivity and on-demand packet filtering between internet service providers.
- The Lagopus switches achieved an average throughput of 2Gbps with no packet drops over a week during the show, demonstrating the potential for software switches in next-generation SDNs.
- Previous work to optimize the Lagopus switch performance through techniques like hardware offloading to FPGAs helped enable its
OVS and DPDK - T.F. Herbert, K. Traynor, M. Grayharryvanhaaren
The document discusses DPDK and software dataplane acceleration for Open vSwitch. It provides an overview of the OVS architecture and its evolution to integrate with DPDK. It shares one user's experience of initial challenges in using DPDK/OVS and improvements over time. Suggestions are made to improve areas like debugging, testing, documentation and training to enhance the usability of DPDK/OVS. Performance tuning techniques like using multiple threads are also briefly covered.
Packet processing in the fast path involves looking up bit patterns and deciding on an actions at line rate. The complexity of these functions at Line Rate, have been traditionally handled by ASICs and NPUs. However with the availability of faster and cheaper CPUs and hardware/software accelerations, it is possible to move these functions onto commodity hardware. This tutorial will talk about the various building blocks available to speed up packet processing both hardware based e.g. SR-IOV, RDT, QAT, VMDq, VTD and software based e.g. DPDK, Fd.io/VPP, OVS etc and give hands on lab experience on DPDK and fd.io fast path look up with following sessions. 1: Introduction to Building blocks: Sujata Tibrewala
DPDK Summit 2015 in San Francisco.
Intel's presentation by Keith Wiles.
For additional details and the video recording please visit www.dpdksummit.com.
DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...Jim St. Leger
Thomas Monjalon, 6WIND, presents on where/how to use DPDK, the DPDK ecosystem, and the DPDK.org community.
Thomas is the community maintainer of DPDK.org.
At Microsoft’s annual developers conference, Microsoft Azure CTO Mark Russinovich disclosed major advances in Microsoft’s hyperscale deployment of Intel field programmable gate arrays (FPGAs). These advances have resulted in the industry’s fastest public cloud network, and new technology for acceleration of Deep Neural Networks (DNNs) that replicate “thinking” in a manner that’s conceptually similar to that of the human brain.
Watch the video: http://wp.me/p3RLHQ-gNu
Sign up for our insideHPC Newsletter: http://insidehpc.com/newsletter
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*Michelle Holley
This demo/lab will guide you to install and configure FD.io Vector Packet Processing (VPP) on Intel® Architecture (AI) Server. You will also learn to install TRex* on another AI Server to send packets to the VPP, and use some VPP commands to forward packets back to the TRex*.
Speaker: Loc Nguyen. Loc is a Software Application Engineer in Data Center Scale Engineering Team. Loc joined Intel in 2005, and has worked in various projects. Before joining the network group, Loc worked in High-Performance Computing area and supported Intel® Xeon Phi™ Product Family. His interest includes computer graphics, parallel computing, and computer networking.
DPDK Summit - 08 Sept 2014 - Intel - Networking Workloads on Intel ArchitectureJim St. Leger
Venky Venkatesan presents information on the Data Plane Development Kit (DPDK) including an overview, background, methodology, and future direction and developments.
DPDK IPSec performance benchmark ~ Georgii TkachukIntel
This document provides an overview of the DpdkIPSecsecuritygateway application, which is an Intel DPDK sample application that demonstrates using the Cryptography Device Library (cryptodev) framework to implement an IPSec security gateway with encryption and authentication. The application shows the flow of outbound and inbound traffic through the gateway and the use of security policies and security associations to classify and process packets. It also discusses performance considerations for running the application and maximizing throughput.
Stephen Hemminger discusses performance challenges in software networking. He addresses myths about throughput limits and compares hardware and software approaches. Optimization requires analyzing bottlenecks like CPU cache usage and avoiding locks. While benchmarks use ideal conditions, real systems have bursty traffic, many rules, and limited resources. The performance of software networking depends on algorithms, CPU efficiency, and handling cache behavior.
LF_DPDK17_Serverless DPDK - How SmartNIC resident DPDK Accelerates Packet Pro...LF_DPDK
This document discusses smart network interface cards (NICs) and how using the Data Plane Development Kit (DPDK) framework can help accelerate next generation smartNICs. It provides an overview of smartNIC capabilities, market projections showing growth, and challenges with current smartNIC designs. The document proposes using DPDK as the networking dataplane for smartNICs to simplify deployment, improve performance when offloading tasks like Open vSwitch, and foster an open ecosystem similar to how DPDK is widely used on CPUs today. Key benefits discussed include DPDK being proven, supporting majority of networking applications, and its potential to accelerate when used on ARM-based smartNIC processors.
DPDK Summit - 08 Sept 2014 - Ericsson - A Multi-Socket Ferrari for NFVJim St. Leger
László Vadkerti and András Kovács, both of Ericsson, presented at the 2014 DPDK Summit in San Francisco on 08 Sept 2014 on ways to implement networking applications on multi-socket platforms including using virtualization and DPDK.
Learning from ZFS to Scale Storage on and under Containersinside-BigData.com
Evan Powell presented this deck at the MSST 2107 Mass Storage Conference.
"What is so new about the container environment that a new class of storage software is emerging to address these use cases? And can container orchestration systems themselves be part of the solution? As is often the case in storage, metadata matters here. We are implementing in the open source OpenEBS.io some approaches that are in some regards inspired by ZFS to enable much more efficient scale out block storage for containers that itself is containerized. The goal is to enable storage to be treated in many regards as just another application while, of course, also providing storage services to stateful applications in the environment."
Watch the video: http://wp.me/p3RLHQ-gPs
Learn more: blog.openebs.io
and
http://storageconference.us
Sign up for our insideHPC Newsletter: http://insidehpc.com/newsletter
DPDK Summit 2015 - Intro - Tim O'DriscollJim St. Leger
DPDK Summit 2015 in San Francisco.
Introductory comments and kick-off by Tim O'Driscoll, Intel.
For additional details and the video recording please visit www.dpdksummit.com.
Madhu Rangarajan will provide an overview of Networking trends they are seeing in Cloud, various network topologies and tradeoffs, and trends in the acceleration of packet processing workloads. They will also talk about some of the work going on in Intel to address these trends, including FPGAs in the datacenter.
Vector Packet Technologies such as DPDK and FD.io/VPP revolutionized software packet processing initially for discrete appliances and then for NFV use cases. Container based VNF deployments and it's supporting NFV infrastructure is now the new frontier in packet processing and has number of strong advocates among both traditional Comms Service Providers and in the Cloud. This presentation will give an overview of how DPDK and FD.io/VPP project are rising to meet the challenges of the Container dataplane. The discussion will provide an overview of the challenges, recent new features and what is coming soon in this exciting new area for the software dataplane, in both DPDK and FD.io/VPP!
About the speaker: Ray Kinsella has been working on Linux and various other open source technologies for about twenty years. He is recently active in open source communities such as VPP and DPDK but is a constant lurker in many others. He is interested in the software dataplane and optimization, virtualization, operating system design and implementation, communications and networking.
LF_DPDK17_ OpenVswitch hardware offload over DPDKLF_DPDK
This document discusses Mellanox Technologies' work on hardware offloading for Open vSwitch using DPDK. It describes concepts for using hardware classification offloading to accelerate Open vSwitch by offloading flow rules and classification to the NIC. It provides examples of performance improvements seen from using hardware classification offloading for Open vSwitch workloads. It also discusses approaches for using multi-table classification and hardware offloading for VxLAN encapsulation and decapsulation in Open vSwitch.
Pour les lecteurs qui souhaitent suivre la création d'un logiciel en mode Devops, voici une approche intéressante, en effent en début de chaque sprint, je publierai une vidéo qui présente les objectifs du sprint et à la fin de chaque sprint, je publierais une vidéo présentant les points abordés et les réalisations obtenues.
Packet processing in the fast path involves looking up bit patterns and deciding on an actions at line rate. The complexity of these functions at Line Rate, have been traditionally handled by ASICs and NPUs. However with the availability of faster and cheaper CPUs and hardware/software accelerations, it is possible to move these functions onto commodity hardware. This tutorial will talk about the various building blocks available to speed up packet processing both hardware based e.g. SR-IOV, RDT, QAT, VMDq, VTD and software based e.g. DPDK, Fd.io/VPP, OVS etc and give hands on lab experience on DPDK and fd.io fast path look up with following sessions. 1: Introduction to Building blocks: Sujata Tibrewala
DPDK Summit 2015 in San Francisco.
Intel's presentation by Keith Wiles.
For additional details and the video recording please visit www.dpdksummit.com.
DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...Jim St. Leger
Thomas Monjalon, 6WIND, presents on where/how to use DPDK, the DPDK ecosystem, and the DPDK.org community.
Thomas is the community maintainer of DPDK.org.
At Microsoft’s annual developers conference, Microsoft Azure CTO Mark Russinovich disclosed major advances in Microsoft’s hyperscale deployment of Intel field programmable gate arrays (FPGAs). These advances have resulted in the industry’s fastest public cloud network, and new technology for acceleration of Deep Neural Networks (DNNs) that replicate “thinking” in a manner that’s conceptually similar to that of the human brain.
Watch the video: http://wp.me/p3RLHQ-gNu
Sign up for our insideHPC Newsletter: http://insidehpc.com/newsletter
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*Michelle Holley
This demo/lab will guide you to install and configure FD.io Vector Packet Processing (VPP) on Intel® Architecture (AI) Server. You will also learn to install TRex* on another AI Server to send packets to the VPP, and use some VPP commands to forward packets back to the TRex*.
Speaker: Loc Nguyen. Loc is a Software Application Engineer in Data Center Scale Engineering Team. Loc joined Intel in 2005, and has worked in various projects. Before joining the network group, Loc worked in High-Performance Computing area and supported Intel® Xeon Phi™ Product Family. His interest includes computer graphics, parallel computing, and computer networking.
DPDK Summit - 08 Sept 2014 - Intel - Networking Workloads on Intel ArchitectureJim St. Leger
Venky Venkatesan presents information on the Data Plane Development Kit (DPDK) including an overview, background, methodology, and future direction and developments.
DPDK IPSec performance benchmark ~ Georgii TkachukIntel
This document provides an overview of the DpdkIPSecsecuritygateway application, which is an Intel DPDK sample application that demonstrates using the Cryptography Device Library (cryptodev) framework to implement an IPSec security gateway with encryption and authentication. The application shows the flow of outbound and inbound traffic through the gateway and the use of security policies and security associations to classify and process packets. It also discusses performance considerations for running the application and maximizing throughput.
Stephen Hemminger discusses performance challenges in software networking. He addresses myths about throughput limits and compares hardware and software approaches. Optimization requires analyzing bottlenecks like CPU cache usage and avoiding locks. While benchmarks use ideal conditions, real systems have bursty traffic, many rules, and limited resources. The performance of software networking depends on algorithms, CPU efficiency, and handling cache behavior.
LF_DPDK17_Serverless DPDK - How SmartNIC resident DPDK Accelerates Packet Pro...LF_DPDK
This document discusses smart network interface cards (NICs) and how using the Data Plane Development Kit (DPDK) framework can help accelerate next generation smartNICs. It provides an overview of smartNIC capabilities, market projections showing growth, and challenges with current smartNIC designs. The document proposes using DPDK as the networking dataplane for smartNICs to simplify deployment, improve performance when offloading tasks like Open vSwitch, and foster an open ecosystem similar to how DPDK is widely used on CPUs today. Key benefits discussed include DPDK being proven, supporting majority of networking applications, and its potential to accelerate when used on ARM-based smartNIC processors.
DPDK Summit - 08 Sept 2014 - Ericsson - A Multi-Socket Ferrari for NFVJim St. Leger
László Vadkerti and András Kovács, both of Ericsson, presented at the 2014 DPDK Summit in San Francisco on 08 Sept 2014 on ways to implement networking applications on multi-socket platforms including using virtualization and DPDK.
Learning from ZFS to Scale Storage on and under Containersinside-BigData.com
Evan Powell presented this deck at the MSST 2107 Mass Storage Conference.
"What is so new about the container environment that a new class of storage software is emerging to address these use cases? And can container orchestration systems themselves be part of the solution? As is often the case in storage, metadata matters here. We are implementing in the open source OpenEBS.io some approaches that are in some regards inspired by ZFS to enable much more efficient scale out block storage for containers that itself is containerized. The goal is to enable storage to be treated in many regards as just another application while, of course, also providing storage services to stateful applications in the environment."
Watch the video: http://wp.me/p3RLHQ-gPs
Learn more: blog.openebs.io
and
http://storageconference.us
Sign up for our insideHPC Newsletter: http://insidehpc.com/newsletter
DPDK Summit 2015 - Intro - Tim O'DriscollJim St. Leger
DPDK Summit 2015 in San Francisco.
Introductory comments and kick-off by Tim O'Driscoll, Intel.
For additional details and the video recording please visit www.dpdksummit.com.
Madhu Rangarajan will provide an overview of Networking trends they are seeing in Cloud, various network topologies and tradeoffs, and trends in the acceleration of packet processing workloads. They will also talk about some of the work going on in Intel to address these trends, including FPGAs in the datacenter.
Vector Packet Technologies such as DPDK and FD.io/VPP revolutionized software packet processing initially for discrete appliances and then for NFV use cases. Container based VNF deployments and it's supporting NFV infrastructure is now the new frontier in packet processing and has number of strong advocates among both traditional Comms Service Providers and in the Cloud. This presentation will give an overview of how DPDK and FD.io/VPP project are rising to meet the challenges of the Container dataplane. The discussion will provide an overview of the challenges, recent new features and what is coming soon in this exciting new area for the software dataplane, in both DPDK and FD.io/VPP!
About the speaker: Ray Kinsella has been working on Linux and various other open source technologies for about twenty years. He is recently active in open source communities such as VPP and DPDK but is a constant lurker in many others. He is interested in the software dataplane and optimization, virtualization, operating system design and implementation, communications and networking.
LF_DPDK17_ OpenVswitch hardware offload over DPDKLF_DPDK
This document discusses Mellanox Technologies' work on hardware offloading for Open vSwitch using DPDK. It describes concepts for using hardware classification offloading to accelerate Open vSwitch by offloading flow rules and classification to the NIC. It provides examples of performance improvements seen from using hardware classification offloading for Open vSwitch workloads. It also discusses approaches for using multi-table classification and hardware offloading for VxLAN encapsulation and decapsulation in Open vSwitch.
Pour les lecteurs qui souhaitent suivre la création d'un logiciel en mode Devops, voici une approche intéressante, en effent en début de chaque sprint, je publierai une vidéo qui présente les objectifs du sprint et à la fin de chaque sprint, je publierais une vidéo présentant les points abordés et les réalisations obtenues.
This document describes prototypes created by interns at Sprint to demonstrate new technologies and how they could benefit customers and drive shareholder value. It summarizes 7 prototypes created including ones for user-adaptable environments at home, office, and retail settings. These prototypes leverage technologies like mobile phones, beacons, sensors and cloud services. The goal is to explore ways to increase phone activations and drive additional revenue through new services.
The document discusses leveraging cloud services to provide new business services for small and medium-sized business (SMB) customers. It notes that SMB customers are increasingly adopting cloud services for functions like security, storage/backup, desktop productivity apps, and business apps. However, many SMBs' current IT providers are not educating them about cloud or software-as-a-service (SaaS) options since they do not make money from them. The document suggests cloud services can help address SMB customers' IT needs in a way that traditional on-premise software and resellers may not.
This document provides an overview and comparison of IBM Tivoli NetView and Netcool/Precision for IP Networks. It discusses the capabilities of each product for discovery, monitoring, network visualization, event management, diagnostic tools, user consoles, and integration with other IBM products. The document aims to help NetView customers understand options for migrating to the Netcool/Precision platform.
Gaining Support for Hadoop in a Large Corporate EnvironmentDataWorks Summit
1) A team at Sprint was formed to research using Hadoop for analytics after their CTO refocused them on analyzing data.
2) They built a prototype Hadoop cluster to evaluate their data and learn new analytics techniques. This led to new benefits, insights from new data sources, and a new analytics infrastructure.
3) Sprint has since expanded its Hadoop clusters for analytics, partnering across departments and scaling to support production use cases delivering actionable insights.
Sprint is deploying its Network Vision project to consolidate multiple networks onto one integrated network using multimodal equipment. This will optimize capacity and coverage by leveraging different frequency bands. The network will be upgraded to use Internet Protocol and software-based systems for a stronger signal, wider reach, and lower environmental impact. Business benefits include a simple customer experience, increased capacity, expanded coverage, and a future-proof network. Sprint will begin rolling out 4G LTE services in 2012 and deploy LTE Advanced in 2013 as part of Network Vision.
Building A Winning Strategy For Open Source Company Beijing Nov2009OpenSourceCamp
This document discusses strategies for open source companies. It begins with the speaker's background in management consulting, venture capital investing in open source startups, and research. It then covers various topics related to open source business strategies, including the importance of timing, different open source business models, and venture capital funding of open source startups. Examples are provided of successful open source business models and the evolution of how open source companies are valued and funded over time. The need for open source companies to clearly articulate their value proposition and transition towards innovation is also discussed.
A fundamental problem before carriers today is to optimize network cost
and performance by better resource allocation to traffic demands. This is especially
important with the packet infrastructure becoming a critical business resource.
The key to achieving this is traffic engineering (TE), the process of
systematically putting traffic where there is capacity, and backbone
capacity management, the process of ensuring that there is enough network
capacity to meet demand, even at peak times and under failure conditions,
without significant queue buildups.
In this talk, we first focus on the TE techniques and approaches used
in the networks of two large carriers: Global Crossing and
Sprint, which represent the two ends of the traffic engineering spectrum.
We do so by presenting a snapshot of their TE philosophy, deployment strategy,
and network design principles and operation.
We then present the results of an empirical study of backbone traffic
characteristics that suggests that Internet traffic is not self-similar at
timescales relevant to QoS. Our non-parametric approach requires minimal
assumptions (unlike much of the previous work), and allows
us to formulate a practical process for ensuring QoS using backbone
capacity management.
(This latter work is joint with Thomas Telkamp, Global Crossing Ltd. and Arman
Maghbouleh, Cariden Technologies, Inc.)
Release 12 will represent the first release since LTE began widespread commercial deployments. It should focus on features to enhance capacity, improve spectrum utilization through techniques like carrier aggregation, and fix any bugs discovered from implementations. Looking beyond Release 12, mobile networks will need to address issues like acquiring new spectrum and adapting to changing user needs as high-speed mobile data becomes more prevalent. Future releases and possibly 5G technologies may be needed to deal with increasing traffic demands on 4G networks and enable new user experiences.
There has been a lack of substantive data about the state of open source in the business intelligence and data warehousing market. In this presentation noted industry analyst Mark Madsen will present the results of recent market research on adoption profiles and characteristics for open source BI/DW.
This research surveyed adopters of open source to understand their reasons for adoption and the benefits they experienced. It also captured user demographics to identify who is adopting open source for BI/DW, where they are deploying it, and how it’s being used. Two highly experienced open source BI practitioners, Bruce Belvin (President, Monolith Software Solutions) and Jay Webster (President and COO at Consorte Media) will describe their BI implementations, their criteria and selection methodology, and share best practices.
Case Study: Sprint Monitors Its Mega-Network for Voice/Video/Data Service Ass...CA Technologies
Sprint uses CA Performance Management to monitor over 50,000 network devices and 2 million interfaces across its 40,000 physical locations. It groups interfaces and devices by site and function to create dashboards and scorecards for network planning, operations, and engineering teams. Key dashboards include interface and group views using tables and trend graphs. Scorecards provide a summary view of metric projections and utilization for interface bundles across the network. The flexible grouping allows limitless reporting combinations to meet various user needs.
The document discusses recent trends in the IT industry including cloud computing, mobile applications, Agile methodology (Scrum), N-tier architecture, and Java vs .NET. It covers topics such as cloud computing fundamentals and features, social networking sites, mobile app development and monetization, the shift from waterfall to Agile development, Scrum processes, Agile principles, N-tier architecture, advantages of both Java and .NET, and the continued relevance of object-oriented design.
This document discusses networking concepts in HP Helion, including SDN and NFV. It aims to leverage standard virtualization technology to consolidate network equipment onto industry standard servers. SDN decouples the control plane and data plane, logically centralizing network intelligence. The document also discusses how SDN and NFV can work together but are not dependent on each other, and provides examples of SDN implementations including hybrid modes and HP Helion's use of SDN.
Stuart Elby, PhD
VP, Network Architecture & Technology
Chief Technologist,
Verizon Digital Media Services
ONS2015: http://bit.ly/ons2015sd
ONS Inspire! Webinars: http://bit.ly/oiw-sd
Watch the talk (video) on ONS Content Archives: http://bit.ly/ons-archives-sd
Google adopted SDN in its data centers to gain centralized control over its network. It built its own OpenFlow-enabled switches using merchant silicon when no other hardware fulfilled its needs. SDN provided Google several benefits including network-wide visibility, direct control, and optimization through centralized traffic engineering. This allowed Google to distinguish between high-value and bulk traffic, running links at near 100% utilization. Key improvements included unified network views, high utilization, faster failure handling, and hitless upgrades.
Brain4Net is a software solutions vendor that develops SDN/NFV platforms to help service providers and large enterprises modernize their networks. Its platform allows existing network infrastructure to benefit from SDN and NFV technologies by addressing performance and availability challenges. Brain4Net builds partnerships to provide complex solutions for large service provider and enterprise networks. It is led by an experienced management team and offers an orchestration platform that provides unified management of physical and virtual network resources.
CISCO: Accelerating Small Cell Deployments in the EnterpriseSmall Cell Forum
Mark Grayson, distinguished engineer at CISCO presented on the Small Cell Forum stand at MWC on accelerating small cell deployments within the enterprise zone.
Achieving Network Deployment Flexibility with Mirantis OpenStackEric Zhaohui Ji
This is the deck presented for Intel Network Builder.
No longer do we live in a world where you can build your networks around expensive, proprietary pieces of hardware and software. Technology moves so fast that you need to be able to keep up, and that means changing your network on demand. But how can you achieve that kind of flexibility while still maintaining the crucial aspects of performance and reliability?
In this webinar we'll look at the network agility provided by OpenStack, which enables you to gain all of the advantages of software defined networking and Network Functions Virtualization without having to compromise on basic requirements. We'll discuss:
•How Mirantis OpenStack enables enterprise and telecom networking
•The features your OpenStack distribution needs to enable NFV
•Using DPDK and SR-IOV to enhance Virtual Network Function performance
•Achieving a Highly Available OpenStack control plane with Multi-rack deployment
Application Centric Infrastructure (ACI), the policy driven data centreCisco Canada
Mike Herbet, Principal Engineer, Cisco, Dave Cole, Consulting Systems Engineer, Cisco, Sean Comrie, Technical Solutions Architect, Cisco focused on the application centric infrastructure (ACI) at Cisco Connect Toronto.
This document summarizes an SDN and cloud computing presentation given by Affan Basalamah and Dr.-Ing. Eueung Mulyana from Institut Teknologi Bandung. It discusses SDN and cloud computing research activities at ITB, including implementing OpenFlow networks, developing SDN courses, and student projects involving OpenFlow, OpenStack, and IPsec VPNs. It also describes forming an SDN research group at ITB to facilitate collaboration between academia, network operators, and vendors on SDN topics.
Peering and Transit Tutorials: Path to IPv4 Exhaustion Internet Society
This document summarizes an AFRINIC presentation about the impending exhaustion of IPv4 addresses in Africa. It discusses AFRINIC's role as the regional internet registry, trends in IPv4 and IPv6 allocation, the status of the remaining IPv4 pool, and policies around soft landing and transition as IPv4 addresses are exhausted. It also covers implications for internet service providers, including increased costs and reliance on IPv6, and highlights the slow adoption of IPv6 in Africa despite training and incentives provided by AFRINIC. The document encourages engagement in ongoing policy discussions around number resource management.
Introducing Application Engineered Routing Powered by Segment RoutingCisco Service Provider
Application-Engineered Routing
Application programs the Segment Routing network to deliver end-to-end per-flow policy from DC through WAN to end-user
Adding value at your own pace
– Leveraging the existing MPLS dataplane without any change. SW upgrade only.
– Simplification, Automated 50msec FRR, per-domain and then end-to-end policies
Economic gains
– Improved service richness and velocity
– Optimized CAPEX and OPEX thanks to the simplicity of the SR architecture
Segment Routing deployments in CY15 in all the markets – WEB, SP, Entreprise
Strong partnership with lead operator group Commitment to standardization and multi-vendor support

Обеспечение сетевой безопасности с помощью многоцелевого адаптируемого межсет...TechExpert
1. Connect to the device console and initialize it
2. Configure basic networking settings like IP addresses
3. Configure user authentication like Active Directory
4. Create firewall rules to allow desired traffic and block unwanted traffic
5. Configure high availability or load balancing as needed for reliability
6. Centralize management and monitoring with SMS
7. Deploy security updates from DVLabs for latest protections
Cisco Digital Network Architecture - Introducing the Network IntuitiveCisco Canada
The document discusses Cisco's Digital Network Architecture (DNA) and the Cisco DNA Center. It introduces DNA as an open, programmable network architecture powered by automation, analytics, and intent-based policies. It describes how DNA Center allows network administrators to automate network operations, gain deep insights through assurance and analytics features, and translate business objectives into network policies through an intent-based model. Key capabilities of DNA Center discussed include automated network provisioning and deployment, software management, and gathering metrics to identify issues and make data-driven decisions.
Mallik Tatipamula is the Vice President of Service Provider and Cloud Solutions at F5 Networks. He has over 23 years of experience in telecommunications and networking technologies. The presentation outlines F5's perspective on deploying Network Functions Virtualization (NFV) in phases, beginning with simplifying the SGi network and virtualizing value-added services platforms, then virtualizing control plane functions and finally access and core network elements. The goals are to make networks more programmable, simplify operations, and lower costs through a flexible, software-based architecture.
Enterprise Networks - Cisco Digital Network Architecture - Introducing the Ne...Cisco Canada
The document discusses Cisco's Digital Network Architecture (DNA) and the Cisco DNA Center. It introduces DNA as an open, programmable and automated network architecture powered by intent and informed by context. It describes how DNA Center allows users to automate network provisioning and policy, gain insights through assurance and analytics capabilities, and translate business intent into network policies through an intuitive interface. The document provides examples of how DNA Center streamlines operations through profile-driven automation, software management, and expressive intent-based policies.
The document discusses the need for mobile network operators to utilize policy control and abstraction to address issues like heavy users causing network congestion, unlimited data plans leading to lower profits, and the inability to offer personalized services and promotions. It proposes a new architecture called Quantum Policy that uses a service bus, modular plugins, and analytics to simplify integration, improve service velocity, and allow dynamic network configuration based on real-time events like congestion alerts. This would help operators monetize services, optimize network performance, and simplify operations.
Flexpod with SAP HANA and SAP ApplicationsLishantian
This document discusses Cisco and NetApp solutions for implementing SAP HANA, including:
1) The FlexPod approach which provides a simplified architecture for deploying SAP HANA appliances on Cisco UCS and NetApp storage up to 48TB.
2) Implementing SAP HANA using Tailored Data Center Integration (TDI) on FlexPod, which provides more flexibility compared to appliance-based deployments.
3) Two use cases for SAP HANA TDI involving running multiple SAP HANA production systems on a single Cisco UCS, and reusing an existing data center network rather than network components included in the solution.
HTTP/2 Comes to Java - What Servlet 4.0 Means to YouDavid Delabassee
This document discusses the new features of HTTP/2 and how it will be supported in Java technologies. It provides an overview of HTTP/2, including its key features like request/response multiplexing and server push. It describes how Servlet 4.0 may expose these HTTP/2 features. It also discusses planned support for HTTP/2 in Java SE 9 and the current status. The overall agenda covers HTTP/2 capabilities, how Servlet could leverage them, Java SE 9 integration, and a summary.
PLNOG 5: Joerg Ammon - THE VIRTUALIZED SP DATA CENTERPROIDEA
The document discusses virtualizing the service provider data center network. It covers trends driving virtualization like consolidation and mobility. It then discusses components to virtualize the server, network using MPLS and TRILL, and input/output. Virtualizing allows for increased utilization, reduced costs, and dynamic provisioning in the data center network.
Relatore: Fausto Vaninetti, Consulting Systems Engineer in Cisco Systems, Inc.
L’avvento dello storage all flash, nuove regolamentazioni quali GDPR e la continua pressione verso un datacenter sempre disponibile hanno reso gli analytics per ottimizzare la gestione IT un elemento imprescindibile per molte aziende. I nuovi switch Fibre Channel 32G della serie Cisco MDS 9000, abbinati alle piu’ recenti versioni del Sistema Operativo NX OS, forniscono delle funzionalita’ integrate di analytics e telemetria che possono essere esposte tramite interfaccia a comandi, interfaccia grafica Datacenter Network Manager o strumenti di terze parti. Questo intervento si propone di far luce su questa nuova funzionalita’ unica nel suo genere, esplorandone brevemente i casi d’uso e le modalita’ di implementazione.
Tim O'Driscoll, Intel, closes out the first-ever DPDK Summit with a look at the DPDK open source journey and history and finishes with some next steps for the community.
Gabe Silva, Microsoft, presents a new networking approach for Windows called PacketDirect. It meets the new network challenges and significantly improves performance.
DPDK Summit - 08 Sept 2014 - Introduction - St LegerJim St. Leger
This document outlines the agenda for the DPDK Summit. The objectives of the summit are to bring together the DPDK open source community, share information about DPDK usage and implementations, and hear from DPDK code developers and contributors. The agenda includes talks on using DPDK in the Linux kernel, high performance networking with DPDK, and DPDK performance optimizations. There will also be discussions on using DPDK for packet I/O, virtual switches, and in virtualized environments. The goal is to continue building the DPDK community.
The document discusses disruptive changes in communications networks driven by the Internet of Things, big data, cloud computing, and the evolution of services. These "tectonic shifts" are transforming networks and driving the transition to software defined networking (SDN). SDN uses virtualization and network functions to abstract the network, enabling faster innovation, lower costs, and more flexible, software-based control of network resources. The changes present both challenges and opportunities for network operators and providers to reinvent their networks.
Schuyler St. Leger (@DocProfSky) gives an overview of three dimensional (3D) printing. He covers various forms of 3D printing and walks through an example going from creating a 3D model to converting the model file to machine code that drives the x/y/z stages of a 3D printer.
His hands-on demonstration uses a MakerBot Thing-O-Matic 3D printer.
This presentation was done at Desert Code Camp on April 2, 2011 at Gilbert-Chandler Community College in Chandler, AZ.
http://apr2011.desertcodecamp.com/session/240
PDF Reader Pro Crack Latest Version FREE Download 2025mu394968
🌍📱👉COPY LINK & PASTE ON GOOGLE https://dr-kain-geera.info/👈🌍
PDF Reader Pro is a software application, often referred to as an AI-powered PDF editor and converter, designed for viewing, editing, annotating, and managing PDF files. It supports various PDF functionalities like merging, splitting, converting, and protecting PDFs. Additionally, it can handle tasks such as creating fillable forms, adding digital signatures, and performing optical character recognition (OCR).
Adobe Lightroom Classic Crack FREE Latest link 2025kashifyounis067
🌍📱👉COPY LINK & PASTE ON GOOGLE http://drfiles.net/ 👈🌍
Adobe Lightroom Classic is a desktop-based software application for editing and managing digital photos. It focuses on providing users with a powerful and comprehensive set of tools for organizing, editing, and processing their images on their computer. Unlike the newer Lightroom, which is cloud-based, Lightroom Classic stores photos locally on your computer and offers a more traditional workflow for professional photographers.
Here's a more detailed breakdown:
Key Features and Functions:
Organization:
Lightroom Classic provides robust tools for organizing your photos, including creating collections, using keywords, flags, and color labels.
Editing:
It offers a wide range of editing tools for making adjustments to color, tone, and more.
Processing:
Lightroom Classic can process RAW files, allowing for significant adjustments and fine-tuning of images.
Desktop-Focused:
The application is designed to be used on a computer, with the original photos stored locally on the hard drive.
Non-Destructive Editing:
Edits are applied to the original photos in a non-destructive way, meaning the original files remain untouched.
Key Differences from Lightroom (Cloud-Based):
Storage Location:
Lightroom Classic stores photos locally on your computer, while Lightroom stores them in the cloud.
Workflow:
Lightroom Classic is designed for a desktop workflow, while Lightroom is designed for a cloud-based workflow.
Connectivity:
Lightroom Classic can be used offline, while Lightroom requires an internet connection to sync and access photos.
Organization:
Lightroom Classic offers more advanced organization features like Collections and Keywords.
Who is it for?
Professional Photographers:
PCMag notes that Lightroom Classic is a popular choice among professional photographers who need the flexibility and control of a desktop-based application.
Users with Large Collections:
Those with extensive photo collections may prefer Lightroom Classic's local storage and robust organization features.
Users who prefer a traditional workflow:
Users who prefer a more traditional desktop workflow, with their original photos stored on their computer, will find Lightroom Classic a good fit.
Copy & Paste On Google >>> https://dr-up-community.info/
EASEUS Partition Master Final with Crack and Key Download If you are looking for a powerful and easy-to-use disk partitioning software,
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?steaveroggers
Migrating from Lotus Notes to Outlook can be a complex and time-consuming task, especially when dealing with large volumes of NSF emails. This presentation provides a complete guide on how to batch export Lotus Notes NSF emails to Outlook PST format quickly and securely. It highlights the challenges of manual methods, the benefits of using an automated tool, and introduces eSoftTools NSF to PST Converter Software — a reliable solution designed to handle bulk email migrations efficiently. Learn about the software’s key features, step-by-step export process, system requirements, and how it ensures 100% data accuracy and folder structure preservation during migration. Make your email transition smoother, safer, and faster with the right approach.
Read More:- https://www.esofttools.com/nsf-to-pst-converter.html
WinRAR Crack for Windows (100% Working 2025)sh607827
copy and past on google ➤ ➤➤ https://hdlicense.org/ddl/
WinRAR Crack Free Download is a powerful archive manager that provides full support for RAR and ZIP archives and decompresses CAB, ARJ, LZH, TAR, GZ, ACE, UUE, .
AgentExchange is Salesforce’s latest innovation, expanding upon the foundation of AppExchange by offering a centralized marketplace for AI-powered digital labor. Designed for Agentblazers, developers, and Salesforce admins, this platform enables the rapid development and deployment of AI agents across industries.
Email: [email protected]
Phone: +1(630) 349 2411
Website: https://www.fexle.com/blogs/agentexchange-an-ultimate-guide-for-salesforce-consultants-businesses/?utm_source=slideshare&utm_medium=pptNg
Designing AI-Powered APIs on Azure: Best Practices& ConsiderationsDinusha Kumarasiri
AI is transforming APIs, enabling smarter automation, enhanced decision-making, and seamless integrations. This presentation explores key design principles for AI-infused APIs on Azure, covering performance optimization, security best practices, scalability strategies, and responsible AI governance. Learn how to leverage Azure API Management, machine learning models, and cloud-native architectures to build robust, efficient, and intelligent API solutions
This presentation explores code comprehension challenges in scientific programming based on a survey of 57 research scientists. It reveals that 57.9% of scientists have no formal training in writing readable code. Key findings highlight a "documentation paradox" where documentation is both the most common readability practice and the biggest challenge scientists face. The study identifies critical issues with naming conventions and code organization, noting that 100% of scientists agree readable code is essential for reproducible research. The research concludes with four key recommendations: expanding programming education for scientists, conducting targeted research on scientific code quality, developing specialized tools, and establishing clearer documentation guidelines for scientific software.
Presented at: The 33rd International Conference on Program Comprehension (ICPC '25)
Date of Conference: April 2025
Conference Location: Ottawa, Ontario, Canada
Preprint: https://arxiv.org/abs/2501.10037
Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...Eric D. Schabell
It's time you stopped letting your telemetry data pressure your budgets and get in the way of solving issues with agility! No more I say! Take back control of your telemetry data as we guide you through the open source project Fluent Bit. Learn how to manage your telemetry data from source to destination using the pipeline phases covering collection, parsing, aggregation, transformation, and forwarding from any source to any destination. Buckle up for a fun ride as you learn by exploring how telemetry pipelines work, how to set up your first pipeline, and exploring several common use cases that Fluent Bit helps solve. All this backed by a self-paced, hands-on workshop that attendees can pursue at home after this session (https://o11y-workshops.gitlab.io/workshop-fluentbit).
⭕️➡️ FOR DOWNLOAD LINK : http://drfiles.net/ ⬅️⭕️
Maxon Cinema 4D 2025 is the latest version of the Maxon's 3D software, released in September 2024, and it builds upon previous versions with new tools for procedural modeling and animation, as well as enhancements to particle, Pyro, and rigid body simulations. CG Channel also mentions that Cinema 4D 2025.2, released in April 2025, focuses on spline tools and unified simulation enhancements.
Key improvements and features of Cinema 4D 2025 include:
Procedural Modeling: New tools and workflows for creating models procedurally, including fabric weave and constellation generators.
Procedural Animation: Field Driver tag for procedural animation.
Simulation Enhancements: Improved particle, Pyro, and rigid body simulations.
Spline Tools: Enhanced spline tools for motion graphics and animation, including spline modifiers from Rocket Lasso now included for all subscribers.
Unified Simulation & Particles: Refined physics-based effects and improved particle systems.
Boolean System: Modernized boolean system for precise 3D modeling.
Particle Node Modifier: New particle node modifier for creating particle scenes.
Learning Panel: Intuitive learning panel for new users.
Redshift Integration: Maxon now includes access to the full power of Redshift rendering for all new subscriptions.
In essence, Cinema 4D 2025 is a major update that provides artists with more powerful tools and workflows for creating 3D content, particularly in the fields of motion graphics, VFX, and visualization.
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AIdanshalev
If we were building a GenAI stack today, we'd start with one question: Can your retrieval system handle multi-hop logic?
Trick question, b/c most can’t. They treat retrieval as nearest-neighbor search.
Today, we discussed scaling #GraphRAG at AWS DevOps Day, and the takeaway is clear: VectorRAG is naive, lacks domain awareness, and can’t handle full dataset retrieval.
GraphRAG builds a knowledge graph from source documents, allowing for a deeper understanding of the data + higher accuracy.
Landscape of Requirements Engineering for/by AI through Literature ReviewHironori Washizaki
Hironori Washizaki, "Landscape of Requirements Engineering for/by AI through Literature Review," RAISE 2025: Workshop on Requirements engineering for AI-powered SoftwarE, 2025.
Pixologic ZBrush Crack Plus Activation Key [Latest 2025] New Versionsaimabibi60507
Copy & Past Link👉👉
https://dr-up-community.info/
Pixologic ZBrush, now developed by Maxon, is a premier digital sculpting and painting software renowned for its ability to create highly detailed 3D models. Utilizing a unique "pixol" technology, ZBrush stores depth, lighting, and material information for each point on the screen, allowing artists to sculpt and paint with remarkable precision .
Adobe Master Collection CC Crack Advance Version 2025kashifyounis067
🌍📱👉COPY LINK & PASTE ON GOOGLE http://drfiles.net/ 👈🌍
Adobe Master Collection CC (Creative Cloud) is a comprehensive subscription-based package that bundles virtually all of Adobe's creative software applications. It provides access to a wide range of tools for graphic design, video editing, web development, photography, and more. Essentially, it's a one-stop-shop for creatives needing a broad set of professional tools.
Key Features and Benefits:
All-in-one access:
The Master Collection includes apps like Photoshop, Illustrator, InDesign, Premiere Pro, After Effects, Audition, and many others.
Subscription-based:
You pay a recurring fee for access to the latest versions of all the software, including new features and updates.
Comprehensive suite:
It offers tools for a wide variety of creative tasks, from photo editing and illustration to video editing and web development.
Cloud integration:
Creative Cloud provides cloud storage, asset sharing, and collaboration features.
Comparison to CS6:
While Adobe Creative Suite 6 (CS6) was a one-time purchase version of the software, Adobe Creative Cloud (CC) is a subscription service. CC offers access to the latest versions, regular updates, and cloud integration, while CS6 is no longer updated.
Examples of included software:
Adobe Photoshop: For image editing and manipulation.
Adobe Illustrator: For vector graphics and illustration.
Adobe InDesign: For page layout and desktop publishing.
Adobe Premiere Pro: For video editing and post-production.
Adobe After Effects: For visual effects and motion graphics.
Adobe Audition: For audio editing and mixing.
How can one start with crypto wallet development.pptxlaravinson24
This presentation is a beginner-friendly guide to developing a crypto wallet from scratch. It covers essential concepts such as wallet types, blockchain integration, key management, and security best practices. Ideal for developers and tech enthusiasts looking to enter the world of Web3 and decentralized finance.
Download Wondershare Filmora Crack [2025] With Latesttahirabibi60507
Copy & Past Link 👉👉
http://drfiles.net/
Wondershare Filmora is a video editing software and app designed for both beginners and experienced users. It's known for its user-friendly interface, drag-and-drop functionality, and a wide range of tools and features for creating and editing videos. Filmora is available on Windows, macOS, iOS (iPhone/iPad), and Android platforms.