Home > Articles > What's the Purpose of the Network?

What's the Purpose of the Network?

Chapter Description

As a network designer, understanding the purpose and goal of the network is critical to properly designing it. This sample chapter from Cisco Certified Design Expert (CCDE 400-007) Official Cert Guide maps to the CCDE v3.0 Unified Exam Topics Section 4.0, "Service Design," and covers the service design topics—from business applications and service models, to the cloud and data management—you need to meet business objectives.

Business Applications

The network is the information highway for the business applications of today, and for the business to be successful, these applications must be able to properly communicate as required between users, devices, data, databases, and other application components.

Application Models

Network designers need to understand how an application is built to properly design the network for that application. The following are the different application models being leveraged today and their associated design elements that you need to know as a network designer:

  • Single-server model: This is the simplest application model and it is equivalent to running the application on a personal computer. All of the required components for an application to run are on a single application or server.

  • 2-tier model: This application model is like the client/server architecture, where communication takes place between client and server. In this model, the presentation layer or user interface layer runs on the client side while the dataset layer gets executed and stored on the server side.

    There is no intermediate layer (aka application layer) in between client and server.

  • 3-tier model: This application model is the most common at the time of writing. This model has three tiers or layers:

    • Presentation: This is the front end of the application that all end users access. This is how an end user sees and interacts with the application. This is often called the web tier or GUI tier of the application. The main function of this layer is to translate tasks and results to something the end user can understand.

    • Intermediate: This is the layer where all of the application’s functions and logic occur. This layer processes tasks, functions, and commands, makes decisions and evaluations, and performs calculations. It also is how data is moved between the presentation (web/GUI) and database layers. This is often referred to as the application or logic layer of the application.

    • Database: Here information is stored and retrieved from a database. The information is then passed back to the intermediate (application) layer and then eventually back to the end user.

Breaking elements of an application into different layers like the n-tier architectures allows network designers to properly design the network for each tier or layer individually. Each layer may need its own load balancing, applying source NAT, DNS, source routing, and traffic engineering design. This means more work from a network design perspective but a better purpose-built environment for each tier with all associated elements needed, which allows the different application layers to scale out as needed.

Table 3-2 shows the different network design elements for each layer of the 3-tier model and provides leading questions to ask to help elicit the information needed to make a proper design.

Table 3-2 3-Tier Application Model Network Design Elements

key_topic_icon.jpg

Tier

Traffic Pattern

Network Design Elements

Questions to Ask

Web tier

End user and application layer access only.

No database layer access.

The web tier needs to be globally accessible for the end users.

Normally located in a DMZ.

How are end users accessing the web tier globally?

How are the web tier–specific networks/IP addresses being routed?

What’s the web tier’s high-availability architecture? (Active/active, active/standby, anycast, etc.)

Application tier

Web and database access only. No end user should ever access this tier directly.

This tier is internally accessed only, so no external addresses or routing are needed.

Load balancing should be implemented, but how depends on the other tier’s communication method with this tier (SNAT, NAT, Sticky, etc.).

Normally located internally behind multiple security layers.

How does the web tier communicate with the application tier?

How does the database tier communicate with the application tier?

Database tier

Application layer access only. No end user or web tier should have access.

This tier is internally accessed only, so no external addresses or routing are needed.

Normally located internally behind multiple security layers.

How is replication being done between the different database member servers?

How are the database changes synchronized? The answer to his question is especially critical when there are multiple data center locations.

Application Constraints and Requirements

As a network designer, there are a number of common application constraints and requirements that you should be aware of. These are topics that a network designer should be asking about as a network is being designed to support an application. This is by no means an all-inclusive list.

  • Multicast: Usually leveraged between a cluster of servers to keep data synchronized, such as a backend database replication architecture, or as a transport mechanism for data streaming applications like IPTV and real-time stock market updates for day traders. In these situations, not having multicast breaks the application in question.

  • Layer 2 extension: Probably one of the most common network design requirements after an application has completed its development process. As the application is being deployed, it is quickly identified that the application servers, maybe in a 3-tier model, do not communicate outside of their Layer 2 segments. Now it’s the network designer’s job to provide Layer 2 extension options that allow the application to properly function. This leads to bad network designs with large Layer 2 fault domains that are generally unreliable. Even though these are bad network design options from a network design perspective, they do solve the application requirement and thus they make the business successful. If there is a requirement to extend Layer 2, some of these limitations can be mitigated with overlay technologies while still allowing for an expanded Layer 2 environment.

  • Hardcoded items: Thankfully, we are seeing issues with hardcoded items in the code less frequently today. They do happen, and that’s why network designers need to know about them. These hardcoded items bring a security element into the mix with compliance controls and overall security requirements for the application in question. From a network design perspective, though, how do we handle hardcoded IP addresses in the code? The simplest answer is to not allow hardcoded items in the code, but what do you do as a network designer when it does happen? This is where solutions like Network Address Translation (NAT), traffic engineering, and source routing can be leveraged to help mitigate this issue.

  • High availability: How an application is designed for high availability has a large impact on the network supporting that application. Is the application in multiple locations, such as geographically separated data centers? If so, how is the application data synchronized between these locations? How do end users access the applications in each location? Is one location preferred over the other at all times (active/standby), or can the application be accessed from either location at any time (active/active)? What about the load-balancing options for the application? Is it leveraging DNS load balancing or a physical load balancer? Does the application require the use of source NAT (SNAT) between its different application layers? There are so many network design–related questions that we have to ask and answer to properly facilitate the creation of a network design that makes the application successful.

When creating a network design that’s goal is to make an application successful, it really comes down to the applications, services, and so forth being created incorrectly. Network designers have been forced to provide band-aid solutions like Layer 2 extension options because of these problems. This is most definitely not solving the true issue of proper application development. We simply extend Layer 2 as a short-term solution that ends up becoming a permanent one. This is similar to hardcoding IP addresses and hostnames in an application’s code. Network designers always have to provide bad network design options because of these application issues.

To solve these issues, a network designer and a security specialist should be part of the team that builds and reviews an application, to ensure network design and security controls are being properly considered in the application. It’s not fair to expect an application developer to know and understand the details of network design or security; network designers have to help them, teach them, and show them.

If we want to change these situations with the plan to limit them from happening, we need to be a part of the creation process so we can explain the reasons to the business at those critical steps. The business doesn’t know what a network designer knows. A network designer can tell the business why they shouldn’t rely on a Layer 2 extension for the application, why they shouldn’t hardcode IP addresses, hostnames, usernames, and passwords in code, and why they should ensure security controls are implemented during the creation process.

In the end, it all comes back to business decisions and the respective trade-offs.

3. Service Models | Next Section Previous Section

Cisco Press Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Cisco Press and its family of brands. I can unsubscribe at any time.

Overview

Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Cisco Press products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information

To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@ciscopress.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information

Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security

Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children

This site is not directed to children under the age of 13.

Marketing

Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information

If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out

Users can always make an informed choice as to whether they should proceed with certain services offered by Cisco Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.ciscopress.com/u.aspx.

Sale of Personal Information

Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents

California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure

Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links

This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact

Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice

We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020