SlideShare a Scribd company logo
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Instructor Materials
Chapter 7: Network
Evolution
CCNA Routing and Switching
Connecting Networks
Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 7: Best Practices
Prior to teaching Chapter 7, the instructor should:
 Complete Chapter 7 Assessment.
 Section 7.2 and 7.3 each have a short video to introduce the
material.
 Ask students to list all the device in their home that are
connected to the network.
 Ask students describe situations where they currently use
cloud services. For example, Instagram, which is owned by
Facebook, stores all user photos in the cloud.
 Ask students to contemplate how network programming can
make a network administrator’s job more efficient.
 Review the Network Evolution chapter.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 9
Chapter 7: Network
Evolution
Connecting Networks
Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 7 - Sections & Objectives
 7.1 Internet of Things
• Explain the value of the Internet of Things.
 7.2 Cloud and Virtualization
• Explain why cloud computing and virtualization are necessary for
evolving networks.
 7.3 Network Programming
• Explain why network programmability is necessary for evolving
networks.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 11
7.1 Internet of Things
Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Internet of Things
IoT Elements
 Cisco estimates that
50 billion things will
be connected to the
Internet by 2020.
 99% of things are
currently
unconnected.
 Dissimilar networks
are converging to
share the same
infrastructure.
Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Internet of Things
IoT Elements
 The challenge for IoT is to securely integrate millions of
new things from multiple vendors into existing networks.
 The Cisco IoT System provides an infrastructure designed
to manage large scale systems of very different endpoints
and platforms, and the huge amount of data that they
create.
Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Internet of Things
IoT Pillars
 Network Connectivity identifies devices that can be used to provide IoT connectivity to many
diverse industries and applications.
 Fog Computing enables edge devices to run applications locally and make immediate decisions.
 Security offers scalable cybersecurity solutions, enabling an organization to quickly and effectively
discover, contain, and remediate an attack to minimize damage.
 Data Analytics consists of distributed network infrastructure components and IoT-specific,
application programming interfaces (APIs).
 Management and Automation products can be customized for specific industries to provide
enhanced security and control and support.
 Application and Enablement provides the infrastructure for application hosting and application
mobility between cloud and Fog computing.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15
7.2 Cloud and Virtualization
Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Cloud and Virtualization
Cloud Computing
 Cloud computing involves large numbers of computers
connected through a network that can be physically located
anywhere.
 The three main cloud computing services are:
• Software as a Service (SaaS): Applications delivered over the web to
the end users.
• Platform as a Service (PaaS): Tools and services used to deliver the
applications.
• Infrastructure as a Service (IaaS): Hardware and software to power
servers, storage, networks and operating systems.
 Cloud service providers now also offer Information
Technology as a Service (ITaaS) which allows customers to
extend the capability of IT without requiring investment in new
infrastructure, training new personnel, or licensing new
software.
Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Cloud and Virtualization
Cloud Computing
 The four primary cloud models are:
• Public clouds made available to the general population and uses the Internet to
provide services.
• Private clouds are intended for a specific organization or entity, such as the
government and is often managed by an outside organization with strict access
security.
• Hybrid clouds: A hybrid cloud is made up of two or more cloud models. Access to
various services is based on user access rights.
• Community clouds: A community cloud is created for exclusive use by a specific
community, such as healthcare organizations, that have special authentication and
confidentiality requirements.
Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Cloud and Virtualization
Virtualization
 Virtualization separates the OS from the hardware allowing multiple
operating systems to exist on a single hardware platform.
 The hypervisor adds an abstraction layer on top of the real physical
hardware used to create virtual machines which have access to all the
hardware of the physical machine such as CPUs, memory, disk controllers,
and NICs.
 Virtualization advantages include:
• Less equipment is required
• Less energy is consumed
• Less space is required
• Easier prototyping
• Faster server provisioning
• Increased server uptime
• Improved disaster recovery
• Legacy support
Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Cloud and Virtualization
Virtualization
 Virtualization separates the OS from the hardware allowing
