SlideShare a Scribd company logo
1
Network Design and Management
By Thomas Lerell
2
Network Design and Management
Introduction
Properly designing a computer network is a difficult task. It
requires planning and analysis, feasibility studies, capacity
planning, and baseline creation skills.
Performing network management is difficult too. A network
manager must possess computer and people skills, management
skills, financial skills, and be able to keep up with changing
technology.
3
Network Design and Management
Systems Development Life Cycle (SDLC)
Every business has a number of goals.
System planners and management personnel within a company
try to generate a set of questions, or problems, to help the
company achieve those goals.
To properly understand a problem, analyze all possible
solutions, select the best solution, and implement and maintain
the solution, you need to follow a well-defined plan.
SDLC is a methodology, or plan, for a structured approach to
the development of a business system.
4
Systems Development Life Cycle
SDLC involves several phases. These phases are often:
• Planning
• Analysis
• Design
• Implementation
• Maintenance
These phases are cyclical and usually never ending.
5
Network Design and Management
Cycle of the phases
6
Network Design and Management
Systems Development Life Cycle
A systems analyst is typically responsible for managing a
project and following the SDLC phases.
Anyone, however, may be called upon to assist a systems
analyst.
Or anyone may have to assume some of the duties of a systems
analyst.
Individuals that are called upon to support a computer network
should understand the basic phases of SDLC.
7
Network Design and Management
Systems Development Life Cycle
Planning Phase - Identify problems, opportunities, and
objectives.
Analysis Phase - Determine information requirements.
Information requirements can be gathered by sampling and
collecting hard data, interviewing, questionnaires, observing
environments, and prototyping.
Design Phase - Design the system that was recommended and
approved at the end of the analysis phase.
8
Network Design and Management
Systems Development Life Cycle
Implementation Phase - The system is installed and preparations
are made to move from the old system to the new.
Maintenance Phase - The longest phase, involves the ongoing
maintenance of the project.
Maintenance may require personnel to return to an earlier phase
to perform an update.
9
Network Design and Management
10
Network Design and Management
Network Modeling
When updating or creating a new computer system, the analyst
will create a set of models for both the existing system (if there
is one) and the proposed system.
Network models can either demonstrate the current state of the
network or can model the desired computer network.
A location connectivity diagram is a network modeling tool that
depicts the various locations involved in a a network and the
interconnections between those locations.
11
Network Design and Management
Network Modeling
An overview location connectivity diagram shows the big
picture of geographic locations of network facilities.
External users and mobile users can be identified, as well as the
locations primary to a business.
A detailed location connectivity diagram is a close-up model of
a single location and the networks that reside at the location.
Working groups and the distances between those groups can be
identified with a detailed diagram.
12
Network Design and Management
X means a special site
13
Network Design and Management
14
Feasibility Studies
There are a number of ways to determine if a proposed system
is going to be feasible.
Technically feasible means the proposed system can be created
and implemented using currently existing technology.
It can be done.
Financially feasible means the proposed system can be built
given the company’s current financial ability.
We can afford it.
Operationally feasible means the system operates as designed
and implemented.
It’ll work after we build it and it will be used.
15
Feasibility Studies
Time feasible means the system can be constructed in an agreed
upon time frame.
Payback analysis ascertains costs and benefits of proposed
system usually on an annual basis.
Payback analysis is a good technique to use to determine
financial feasibility.
To calculate payback analysis, you must know all the expenses
that will be incurred to create and maintain the system, as well
as all possible income derived from the system.
You must also be aware of the time value of money (a dollar
today is worth more than one dollar promised a year from now
because the dollar can be invested).
16
System Costs:
One time costs:
Personal costs
Computer usage costs for analysis
Hardware and software
Training, support and management
Supplies, furniture, space
Recurring costs:
Lease payments
Licenses
Salaries of support personal
Ongoing supplies
Maintenance
Planned replacement
17
Network Design and Management
18
Note profit
at 6th
year
19
Network Design and Management
Capacity Planning
Capacity planning involves trying to determine the amount of
network bandwidth necessary to support an application or a set
of applications.
A number of techniques exist for performing capacity planning,
including linear projection, computer simulation, benchmarking,
and analytical modeling.
Linear projection involves predicting one or more network
capacities based on the current network parameters and
multiplying by some constant.
20
Network Design and Management
Capacity Planning
A computer simulation involves modeling an existing system or
proposed system using a computer-based simulation tool.
Benchmarking involves generating system statistics under a
controlled environment and then comparing those statistics
against known measurements.
Analytical modeling involves the creation of mathematical
equations to calculate various network values.
21
Network Design and Management
Creating a Baseline
Involves the measurement and recording of a network’s state of
operation over a given period of time.
A baseline can be used to determine current network
performance and to help determine future network needs.
Baseline studies should be ongoing projects, and not something
started and stopped every so many years.
22
Network Design and Management
Creating a Baseline
To perform a baseline study, you should:
• Collect information on number and type of system nodes,
including workstations, routers, bridges, switches, hubs, and
servers.
• Create an up-to-date roadmap of all nodes along with model
numbers, serial numbers and any address information such as IP
or Ethernet addresses.
• Collect information on operational protocols used throughout
the system.
23
Network Design and Management
Creating a Baseline
To perform a baseline study, you should:
• List all network applications, including the number, type and
utilization level.
• Create a fairly extensive list of statistics to help meet your
goals. These statistics can include average network utilization,
peak network utilization, average frame size, peak frame size,
average frames per second, peak frames per second, total
network collisions, network collisions per second, total runts,
total jabbers, total CRC errors, and nodes with highest
percentage of utilization.
24
Network Design and Management
25
Network Design and Management
Network Manager Skills
A good network manager will possess many skills:
• Computer skills
• People skills
• Management skills
• Financial planning skills
• Knowledge of statistics
• Speaking and writing skills
26
Generating Useable Statistics
Statistics, properly generated, can be an invaluable aid to
demonstrating current system demands and predicting future
needs.
Mean time between failures (MTBF)
Mean time to repair (MTTR)
Availability is the probability that a particular component or
system will be available during a fixed time period
Reliability is the probability that over a period of time the
particular component or device will be available
27
Generating Useable Statistics
Mean time between failures (MTBF) is the average time a
device or system will operate before it fails.
(from the manufacturer!)
Large or small?
Mean time to repair (MTTR) is the average time necessary to
repair a failure within the computer system.
Includes swap time, time to bring the system back up, replacement time,
etc.
Large or small?
28
Generating Useable Statistics
Availability is the probability that a particular component or
system will be available during a fixed time period.
A(t) = a/(a+b) + b/(a+b) x e-(a+b)t
A = 1 means the system is nearly always operational
in which: a = 1/MTTR
b = 1/MTBF
e = natural log function
t = the time interval
29
Generating Useable Statistics
Suppose we want to calculate the availability of a modem that has a
MTBF of 3000 hours and a MTTR of 1 hour. The availability of
this modem for an 8-hour period is:
a = 1/1
b = 1/3000 = 0.00033
A(8 hours) =1/(1 + 0.00033) + 0.00033/(1 + 0.00033) x e-(1 + 0.00033)8
= 0.9997 + 0.00033 x 0.000335
= 0.9997
Not available 3 out of 10,000 times you want it.
30
Network Design and Management
Generating Useable Statistics
Reliability is the probability that over a period of time the
particular component or device will be available (not fail):
R(t) = e –bt
R(0) = e –0
= 1
in which: b = 1/MTBF
t = the time interval of the operation
31
Network Design and Management
Generating Useable Statistics
What is the reliability of a modem if the MTBF is 3000 hours
and a transaction takes 20 minutes, or 1/3 of an hour (0.333
hours):
R(0.333 hours) = e -(1/3000)(0.333)
= e -0.000111
= 0.99989
Not reliable for .011 percent of the time.
32
Network Design and Management
Generating Useable Statistics
So what do you want?
Availability and reliability between 0.9999 and 0.99999 is
desired!
What is this in number of hours between failure for a year of
service?
33
Network Design and Management
Managing Operations
There are many services and functions available to assist an
individual in managing computer network operations.
One of the more useful is Simple Network Management
Protocol (SNMP).
SNMP is an industry standard designed to manage network
components from a remote location.
Currently in version 3, SNMP supports agents, managers, and
the Management Information Base (MIB).
34
Network Design and Management
Managing Operations
A managed element has management software, called an agent,
running in it.
A second object, the SNMP manager, controls the operations of
a managed element and maintains a database of information
about all managed elements.
A manager can query an agent to return current operating
values, or can instruct an agent to perform a particular action.
The Management Information Base (MIB) is a collection of
information that is organized hierarchically and describes the
operating parameters of all managed agents.
35
Network Design and Management
Managing Operations
SNMP operates on a network between the application layer and
the UDP/IP layer (not TCP/IP) – the transport layer.
36
Network Design and Management
Network Diagnostic Tools
To assist a network support person, a number of diagnostic tools
are available:
• Electrical testers (voltage, etc.)
• Cable testers (open circuits, etc.)
• Network testers (view the entire network0
• Protocol analyzers (monitors packets)
37
Network Design and Management
Capacity Planning and Network Design In
Action: BringBring Corporation
Returning to BringBring Corporation from an earlier chapter,
let’s complete our design, including e-mail and Internet access
for each of the four sites.
A linear projection can be used to estimate the amount of
Internet traffic at each site.
An overview location connectivity diagram gives us a big
picture of the network interconnections.
38
Network Design and Management
39
Network Design and Management
Capacity Planning and Network Design In
Action: BringBring Corporation
A second linear projection can be used to determine the amount
of local area network traffic within each site.

More Related Content

What's hot

Wireless ethernet
Wireless ethernetWireless ethernet
Wireless ethernet
JaviTorres13
 
Network management
Network managementNetwork management
Network management
Mohd Arif
 
Network design
Network designNetwork design
Network design
Amir Jafari
 
Banking and ATM networking reports
Banking and ATM networking reportsBanking and ATM networking reports
Banking and ATM networking reports
Shakib Ansaar
 
IEEE 802.11 and Bluetooth
IEEE 802.11 and BluetoothIEEE 802.11 and Bluetooth
IEEE 802.11 and Bluetooth
Hitesh Mohapatra
 
Overview of computing paradigm
Overview of computing paradigmOverview of computing paradigm
Overview of computing paradigm
Ripal Ranpara
 
Network Design for a Small & Medium Enterprise
Network Design for a Small & Medium EnterpriseNetwork Design for a Small & Medium Enterprise
Network Design for a Small & Medium Enterprise
Thamalsha Wijayarathna
 
Data communication and network Chapter - 2
Data communication and network Chapter - 2Data communication and network Chapter - 2
Data communication and network Chapter - 2
Zafar Ayub
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
IGZ Software house
 
Data link layer
Data link layer Data link layer
Data link layer
Mukesh Chinta
 
Cloud Computing Security Challenges
Cloud Computing Security ChallengesCloud Computing Security Challenges
Cloud Computing Security Challenges
Yateesh Yadav
 
Network Troubleshooting
Network TroubleshootingNetwork Troubleshooting
Network Troubleshooting
Joy Sarker
 
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
Sagar Rai
 
Chapter05
Chapter05Chapter05
Chapter05
Muhammad Ahad
 
Internet of Things: A Hands-On Approach
Internet of Things: A Hands-On ApproachInternet of Things: A Hands-On Approach
Internet of Things: A Hands-On Approach
Arshdeep Bahga
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
Bangladesh Network Operators Group
 
Computer Networking concepts
Computer Networking conceptsComputer Networking concepts
Computer Networking concepts
Mujeeb Ahmad
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
rajshreemuthiah
 
Network devices
Network devicesNetwork devices
Network devices
Dhani Ahmad
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
Dsunte Wilson
 

What's hot (20)

Wireless ethernet
Wireless ethernetWireless ethernet
Wireless ethernet
 
Network management
Network managementNetwork management
Network management
 
Network design
Network designNetwork design
Network design
 
Banking and ATM networking reports
Banking and ATM networking reportsBanking and ATM networking reports
Banking and ATM networking reports
 
IEEE 802.11 and Bluetooth
IEEE 802.11 and BluetoothIEEE 802.11 and Bluetooth
IEEE 802.11 and Bluetooth
 
Overview of computing paradigm
Overview of computing paradigmOverview of computing paradigm
Overview of computing paradigm
 
Network Design for a Small & Medium Enterprise
Network Design for a Small & Medium EnterpriseNetwork Design for a Small & Medium Enterprise
Network Design for a Small & Medium Enterprise
 
Data communication and network Chapter - 2
Data communication and network Chapter - 2Data communication and network Chapter - 2
Data communication and network Chapter - 2
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Data link layer
Data link layer Data link layer
Data link layer
 
Cloud Computing Security Challenges
Cloud Computing Security ChallengesCloud Computing Security Challenges
Cloud Computing Security Challenges
 
Network Troubleshooting
Network TroubleshootingNetwork Troubleshooting
Network Troubleshooting
 
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
 
Chapter05
Chapter05Chapter05
Chapter05
 
Internet of Things: A Hands-On Approach
Internet of Things: A Hands-On ApproachInternet of Things: A Hands-On Approach
Internet of Things: A Hands-On Approach
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 
Computer Networking concepts
Computer Networking conceptsComputer Networking concepts
Computer Networking concepts
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Network devices
Network devicesNetwork devices
Network devices
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
 

Viewers also liked

Cp7101 design and management of computer networks-design concepts
Cp7101 design and management of computer networks-design conceptsCp7101 design and management of computer networks-design concepts
Cp7101 design and management of computer networks-design concepts
Dr Geetha Mohan
 
Introduction To Network Design
Introduction To Network DesignIntroduction To Network Design
Introduction To Network Design
Steven Cahill
 
Types of Networks,Network Design Issues,Design Tools
Types of Networks,Network Design Issues,Design ToolsTypes of Networks,Network Design Issues,Design Tools
Types of Networks,Network Design Issues,Design Tools
Surabhi Gosavi
 
Top Down Network Design - ebrahma.com
Top Down Network Design - ebrahma.comTop Down Network Design - ebrahma.com
Top Down Network Design - ebrahma.com
Pawan Sharma
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
Shovan Mandal
 
Chapter 2 -_lan_network_design - Network Design
Chapter 2 -_lan_network_design - Network DesignChapter 2 -_lan_network_design - Network Design
Chapter 2 -_lan_network_design - Network Design
nakomuri
 
Network layer - design Issues
Network layer - design IssuesNetwork layer - design Issues
Network layer - design Issues
قصي نسور
 
Network Analysis & Designing
Network Analysis & DesigningNetwork Analysis & Designing
Network Analysis & Designing
Pawan Sharma
 
Integrated logistics management
Integrated logistics managementIntegrated logistics management
Integrated logistics management
Uyot Olpindo
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
Zafar Ayub
 
Decision Support System(DSS)
Decision Support System(DSS)Decision Support System(DSS)
Decision Support System(DSS)
Sayantan Sur
 
Software testing objective_types
Software testing objective_typesSoftware testing objective_types
Software testing objective_types
sangeeswaran
 
Chapter 3 1-network_design_with_internet_tools - Network Design
Chapter 3 1-network_design_with_internet_tools - Network DesignChapter 3 1-network_design_with_internet_tools - Network Design
Chapter 3 1-network_design_with_internet_tools - Network Design
nakomuri
 
Chapter 1 overview-stij3053 - Network Design
Chapter 1 overview-stij3053 - Network DesignChapter 1 overview-stij3053 - Network Design
Chapter 1 overview-stij3053 - Network Design
nakomuri
 
Network Planning and Optimization
Network Planning and OptimizationNetwork Planning and Optimization
Network Planning and Optimization
mathurrohitji
 
Agile Framework
Agile FrameworkAgile Framework
Agile Framework
hshamim
 
Agile Framework
Agile FrameworkAgile Framework
Agile Framework
Subbuiyer
 
Design for Networks
Design for NetworksDesign for Networks
Design for Networks
Mike Arauz
 
INTEGRATED LOGISTICS
INTEGRATED LOGISTICSINTEGRATED LOGISTICS
INTEGRATED LOGISTICS
MAX GALARZA HERNANDEZ
 
Cisco 640-864 Complete Study Guide
Cisco 640-864 Complete Study GuideCisco 640-864 Complete Study Guide
Cisco 640-864 Complete Study Guide
nustouch
 

Viewers also liked (20)

Cp7101 design and management of computer networks-design concepts
Cp7101 design and management of computer networks-design conceptsCp7101 design and management of computer networks-design concepts
Cp7101 design and management of computer networks-design concepts
 
Introduction To Network Design
Introduction To Network DesignIntroduction To Network Design
Introduction To Network Design
 
Types of Networks,Network Design Issues,Design Tools
Types of Networks,Network Design Issues,Design ToolsTypes of Networks,Network Design Issues,Design Tools
Types of Networks,Network Design Issues,Design Tools
 
Top Down Network Design - ebrahma.com
Top Down Network Design - ebrahma.comTop Down Network Design - ebrahma.com
Top Down Network Design - ebrahma.com
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
 
Chapter 2 -_lan_network_design - Network Design
Chapter 2 -_lan_network_design - Network DesignChapter 2 -_lan_network_design - Network Design
Chapter 2 -_lan_network_design - Network Design
 
Network layer - design Issues
Network layer - design IssuesNetwork layer - design Issues
Network layer - design Issues
 
Network Analysis & Designing
Network Analysis & DesigningNetwork Analysis & Designing
Network Analysis & Designing
 
Integrated logistics management
Integrated logistics managementIntegrated logistics management
Integrated logistics management
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
 
Decision Support System(DSS)
Decision Support System(DSS)Decision Support System(DSS)
Decision Support System(DSS)
 
Software testing objective_types
Software testing objective_typesSoftware testing objective_types
Software testing objective_types
 
Chapter 3 1-network_design_with_internet_tools - Network Design
Chapter 3 1-network_design_with_internet_tools - Network DesignChapter 3 1-network_design_with_internet_tools - Network Design
Chapter 3 1-network_design_with_internet_tools - Network Design
 
Chapter 1 overview-stij3053 - Network Design
Chapter 1 overview-stij3053 - Network DesignChapter 1 overview-stij3053 - Network Design
Chapter 1 overview-stij3053 - Network Design
 
Network Planning and Optimization
Network Planning and OptimizationNetwork Planning and Optimization
Network Planning and Optimization
 
Agile Framework
Agile FrameworkAgile Framework
Agile Framework
 
Agile Framework
Agile FrameworkAgile Framework
Agile Framework
 
Design for Networks
Design for NetworksDesign for Networks
Design for Networks
 
INTEGRATED LOGISTICS
INTEGRATED LOGISTICSINTEGRATED LOGISTICS
INTEGRATED LOGISTICS
 
Cisco 640-864 Complete Study Guide
Cisco 640-864 Complete Study GuideCisco 640-864 Complete Study Guide
Cisco 640-864 Complete Study Guide
 

Similar to Network Design and Management

Ch14
Ch14Ch14
Ch14
ckiranku
 
Lesson02 - Network Design & LAN
Lesson02 - Network Design & LANLesson02 - Network Design & LAN
Lesson02 - Network Design & LAN
Angel G Diaz
 
Lesson - 02 Network Design and Management
Lesson - 02 Network Design and ManagementLesson - 02 Network Design and Management
Lesson - 02 Network Design and Management
Angel G Diaz
 
A Case Study On Implementation Of Grid Computing To Academic Institution
A Case Study On Implementation Of Grid Computing To Academic InstitutionA Case Study On Implementation Of Grid Computing To Academic Institution
A Case Study On Implementation Of Grid Computing To Academic Institution
Arlene Smith
 
Diseño de red isp cisco
Diseño de red isp ciscoDiseño de red isp cisco
Diseño de red isp cisco
Jheyson Ayala
 
computer Unit 8
computer Unit 8computer Unit 8
computer Unit 8
Aqeel Rehman
 
Software Engineering Important Short Question for Exams
Software Engineering Important Short Question for ExamsSoftware Engineering Important Short Question for Exams
Software Engineering Important Short Question for Exams
MuhammadTalha436
 
CPIS351-chapter9.ppt contains about system analysis and design
CPIS351-chapter9.ppt contains about system analysis and designCPIS351-chapter9.ppt contains about system analysis and design
CPIS351-chapter9.ppt contains about system analysis and design
NaglaaAbdelhady
 
West Consulting Modular Design ProposalMichael BoddieNetwork.docx
West Consulting Modular Design ProposalMichael BoddieNetwork.docxWest Consulting Modular Design ProposalMichael BoddieNetwork.docx
West Consulting Modular Design ProposalMichael BoddieNetwork.docx
philipnelson29183
 
Elements of systems design
Elements of systems designElements of systems design
Elements of systems design
Chandan Arora
 
Project Deliverable 5 Infrastructure and SecurityThis assignm.docx
Project Deliverable 5 Infrastructure and SecurityThis assignm.docxProject Deliverable 5 Infrastructure and SecurityThis assignm.docx
Project Deliverable 5 Infrastructure and SecurityThis assignm.docx
wkyra78
 
Pmw2 k3ni 1-1a
Pmw2 k3ni 1-1aPmw2 k3ni 1-1a
Pmw2 k3ni 1-1a
hariclant1
 
Chapeter 2 introduction to cloud computing
Chapeter 2   introduction to cloud computingChapeter 2   introduction to cloud computing
Chapeter 2 introduction to cloud computing
eShikshak
 
Lecture 7 - System Design (Data Modelling) (1).pdf
Lecture 7 - System Design (Data Modelling) (1).pdfLecture 7 - System Design (Data Modelling) (1).pdf
Lecture 7 - System Design (Data Modelling) (1).pdf
DelishiaScott
 
PETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_PublicationsPETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_Publications
Andrea PETRUCCI
 
Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_system
Jithin Zcs
 
WINSEM2023-24_BCSE429L_TH_CH2023240501528_Reference_Material_III_S3-Homoheter...
WINSEM2023-24_BCSE429L_TH_CH2023240501528_Reference_Material_III_S3-Homoheter...WINSEM2023-24_BCSE429L_TH_CH2023240501528_Reference_Material_III_S3-Homoheter...
WINSEM2023-24_BCSE429L_TH_CH2023240501528_Reference_Material_III_S3-Homoheter...
KumarSuman24
 
Scheduling in CCE
Scheduling in CCEScheduling in CCE
Scheduling in CCE
Mayuri Saxena
 
Platforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern EngineeringPlatforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern Engineering
DATAVERSITY
 
Ch7
Ch7Ch7

Similar to Network Design and Management (20)

Ch14
Ch14Ch14
Ch14
 
Lesson02 - Network Design & LAN
Lesson02 - Network Design & LANLesson02 - Network Design & LAN
Lesson02 - Network Design & LAN
 
Lesson - 02 Network Design and Management
Lesson - 02 Network Design and ManagementLesson - 02 Network Design and Management
Lesson - 02 Network Design and Management
 
A Case Study On Implementation Of Grid Computing To Academic Institution
A Case Study On Implementation Of Grid Computing To Academic InstitutionA Case Study On Implementation Of Grid Computing To Academic Institution
A Case Study On Implementation Of Grid Computing To Academic Institution
 
Diseño de red isp cisco
Diseño de red isp ciscoDiseño de red isp cisco
Diseño de red isp cisco
 
computer Unit 8
computer Unit 8computer Unit 8
computer Unit 8
 
Software Engineering Important Short Question for Exams
Software Engineering Important Short Question for ExamsSoftware Engineering Important Short Question for Exams
Software Engineering Important Short Question for Exams
 
CPIS351-chapter9.ppt contains about system analysis and design
CPIS351-chapter9.ppt contains about system analysis and designCPIS351-chapter9.ppt contains about system analysis and design
CPIS351-chapter9.ppt contains about system analysis and design
 
West Consulting Modular Design ProposalMichael BoddieNetwork.docx
West Consulting Modular Design ProposalMichael BoddieNetwork.docxWest Consulting Modular Design ProposalMichael BoddieNetwork.docx
West Consulting Modular Design ProposalMichael BoddieNetwork.docx
 
Elements of systems design
Elements of systems designElements of systems design
Elements of systems design
 
Project Deliverable 5 Infrastructure and SecurityThis assignm.docx
Project Deliverable 5 Infrastructure and SecurityThis assignm.docxProject Deliverable 5 Infrastructure and SecurityThis assignm.docx
Project Deliverable 5 Infrastructure and SecurityThis assignm.docx
 
Pmw2 k3ni 1-1a
Pmw2 k3ni 1-1aPmw2 k3ni 1-1a
Pmw2 k3ni 1-1a
 
Chapeter 2 introduction to cloud computing
Chapeter 2   introduction to cloud computingChapeter 2   introduction to cloud computing
Chapeter 2 introduction to cloud computing
 
Lecture 7 - System Design (Data Modelling) (1).pdf
Lecture 7 - System Design (Data Modelling) (1).pdfLecture 7 - System Design (Data Modelling) (1).pdf
Lecture 7 - System Design (Data Modelling) (1).pdf
 
PETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_PublicationsPETRUCCI_Andrea_Research_Projects_and_Publications
PETRUCCI_Andrea_Research_Projects_and_Publications
 
Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_system
 
WINSEM2023-24_BCSE429L_TH_CH2023240501528_Reference_Material_III_S3-Homoheter...
WINSEM2023-24_BCSE429L_TH_CH2023240501528_Reference_Material_III_S3-Homoheter...WINSEM2023-24_BCSE429L_TH_CH2023240501528_Reference_Material_III_S3-Homoheter...
WINSEM2023-24_BCSE429L_TH_CH2023240501528_Reference_Material_III_S3-Homoheter...
 
Scheduling in CCE
Scheduling in CCEScheduling in CCE
Scheduling in CCE
 
Platforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern EngineeringPlatforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern Engineering
 
Ch7
Ch7Ch7
Ch7
 

Recently uploaded

Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
TIPNGVN2
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 

Recently uploaded (20)

Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 

Network Design and Management

  • 1. 1 Network Design and Management By Thomas Lerell
  • 2. 2 Network Design and Management Introduction Properly designing a computer network is a difficult task. It requires planning and analysis, feasibility studies, capacity planning, and baseline creation skills. Performing network management is difficult too. A network manager must possess computer and people skills, management skills, financial skills, and be able to keep up with changing technology.
  • 3. 3 Network Design and Management Systems Development Life Cycle (SDLC) Every business has a number of goals. System planners and management personnel within a company try to generate a set of questions, or problems, to help the company achieve those goals. To properly understand a problem, analyze all possible solutions, select the best solution, and implement and maintain the solution, you need to follow a well-defined plan. SDLC is a methodology, or plan, for a structured approach to the development of a business system.
  • 4. 4 Systems Development Life Cycle SDLC involves several phases. These phases are often: • Planning • Analysis • Design • Implementation • Maintenance These phases are cyclical and usually never ending.
  • 5. 5 Network Design and Management Cycle of the phases
  • 6. 6 Network Design and Management Systems Development Life Cycle A systems analyst is typically responsible for managing a project and following the SDLC phases. Anyone, however, may be called upon to assist a systems analyst. Or anyone may have to assume some of the duties of a systems analyst. Individuals that are called upon to support a computer network should understand the basic phases of SDLC.
  • 7. 7 Network Design and Management Systems Development Life Cycle Planning Phase - Identify problems, opportunities, and objectives. Analysis Phase - Determine information requirements. Information requirements can be gathered by sampling and collecting hard data, interviewing, questionnaires, observing environments, and prototyping. Design Phase - Design the system that was recommended and approved at the end of the analysis phase.
  • 8. 8 Network Design and Management Systems Development Life Cycle Implementation Phase - The system is installed and preparations are made to move from the old system to the new. Maintenance Phase - The longest phase, involves the ongoing maintenance of the project. Maintenance may require personnel to return to an earlier phase to perform an update.
  • 9. 9 Network Design and Management
  • 10. 10 Network Design and Management Network Modeling When updating or creating a new computer system, the analyst will create a set of models for both the existing system (if there is one) and the proposed system. Network models can either demonstrate the current state of the network or can model the desired computer network. A location connectivity diagram is a network modeling tool that depicts the various locations involved in a a network and the interconnections between those locations.
  • 11. 11 Network Design and Management Network Modeling An overview location connectivity diagram shows the big picture of geographic locations of network facilities. External users and mobile users can be identified, as well as the locations primary to a business. A detailed location connectivity diagram is a close-up model of a single location and the networks that reside at the location. Working groups and the distances between those groups can be identified with a detailed diagram.
  • 12. 12 Network Design and Management X means a special site
  • 13. 13 Network Design and Management
  • 14. 14 Feasibility Studies There are a number of ways to determine if a proposed system is going to be feasible. Technically feasible means the proposed system can be created and implemented using currently existing technology. It can be done. Financially feasible means the proposed system can be built given the company’s current financial ability. We can afford it. Operationally feasible means the system operates as designed and implemented. It’ll work after we build it and it will be used.
  • 15. 15 Feasibility Studies Time feasible means the system can be constructed in an agreed upon time frame. Payback analysis ascertains costs and benefits of proposed system usually on an annual basis. Payback analysis is a good technique to use to determine financial feasibility. To calculate payback analysis, you must know all the expenses that will be incurred to create and maintain the system, as well as all possible income derived from the system. You must also be aware of the time value of money (a dollar today is worth more than one dollar promised a year from now because the dollar can be invested).
  • 16. 16 System Costs: One time costs: Personal costs Computer usage costs for analysis Hardware and software Training, support and management Supplies, furniture, space Recurring costs: Lease payments Licenses Salaries of support personal Ongoing supplies Maintenance Planned replacement
  • 17. 17 Network Design and Management
  • 19. 19 Network Design and Management Capacity Planning Capacity planning involves trying to determine the amount of network bandwidth necessary to support an application or a set of applications. A number of techniques exist for performing capacity planning, including linear projection, computer simulation, benchmarking, and analytical modeling. Linear projection involves predicting one or more network capacities based on the current network parameters and multiplying by some constant.
  • 20. 20 Network Design and Management Capacity Planning A computer simulation involves modeling an existing system or proposed system using a computer-based simulation tool. Benchmarking involves generating system statistics under a controlled environment and then comparing those statistics against known measurements. Analytical modeling involves the creation of mathematical equations to calculate various network values.
  • 21. 21 Network Design and Management Creating a Baseline Involves the measurement and recording of a network’s state of operation over a given period of time. A baseline can be used to determine current network performance and to help determine future network needs. Baseline studies should be ongoing projects, and not something started and stopped every so many years.
  • 22. 22 Network Design and Management Creating a Baseline To perform a baseline study, you should: • Collect information on number and type of system nodes, including workstations, routers, bridges, switches, hubs, and servers. • Create an up-to-date roadmap of all nodes along with model numbers, serial numbers and any address information such as IP or Ethernet addresses. • Collect information on operational protocols used throughout the system.
  • 23. 23 Network Design and Management Creating a Baseline To perform a baseline study, you should: • List all network applications, including the number, type and utilization level. • Create a fairly extensive list of statistics to help meet your goals. These statistics can include average network utilization, peak network utilization, average frame size, peak frame size, average frames per second, peak frames per second, total network collisions, network collisions per second, total runts, total jabbers, total CRC errors, and nodes with highest percentage of utilization.
  • 24. 24 Network Design and Management
  • 25. 25 Network Design and Management Network Manager Skills A good network manager will possess many skills: • Computer skills • People skills • Management skills • Financial planning skills • Knowledge of statistics • Speaking and writing skills
  • 26. 26 Generating Useable Statistics Statistics, properly generated, can be an invaluable aid to demonstrating current system demands and predicting future needs. Mean time between failures (MTBF) Mean time to repair (MTTR) Availability is the probability that a particular component or system will be available during a fixed time period Reliability is the probability that over a period of time the particular component or device will be available
  • 27. 27 Generating Useable Statistics Mean time between failures (MTBF) is the average time a device or system will operate before it fails. (from the manufacturer!) Large or small? Mean time to repair (MTTR) is the average time necessary to repair a failure within the computer system. Includes swap time, time to bring the system back up, replacement time, etc. Large or small?
  • 28. 28 Generating Useable Statistics Availability is the probability that a particular component or system will be available during a fixed time period. A(t) = a/(a+b) + b/(a+b) x e-(a+b)t A = 1 means the system is nearly always operational in which: a = 1/MTTR b = 1/MTBF e = natural log function t = the time interval
  • 29. 29 Generating Useable Statistics Suppose we want to calculate the availability of a modem that has a MTBF of 3000 hours and a MTTR of 1 hour. The availability of this modem for an 8-hour period is: a = 1/1 b = 1/3000 = 0.00033 A(8 hours) =1/(1 + 0.00033) + 0.00033/(1 + 0.00033) x e-(1 + 0.00033)8 = 0.9997 + 0.00033 x 0.000335 = 0.9997 Not available 3 out of 10,000 times you want it.
  • 30. 30 Network Design and Management Generating Useable Statistics Reliability is the probability that over a period of time the particular component or device will be available (not fail): R(t) = e –bt R(0) = e –0 = 1 in which: b = 1/MTBF t = the time interval of the operation
  • 31. 31 Network Design and Management Generating Useable Statistics What is the reliability of a modem if the MTBF is 3000 hours and a transaction takes 20 minutes, or 1/3 of an hour (0.333 hours): R(0.333 hours) = e -(1/3000)(0.333) = e -0.000111 = 0.99989 Not reliable for .011 percent of the time.
  • 32. 32 Network Design and Management Generating Useable Statistics So what do you want? Availability and reliability between 0.9999 and 0.99999 is desired! What is this in number of hours between failure for a year of service?
  • 33. 33 Network Design and Management Managing Operations There are many services and functions available to assist an individual in managing computer network operations. One of the more useful is Simple Network Management Protocol (SNMP). SNMP is an industry standard designed to manage network components from a remote location. Currently in version 3, SNMP supports agents, managers, and the Management Information Base (MIB).
  • 34. 34 Network Design and Management Managing Operations A managed element has management software, called an agent, running in it. A second object, the SNMP manager, controls the operations of a managed element and maintains a database of information about all managed elements. A manager can query an agent to return current operating values, or can instruct an agent to perform a particular action. The Management Information Base (MIB) is a collection of information that is organized hierarchically and describes the operating parameters of all managed agents.
  • 35. 35 Network Design and Management Managing Operations SNMP operates on a network between the application layer and the UDP/IP layer (not TCP/IP) – the transport layer.
  • 36. 36 Network Design and Management Network Diagnostic Tools To assist a network support person, a number of diagnostic tools are available: • Electrical testers (voltage, etc.) • Cable testers (open circuits, etc.) • Network testers (view the entire network0 • Protocol analyzers (monitors packets)
  • 37. 37 Network Design and Management Capacity Planning and Network Design In Action: BringBring Corporation Returning to BringBring Corporation from an earlier chapter, let’s complete our design, including e-mail and Internet access for each of the four sites. A linear projection can be used to estimate the amount of Internet traffic at each site. An overview location connectivity diagram gives us a big picture of the network interconnections.
  • 38. 38 Network Design and Management
  • 39. 39 Network Design and Management Capacity Planning and Network Design In Action: BringBring Corporation A second linear projection can be used to determine the amount of local area network traffic within each site.