SlideShare uma empresa Scribd logo
1 de 50
Chapter 10: 
Application Layer 
Introduction to Networks 
© 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 1
Chapter 10: Objectives 
By the end of this chapter, you will be able to: 
 Explain how the functions of the application layer, session layer, 
and presentation layer work together to provide network services to 
end user applications. 
 Describe how common application layer protocols interact with end 
user applications. 
 Describe, at a high level, common application layer protocols that 
provide Internet services to end-users, including WWW services 
and email. 
 Describe application layer protocols that provide IP addressing 
services, including DNS and DHCP. 
 Describe the features and operation of well-known application layer 
protocols that allow for file sharing services, including: FTP, File 
Sharing Services, SMB protocol. 
 Explain how data is moved across the network, from opening an 
application to receiving data. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
Chapter 10 
10.0 Introduction 
10.1 Application Layer Protocols 
10.2 Well-Known Application Layer Protocols and Service 
10.3 The Message Heard Around the World 
10.4 Summary 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
10.1 Application Layer 
Protocols 
© 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 4
Application, Session and Presentation 
OSI and TCP/IP Models Revisited 
The key parallels are in the transport and network layer. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
Application Session and Presentation 
Application Layer 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
Application, Session and Presentation 
Presentation and Session Layers 
 Presentation layer 
 Coding and conversion of application layer data 
 Data compression 
 Data encryption for the transmission and decryption of 
data upon receipt by the destination 
 Session layer 
 Functions, creates, and maintains dialogs between source 
and destination applications 
 Handles the exchange of information to initiate dialogs, 
