24
© 2006, Cisco Systems, Inc. All rights reserved. Presentation_ID.scr 1 © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Presentation_ID 1 Network Protocols and Communications, Hierarchical Network Design Overview Chapter 2 Presentation_ID 2 © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Objectives After completing this chapter, you will be able to: Explain how rules are used to facilitate communication. Explain the role of protocols and standards organizations in facilitating interoperability in network communications. Explain how devices on a LAN access resources in a small to medium-sized business network.

Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr1

© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1

Network Protocols and Communications,Hierarchical Network Design Overview

Chapter 2

Presentation_ID 2© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Objectives

After completing this chapter, you will be able to:

Explain how rules are used to facilitate communication.

Explain the role of protocols and standards organizations in facilitating interoperability in network communications.

Explain how devices on a LAN access resources in a small to medium-sized business network.

Page 2: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr2

Presentation_ID 3© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Chapter 2

2.1 Rules of Communication

2.2 Network Protocols and Standards

2.3 Moving Data in the Network

2.4 Hierarchical Network Design Overview

© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 4

Rules of Communication

Page 3: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr3

Presentation_ID 5© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

The Rules

What is Communication?

Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

The Rules

Establishing the Rules

An identified sender and receiver

Agreed upon method of communicating (face-to-face, telephone, letter, photograph)

Common language and grammar

Speed and timing of delivery

Confirmation or acknowledgment requirements

Page 4: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr4

Presentation_ID 7© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

The Rules

Message Encoding

Presentation_ID 8© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

The Rules

Message Formatting and Encapsulation

Example: Personal letter contains the following elements:

Identifier of the recipient’s location

Identifier of the sender’s location

Salutation or greeting

Recipient identifier

The message content

Source identifier

End of message indicator

Page 5: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr5

Presentation_ID 9© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

The Rules

Message Size

An overview of the segmenting process:

The size restrictions of frames require the source host to break a long message into individual pieces (or segments) that meet both the minimum and maximum size requirements.

Each segment is encapsulated in a separate frame with the address information, and is sent over the network.

At the receiving host, the messages are de-encapsulated and put back together to be processed and interpreted.

Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

The Rules

Message Timing

Access Method

Flow Control

Response Timeout

Page 6: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr6

Presentation_ID 11© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

The Rules

Message Delivery Options

© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 12

Network Protocols and Standards

Page 7: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr7

Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Protocols

Rules that Govern Communications

Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Protocols

Network Protocols

How the message is formatted or structured

The process by which networking devices share information about pathways with other networks

How and when error and system messages are passed between devices

The setup and termination of data transfer sessions

Page 8: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr8

Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Protocols

Interaction of Protocols

Application Protocol – Hypertext Transfer Protocol (HTTP)

Transport Protocol – Transmission Control Protocol (TCP)

Internet Protocol – Internet Protocol (IP)

Network Access Protocols – Data link & physical layers

Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Protocol Suites

Protocol Suites and Industry Standards

Page 9: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr9

Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Protocol Suites

Creation of Internet, Development of TCP/IP

The first packet switching network and predecessor to today’s Internet was the Advanced Research Projects Agency Network (ARPANET), which came to life in 1969 by connecting mainframe computers at four locations.

ARPANET was funded by the U.S. Department of Defense for use by universities and research laboratories. Bolt, Beranek and Newman (BBN) was the contractor that did much of the initial development of the ARPANET, including creating the first router known as an Interface Message Processor (IMP).

In 1973, Robert Kahn and Vinton Cerf began work on TCP to develop the next generation of the ARPANET. TCP was designed to replace ARPANET’s current Network Control Program (NCP).

In 1978, TCP was divided into two protocols: TCP and IP. Later, other protocols were added to the TCP/IP suite of protocols including Telnet, FTP, DNS, and many others.

Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Protocol Suites

TCP/IP Protocol Suite and Communication

Page 10: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr10

Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Standards Organizations

Open Standards

The Internet Society (ISOC)

The Internet Architecture Board (IAB)

The Internet Engineering Task Force (IETF)

Institute of Electrical and Electronics Engineers (IEEE)

The International Organization for Standards (ISO)

Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Standards Organizations

ISOC, IAB, and IETF

Page 11: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr11

Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Standards Organizations

IEEE

38 societies

130 journals

1,300 conferences each year

1,300 standards and projects

400,000 members

160 countries

IEEE 802.3

IEEE 802.11

Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Standards Organizations

ISO

OSI Model

Page 12: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr12

Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Standards Organizations

Other Standards Organization

The Electronic Industries Alliance (EIA)

The Telecommunications Industry Association (TIA)

The International Telecommunications Union – Telecommunications Standardization Sector (ITU-T)

The Internet Corporation for Assigned Names and Numbers (ICANN)

The Internet Assigned Numbers Authority (IANA)

Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Reference Models

Benefits of Using a Layered Model

Page 13: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr13

Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Reference Models

The OSI Reference Model

Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Reference Models

The TCP/IP Reference Model

Page 14: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr14

Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Reference Models

Comparing the OSI and TCP/IP Models

© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 28

Moving Data in the Network

Page 15: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr15

Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Data Encapsulation

Communicating the Messages

Segmenting message benefits

Different conversations can be interleaved

Increased reliability of network communications

Segmenting message disadvantage

Increased level of complexity

Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Data Encapsulation

Protocol Data Units (PDUs)

Data

Segment

Packet

Frame

Bits

Page 16: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr16

Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Data Encapsulation

Protocol Encapsulation

Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Data Encapsulation

Protocol De-encapsulation

Page 17: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr17

Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Moving Data in the Network

Accessing Local Resources

Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Accessing Local Resources

Communicating with Device / Same Network

Page 18: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr18

Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Accessing Local Resources

MAC and IP Addresses

PC1192.168.1.110

AA-AA-AA-AA-AA-AA

PC2192.168.1.111

BB-BB-BB-BB-BB-BB

FTP Server192.168.1.9

CC-CC-CC-CC-CC-CC

R1192.168.1.1

11-11-11-11-11-11ARP

Request

S1 R1

Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Accessing Remote Resources

Default Gateway

Page 19: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr19

Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Accessing Remote Resources

Communicating Device / Remote Network

© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 38

Hierarchical Network Design Overview

Page 20: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr20

Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Enterprise Network Campus Design

Network Requirements

Small network – Provides services for 1 to 200 devices.

Medium-sized network – Provides services for 200 to 1,000 devices.

Large network – Provides services for 1,000+ devices.

Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Enterprise Network Campus Design

Structured Engineering Principles

Page 21: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr21

Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Hierarchical Network Design

Network Hierarchy

Access layer – Provides workgroup or user access to the network.

Distribution layer – Provides policy-based connectivity.

Core layer – Provides fast transport between distribution switches.

Presentation_ID 42© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Hierarchical Network Design

Access Layer Layer 2 switching

High availability

Port security

QoS classification and marking and trust boundaries

Address Resolution Protocol (ARP) inspection

Virtual access control lists (VACLs)

Spanning tree

Power over Ethernet (PoE) and auxiliary VLANs for VoIP

Page 22: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr22

Presentation_ID 43© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Hierarchical Network Design

Distribution Layer

Aggregation of LAN or WAN links

Policy-based security in the form of access control lists (ACLs) and filtering

Routing services between LANs and VLANs and between routing domains (e.g., EIGRP to OSPF)

Redundancy and load balancing

A boundary for route aggregation and summarization configured on interfaces toward the core layer

Presentation_ID 44© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Hierarchical Network Design

Core Layer

Provides high-speed switching (i.e., fast transport)

Provides reliability and fault tolerance

Scales by using faster, and not more, equipment

Avoids CPU-intensive packet manipulation caused by security, inspection, quality of service (QoS) classification, or other processes

Page 23: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr23

Presentation_ID 45© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Hierarchical Network Design

Two-Tier Collapsed Core Design

A two-tier hierarchical “collapsed core” is when the distribution layer and core layer functions are implemented by a single device.

Used by smaller businesses to reduce network cost while maintaining most of the benefits of the three-tier hierarchical model.

Presentation_ID 46© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Network Protocols and Communications

Summary

In this chapter, you learned:

Data networks are systems of end devices, intermediary devices, and the media connecting the devices. For communication to occur, these devices must know how to communicate.

These devices must comply with communication rules and protocols. TCP/IP is an example of a protocol suite.

Most protocols are created by a standards organization such as the IETF or IEEE.

The most widely-used networking models are the OSI and TCP/IP models.

Data that passes down the stack of the OSI model is segmented into pieces and encapsulated with addresses and other labels. The process is reversed as the pieces are de-encapsulated and passed up the destination protocol stack.

Page 24: Network Protocols and Communications, Hierarchical Network ... · Explain the role of protocols and standards organizations in facilitating interoperability in network communications

© 2006, Cisco Systems, Inc. All rights reserved.

Presentation_ID.scr24

Presentation_ID 47© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Network Protocols and Communications

Summary (cont.)

In this chapter, you learned:

The OSI model describes the processes of encoding, formatting, segmenting, and encapsulating data for transmission over the network.

The TCP/IP protocol suite is an open standard protocol that has been endorsed by the networking industry and ratified, or approved, by a standards organization.

The Internet Protocol Suite is a suite of protocols required for transmitting and receiving information using the Internet.

Protocol Data Units (PDUs) are named according to the protocols of the TCP/IP suite: data, segment, packet, frame, and bits.

Applying models allows individuals, companies, and trade associations to analyze current networks and plan the networks of the future.

Hierarchical Network Design Overview