1 / 36

Lecture 5: Introducing Network Design Concepts

Lecture 5: Introducing Network Design Concepts. Designing and Supporting Computer Networks – Chapter 1. Objectives. Explain how a hierarchical network design creates a stable, reliable, scalable network

krystalc
Download Presentation

Lecture 5: Introducing Network Design Concepts

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 5: Introducing Network Design Concepts Designing and Supporting Computer Networks – Chapter 1

  2. Objectives • Explain how a hierarchical network design creates a stable, reliable, scalable network • Explain what factors need to be considered when the Core Layer of a network is designed and implemented • Explain which factors need to be considered when the Distribution Layer of a network is designed and implemented • Explain which factors need to be considered when the Access Layer of a network is designed and implemented • Describe the benefits and security implications of creating server farms • Describe the considerations of an implementation of a wireless network design • Describe the factors that affect the implementation of VPNs, including how remote workers can be supported

  3. Explain How a Hierarchical Network Design Creates a Stable, Reliable, Scalable Network Network requirements: • Ease of management • Fast recovery • Application response time • Fast troubleshooting

  4. Explain How a Hierarchical Network Design Creates a Stable, Reliable, Scalable Network Four fundamental network design goals: • Scalability • Availability • Security • Manageability

  5. Explain How a Hierarchical Network Design Creates a Stable, Reliable, Scalable Network • Core Layer: connects Distribution Layer devices • Distribution Layer: interconnects smaller LANs • Access Layer: provides connections for hosts and end devices

  6. Explain How a Hierarchical Network Design Creates a Stable, Reliable, Scalable Network Steps in network design projects: • Identify the network requirements • Characterize the existing network • Design the network topology and solutions

  7. Explain what Factors Need to be Considered when Designing the Network Core Layer • Network backbone • Goals of the Core Layer • Provide 100% uptime • Maximize throughput • Facilitate network growth

  8. Explain what Factors Need to be Considered when Designing the Network Core Layer • Combining routing and switching in the same device • Redundancy and load balancing • High-speed and aggregate links • Quick convergence Network convergence refers to the coexistence of three networks within a single network: video transmission, a telephone network and data communication. It makes network stable and fully functional to work.

  9. Explain what Factors Need to be Considered when Designing the Network Core Layer • Full mesh topology • Partial mesh topology • Failure prevention • Reducing human error

  10. Why Use a Hierarchical Model? • Reduces workload on network devices • Avoids devices having to communicate with too many other devices (reduces “CPU adjacencies”) • Constrains broadcast domains • Enhances simplicity and understanding • Facilitates changes • Facilitates scaling to a larger size

  11. Cisco’s Hierarchical Design Model • A core layer of high-end routers and switches that are optimized for availability and speed • A distribution layer of routers and switches that implement policies and segment traffic • An access layer that connects users via hubs, switches, and other devices

  12. Headquarters in Medford Headquarters in Medford Grants Pass Branch Office Klamath Falls Branch Office Ashland Branch Office Grants Pass Branch Office Klamath Falls Branch Office Ashland Branch Office White City Branch Office Flat Versus Hierarchy Flat Loop Topology Hierarchical Redundant Topology

  13. Mesh Designs Partial-Mesh Topology Full-Mesh Topology

  14. A Partial-Mesh Hierarchical Design Headquarters (Core Layer) Regional Offices (Distribution Layer) Branch Offices (Access Layer)

  15. Explain which Factors Need to be Considered when Designing the Distribution Layer of a Network • Filtering and managing traffic flow • Access control policies • Route summarization • Isolating Core Layer from Access Layer failures • Routing between VLANs • VLAN: is an emulation of a standard LAN that allows data transfer to take place without the traditional physical restraints placed on a network.

  16. Explain which Factors Need to be Considered when Designing the Distribution Layer of a Network • Explain how redundant links improve network reliability and stability

  17. Explain which Factors Need to be Considered when Designing the Distribution Layer of a Network • Explain how ACLs filter traffic for security and traffic management

  18. Explain which Factors Need to be Considered when Designing the Distribution Layer of a Network • Explain the concept of route summarization and describe how it is implemented at the Distribution Layer of the network

  19. Explain which Factors Need to be Considered when Designing the Access Layer of a Network • Physical location of equipment • Wiring closets • Converged networking • Availability

  20. Explain which Factors Need to be Considered when Designing the Access Layer of a Network • Naming structures • VLAN architecture • Traffic patterns • Prioritization strategies

  21. Explain which Factors Need to be Considered when Designing the Access Layer of a Network • Star topologies

  22. Explain which Factors Need to be Considered when Designing the Access Layer of a Network Functions of VLANs: • Separate and classify traffic • Control broadcasts • Contain VLANs within a single wiring closet

  23. Explain which Factors Need to be Considered when Designing the Access Layer of a Network QoS at the network edge: • Classification • Assigned priority

  24. Explain which Factors Need to be Considered when Designing the Access Layer of a Network Security risks at the network edge: • Authentication • Wireless security

  25. Explain which Factors Need to be Considered when Designing the Access Layer of a Network Security measures at the Access Layer: • Physical security • Strong passwords • SSH (Secure Shell Protocol) • A protocol for that offers encrypted remote access for devices • Disabling unused ports • Security policy

  26. Describe the Benefits and Security Implications of Creating Server Farms • Server Farms: Group of servers working concurrently as one server to offer the same service. • Defined entry and exit points for network traffic • Redundant, high-capacity links • Load balancing and failover • Lower cost of providing services

  27. Describe the Benefits and Security Implications of Creating Server Farms • Firewalls • LAN switch security features • Intrusion & prevention systems • Load balancers • Network analysis & management devices • DMZs • DMZ (demilitarized zone), is a physical or logical subnet that separates an internal (LAN) from other untrusted networks, usually the internet. • DMZ is an accessible layer from the internet, but the rest of the internal LAN remains unreachable.

  28. Describe the Benefits and Security Implications of Creating Server Farms • Building in redundancy for high availability • Virtualization • the ability to create logical, virtual networks that are decoupled from the underlying network hardware to ensure the network can better integrate with and support increasingly virtual environments.

  29. Describe the Considerations of an Implementation of a Wireless Network Design Customer requirements: • Roaming • Authentication • Services and applications • Encryption • Coverage and number of users

  30. Describe the Considerations of an Implementation of a Wireless Network Design • Physical WLAN design • Site survey • Logical WLAN design • Open guest access vs. secured employee access

  31. Describe the Factors that Affect the Implementation of VPNs • Cost of bandwidth • QoS • Security • Remote access

  32. Describe the Factors that Affect the Implementation of VPNs Interconnection options: • Traditional WAN technologies • Newer WAN technologies

  33. Describe the Factors that Affect the Implementation of VPNs • Explain ways to provide redundant connectivity to remote sites

  34. How Can You Tell When You Have a Good Design? • When you already know how to add a new building, floor, WAN link, remote site, ecommerce service, and so on • When new additions cause only local change, to the directly connected devices • When your network can double or triple in size without major design changes • When troubleshooting is easy because there are no complex protocol interactions to disturb you.

  35. Summary • The four fundamental technical requirements of network design are scalability, availability, security and manageability. • Network projects involve identifying the requirements, characterizing the existing network, and designing the network topology and solutions. • Redundancy at the Core Layer keeps the network functioning even when a device or link fails. • Routing efficiency at the Distribution Layer isolates the Core from Access Layer failures. • Using VLANs and IP subnets is the most common way to segregate user groups and traffic within the Access Layer.

More Related