isp services

22
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Version 4.1 ISP Services Working at a Small-to-Medium Business or ISP – Chapter 7

Upload: zulema

Post on 08-Jan-2016

31 views

Category:

Documents


0 download

DESCRIPTION

ISP Services. Working at a Small-to-Medium Business or ISP – Chapter 7. Objectives. Describe the network services provided by an ISP. Describe the protocols that support the network services provided by an ISP. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: ISP Services

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1Version 4.1

ISP Services

Working at a Small-to-Medium Business or ISP – Chapter 7

Page 2: ISP Services

2© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Objectives Describe the network services provided by an ISP.

Describe the protocols that support the network services provided by an ISP.

Describe the purpose, function, and hierarchical nature of the Domain Name System (DNS).

Describe and enable common services and their protocols.

Page 3: ISP Services

3© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Introducing ISP ServicesCritical services for small-to-medium businesses:

Email

Web hosting

Media streaming

IP telephony

File transfer

Page 4: ISP Services

4© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Introducing ISP ServicesMeeting customer requirements:

Reliability

Availability

Page 5: ISP Services

5© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Protocols That Support ISP Services The TCP/IP suite of protocols supports

reliability

Page 6: ISP Services

6© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Protocols That Support ISP Services Transport needs determine the choice of

Transport Layer Protocol

Page 7: ISP Services

7© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Protocols That Support ISP ServicesThe TCP three-way handshake:

Synchronization

Synchronization acknowledgement

Acknowledgement

Page 8: ISP Services

8© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Protocols That Support ISP ServicesHow TCP supports reliability:

Acknowledgement

Retransmission

Sequencing

Flow control

Page 9: ISP Services

9© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Protocols That Support ISP Services UDP: not connection-oriented, simple protocol

Used by online games, DHCP, DNS

Page 10: ISP Services

10© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Protocols That Support ISP Services TCP and UDP use ports to support multiple

services

Page 11: ISP Services

11© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Protocols That Support ISP Services Socket: combination of Transport Layer port

number and Network Layer IP address of host

Socket pair: source and destination IPs and port numbers identify each conversation

Page 12: ISP Services

12© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Domain Name System (DNS) Networking naming systems translate human-

readable names into machine-readable addresses

srv2

Page 13: ISP Services

13© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Domain Name System (DNS)Advantages of DNS:

Hierarchical structure

Small, manageable zones

Scalable

Page 14: ISP Services

14© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Domain Name System (DNS)Components of DNS:

Resource records and domain namespace

Domain name system servers

Resolvers

Page 15: ISP Services

15© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Domain Name System (DNS)DNS name resolution:

Dynamic updates

Forward lookup zones

Reverse lookup zones

Primary zones

Secondary zones

Page 16: ISP Services

16© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Domain Name System (DNS)Implementing DNS solutions:

ISP DNS servers

Local DNS servers

Page 17: ISP Services

17© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Services and Protocols ISPs provide many business-oriented services

Secure versions of Application Layer protocols support customer security requirements

Page 18: ISP Services

18© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Services and Protocols HTTP is a request-response protocol

HTTPS adds authentication and encryption

Page 19: ISP Services

19© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Services and Protocols FTP uses a protocol interpreter (PI) and data

transfer process (DTP)

Two connections: one to send commands, one for actual file data transfer

Page 20: ISP Services

20© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Services and Protocols SMTP: specific message format and processes

running on both client and server

POP3: mail is downloaded from server to client and then deleted

IMAP4: keeps messages on server

Page 21: ISP Services

21© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Summary TCP and UDP use port numbers to provide multiple

services to hosts.

DNS uses a hierarchical system of databases to resolve names and IP addresses of known hosts within networks and across the Internet.

The most common services used on the Internet include FTP, FTPS, HTTP, HTTPS and SMTP.

ISPs use high-performance servers to support these services.

Page 22: ISP Services

22© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public