keep them active, and to restart sessions 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
Application, Session and Presentation 
Presentation and Session Layers (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
Application, Session and Presentation 
TCP/IP Application Layer Protocols 
 Domain Name Service Protocol (DNS) – used to resolve Internet 
names to IP addresses 
 Telnet – a terminal emulation protocol used to provide remote access 
to servers and networking devices 
 Bootstrap Protocol (BOOTP) – a precursor to the DHCP protocol, a 
network protocol used to obtain IP address information during bootup 
 Dynamic Host Control Protocol (DHCP) – used to assign an IP 
address, subnet mask, default gateway and DNS server to a host 
 Hypertext Transfer Protocol (HTTP) – used to transfer files that 
make up the Web pages of the World Wide Web 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
Application, Session and Presentation 
TCP/IP Application Layer Protocols (cont.) 
 File Transfer Protocol (FTP) - used for interactive file transfer 
between systems 
 Trivial File Transfer Protocol (TFTP) - used for connectionless 
active file transfer 
 Simple Mail Transfer Protocol (SMTP) - used for the transfer of 
mail messages and attachments 
 Post Office Protocol (POP) - used by email clients to retrieve email 
from a remote server 
 Internet Message Access Protocol (IMAP) – another protocol for 
email retrieval 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
How Application Protocols Interact with End-User Applications 
Peer-to-Peer Networks 
Both devices are considered equal in the communication. 
The roles of client and server are set on a per request basis. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11
How Application Protocols Interact with End-User Applications 
Peer-to-Peer Applications 
Client and server in the same communication. 
Both can initiate a communication and are considered 
equal in the communication process. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
How Application Protocols Interact with End-User Applications 
Common P2P Applications 
 With P2P applications, each computer in the network running the 
application can act as a client or a server for the other computers in 
the network running the application. 
 Common P2P applications include: 
 eDonkey 
 eMule 
 Shareaza 
 BitTorrent 
 Bitcoin 
 LionShare 
 Some P2P applications are based on the Gnutella protocol which 
enables people to share files on their hard disks with others 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
How Application Protocols Interact with End-User Applications 
Client-Server Model 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
How Application Protocols Interact with End-User Applications 
Client-Server Model 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
10.2 Well-Known 
Application Layer 
Protocols and Services 
© 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 16
Common Application Layer Protocols 
Application Layer Protocols Revisited 
Three application layer protocols involved in everyday work or play 
include: 
 HTTP to browse the web. 
 Simple Mail Transfer Protocol (SMTP) to enable users to send email. 
 Post Office Protocol (POP) to enable users to receive email. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
Common Application Layer Protocols 
Hypertext Transfer Protocol and Hypertext 
Markup Language 
Example URL: http://www.cisco.com/index.html 
1. First, the browser interprets the three parts of the URL: 
 http (the protocol or scheme) 
 www.cisco.com (the server name) 
 index.html (the specific file name requested) 
2. Browser checks with a name server to convert www.cisco.com into 
a numeric address 
3. Using the HTTP protocol requirements sends a GET request to the 
server and asks for the file index.html 
4. Server sends the HTML code for this web page 
5. Browser deciphers the HTML code and formats the page 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
Common Application Layer Protocols 
HTTP and HTTPS 
 Developed to publish and retrieve HTML pages 
 Used for data transfer 
 Specifies a request/response protocol 
 Three common message types are GET, POST, and PUT 
 GET is a client request for data 
 POST and PUT are used to send messages that upload data to the 
web server 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
Common Application Layer Protocols 
SMTP, POP, and IMAP 
 Typically use an application 
called a Mail User Agent 
(email client) 
 Allows messages to be sent 
 Places received messages 
into the client's mailbox 
 SMTP - Send email from 
either a client or a server 
 POP - Receive email 
messages from an email 
server 
 IMAP - Internet Message 
Access Protocol 
 Email client provides the 
functionality of both 
protocols within one 
application 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
Common Application Layer Protocols 
SMTP, POP, and IMAP (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
Common Application Layer Protocols 
SMTP, POP, and IMAP (cont.) 
Simple Mail Transfer Protocol (SMTP) 
 transfers mail 
 message must be formatted properly 
 SMTP processes must be running on both the client and server 
 message header must have a properly formatted recipient email 
address and a sender 
 uses port 25 
Post Office Protocol (POP) 
 enables a workstation to retrieve mail from a mail server 
 mail is downloaded from the server to the client and then deleted on 
the server 
 uses port 110 
 POP does not store messages 
 POP3 is desirable for an ISP, because it alleviates their responsibility 
for managing large amounts of storage for their email servers 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
Common Application Layer Protocols 
SMTP, POP, and IMAP (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
Common Application Layer Protocols 
SMTP, POP, and IMAP (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
Everyday Application Layer Protocols 
SMTP, POP, and IMAP (cont.) 
 MDA accepts a piece of email from MTA and performs the actual 
delivery. 
 MDA receives all the inbound mail from the MTA and places it into 
mailboxes. 
 MDA can also resolve final delivery issues, such as virus scanning, 
spam filtering, and return-receipt handling. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
Common Application Layer Protocols 
SMTP, POP, and IMAP (cont.) 
Simple Mail Transfer Protocol (SMTP) 
 Transfers mail reliably and efficiently 
Post Office Protocol (POP) 
 Enables a workstation to retrieve mail from a mail server 
 With POP, mail is downloaded from the server to the client and then 
deleted on the server 
Internet Message Access Protocol (IMAP) 
 Another protocol that to retrieves email messages 
 Unlike POP, when the user connects to an IMAP-capable server, 
copies of the messages are downloaded to the client application 
 Original messages are kept on the server until manually deleted 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26
Providing IP Addressing Services 
Domain Name Service 
A human legible 
name is resolved 
to its numeric 
network device 
address by the 
DNS protocol. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 27
Providing IP Addressing Services 
Domain Name Service (cont.) 
A human legible 
name is resolved 
to its numeric 
network device 
address by the 
DNS protocol. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 28
Providing IP Addressing Services 
Domain Name Service (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 29
Providing IP Addressing Services 
DNS Message Format 
 DNS server stores different types of resource records used to resolve 
names 
 Contains the name, address, and type of record. 
 Record types are: 
 A – An end device address 
 NS – An authoritative name server 
 CNAME – The canonical name for an alias; used when multiple 
services have the single network address, but each service has its 
own entry in DNS 
 MX – Mail exchange record; maps a domain name to a list of mail 
exchange servers 
 Unable to resolve the name using its stored records, contacts other 
servers. 
 Server temporarily stores the numbered address that matches the name 
in cache memory. 
 Windows ipconfig /displaydns displays all cached DNS. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 30
Providing IP Addressing Services 
DNS Hierarchy 
Examples top-level 
domains: 
.au - Australia 
.co - Colombia 
.com - business 
or industry 
.jp - Japan 
.org - non-profit 
organization 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 31
Providing IP Addressing Services 
nslookup 
 Operating system utility called nslookup allows the user to manually 
query the name servers to resolve a given host name 
 Utility can be used to troubleshoot name resolution issues and to verify 
the current status of the name servers 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 32
Providing IP Addressing Services 
Dynamic Host Configuration Protocol 
 DHCP allows a host to obtain an IP address dynamically. 
 DHCP server is contacted and address requested - chooses address 
from a configured range of addresses called a pool and “leases” it to 
the host for a set period. 
 DHCP used for general purpose hosts such as end user devices, 
and static addressing is used for network devices such as gateways, 
switches, servers and printers. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 33
Providing IP Addressing Services 
Dynamic Host Configuration Protocol (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 34
Providing IP Addressing Services 
DHCP Operation 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 35
Providing File Sharing Services 
File Transfer Protocol 
 FTP allow data transfers between a client and a server. 
 FTP client is an application that runs on a computer that is used to 
push and pull data from a server running an FTP daemon. 
 To successfully transfer data, FTP requires two connections between 
the client and the server, one for commands and replies, the other for 
the actual file transfer. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 36
Providing File Sharing Services 
File Transfer Protocol (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 37
Providing File Sharing Services 
Server Message Block 
 Clients establish 
a long term 
connection to 
servers. 
 After the 
connection is 
established, the 
user can access 
the resources on 
the server as if 
the resource is 
local to the client 
host. 
SMB is a client-server, request-response protocol. Servers 
can make their resources available to clients on the network. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 38
Providing File Sharing Services 
Server Message Block (cont.) 
A file may be copied from PC to PC with Windows 
Explorer using the SMB protocol. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 39
10.3 The Message Heard 
Around the World 
© 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 40
Move It! 
The Internet of Things 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 41
Move It! 
Message Travels Through a Network 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 42
Move It! 
Message Travels Through a Network (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 43
Move It! 
Message Travels Through a Network (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 44
Move It! 
Getting the Data to the End Device 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 45
Move It! 
Getting the Data through the Internetwork 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 46
Move It! 
Getting the Data to the Right Application 
At the end device, the service port number directs the data to 
the correct conversation. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 47
Application Layer 
Summary 
 Applications are computer programs with which the user interacts and 
which initiate the data transfer process at the user’s request. 
 Services are background programs that provide the connection 
between the application layer and the lower layers of the networking 
model. 
 Protocols provide a structure of agreed-upon rules and processes that 
ensure services running on one particular device can send and receive 
data from a range of different network devices. 
 HTTP supports the delivery of web pages to end devices. 
 SMTP, POP, and IMAP support sending and receiving email. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 48
Application Layer 
Summary 
 SMB and FTP enable users to share files. 
 P2P applications make it easier for consumers to seamlessly share 
media. 
 DNS resolves the human legible names used to refer to network 
resources into numeric addresses usable by the network 
 All of these elements work together, at the application layer. 
 The application layer enables users to work and play over the 
Internet. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 49
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 50

Mais conteúdo relacionado

Mais procurados

CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2Nil Menon
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsVuz Dở Hơi
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6Nil Menon
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing conceptsteknetir
 
CCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 7: Securing Site-to-site ConnectivityCCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 7: Securing Site-to-site ConnectivityVuz Dở Hơi
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3Nil Menon
 
CCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkCCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkVuz Dở Hơi
 
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksCCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksVuz Dở Hơi
 
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11Nil Menon
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4Vuz Dở Hơi
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06Irsandi Hasan
 
CCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband SolutionsCCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband SolutionsVuz Dở Hơi
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingCCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingVuz Dở Hơi
 
CCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control ListsCCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control ListsVuz Dở Hơi
 

Mais procurados (20)

CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6
 
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
 
CCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 7: Securing Site-to-site ConnectivityCCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3
 
CCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkCCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the network
 
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksCCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
 
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
CCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband SolutionsCCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband Solutions
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingCCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan Routing
 
CCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control ListsCCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control Lists
 

Destaque

CCNA 1 Routing and Switching v5.0 Chapter 7
CCNA 1 Routing and Switching v5.0 Chapter 7CCNA 1 Routing and Switching v5.0 Chapter 7
CCNA 1 Routing and Switching v5.0 Chapter 7Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1Nil Menon
 
CCNA R&S Overview Presentation
CCNA R&S Overview PresentationCCNA R&S Overview Presentation
CCNA R&S Overview PresentationCNA KFUPM
 
Cehv8 Labs - Module04: Enumeration
Cehv8 Labs - Module04: EnumerationCehv8 Labs - Module04: Enumeration
Cehv8 Labs - Module04: EnumerationVuz Dở Hơi
 
Điện toán đám mây
Điện toán đám mâyĐiện toán đám mây
Điện toán đám mâyviettruong865
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksCCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksVuz Dở Hơi
 
Ceh v8 Labs - Module18: Buffer Overflow.
Ceh v8 Labs - Module18: Buffer Overflow.Ceh v8 Labs - Module18: Buffer Overflow.
Ceh v8 Labs - Module18: Buffer Overflow.Vuz Dở Hơi
 
Routing and switching essentials companion guide
Routing and switching essentials companion guideRouting and switching essentials companion guide
Routing and switching essentials companion guideSiddhartha Rajbhatt
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationCCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationVuz Dở Hơi
 
More than 200 CCNA Question Answer
More than 200 CCNA Question AnswerMore than 200 CCNA Question Answer
More than 200 CCNA Question Answerpatel_niket9
 
Cehv8 Labs - Module07: Viruses and Worms.
Cehv8 Labs - Module07: Viruses and Worms.Cehv8 Labs - Module07: Viruses and Worms.
Cehv8 Labs - Module07: Viruses and Worms.Vuz Dở Hơi
 
CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10Nil Menon
 

Destaque (14)

CCNA 1 Routing and Switching v5.0 Chapter 7
CCNA 1 Routing and Switching v5.0 Chapter 7CCNA 1 Routing and Switching v5.0 Chapter 7
CCNA 1 Routing and Switching v5.0 Chapter 7
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1
 
CCNA R&S Overview Presentation
CCNA R&S Overview PresentationCCNA R&S Overview Presentation
CCNA R&S Overview Presentation
 
Ccnpswitch
CcnpswitchCcnpswitch
Ccnpswitch
 
Cehv8 Labs - Module04: Enumeration
Cehv8 Labs - Module04: EnumerationCehv8 Labs - Module04: Enumeration
Cehv8 Labs - Module04: Enumeration
 
Ccna command
Ccna commandCcna command
Ccna command
 
Điện toán đám mây
Điện toán đám mâyĐiện toán đám mây
Điện toán đám mây
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksCCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networks
 
Ceh v8 Labs - Module18: Buffer Overflow.
Ceh v8 Labs - Module18: Buffer Overflow.Ceh v8 Labs - Module18: Buffer Overflow.
Ceh v8 Labs - Module18: Buffer Overflow.
 
Routing and switching essentials companion guide
Routing and switching essentials companion guideRouting and switching essentials companion guide
Routing and switching essentials companion guide
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationCCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
 
More than 200 CCNA Question Answer
More than 200 CCNA Question AnswerMore than 200 CCNA Question Answer
More than 200 CCNA Question Answer
 
Cehv8 Labs - Module07: Viruses and Worms.
Cehv8 Labs - Module07: Viruses and Worms.Cehv8 Labs - Module07: Viruses and Worms.
Cehv8 Labs - Module07: Viruses and Worms.
 
CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10
 

Semelhante a CCNA 1 Routing and Switching v5.0 Chapter 10

CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10Irsandi Hasan
 
Chapter 10 - Application Layer
Chapter 10 - Application LayerChapter 10 - Application Layer
Chapter 10 - Application LayerYaser Rahmati
 
CCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerCCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerVuz Dở Hơi
 
Chapter 10 : Application layer
Chapter 10 : Application layerChapter 10 : Application layer
Chapter 10 : Application layerteknetir
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4Irsandi Hasan
 
Ccna v5-S1-Chapter 10
Ccna v5-S1-Chapter 10Ccna v5-S1-Chapter 10
Ccna v5-S1-Chapter 10Hamza Malik
 
Application Layer Functionality and Protocols
Application Layer Functionality and ProtocolsApplication Layer Functionality and Protocols
Application Layer Functionality and ProtocolsSachii Dosti
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5Irsandi Hasan
 
Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7Hamza Malik
 
Ex 1 chapter03-appliation-layer-tony_chen
Ex 1 chapter03-appliation-layer-tony_chenEx 1 chapter03-appliation-layer-tony_chen
Ex 1 chapter03-appliation-layer-tony_chenĐô GiẢn
 
Ex 1 chapter03-appliation-layer-tony_chen
Ex 1 chapter03-appliation-layer-tony_chenEx 1 chapter03-appliation-layer-tony_chen
Ex 1 chapter03-appliation-layer-tony_chenĐô GiẢn
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10Irsandi Hasan
 
Chapter 07 - Transport Layer
Chapter 07 - Transport LayerChapter 07 - Transport Layer
Chapter 07 - Transport LayerYaser Rahmati
 
Chapter 7 : Transport layer
Chapter 7 : Transport layerChapter 7 : Transport layer
Chapter 7 : Transport layerteknetir
 
CCNAv5 - S1: Chapter 7 - Transport Layer
CCNAv5 - S1: Chapter 7 - Transport LayerCCNAv5 - S1: Chapter 7 - Transport Layer
CCNAv5 - S1: Chapter 7 - Transport LayerVuz Dở Hơi
 
محمد مشاري
محمد مشاريمحمد مشاري
محمد مشاريmaherrrrz
 
CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7Irsandi Hasan
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10Waqas Ahmed Nawaz
 
application layer protocol for iot.pptx
application layer protocol for iot.pptxapplication layer protocol for iot.pptx
application layer protocol for iot.pptxaravind Guru
 
Exploration network chapter3
Exploration network chapter3Exploration network chapter3
Exploration network chapter3r82093403
 

Semelhante a CCNA 1 Routing and Switching v5.0 Chapter 10 (20)

CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10
 
Chapter 10 - Application Layer
Chapter 10 - Application LayerChapter 10 - Application Layer
Chapter 10 - Application Layer
 
CCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerCCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application Layer
 
Chapter 10 : Application layer
Chapter 10 : Application layerChapter 10 : Application layer
Chapter 10 : Application layer
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4
 
Ccna v5-S1-Chapter 10
Ccna v5-S1-Chapter 10Ccna v5-S1-Chapter 10
Ccna v5-S1-Chapter 10
 
Application Layer Functionality and Protocols
Application Layer Functionality and ProtocolsApplication Layer Functionality and Protocols
Application Layer Functionality and Protocols
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
 
Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7
 
Ex 1 chapter03-appliation-layer-tony_chen
Ex 1 chapter03-appliation-layer-tony_chenEx 1 chapter03-appliation-layer-tony_chen
Ex 1 chapter03-appliation-layer-tony_chen
 
Ex 1 chapter03-appliation-layer-tony_chen
Ex 1 chapter03-appliation-layer-tony_chenEx 1 chapter03-appliation-layer-tony_chen
Ex 1 chapter03-appliation-layer-tony_chen
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
 
Chapter 07 - Transport Layer
Chapter 07 - Transport LayerChapter 07 - Transport Layer
Chapter 07 - Transport Layer
 
Chapter 7 : Transport layer
Chapter 7 : Transport layerChapter 7 : Transport layer
Chapter 7 : Transport layer
 
CCNAv5 - S1: Chapter 7 - Transport Layer
CCNAv5 - S1: Chapter 7 - Transport LayerCCNAv5 - S1: Chapter 7 - Transport Layer
CCNAv5 - S1: Chapter 7 - Transport Layer
 
محمد مشاري
محمد مشاريمحمد مشاري
محمد مشاري
 
CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
 
application layer protocol for iot.pptx
application layer protocol for iot.pptxapplication layer protocol for iot.pptx
application layer protocol for iot.pptx
 
Exploration network chapter3
Exploration network chapter3Exploration network chapter3
Exploration network chapter3
 

Último

Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 

Último (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 

CCNA 1 Routing and Switching v5.0 Chapter 10

  • 1. Chapter 10: Application Layer Introduction to Networks © 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 1
  • 2. Chapter 10: Objectives By the end of this chapter, you will be able to:  Explain how the functions of the application layer, session layer, and presentation layer work together to provide network services to end user applications.  Describe how common application layer protocols interact with end user applications.  Describe, at a high level, common application layer protocols that provide Internet services to end-users, including WWW services and email.  Describe application layer protocols that provide IP addressing services, including DNS and DHCP.  Describe the features and operation of well-known application layer protocols that allow for file sharing services, including: FTP, File Sharing Services, SMB protocol.  Explain how data is moved across the network, from opening an application to receiving data. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
  • 3. Chapter 10 10.0 Introduction 10.1 Application Layer Protocols 10.2 Well-Known Application Layer Protocols and Service 10.3 The Message Heard Around the World 10.4 Summary Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
  • 4. 10.1 Application Layer Protocols © 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 4
  • 5. Application, Session and Presentation OSI and TCP/IP Models Revisited The key parallels are in the transport and network layer. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
  • 6. Application Session and Presentation Application Layer Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
  • 7. Application, Session and Presentation Presentation and Session Layers  Presentation layer  Coding and conversion of application layer data  Data compression  Data encryption for the transmission and decryption of data upon receipt by the destination  Session layer  Functions, creates, and maintains dialogs between source and destination applications  Handles the exchange of information to initiate dialogs, keep them active, and to restart sessions Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
  • 8. Application, Session and Presentation Presentation and Session Layers (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
  • 9. Application, Session and Presentation TCP/IP Application Layer Protocols  Domain Name Service Protocol (DNS) – used to resolve Internet names to IP addresses  Telnet – a terminal emulation protocol used to provide remote access to servers and networking devices  Bootstrap Protocol (BOOTP) – a precursor to the DHCP protocol, a network protocol used to obtain IP address information during bootup  Dynamic Host Control Protocol (DHCP) – used to assign an IP address, subnet mask, default gateway and DNS server to a host  Hypertext Transfer Protocol (HTTP) – used to transfer files that make up the Web pages of the World Wide Web Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
  • 10. Application, Session and Presentation TCP/IP Application Layer Protocols (cont.)  File Transfer Protocol (FTP) - used for interactive file transfer between systems  Trivial File Transfer Protocol (TFTP) - used for connectionless active file transfer  Simple Mail Transfer Protocol (SMTP) - used for the transfer of mail messages and attachments  Post Office Protocol (POP) - used by email clients to retrieve email from a remote server  Internet Message Access Protocol (IMAP) – another protocol for email retrieval Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
  • 11. How Application Protocols Interact with End-User Applications Peer-to-Peer Networks Both devices are considered equal in the communication. The roles of client and server are set on a per request basis. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11
  • 12. How Application Protocols Interact with End-User Applications Peer-to-Peer Applications Client and server in the same communication. Both can initiate a communication and are considered equal in the communication process. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
  • 13. How Application Protocols Interact with End-User Applications Common P2P Applications  With P2P applications, each computer in the network running the application can act as a client or a server for the other computers in the network running the application.  Common P2P applications include:  eDonkey  eMule  Shareaza  BitTorrent  Bitcoin  LionShare  Some P2P applications are based on the Gnutella protocol which enables people to share files on their hard disks with others Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
  • 14. How Application Protocols Interact with End-User Applications Client-Server Model Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
  • 15. How Application Protocols Interact with End-User Applications Client-Server Model Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
  • 16. 10.2 Well-Known Application Layer Protocols and Services © 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 16
  • 17. Common Application Layer Protocols Application Layer Protocols Revisited Three application layer protocols involved in everyday work or play include:  HTTP to browse the web.  Simple Mail Transfer Protocol (SMTP) to enable users to send email.  Post Office Protocol (POP) to enable users to receive email. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
  • 18. Common Application Layer Protocols Hypertext Transfer Protocol and Hypertext Markup Language Example URL: http://www.cisco.com/index.html 1. First, the browser interprets the three parts of the URL:  http (the protocol or scheme)  www.cisco.com (the server name)  index.html (the specific file name requested) 2. Browser checks with a name server to convert www.cisco.com into a numeric address 3. Using the HTTP protocol requirements sends a GET request to the server and asks for the file index.html 4. Server sends the HTML code for this web page 5. Browser deciphers the HTML code and formats the page Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
  • 19. Common Application Layer Protocols HTTP and HTTPS  Developed to publish and retrieve HTML pages  Used for data transfer  Specifies a request/response protocol  Three common message types are GET, POST, and PUT  GET is a client request for data  POST and PUT are used to send messages that upload data to the web server Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
  • 20. Common Application Layer Protocols SMTP, POP, and IMAP  Typically use an application called a Mail User Agent (email client)  Allows messages to be sent  Places received messages into the client's mailbox  SMTP - Send email from either a client or a server  POP - Receive email messages from an email server  IMAP - Internet Message Access Protocol  Email client provides the functionality of both protocols within one application Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
  • 21. Common Application Layer Protocols SMTP, POP, and IMAP (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
  • 22. Common Application Layer Protocols SMTP, POP, and IMAP (cont.) Simple Mail Transfer Protocol (SMTP)  transfers mail  message must be formatted properly  SMTP processes must be running on both the client and server  message header must have a properly formatted recipient email address and a sender  uses port 25 Post Office Protocol (POP)  enables a workstation to retrieve mail from a mail server  mail is downloaded from the server to the client and then deleted on the server  uses port 110  POP does not store messages  POP3 is desirable for an ISP, because it alleviates their responsibility for managing large amounts of storage for their email servers Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
  • 23. Common Application Layer Protocols SMTP, POP, and IMAP (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
  • 24. Common Application Layer Protocols SMTP, POP, and IMAP (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
  • 25. Everyday Application Layer Protocols SMTP, POP, and IMAP (cont.)  MDA accepts a piece of email from MTA and performs the actual delivery.  MDA receives all the inbound mail from the MTA and places it into mailboxes.  MDA can also resolve final delivery issues, such as virus scanning, spam filtering, and return-receipt handling. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
  • 26. Common Application Layer Protocols SMTP, POP, and IMAP (cont.) Simple Mail Transfer Protocol (SMTP)  Transfers mail reliably and efficiently Post Office Protocol (POP)  Enables a workstation to retrieve mail from a mail server  With POP, mail is downloaded from the server to the client and then deleted on the server Internet Message Access Protocol (IMAP)  Another protocol that to retrieves email messages  Unlike POP, when the user connects to an IMAP-capable server, copies of the messages are downloaded to the client application  Original messages are kept on the server until manually deleted Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26
  • 27. Providing IP Addressing Services Domain Name Service A human legible name is resolved to its numeric network device address by the DNS protocol. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 27
  • 28. Providing IP Addressing Services Domain Name Service (cont.) A human legible name is resolved to its numeric network device address by the DNS protocol. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 28
  • 29. Providing IP Addressing Services Domain Name Service (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 29
  • 30. Providing IP Addressing Services DNS Message Format  DNS server stores different types of resource records used to resolve names  Contains the name, address, and type of record.  Record types are:  A – An end device address  NS – An authoritative name server  CNAME – The canonical name for an alias; used when multiple services have the single network address, but each service has its own entry in DNS  MX – Mail exchange record; maps a domain name to a list of mail exchange servers  Unable to resolve the name using its stored records, contacts other servers.  Server temporarily stores the numbered address that matches the name in cache memory.  Windows ipconfig /displaydns displays all cached DNS. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 30
  • 31. Providing IP Addressing Services DNS Hierarchy Examples top-level domains: .au - Australia .co - Colombia .com - business or industry .jp - Japan .org - non-profit organization Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 31
  • 32. Providing IP Addressing Services nslookup  Operating system utility called nslookup allows the user to manually query the name servers to resolve a given host name  Utility can be used to troubleshoot name resolution issues and to verify the current status of the name servers Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 32
  • 33. Providing IP Addressing Services Dynamic Host Configuration Protocol  DHCP allows a host to obtain an IP address dynamically.  DHCP server is contacted and address requested - chooses address from a configured range of addresses called a pool and “leases” it to the host for a set period.  DHCP used for general purpose hosts such as end user devices, and static addressing is used for network devices such as gateways, switches, servers and printers. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 33
  • 34. Providing IP Addressing Services Dynamic Host Configuration Protocol (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 34
  • 35. Providing IP Addressing Services DHCP Operation Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 35
  • 36. Providing File Sharing Services File Transfer Protocol  FTP allow data transfers between a client and a server.  FTP client is an application that runs on a computer that is used to push and pull data from a server running an FTP daemon.  To successfully transfer data, FTP requires two connections between the client and the server, one for commands and replies, the other for the actual file transfer. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 36
  • 37. Providing File Sharing Services File Transfer Protocol (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 37
  • 38. Providing File Sharing Services Server Message Block  Clients establish a long term connection to servers.  After the connection is established, the user can access the resources on the server as if the resource is local to the client host. SMB is a client-server, request-response protocol. Servers can make their resources available to clients on the network. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 38
  • 39. Providing File Sharing Services Server Message Block (cont.) A file may be copied from PC to PC with Windows Explorer using the SMB protocol. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 39
  • 40. 10.3 The Message Heard Around the World © 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 40
  • 41. Move It! The Internet of Things Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 41
  • 42. Move It! Message Travels Through a Network Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 42
  • 43. Move It! Message Travels Through a Network (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 43
  • 44. Move It! Message Travels Through a Network (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 44
  • 45. Move It! Getting the Data to the End Device Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 45
  • 46. Move It! Getting the Data through the Internetwork Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 46
  • 47. Move It! Getting the Data to the Right Application At the end device, the service port number directs the data to the correct conversation. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 47
  • 48. Application Layer Summary  Applications are computer programs with which the user interacts and which initiate the data transfer process at the user’s request.  Services are background programs that provide the connection between the application layer and the lower layers of the networking model.  Protocols provide a structure of agreed-upon rules and processes that ensure services running on one particular device can send and receive data from a range of different network devices.  HTTP supports the delivery of web pages to end devices.  SMTP, POP, and IMAP support sending and receiving email. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 48
  • 49. Application Layer Summary  SMB and FTP enable users to share files.  P2P applications make it easier for consumers to seamlessly share media.  DNS resolves the human legible names used to refer to network resources into numeric addresses usable by the network  All of these elements work together, at the application layer.  The application layer enables users to work and play over the Internet. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 49
  • 50. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 50