SlideShare a Scribd company logo
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
ITE PC v4.0
Chapter 1 1
Communicating over the
Network
Network Fundamentals – Chapter 2
ITE PC v4.0
Chapter 1 2
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Objectives
ƒ Describe the structure of a network, including the
devices and media that are necessary for successful
communications.
ƒ Explain the function of protocols in network
communications.
ƒ Explain the advantages of using a layered model to
describe network functionality.
ƒ Describe the role of each layer in two recognized
network models: The TCP/IP model and the OSI
model.
ƒ Describe the importance of addressing and naming
schemes in network communications.
ITE PC v4.0
Chapter 1 3
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Structure
The Elements of Communication
ƒ 3 common elements of communication
• message source
• the channel
• message destination
ƒ The network term is
– data or information networks capable of carrying many different types of communications
ITE PC v4.0
Chapter 1 4
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Structure
Communicating the Messages
ƒ Data is sent across a network in small “chunks” called segments
ITE PC v4.0
Chapter 1 5
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Structure
Components of the Network
ƒ Hardware
– Physical element or hardware of the network
ƒ Software
– Communication programs such as services and processes that run on the networked devices
ITE PC v4.0
Chapter 1 6
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Structure
End Devices and their Role in the Network
ƒ End devices form interface with human network & communications network
– Computer
– Network printer
– Mobile handheld devices
ƒ Role of end devices:
– Client
– Server
– Both client and server
ITE PC v4.0
Chapter 1 7
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Structure
Intermediary Devices and their Role on the Network
ƒ Examples of intermediary network devices are:
– Network Access Devices (Hubs, Switches, and Wireless Access Points)
– Internetworking Devices (Routers)
– Communication Servers and Modems
– Security Devices (Firewalls)
ƒ Role of an intermediary device
– provides connectivity and ensures data flows across network
ITE PC v4.0
Chapter 1 8
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Structure
Network Media
ƒ The channel over which a message travels
ITE PC v4.0
Chapter 1 9
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Types
Local Area Networks (LANs)
ƒ A network serving a home, building or campus is considered a Local Area Network (LAN)
ITE PC v4.0
Chapter 1 10
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Types
Wide Area Networks (WANs)
ƒ LANs separated by geographic distance are connected by a network known as a Wide Area
Network (WAN)
ITE PC v4.0
Chapter 1 11
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Types
The Internet – A Network of Networks
ƒ The internet is defined as a global mesh of interconnected networks
ITE PC v4.0
Chapter 1 12
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Types
Network Representations
ITE PC v4.0
Chapter 1 13
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Function of Protocol in Network
Communication
Rules that Govern Communications
ƒ All communication, whether face-to-face or over a network is governed by
predetermined rules called protocols.
ƒ Successful communication between hosts on a network requires the interaction
of many different protocols.
ITE PC v4.0
Chapter 1 14
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Function of Protocol in Network
Communication
Network Protocols
ƒ Network protocols are used to allow devices to
communicate successfully
ƒ Networking protocols suites describe
processes such as:
– The format or structure of the message
– 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
ITE PC v4.0
Chapter 1 15
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Function of Protocol in Network
Communication
Protocol Suites and Industry Standards
ƒ A standard is a process or protocol that has been endorsed by the networking
industry and ratified by a standards organization
ITE PC v4.0
Chapter 1 16
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Function of Protocol in Network
Communication
The Interaction of Protocols
ƒ Involved with a number of protocols and standard in the process of exchanging information,
e.g. the interaction between a web server and a web browser.
ITE PC v4.0
Chapter 1 17
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Function of Protocol in Network
Communication
Technology Independent Protocols
ƒ Many diverse types of devices can communicate using the same sets of protocols. This is
because protocols specify network functionality, not the underlying technology to support this
functionality.
ITE PC v4.0
Chapter 1 18
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Layers with TCP/IP and OSI Model
The benefits of Using a Layered Model
ƒ Benefits include
– Assists in protocol design, because protocols that operate at a specific layer have
defined information that they act upon and a defined interface to the layers above and
below
– Fosters competition because products from different vendors can work together
– Prevents technology or capability changes in one layer from affecting other layers
above and below
– Provides a common language to describe networking functions and capabilities
ITE PC v4.0
Chapter 1 19
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Layers with TCP/IP and OSI Model
Protocol and Reference Models
ƒ A protocol model
– provides a model that closely
matches the structure of a
particular protocol suite.
ƒ A reference model
– provides a common reference for
maintaining consistency within
all types of network protocols
and services.
ITE PC v4.0
Chapter 1 20
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Layers with TCP/IP and OSI Model
The TCP/IP Model
ITE PC v4.0
Chapter 1 21
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Layers with TCP/IP and OSI Model
The Communication Process
ƒ A complete communication process includes the following steps:
– Creation of data at the application layer of the originating source end device
– Segmentation and encapsulation of data as it passes down the protocol stack in the source end
device
– Generation of the data onto the media at the network access layer of the stack
– Transportation of the data through the internetwork, which consists of media and any intermediary
devices
– Reception of the data at the network access layer of the destination end device
– Decapsulation and ressembly of the data as it passes up the stack in the destination device
– Passing this data to the destination application at the Application layer of the destination end device
ITE PC v4.0
Chapter 1 22
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Layers with TCP/IP and OSI Model
Protocol Data Units (PDU) and Encapsulation
ITE PC v4.0
Chapter 1 23
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Layers with TCP/IP and OSI Model
The Sending and Receiving Process
ITE PC v4.0
Chapter 1 24
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Layers with TCP/IP and OSI Model
The OSI Model
ITE PC v4.0
Chapter 1 25
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Layers with TCP/IP and OSI Model
Comparing the OSI Model with the TCP/IP model
ITE PC v4.0
Chapter 1 26
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Addressing and Naming Schemes
Addressing in the Network
ƒ There are various types of addresses that must be included to successfully deliver the data
from a source application running on one host to the correct destination application on
another.
ITE PC v4.0
Chapter 1 27
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Addressing and Naming Schemes
ƒ Examples of Ethernet MAC Addresses, IP Addresses, and
TCP/UDP Port numbers
ITE PC v4.0
Chapter 1 28
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Addressing and Naming Schemes
Getting the Data through the Internetwork
ƒ Labels in encapsulation headers are used to manage communication in data networks
ITE PC v4.0
Chapter 1 29
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Addressing and Naming Schemes
Getting the Data to the Right Application
ƒ Information in the encapsulation header is used to identify the source and destination processes
for data communication
ITE PC v4.0
Chapter 1 30
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
ITE PC v4.0
Chapter 1 31
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