multiple operating systems to exist on a single hardware
platform.
 The hypervisor adds an abstraction layer on top of the real
physical hardware used to create virtual machines which
have access to all the hardware of the physical machine
such as CPUs, memory, disk controllers, and NICs.
 Virtualization advantages include:
Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Cloud and Virtualization
Virtual Network Infrastructure
 There are two approaches to installing a Hypervisor:
• Type 1 “Bare Metal” approach in which the hypervisor is installed
directly on the hardware.
• Type 2 “Hosted” approach in which the hypervisor is installed on top of
an existing operating system.
Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Cloud and Virtualization
Virtual Network Infrastructure
 Type 1 Hypervisors use a management console that can be
used to automatically move, consolidate, and power on and
off servers as required.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 22
7.3 Network Programming
Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Network Programming
Software-Defined Networking
 A network device contains the
following planes:
• Control plane - Uses CPU
process to calculate Layer 2 and
Layer 3 route forwarding
information.
• Data plane - Forwards traffic flows
using a data plane processor, such
as a digital signal processor
(DSP), without the CPU getting
involved.
 SDN virtualizes the network,
removing the control plane
function from each device and
performing it on a centralized
controller.
Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Network Programming
Software-Defined Networking
 The SDN framework uses northbound APIs to
communicate with upstream applications and southbound
APIs to define the behavior of downstream routers and
switches.
Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Network Programming
Controllers
 The SDN controller defines the data
flows that occur in the SDN Data
Plane.
 Using the OpenFlow protocol, the
controller populates a series of
tables implemented in hardware or
firmware
 The following tables manage the
flows of packets through the switch:
• Flow table - This table matches
incoming packets to a particular flow and
specifies the functions that are to be
performed on the packets. There may be
multiple flow tables that operate in a
pipeline fashion.
• Group table - A flow table may direct a
flow to a Group Table, which may trigger
a variety of actions that affect one or
more flows.
• Meter table - The table triggers a variety
of performance-related actions on a flow.
Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Network Programming
Controllers
 Cisco developed the Application Centric Infrastructure (ACI) to automate the
network, accelerate application deployments, and align IT infrastructures to better
meet business requirements.
 These are the three core components of the ACI architecture:
• Application Network Profile (ANP) - a collection of end-point groups (EPG), their connections, and
the policies that define those connections
• Application Policy Infrastructure Controller (APIC) - a centralized software controller that
manages downstream switches.
• Cisco Nexus 9000 Series switches - provide an application-aware switching fabric and work with
an APIC to manage the virtual and physical network infrastructure.
The Cisco APIC - Enterprise
Module (APIC-EM) extends
ACI aimed at enterprise and
campus deployments.
Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Network Programming
Controllers
 There are three basic types of SDN:
• Device-based SDN - Devices are
programmable by applications running
on the device itself or on a server in the
network. Cisco OnePK is an example of
a device-based SDN.
• Controller-based SDN - Centralized
controller that has knowledge of all
devices in the network. The applications
can interface with the controller
responsible for managing devices and
manipulating traffic flows throughout the
network. The Cisco Open SDN
Controller is a commercial distribution of
OpenDaylight.
• Policy-based SDN - Includes an
additional Policy layer that operates at a
higher level of abstraction. No
programming skills are required. Cisco
APIC-EM is an example of this type of
SDN.
Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Network Programming
Controllers
 Cisco APIC-EM provides the following features:
• Discovery - used to populate the controller's device and host inventory
database.
• Device Inventory - collects detailed information from devices within the
network
• Host Inventory - collects detailed information from hosts with the
network
• Topology - supports a graphical view of the network (topology view)
• Policy - ability to view and control policies across the entire network
including QoS.
• Policy Analysis - ability to trace application specific paths between
end devices to quickly identify ACLs in use and problem areas
including:
o ACL Analysis - examines ACLs on devices, searching for
redundant, conflicting, or shadowed entries.
o ACL Path Trace - examines specific ACLs on the path between
two end nodes, displaying any potential issues.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 29
7.4 Chapter Summary
Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter Summary
Summary
 The six pillars of IoT are:
• Network Connectivity
• Fog Computing
• Security
• Data Analytics
• Management and Automation
• Application Enablement Platform
 Cloud computing services include:
• Software as a Service (SaaS)
• Platform as a Service (PaaS)
• Infrastructure as a Service (IaaS)
• IT as a Service (ITaaS)
 Cloud models include:
• Public clouds
• Private clouds
• Hybrid clouds
• Community clouds
Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter Summary
Summary
 Type 1 hypervisors are installed directly on the hardware. Type 2
hypervisors are installed on top of any existing OS.
 SDN is a network architecture that has been developed to
virtualize the network. The SDN controller defines the data flows
that occur in the SDN data plane.
 The three types of SDN are:
• Device-based SDN
• Controller-based SDN
• Policy-based SDN
 Policy-based SDN, such as Cisco’s APIC-EM, is the most robust,
providing for a simple mechanism to control and manage policies
across the entire network.
 One of the most important features of the APIC-EM controller is the
ability to manage policies across the entire network.
Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

More Related Content

PPTX
CCNA3 Verson6 Chapter1
PPTX
CCNA2 Verson6 Chapter5
PPTX
CCNA4 Verson6 Chapter8
PPTX
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
PPTX
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
PPTX
CCNP Switching Chapter 2
PPTX
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
PPTX
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA3 Verson6 Chapter1
CCNA2 Verson6 Chapter5
CCNA4 Verson6 Chapter8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNP Switching Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8

What's hot (20)

PPTX
CCNA4 Verson6 Chapter1
PPT
Exploration_Routing_Chapter_7
PPTX
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
PPTX
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
PPT
Chapter 5 overview
PPTX
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 11
PPTX
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
PPT
Chapter 2 overview
PPT
Chapter 8 overview
PDF
Ccna4
PPTX
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 1
PPTX
CCNA RS_ITN - Chapter 9
PPTX
Ccna security
PPT
CCNA Security - Chapter 6
PDF
CCNAv5 - S3: Chapter1 Introduction to Scaling Networks
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 1
PPT
CCNA Routing and Switching IT Certifications
PPTX
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 4
PPTX
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA4 Verson6 Chapter1
Exploration_Routing_Chapter_7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
Chapter 5 overview
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
Chapter 2 overview
Chapter 8 overview
Ccna4
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 1
CCNA RS_ITN - Chapter 9
Ccna security
CCNA Security - Chapter 6
CCNAv5 - S3: Chapter1 Introduction to Scaling Networks
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA Routing and Switching IT Certifications
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 4
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
Ad

Similar to CCNA4 Verson6 Chapter7 (20)

PPTX
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
PPTX
10. Network Design10. Network Design.pptx
PPTX
CCNP v6 Route: Implementing IP Routing Chapter1
PPT
01 route routing services
PPTX
Sca n instructorppt_chapter1_final
PPTX
Ccna v5-S1-Chapter 11
PPTX
Guide on Wide Area Networks for CCNP Students
PDF
CCNAv5 - S4: Chapter 1 Hierarchical Network Design
PDF
Application Centric Infrastructure (ACI), the policy driven data centre
PPTX
NDIC-Module1 : module jaringan komputer.pptx
PDF
internet-of-things-5.........................pdf
PDF
Internet of things chapter2.pdf
PPTX
Cisco prime-nms-overview-hi-techdays deep dive
PPTX
Cisco prime-nms-overview-hi-techdays deep dive
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 1
PPTX
CCNA RS_ITN - Chapter 11
PDF
Iot architectures slides important.pdf
PPTX
ch2.pptxnnbhyyg uuggy jgugjb huuuhj hihij
PPTX
ch2.pptx huuuuhy hhhh bjuuu huuujkjjjf hh
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
10. Network Design10. Network Design.pptx
CCNP v6 Route: Implementing IP Routing Chapter1
01 route routing services
Sca n instructorppt_chapter1_final
Ccna v5-S1-Chapter 11
Guide on Wide Area Networks for CCNP Students
CCNAv5 - S4: Chapter 1 Hierarchical Network Design
Application Centric Infrastructure (ACI), the policy driven data centre
NDIC-Module1 : module jaringan komputer.pptx
internet-of-things-5.........................pdf
Internet of things chapter2.pdf
Cisco prime-nms-overview-hi-techdays deep dive
Cisco prime-nms-overview-hi-techdays deep dive
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA RS_ITN - Chapter 11
Iot architectures slides important.pdf
ch2.pptxnnbhyyg uuggy jgugjb huuuhj hihij
ch2.pptx huuuuhy hhhh bjuuu huuujkjjjf hh
Ad

