The blog includes a vivid coverage of the concepts of CCNA, CCNP (Routing & Switching) , Basic Linux and Linux servers. Projects have also been simulated to give a practical exposure.

Thursday, 14 February 2013

Cisco Hierarchical Model

No comments




Cisco Hierarchical model is a Three-Layered Hierarchical Model :



  1. The core layer: backbone
  2. The distribution layer: routing
  3. The access layer: switching
The Core layer: backbone:
  1.  Top layer of hierarchy.
  2.  The core layer is responsible for transporting large amount of traffic both reliably and quickly.
  3.  The only purpose of the network's core layer is to switch traffic as fast as possible.
  4.  The traffic transported across the core is common to a majority of users.
  5.  If there is failure in the core, every single user can be affected. Therefore, fault tolerance at this layer is an issue.   
  6.  Speed and Latency are driving concern in this layer due to large amount of traffic.
Things we don't want to do:
  •  Don't do anything to slow down traffic. This includes using access lists, routing between virtual local area network(VLANs)
  •  Don't support work-group access here.
  •  Avoid expanding the core (i.e., adding routers) when the internetwork grows.
Things we want to do:
  •  Design the core for high reliability.Consider data-link technologies that facilitate both speed and redundancy, such as Gigabit Ethernet.
  •  The core should have very little latency.
  •  Select routing protocols with lower convergence times.
The distribution Layer:routing:
  1.  The distribution layer is sometimes referred to as the work-group layer and is the communication point between the access layer and the core.
  2.  This layer ensures that packets are properly routed between Subnets and VLANs in your enterprise.
  3.  The primary functions of the distribution layer are to provide routing, filtering, and WAN access.
  4.  The other function is to determine how packets can access the core, if needed.
Several action that should be done at the distribution layer:
  •  Routing
  •  Implementing tools(such as access lists), packet filtering, and queuing.
  •  Implementation of  security and network policies, including address translation firewalls.
  •  Redistribution between routing protocols, including static routing.
  •  Routing between VLANS and other work-group support functions
  •  Defining broadcast and multicast domains.
The Access layer:switching:
  1.  The access layer control user and work-group access to inter-network resources. 
  2.  It is also referred as Desktop layer.
  3.  The distribution layer handles any traffic for remote services.
  4.  The resources most users need will be available locally.
  5.  Gigabit or Fast Ethernet switching , DDR (Double Data Rate) and Static Routing technologies are frequently used in the access layer.
Functions to be included at the access layer:
  •  Continued (from distribution layer) use of access control policies.
  •  Creation of separate collision domains (segmentation).
  •  Work-group connectivity into the distribution layer.
Why Use a Hierarchical Model?
  • Reduces workload on network devices i.e avoid devices having to communicate with too many other devices (reduces CPU performance).
  • Constrains broadcast domains
  • Enhances simplicity and understanding
Cisco Hierarchical Design model:
  •  A core layer of high-end routers and switches that are optimized for availability and speed and also include high speed cables such as fiber cables.
  •  A distribution layer of routers and switches that implement policies and segment traffic. It include LAN-based routers and layer 3 switches.
  •   An access layer that connects users via hubs, switches, and other devices.
                                         
                                                                                                            Made By: P & V







No comments :

Post a Comment