Home > Articles > Software Development & Management

Understanding Networks and TCP/IP

In order to examine the issues associated with security in a converged environment, we need to establish a common knowledge base of components and building blocks. To properly build, maintain, and secure a network, you first have to know what a network really is and how information travels along through a network. Learn some of the major components of networks and TCP/IP, you have the necessary background to examine the more critical issues of security in a converged environment.
This chapter is excerpted from Voice and Data Security.

To examine the issues associated with security in a converged environment, we need to establish a common knowledge base of components and building blocks. To properly build, maintain, and secure a network you first have to know what a network really is, and how information travels along through a network. Although you will find this chapter to be a useful, high-level overview, if you have a Cisco Certified Internetwork Expert certification (CCIE) or years of networking background, you may want to skim this chapter.

What Is a Network?

Well, that depends on whom you ask. A person with a strong telecommunications background will most likely tell you a network consists of PBXs, tie trunks, adjunct systems, PRI lines, T1s, handsets, and miles of fiber and copper cable. A person with a strong data background will probably tell you a network is made up of workstations, servers, routers, WAN connections, hubs, switches, and miles of fiber and copper cable. While both parties can agree that cabling is an integral part of the network, that's where the agreement will most likely end. In essence, both the telco and data people are right; however, for the purposes of this discussion, this chapter concentrates on data networks.

In its simplest form, a data network is a means to connect two or more computer systems for the purposes of sharing information. Networks come in all shapes and sizes: from two home PCs connected with a single cable to the colossal Internet, spanning the globe and connecting millions of distributed systems. Despite the extreme differences between various network installations, you can generally define a given network in terms of its architecture, topology, and protocol.

Network Architectures

Traditionally, network architectures are divided into two types: local area networks (LANs) and wide area networks (WANs). LANs consist of two or more systems typically in the same geographic area connected with fiber or copper cabling and a network infrastructure consisting of switches and hubs. All personal networks and the vast majority of office networks fall into the LAN category. WANs consist of two or more systems in geographically separated areas connected with any of a variety of methods such as leased lines, radio waves, satellite relays, microwaves, or even dial-up connections. The Internet is by far the largest WAN in existence. With the advent of wireless networking, optical, and cellular technology, the lines between LANs and WANs sometimes blur, merging seamlessly into a single network entity. Recently, more terms have been added to better classify and describe network architectures:

  • CAN (campus area network, also referred to as a campus wide area network)—A network connecting a number of buildings such as a university or office complex.

  • Intranet—A private network belonging to an organization that is only accessible to authorized users (typically members of that organization). Most large corporations operate an intranet to promote information sharing and increase productivity.

  • Internet—The network connecting hundreds of millions of systems and users on a global scale.

  • MAN (metropolitan area network)—A network designed for a town or a city. Typically larger than a LAN, but usually smaller than a WAN.

  • SAN (storage area network)—A high-speed network connecting a variety of storage-related devices such as RAID arrays, tape systems, file servers, and so on.

  • VLAN (virtual local area network)—A network allowing systems on separate physical networks to communicate as if they were connected to the same physical network.

  • Client-Server—A network where powerful, dedicated systems called servers provide resources, files, devices, and even processing power to individual workstations or clients.

  • Peer-to-peer—A network where each system has equal capabilities or responsibilities, such as home networks.

Network Topologies

Closely related to the architecture of a network is the topology of the network: how the network is physically arranged. Traditionally, networks are described as being one of three major types:

  • Star—Network components are connected to a central point (as seen in Figure 3.1).

  • Bus—Network components are connected to the same cable, often called the bus or the backbone (as seen in Figure 3.2).

  • Ring—Network components are connected to each other in a closed loop with each device directly connected to two other devices (as seen in Figure 3.3).

Most networks use one or more of these topologies. For example, an office complex may have a series of star topology LANs in each building connected to a larger bus network that is connected to other buildings using a ring topology, like that shown in Figure 3.4.

Figure 3.1 Star topology.

Figure 3.2 Bus topology.

Figure 3.3 Ring topology.

Figure 3.4 Mixed topology.

Network Protocols and the OSI Model

Another critical component of a network is the protocol, which is an agreed upon format for exchanging or transmitting data between systems. A protocol defines a number of agreed upon parameters such as the type of error checking to use, the data compression method, and mechanisms for systems to signal when they have finished either receiving or transmitting data. There are a wide variety of protocols, each designed with certain benefits and uses in mind. Some of the more common protocols are

  • AppleTalk—The communications protocol developed by Apple to connect Macintosh computers and printers.

  • Asynchronous Transfer Mode (ATM)—A protocol based on transferring data in fixed-size packets. Using fixed packet sizes allows for high speed, equitable transfer of data, video, and voice over the same network.

  • DECnet—The protocol developed by Digital Equipment Corporation used to connect PDP and VAX systems.

  • Ethernet—The LAN protocol developed jointly by Xerox, DEC, and Intel. The most widely implemented LAN standard.

  • Fiber Distributed Data Interface (FDDI)—The protocol for sending digital data over fiber optic cabling.

  • Internet Protocols (IP)—The protocols for managing and transmitting data between packet-switched computer networks originally developed for the Department of Defense. E-mail, File Transfer Protocol (FTP), Telnet, and Hypertext Transfer Protocol (HTTP) are all Internet Protocols.

  • Internetwork Packet Exchange (IPX)—The networking protocol used by Novell NetWare operating systems.

  • NetWare—The LAN protocol developed by Novell Corporation.

  • Signaling System 7 (SS7)—The telecommunications protocol developed by the International Telecommunication Union. This protocol is used between PBXs to handle tasks such as call setup, routing, and teardown.

  • Systems Network Architecture (SNA)—A set of network protocols developed by IBM, originally used to connect IBM's mainframe systems.

  • Token Ring—A LAN protocol developed by IBM where systems must possess the network token before transmitting data.

  • Transmission Control Protocol/Internet Protocol (TCP/IP)—The collection of communications protocols used to connect hosts on the Internet. TCP/IP is by far the most commonly used network protocol. The TCP and IP protocols are both part of TCP/IP.

  • X.25—A protocol developed by the Comité Consultatif International Téléphonique et Télégraphique (CCITT) for use in packet-switched networks. The CCITT was a subgroup within the ITU before the CCITT was disbanded in 1992.

In general, communications protocols adhere to the Open System Interconnection (OSI) model. The OSI model, or OSI Reference Model, is an ISO standard for worldwide communications, defining a framework for implementing protocols in seven distinct layers. Within the seven-layer OSI model, control is passed from one layer to another (top down) before it exits one system and enters another system where control is passed bottom up to complete the communications cycle. Although most protocols loosely follow the OSI model, several protocols combine one or more layers into a single function. One of they key benefits of the layered model is that each layer hides the detailed functions it performs from the other layers. Additionally, each layer only has to know how to communicate with the layer above and below it. With that in mind, you can see from Table 3.1 that the application layer does not need to know how to communicate directly with the physical layer. The application layer only needs to communicate with the presentation layer.

Table 3.1 The OSI Model

Number

Layer

Function

7

Application

Deals with program-level communication.

6

Presentation

Performs data conversion functions when needed.

5

Session

Establishes and maintains communications channels.

4

Transport

Handles end-to-end transmission and integrity of transmitted data.

3

Network

Routes data from one system to another.

2

Data Link

Handles the physical passing of data from one system to another.

1

Physical

Manages the transmission and reception of data on the network media.


InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT 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 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@informit.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 InformIT. 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.informit.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