More Related Content

PDF
Exploration_Network_Chapter_ 2.pbvcxd vfrg njhgydf
PPT
CCNA Exploration 1 - Chapter 2
PPT
ch2 day 1 -Communicating over the Network---2.ppt
PPT
Network Fundamentals – Chapter 2
PPT
Exploration_Network_Chapter2.ppt
PDF
ccna lec 1.pdf
PPT
Cisco network 1 1
PDF
Chapter_1.pdf for ccna_network subject..
Exploration_Network_Chapter_ 2.pbvcxd vfrg njhgydf
CCNA Exploration 1 - Chapter 2
ch2 day 1 -Communicating over the Network---2.ppt
Network Fundamentals – Chapter 2
Exploration_Network_Chapter2.ppt
ccna lec 1.pdf
Cisco network 1 1
Chapter_1.pdf for ccna_network subject..

Similar to Chapter_2.pdf course of network and subject (20)

PPT
Exploration network chapter2
PPT
Exploration_Network_Chapter_1.ppt
PPT
OSI Network Layer
PDF
Chapter 3 Network Protocol and Communications
PDF
Introduction to Networks_v0.2
PPT
Unit 1 introduction
PPT
Ccna day1
PPT
Ite pc v40_chapter8
PPTX
Reference models in Networks: OSI & TCP/IP
PPT
Ccna day1
PPT
C C N A Day1
PPT
PDF
Unit_I_Computer Networks 4.pdf
PPTX
Ccna PPT
PPT
Ccna day1
PPTX
Basic CCNA course 1 (CISCO SYSTEMS).pptx
PPTX
Computer Communication Architecture
PPTX
network.pptx
PPTX
Automation Networking By Shivam Singh
PPTX
OSI model ,Layers in OSI model, Detail .pptx
Exploration network chapter2
Exploration_Network_Chapter_1.ppt
OSI Network Layer
Chapter 3 Network Protocol and Communications
Introduction to Networks_v0.2
Unit 1 introduction
Ccna day1
Ite pc v40_chapter8
Reference models in Networks: OSI & TCP/IP
Ccna day1
C C N A Day1
Unit_I_Computer Networks 4.pdf
Ccna PPT
Ccna day1
Basic CCNA course 1 (CISCO SYSTEMS).pptx
Computer Communication Architecture
network.pptx
Automation Networking By Shivam Singh
OSI model ,Layers in OSI model, Detail .pptx
Ad

More from AhmedHusseinElmi (6)