More from Chaing Ravuth (20)

PPTX
CCNP ROUTE V7 CH8
PPTX
CCNP ROUTE V7 CH7
PPTX
CCNP ROUTE V7 CH6
PPTX
CCNP ROUTE V7 CH5
PPTX
CCNP ROUTE V7 CH4
PPTX
CCNP ROUTE V7 CH3
PPTX
CCNP ROUTE V7 CH2
PPTX
CCNP ROUTE V7 CH1
PPTX
CCNP Switching Chapter 3
PPTX
CCNP Switching Chapter 1
PPTX
CCNP Switching Chapter 10
PPTX
CCNP Switching Chapter 9
PPTX
CCNP Switching Chapter 8
PPTX
CCNP Switching Chapter 7
PPTX
CCNP Switching Chapter 6
PPTX
CCNP Switching Chapter 5
PPTX
CCNP Switching Chapter 4
PPTX
CCNA4 Verson6 Chapter6
PPTX
CCNA4 Verson6 Chapter5
PPTX
CCNA4 Verson6 Chapter4
CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH1
CCNP Switching Chapter 3
CCNP Switching Chapter 1
CCNP Switching Chapter 10
CCNP Switching Chapter 9
CCNP Switching Chapter 8
CCNP Switching Chapter 7
CCNP Switching Chapter 6
CCNP Switching Chapter 5
CCNP Switching Chapter 4
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter4

Recently uploaded (20)

PDF
RMMM.pdf make it easy to upload and study
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PPTX
master seminar digital applications in india
PPTX
Pharma ospi slides which help in ospi learning
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Institutional Correction lecture only . . .
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
Pre independence Education in Inndia.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
RMMM.pdf make it easy to upload and study
Abdominal Access Techniques with Prof. Dr. R K Mishra
Renaissance Architecture: A Journey from Faith to Humanism
VCE English Exam - Section C Student Revision Booklet
Week 4 Term 3 Study Techniques revisited.pptx
master seminar digital applications in india
Pharma ospi slides which help in ospi learning
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
human mycosis Human fungal infections are called human mycosis..pptx
Institutional Correction lecture only . . .
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Pre independence Education in Inndia.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Basic Mud Logging Guide for educational purpose
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf

CCNA4 Verson6 Chapter7

  • 1. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Instructor Materials Chapter 7: Network Evolution CCNA Routing and Switching Connecting Networks
  • 2. Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 7: Best Practices Prior to teaching Chapter 7, the instructor should:  Complete Chapter 7 Assessment.  Section 7.2 and 7.3 each have a short video to introduce the material.  Ask students to list all the device in their home that are connected to the network.  Ask students describe situations where they currently use cloud services. For example, Instagram, which is owned by Facebook, stores all user photos in the cloud.  Ask students to contemplate how network programming can make a network administrator’s job more efficient.  Review the Network Evolution chapter.
  • 3. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 9 Chapter 7: Network Evolution Connecting Networks
  • 4. Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 7 - Sections & Objectives  7.1 Internet of Things • Explain the value of the Internet of Things.  7.2 Cloud and Virtualization • Explain why cloud computing and virtualization are necessary for evolving networks.  7.3 Network Programming • Explain why network programmability is necessary for evolving networks.
  • 5. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 11 7.1 Internet of Things
  • 6. Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Internet of Things IoT Elements  Cisco estimates that 50 billion things will be connected to the Internet by 2020.  99% of things are currently unconnected.  Dissimilar networks are converging to share the same infrastructure.
  • 7. Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Internet of Things IoT Elements  The challenge for IoT is to securely integrate millions of new things from multiple vendors into existing networks.  The Cisco IoT System provides an infrastructure designed to manage large scale systems of very different endpoints and platforms, and the huge amount of data that they create.
  • 8. Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Internet of Things IoT Pillars  Network Connectivity identifies devices that can be used to provide IoT connectivity to many diverse industries and applications.  Fog Computing enables edge devices to run applications locally and make immediate decisions.  Security offers scalable cybersecurity solutions, enabling an organization to quickly and effectively discover, contain, and remediate an attack to minimize damage.  Data Analytics consists of distributed network infrastructure components and IoT-specific, application programming interfaces (APIs).  Management and Automation products can be customized for specific industries to provide enhanced security and control and support.  Application and Enablement provides the infrastructure for application hosting and application mobility between cloud and Fog computing.
  • 9. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15 7.2 Cloud and Virtualization
  • 10. Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Cloud and Virtualization Cloud Computing  Cloud computing involves large numbers of computers connected through a network that can be physically located anywhere.  The three main cloud computing services are: • Software as a Service (SaaS): Applications delivered over the web to the end users. • Platform as a Service (PaaS): Tools and services used to deliver the applications. • Infrastructure as a Service (IaaS): Hardware and software to power servers, storage, networks and operating systems.  Cloud service providers now also offer Information Technology as a Service (ITaaS) which allows customers to extend the capability of IT without requiring investment in new infrastructure, training new personnel, or licensing new software.
  • 11. Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Cloud and Virtualization Cloud Computing  The four primary cloud models are: • Public clouds made available to the general population and uses the Internet to provide services. • Private clouds are intended for a specific organization or entity, such as the government and is often managed by an outside organization with strict access security. • Hybrid clouds: A hybrid cloud is made up of two or more cloud models. Access to various services is based on user access rights. • Community clouds: A community cloud is created for exclusive use by a specific community, such as healthcare organizations, that have special authentication and confidentiality requirements.
  • 12. Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Cloud and Virtualization Virtualization  Virtualization separates the OS from the hardware allowing multiple operating systems to exist on a single hardware platform.  The hypervisor adds an abstraction layer on top of the real physical hardware used to create virtual machines which have access to all the hardware of the physical machine such as CPUs, memory, disk controllers, and NICs.  Virtualization advantages include: • Less equipment is required • Less energy is consumed • Less space is required • Easier prototyping • Faster server provisioning • Increased server uptime • Improved disaster recovery • Legacy support
  • 13. Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Cloud and Virtualization Virtualization  Virtualization separates the OS from the hardware allowing multiple operating systems to exist on a single hardware platform.  The hypervisor adds an abstraction layer on top of the real physical hardware used to create virtual machines which have access to all the hardware of the physical machine such as CPUs, memory, disk controllers, and NICs.  Virtualization advantages include:
  • 14. Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Cloud and Virtualization Virtual Network Infrastructure  There are two approaches to installing a Hypervisor: • Type 1 “Bare Metal” approach in which the hypervisor is installed directly on the hardware. • Type 2 “Hosted” approach in which the hypervisor is installed on top of an existing operating system.
  • 15. Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Cloud and Virtualization Virtual Network Infrastructure  Type 1 Hypervisors use a management console that can be used to automatically move, consolidate, and power on and off servers as required.
  • 16. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 22 7.3 Network Programming
  • 17. Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Network Programming Software-Defined Networking  A network device contains the following planes: • Control plane - Uses CPU process to calculate Layer 2 and Layer 3 route forwarding information. • Data plane - Forwards traffic flows using a data plane processor, such as a digital signal processor (DSP), without the CPU getting involved.  SDN virtualizes the network, removing the control plane function from each device and performing it on a centralized controller.
  • 18. Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Network Programming Software-Defined Networking  The SDN framework uses northbound APIs to communicate with upstream applications and southbound APIs to define the behavior of downstream routers and switches.
  • 19. Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Network Programming Controllers  The SDN controller defines the data flows that occur in the SDN Data Plane.  Using the OpenFlow protocol, the controller populates a series of tables implemented in hardware or firmware  The following tables manage the flows of packets through the switch: • Flow table - This table matches incoming packets to a particular flow and specifies the functions that are to be performed on the packets. There may be multiple flow tables that operate in a pipeline fashion. • Group table - A flow table may direct a flow to a Group Table, which may trigger a variety of actions that affect one or more flows. • Meter table - The table triggers a variety of performance-related actions on a flow.
  • 20. Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Network Programming Controllers  Cisco developed the Application Centric Infrastructure (ACI) to automate the network, accelerate application deployments, and align IT infrastructures to better meet business requirements.  These are the three core components of the ACI architecture: • Application Network Profile (ANP) - a collection of end-point groups (EPG), their connections, and the policies that define those connections • Application Policy Infrastructure Controller (APIC) - a centralized software controller that manages downstream switches. • Cisco Nexus 9000 Series switches - provide an application-aware switching fabric and work with an APIC to manage the virtual and physical network infrastructure. The Cisco APIC - Enterprise Module (APIC-EM) extends ACI aimed at enterprise and campus deployments.
  • 21. Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Network Programming Controllers  There are three basic types of SDN: • Device-based SDN - Devices are programmable by applications running on the device itself or on a server in the network. Cisco OnePK is an example of a device-based SDN. • Controller-based SDN - Centralized controller that has knowledge of all devices in the network. The applications can interface with the controller responsible for managing devices and manipulating traffic flows throughout the network. The Cisco Open SDN Controller is a commercial distribution of OpenDaylight. • Policy-based SDN - Includes an additional Policy layer that operates at a higher level of abstraction. No programming skills are required. Cisco APIC-EM is an example of this type of SDN.
  • 22. Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Network Programming Controllers  Cisco APIC-EM provides the following features: • Discovery - used to populate the controller's device and host inventory database. • Device Inventory - collects detailed information from devices within the network • Host Inventory - collects detailed information from hosts with the network • Topology - supports a graphical view of the network (topology view) • Policy - ability to view and control policies across the entire network including QoS. • Policy Analysis - ability to trace application specific paths between end devices to quickly identify ACLs in use and problem areas including: o ACL Analysis - examines ACLs on devices, searching for redundant, conflicting, or shadowed entries. o ACL Path Trace - examines specific ACLs on the path between two end nodes, displaying any potential issues.
  • 23. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 29 7.4 Chapter Summary
  • 24. Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter Summary Summary  The six pillars of IoT are: • Network Connectivity • Fog Computing • Security • Data Analytics • Management and Automation • Application Enablement Platform  Cloud computing services include: • Software as a Service (SaaS) • Platform as a Service (PaaS) • Infrastructure as a Service (IaaS) • IT as a Service (ITaaS)  Cloud models include: • Public clouds • Private clouds • Hybrid clouds • Community clouds
  • 25. Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter Summary Summary  Type 1 hypervisors are installed directly on the hardware. Type 2 hypervisors are installed on top of any existing OS.  SDN is a network architecture that has been developed to virtualize the network. The SDN controller defines the data flows that occur in the SDN data plane.  The three types of SDN are: • Device-based SDN • Controller-based SDN • Policy-based SDN  Policy-based SDN, such as Cisco’s APIC-EM, is the most robust, providing for a simple mechanism to control and manage policies across the entire network.  One of the most important features of the APIC-EM controller is the ability to manage policies across the entire network.
  • 26. Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
  • 27. Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential