chapter 3: network protocols and communications - at...

79
© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Presentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks

Upload: phungbao

Post on 05-Feb-2018

244 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Chapter 3: Network Protocols and Communications

Introduction to Networks

Presenter
Presentation Notes
Cisco Networking Academy program Introduction to Networks Chapter 3: Network Protocols and Communications
Page 2: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Chapter 3: 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 3: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Chapter 3 - Scope 3.1 Rules of Communication 3.2 Network Protocols and Standards 3.3 Moving Data in the Network 3.4 Summary

Presenter
Presentation Notes
Chapter 3 Sections
Page 4: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

The Rules What is Communication? Communication is exchange of information through a medium.

Presenter
Presentation Notes
3.1.1.1 What is Communication?
Page 5: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Rules for Communication There must be a sender and receiver

Method of communicating must be agreed, eg - face-to-face, - telephone, - letter, - photograph, etc.

There must be common language and grammar

Speed and timing of delivery must be specified

Confirmation or acknowledgment requirements must be decided on

Presenter
Presentation Notes
3.1.1.2 Establishing the Rules
Page 6: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Machine Communication

Presenter
Presentation Notes
3.1.1.3 Message Encoding
Page 7: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Message Formatting and Encapsulation

Before being sent, a message must be formatted and encapsulated.

Encapsulation means binding together the data and functions that manipulate the data, and keeping them safe from outside interference and misuse.

Presenter
Presentation Notes
3.1.1.4 Message Formatting and Encapsulation
Page 8: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Message Formatting and Encapsulation A message can contain the following elements:

Identifier of the recipient’s location (where)

Identifier of the sender’s location (where)

Salutation or greeting (“Hello”)

Recipient identifier (“Peter”)

The message content (“How are you”)

Source identifier

End of message indicator

Presenter
Presentation Notes
3.1.1.4 Message Formatting and Encapsulation
Page 9: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Message Size, segment, frame An overview of the segmenting process:

A message has a minimum and maximum size.

A message is broken into segments.

Each segment is encapsulated in a separate frame with the address information. The size of one frame is usually limited.

The frames are sent to the receiving host.

At the receiving host, each frame is de-encapsulated and put back together as a message. It is then processed and interpreted.

Presenter
Presentation Notes
3.1.1.5 Message Size
Page 10: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

The Rules Message Sending process A message is broken into segments.

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

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

Presenter
Presentation Notes
3.1.1.5 Message Size
Page 11: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Message Timing Access Method Managing data on a network is a form of data traffic control.

The set of rules that governs how network traffic is controlled is called the access method.

Access Method determines when it is ready for a computer to send a message to avoid a collision of information.

It is necessary for computers to define an access method.

Hosts on a network need an access method to know when to begin sending messages and how to respond when errors occur.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 12: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Message Timing Flow Control

Source and destination hosts use flow control to, - negotiate correct timing for successful communication - determine the amount of data to send, - determine the speed of sending.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 13: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Message Timing Response Timeout

When a message is sent, it can be received successfully.

But sometimes, the receiver may take too long to do so. A time duration for timeout needs to be set. This is known as Response Timeout.

Hosts on the network have rules that specify, - how long to wait for responses; after a pre-set time, the hosts will stop trying and issue a response timeout message - what action to take if a response timeout occurs.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 14: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Message Delivery Options 3 ways of sending messages are:

• Unicast (one-to-one) Unicast is communication between a single sender and a single receiver over a network.

• Multicast (one-to-many) Multicast is communication between a single sender and many interested receivers over a network.

• Broadcast (one-to-all) Broadcast is communication between a single sender and ALL devices in a network.

Presenter
Presentation Notes
3.1.1.7 Message Delivery Options
Page 15: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

3.2 Network Protocols and Standards

Presenter
Presentation Notes
Cisco Networking Academy program Introduction to Networks Chapter 3: Network Protocols and Communications
Page 16: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Protocols Rules that Govern Communications

Presenter
Presentation Notes
3.2.1.1 Protocols: Rules that Govern Communications
Page 17: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Protocols Network Protocols

Communication in networks also need rules to govern:

Message format or structure

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

Presenter
Presentation Notes
3.2.1.2 Network Protocols
Page 18: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Protocols 4 Layers 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

Presenter
Presentation Notes
3.2.1.3 Interaction of Protocols
Page 19: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Protocol Suites TCP/IP Protocol Suite and Communication

Presenter
Presentation Notes
3.2.2.3 TCP/IP Protocol Suite and Communication Process
Page 20: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Protocol Suites Protocol Suites and Industry Standards

Four protocol suites used in the Industry are: • TCP/IP • ISO • Apple Talk • Novell Netware

Presenter
Presentation Notes
3.2.2.1 Protocol Suites and Industry Standards
Page 21: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

Presentation_ID 21 © 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).

Presenter
Presentation Notes
3.2.2.2 Creation of the Internet and Development of TCP/IP
Page 22: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Protocol Suites Creation of Internet, Development of TCP/IP 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.

Presenter
Presentation Notes
3.2.2.2 Creation of the Internet and Development of TCP/IP
Page 23: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

Presentation_ID 23 © 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)

Presenter
Presentation Notes
3.2.3.1 Open Standards
Page 24: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Standards Organizations ISOC, IAB, and IETF

Presenter
Presentation Notes
3.2.3.2 ISOC, IAB, and IETF
Page 25: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

Presentation_ID 25 © 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

Presenter
Presentation Notes
3.2.3.3 IEEE
Page 26: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Standards Organizations Open Systems Interconnection (OSI)

OSI Model has 7 layers; data packets will travel through these layers.

The Open Systems Interconnection model (OSI model) is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system.

Presenter
Presentation Notes
3.2.3.4 ISO
Page 27: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

Presentation_ID 27 © 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)

Presenter
Presentation Notes
3.2.3.5 Other Standards Organizations
Page 28: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Presenter
Presentation Notes
3.2.4.1 The Benefits of Using a Layered Model
Page 29: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Models Compared

Presenter
Presentation Notes
3.2.4.1 The Benefits of Using a Layered Model
Page 30: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Reference Models The TCP/IP Reference Model

Presenter
Presentation Notes
3.2.4.3 The TCP/IP Protocol Model
Page 31: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Reference Models Comparing the OSI and TCP/IP Models

Presenter
Presentation Notes
3.2.4.4 Comparing the OSI Model with the TCP/IP Model
Page 32: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

3.3 Moving Data in the Network

Presenter
Presentation Notes
Cisco Networking Academy program Introduction to Networks Chapter 3: Network Protocols and Communications
Page 33: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

The Rules Message Sending process A message is broken into segments.

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

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

Presenter
Presentation Notes
3.1.1.5 Message Size
Page 34: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Data Encapsulation Communicating the Messages Segmenting message benefits

Different conversations can be interleaved (mixed together as one) Increased reliability of network communications

Segmenting message disadvantage Increased level of complexity – more programming processes are needed to split a message into segments

Presenter
Presentation Notes
3.3.1.1 Communicating the Messages
Page 35: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Data Encapsulation Protocol Data Units (PDUs)

Data (to be sent, such as an email)

Segment

Packet

Frame

Bits

Presenter
Presentation Notes
3.3.1.2 Protocol Data Units (PDUs)
Page 36: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Data Encapsulation OSI Protocol Data Units (PDUs)

During data encapsulation, headers are added to the previous data.

Presenter
Presentation Notes
3.3.1.2 Protocol Data Units (PDUs)
Page 37: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Data Encapsulation TCP/IP PDU

During protocol encapsulation, protocol headers of each OSI layer are added to the data.

Presenter
Presentation Notes
3.3.1.3 Encapsulation
Page 38: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Data Encapsulation TCP/IP Protocol De-encapsulation

Presenter
Presentation Notes
3.3.1.4 De-encapsulation
Page 39: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Moving Data in the Network Accessing Local Resources

Presenter
Presentation Notes
3.3.2.1 Network Addresses and Data Link addresses
Page 40: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Accessing Local Resources MAC Address

A media access control address (MAC address) is the physical address of a computer. It is a unique identifier assigned to devices in a network segment. Using this address, data can reach the intended Destination.

Presenter
Presentation Notes
3.3.2.3 MAC and IP Addresses
Page 41: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Accessing Local Resources Communicating with Device / Same Network

Presenter
Presentation Notes
3.3.2.2 Communicating with a Device on the Same Network
Page 42: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Accessing Remote Resources Default Gateway

• In a TCP/IP network, nodes such as servers, workstations and network devices each have a defined default route setting

• This setting points to the default gateway where packets are sent to • The gateway is a router • Information for routing are stored in the PDU

Presenter
Presentation Notes
3.3.3.1 Default Gateway
Page 43: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Accessing Remote Resources Communicating Device / Remote Network

One router controls traffic for one network. Data can be sent from one network to another network.

Presenter
Presentation Notes
3.3.3.2 Communicating with a Device on a Remote Network
Page 44: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

Presentation_ID 44 © 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.

Presenter
Presentation Notes
Chapter 3 Summary
Page 45: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

Presentation_ID 45 © 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.

Presenter
Presentation Notes
Chapter 3 Summary (cont.)
Page 46: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

END OF CHAPTER 3

Presenter
Presentation Notes
Chapter 3 Summary (cont.)
Page 47: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

1. In a network, data are sent in the form of ________.

Before being sent, a message must be formatted and ___________.

Encapsulation means _______ together the data and functions that manipulate the data, and keeping them safe from outside interference and misuse.

Presenter
Presentation Notes
3.1.1.4 Message Formatting and Encapsulation
Page 48: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

1. In a network, data are sent in the form of messages.

Before being sent, a message must be formatted and encapsulated.

Encapsulation means binding together the data and functions that manipulate the data, and keeping them safe from outside interference and misuse.

Presenter
Presentation Notes
3.1.1.4 Message Formatting and Encapsulation
Page 49: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

2. A message has a minimum and maximum size.

It is broken into _________.

Each segment is encapsulated in a separate ________ with the address information. The size of one frame is usually limited.

The frames are sent to the receiving ____.

At the receiving host, each frame is __________ and put back together as a message. It is then processed and interpreted.

Presenter
Presentation Notes
3.1.1.5 Message Size
Page 50: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 2. A message has a minimum and maximum size.

It is broken into segments.

Each segment is encapsulated in a separate frame with the address information. The size of one frame is usually limited.

The frames are sent to the receiving host.

At the receiving host, each frame is de-encapsulated and put back together as a message. It is then processed and interpreted.

Presenter
Presentation Notes
3.1.1.5 Message Size
Page 51: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 3. The set of rules that governs how network traffic is controlled is called the _________ _________.

Access Method determines when it is ready for a computer to send a message to avoid a ___________ of information.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 52: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 3. The set of rules that governs how network traffic is controlled is called the access method.

Access Method determines when it is ready for a computer to send a message to avoid a collision of information.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 53: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 4. Source and destination hosts use ______ _______ to, - negotiate correct timing for successful communication - determine the amount of data to send, - determine the speed of sending.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 54: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 4. Source and destination hosts use flow control to, - negotiate correct timing for successful communication - determine the amount of data to send, - determine the speed of sending.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 55: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

5. When a message is sent, it can be received successfully.

But sometimes, the receiver may take too long to do so. A time duration for timeout needs to be set. This is known as _________ _________.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 56: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

5. When a message is sent, it can be received successfully.

But sometimes, the receiver may take too long to do so. A time duration for timeout needs to be set. This is known as Response Timeout.

Presenter
Presentation Notes
3.1.1.6 Message Timing
Page 57: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 6. Three ways of sending messages are:

• ________

• ________

• ________

Presenter
Presentation Notes
3.1.1.7 Message Delivery Options
Page 58: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 6. Three ways of sending messages are:

• Unicast (one-to-one) Unicast is communication between a single sender and a single receiver over a network.

• Multicast (one-to-many) Multicast is communication between a single sender and many interested receivers over a network.

• Broadcast (one-to-all) Broadcast is communication between a single sender and ALL devices in a network.

Presenter
Presentation Notes
3.1.1.7 Message Delivery Options
Page 59: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

7. The four TCP/IPprotocol layers are:

A_________

T__________

I___________

N__________

Presenter
Presentation Notes
3.2.1.3 Interaction of Protocols
Page 60: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

7. The four protocol layers are:

Application Protocol – Hypertext Transfer Protocol (HTTP)

Transport Protocol – Transmission Control Protocol (TCP)

Internet Protocol – Internet Protocol (IP)

Network Access Protocols – Data link & physical layers

Presenter
Presentation Notes
3.2.1.3 Interaction of Protocols
Page 61: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

8. Four protocol suites used in the Industry are: • TCP/IP

• Novell Netware

Presenter
Presentation Notes
3.2.2.1 Protocol Suites and Industry Standards
Page 62: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

8. Four protocol suites used in the Industry are: • TCP/IP • ISO • Apple Talk • Novell Netware

Presenter
Presentation Notes
3.2.2.1 Protocol Suites and Industry Standards
Page 63: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

The OSI Model has _______ layers; ______ packets will travel through these layers.

9. The Open Systems Interconnection model (OSI model) is a conceptual model that characterizes and standardizes the _____________ functions of a telecommunication or computing system.

Presenter
Presentation Notes
3.2.3.4 ISO
Page 64: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

The OSI Model has 7 layers; data packets will travel through these layers.

9. The Open Systems Interconnection model (OSI model) is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system.

Presenter
Presentation Notes
3.2.3.4 ISO
Page 65: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

10. Name the two models shown:

Presenter
Presentation Notes
3.2.4.1 The Benefits of Using a Layered Model
Page 66: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

10. Name the two models shown:

Presenter
Presentation Notes
3.2.4.1 The Benefits of Using a Layered Model
Page 67: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

11. PDU stands for _______ ______ _____. A PDU consists of,

Data

S_______

Packet

F______

Bits

Presenter
Presentation Notes
3.3.1.2 Protocol Data Units (PDUs)
Page 68: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

11. PDU stands for Packet Data Unit. A PDU consists of,

Data

Segment

Packet

Frame

Bits

Presenter
Presentation Notes
3.3.1.2 Protocol Data Units (PDUs)
Page 69: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Data Encapsulation OSI PDUs

12. During data encapsulation, headers are added to the previous data.

Segment = _______ header + data

Packet = _______ header + segment

Frame = _______ header + packet

Frame = set of ______

Presenter
Presentation Notes
3.3.1.2 Protocol Data Units (PDUs)
Page 70: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

OSI PDUs 12. During data encapsulation, headers are added to the previous data.

Segment = transport header + data

Packet = network header + segment

Frame = frame header + packet

Frame = set of bits

Presenter
Presentation Notes
3.3.1.2 Protocol Data Units (PDUs)
Page 71: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 13. During protocol encapsulation for TCP/IP model, protocol headers of each layer are added to the data. TCP segment = User Data + _____ header IP Packet = TCP segment + ____ header Ethernet Frame = IP packet + ______ header

Presenter
Presentation Notes
3.3.1.3 Encapsulation
Page 72: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 13. During protocol encapsulation for TCP/IP model, protocol headers of each layer are added to the data. TCP segment = User Data + TCP header IP Packet = TCP segment + IP header Ethernet Frame = IP packet + Ethernet header

Presenter
Presentation Notes
3.3.1.3 Encapsulation
Page 73: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 14. A media access control address (MAC address) is the _______ address of a computer. It is a unique identifier assigned to devices in a network segment. Using this address, data can reach the intended __________.

Presenter
Presentation Notes
3.3.2.3 MAC and IP Addresses
Page 74: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 14. A media access control address (MAC address) is the physical address of a computer. It is a unique identifier assigned to devices in a network segment. Using this address, data can reach the intended Destination.

Presenter
Presentation Notes
3.3.2.3 MAC and IP Addresses
Page 75: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 15. In a TCP/IP network, the ______ is a router. All data must pass this gateway to reach its network.

Presenter
Presentation Notes
3.3.3.1 Default Gateway
Page 76: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review 15. In a TCP/IP network, the gateway is a router. All data must pass this gateway to reach its network.

Presenter
Presentation Notes
3.3.3.1 Default Gateway
Page 77: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

16. One router controls ________ for one network. ______ can be sent from one network to another network.

Presenter
Presentation Notes
3.3.3.2 Communicating with a Device on a Remote Network
Page 78: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

Review

16. One router controls traffic for one network. Data can be sent from one network to another network.

Presenter
Presentation Notes
3.3.3.2 Communicating with a Device on a Remote Network
Page 79: Chapter 3: Network Protocols and Communications - AT …atshare.weebly.com/uploads/1/0/8/9/10891690/ne... · Chapter 3: Network Protocols and ... 琀漀 一攀琀眀漀爀欀猀屲Chapter

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

END OF REVIEW

Presenter
Presentation Notes
3.3.3.2 Communicating with a Device on a Remote Network