PPT
research methodology subject lectures note
PPTX
Chapter 03.pptx
PPTX
Chapter 01.pptx
PPTX
Chapter 02.pptx
PPT
ITPM_12.ppt
PPT
ITPM_11.ppt
research methodology subject lectures note
Chapter 03.pptx
Chapter 01.pptx
Chapter 02.pptx
ITPM_12.ppt
ITPM_11.ppt
Ad

Recently uploaded (20)

PPTX
BIOMOLECULES PPT........................
PPTX
The KM-GBF monitoring framework – status & key messages.pptx
PPTX
TOTAL hIP ARTHROPLASTY Presentation.pptx
PPTX
Introduction to Fisheries Biotechnology_Lesson 1.pptx
PPTX
neck nodes and dissection types and lymph nodes levels
PDF
An interstellar mission to test astrophysical black holes
PPTX
Derivatives of integument scales, beaks, horns,.pptx
PPTX
Comparative Structure of Integument in Vertebrates.pptx
PPTX
Microbiology with diagram medical studies .pptx
PDF
Sciences of Europe No 170 (2025)
PDF
HPLC-PPT.docx high performance liquid chromatography
PDF
Phytochemical Investigation of Miliusa longipes.pdf
PDF
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
PPTX
EPIDURAL ANESTHESIA ANATOMY AND PHYSIOLOGY.pptx
PDF
bbec55_b34400a7914c42429908233dbd381773.pdf
PPTX
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
PPT
protein biochemistry.ppt for university classes
PDF
The scientific heritage No 166 (166) (2025)
PPTX
Classification Systems_TAXONOMY_SCIENCE8.pptx
PPTX
7. General Toxicologyfor clinical phrmacy.pptx
BIOMOLECULES PPT........................
The KM-GBF monitoring framework – status & key messages.pptx
TOTAL hIP ARTHROPLASTY Presentation.pptx
Introduction to Fisheries Biotechnology_Lesson 1.pptx
neck nodes and dissection types and lymph nodes levels
An interstellar mission to test astrophysical black holes
Derivatives of integument scales, beaks, horns,.pptx
Comparative Structure of Integument in Vertebrates.pptx
Microbiology with diagram medical studies .pptx
Sciences of Europe No 170 (2025)
HPLC-PPT.docx high performance liquid chromatography
Phytochemical Investigation of Miliusa longipes.pdf
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
EPIDURAL ANESTHESIA ANATOMY AND PHYSIOLOGY.pptx
bbec55_b34400a7914c42429908233dbd381773.pdf
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
protein biochemistry.ppt for university classes
The scientific heritage No 166 (166) (2025)
Classification Systems_TAXONOMY_SCIENCE8.pptx
7. General Toxicologyfor clinical phrmacy.pptx

Chapter_2.pdf course of network and subject

  • 1. © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public ITE PC v4.0 Chapter 1 1 Communicating over the Network Network Fundamentals – Chapter 2
  • 2. ITE PC v4.0 Chapter 1 2 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives ƒ Describe the structure of a network, including the devices and media that are necessary for successful communications. ƒ Explain the function of protocols in network communications. ƒ Explain the advantages of using a layered model to describe network functionality. ƒ Describe the role of each layer in two recognized network models: The TCP/IP model and the OSI model. ƒ Describe the importance of addressing and naming schemes in network communications.
  • 3. ITE PC v4.0 Chapter 1 3 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Structure The Elements of Communication ƒ 3 common elements of communication • message source • the channel • message destination ƒ The network term is – data or information networks capable of carrying many different types of communications
  • 4. ITE PC v4.0 Chapter 1 4 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Structure Communicating the Messages ƒ Data is sent across a network in small “chunks” called segments
  • 5. ITE PC v4.0 Chapter 1 5 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Structure Components of the Network ƒ Hardware – Physical element or hardware of the network ƒ Software – Communication programs such as services and processes that run on the networked devices
  • 6. ITE PC v4.0 Chapter 1 6 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Structure End Devices and their Role in the Network ƒ End devices form interface with human network & communications network – Computer – Network printer – Mobile handheld devices ƒ Role of end devices: – Client – Server – Both client and server
  • 7. ITE PC v4.0 Chapter 1 7 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Structure Intermediary Devices and their Role on the Network ƒ Examples of intermediary network devices are: – Network Access Devices (Hubs, Switches, and Wireless Access Points) – Internetworking Devices (Routers) – Communication Servers and Modems – Security Devices (Firewalls) ƒ Role of an intermediary device – provides connectivity and ensures data flows across network
  • 8. ITE PC v4.0 Chapter 1 8 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Structure Network Media ƒ The channel over which a message travels
  • 9. ITE PC v4.0 Chapter 1 9 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Types Local Area Networks (LANs) ƒ A network serving a home, building or campus is considered a Local Area Network (LAN)
  • 10. ITE PC v4.0 Chapter 1 10 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Types Wide Area Networks (WANs) ƒ LANs separated by geographic distance are connected by a network known as a Wide Area Network (WAN)
  • 11. ITE PC v4.0 Chapter 1 11 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Types The Internet – A Network of Networks ƒ The internet is defined as a global mesh of interconnected networks
  • 12. ITE PC v4.0 Chapter 1 12 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Types Network Representations
  • 13. ITE PC v4.0 Chapter 1 13 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Function of Protocol in Network Communication Rules that Govern Communications ƒ All communication, whether face-to-face or over a network is governed by predetermined rules called protocols. ƒ Successful communication between hosts on a network requires the interaction of many different protocols.
  • 14. ITE PC v4.0 Chapter 1 14 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Function of Protocol in Network Communication Network Protocols ƒ Network protocols are used to allow devices to communicate successfully ƒ Networking protocols suites describe processes such as: – The format or structure of the message – 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
  • 15. ITE PC v4.0 Chapter 1 15 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Function of Protocol in Network Communication Protocol Suites and Industry Standards ƒ A standard is a process or protocol that has been endorsed by the networking industry and ratified by a standards organization
  • 16. ITE PC v4.0 Chapter 1 16 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Function of Protocol in Network Communication The Interaction of Protocols ƒ Involved with a number of protocols and standard in the process of exchanging information, e.g. the interaction between a web server and a web browser.
  • 17. ITE PC v4.0 Chapter 1 17 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Function of Protocol in Network Communication Technology Independent Protocols ƒ Many diverse types of devices can communicate using the same sets of protocols. This is because protocols specify network functionality, not the underlying technology to support this functionality.
  • 18. ITE PC v4.0 Chapter 1 18 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Layers with TCP/IP and OSI Model The benefits of Using a Layered Model ƒ Benefits include – Assists in protocol design, because protocols that operate at a specific layer have defined information that they act upon and a defined interface to the layers above and below – Fosters competition because products from different vendors can work together – Prevents technology or capability changes in one layer from affecting other layers above and below – Provides a common language to describe networking functions and capabilities
  • 19. ITE PC v4.0 Chapter 1 19 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Layers with TCP/IP and OSI Model Protocol and Reference Models ƒ A protocol model – provides a model that closely matches the structure of a particular protocol suite. ƒ A reference model – provides a common reference for maintaining consistency within all types of network protocols and services.
  • 20. ITE PC v4.0 Chapter 1 20 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Layers with TCP/IP and OSI Model The TCP/IP Model
  • 21. ITE PC v4.0 Chapter 1 21 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Layers with TCP/IP and OSI Model The Communication Process ƒ A complete communication process includes the following steps: – Creation of data at the application layer of the originating source end device – Segmentation and encapsulation of data as it passes down the protocol stack in the source end device – Generation of the data onto the media at the network access layer of the stack – Transportation of the data through the internetwork, which consists of media and any intermediary devices – Reception of the data at the network access layer of the destination end device – Decapsulation and ressembly of the data as it passes up the stack in the destination device – Passing this data to the destination application at the Application layer of the destination end device
  • 22. ITE PC v4.0 Chapter 1 22 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Layers with TCP/IP and OSI Model Protocol Data Units (PDU) and Encapsulation
  • 23. ITE PC v4.0 Chapter 1 23 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Layers with TCP/IP and OSI Model The Sending and Receiving Process
  • 24. ITE PC v4.0 Chapter 1 24 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Layers with TCP/IP and OSI Model The OSI Model
  • 25. ITE PC v4.0 Chapter 1 25 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Layers with TCP/IP and OSI Model Comparing the OSI Model with the TCP/IP model
  • 26. ITE PC v4.0 Chapter 1 26 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Addressing and Naming Schemes Addressing in the Network ƒ There are various types of addresses that must be included to successfully deliver the data from a source application running on one host to the correct destination application on another.
  • 27. ITE PC v4.0 Chapter 1 27 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Addressing and Naming Schemes ƒ Examples of Ethernet MAC Addresses, IP Addresses, and TCP/UDP Port numbers
  • 28. ITE PC v4.0 Chapter 1 28 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Addressing and Naming Schemes Getting the Data through the Internetwork ƒ Labels in encapsulation headers are used to manage communication in data networks
  • 29. ITE PC v4.0 Chapter 1 29 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Addressing and Naming Schemes Getting the Data to the Right Application ƒ Information in the encapsulation header is used to identify the source and destination processes for data communication
  • 30. ITE PC v4.0 Chapter 1 30 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary
  • 31. ITE PC v4.0 Chapter 1 31 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public