Chapter 19

46
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 19 PCs on the Internet

description

Chapter 19. PCs on the Internet. You Will Learn…. About the TCP/IP suite of protocols How to connect to the Internet using dial-up, DSL, and cable modem connections About supporting common Internet clients such as Web browsers, email clients, and file transfer software. - PowerPoint PPT Presentation

Transcript of Chapter 19

Page 1: Chapter 19

A+ Guide to Managing and Maintaining Your PCFifth Edition

Chapter 19

PCs on the Internet

Page 2: Chapter 19

2 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

You Will Learn…

About the TCP/IP suite of protocols

How to connect to the Internet using dial-up, DSL, and cable modem connections

About supporting common Internet clients such as Web browsers, email clients, and file transfer software

Page 3: Chapter 19

3 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Client/Server Applications on the Internet

Page 4: Chapter 19

4 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

The TCP/IP Suite of Protocols

How a client addresses a server application on another computer

How protocols in TCP/IP suite are used on intranets and Internet to support client/server applications

Page 5: Chapter 19

5 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Using IP and Port Addresses to Identify Services

Page 6: Chapter 19

6 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Common Port Assignments

Page 7: Chapter 19

7 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

TCP/IP Network Layers

Page 8: Chapter 19

8 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

TCP/IP Protocol Layers Applications protocols

Applications make an API call to the OS

TCP/IP protocols used by the OS for network communication

Network protocols used by hardware Included in firmware and drivers on a single NIC

Protocol used depends on type of physical network data is traveling on (eg, PPP)

Page 9: Chapter 19

9 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

TCP/IP Protocols Used by the OS for Network CommunicationTCP Guarantees packet delivery

Connection-oriented protocol

UDP Does not guarantee delivery Connectionless protocol

IP Breaks up and reassembles data into packets; routes them to their destination

ARP Locates host on a local network

RARP Discovers Internet address of host on local network

ICMP Communicates problems with transmission

Page 10: Chapter 19

10 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Internet Protocol (IP)

Page 11: Chapter 19

11 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Transmission Control Protocol (TCP)

Page 12: Chapter 19

12 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

TCP/IP Utilities

Page 13: Chapter 19

13 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

TCP/IP Utilities (continued)

Page 14: Chapter 19

14 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Other Tools

Microsoft SNMP Agent

Provides system management for networks

Can be security risk

NSLookup

Reports information about Internet name space

Requests information about domain name resolutions from DNS server’s zone data

Page 15: Chapter 19

15 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Ways to Connect to the Internet

Standard dial-up modem

DSL

Cable modem

Page 16: Chapter 19

16 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Dial-up Networking

Uses PPP to send packets of data over phone lines

Must install modem and drivers to run it

Must install TCP/IP and bind it to the modem

Page 17: Chapter 19

17 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

How Dial-up Networking Works

Page 18: Chapter 19

18 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Creating a Dial-up Networking Connection Windows XP

Network Connections applet in Control Panel

Windows 2000 Network and Dial-up Connections applet in

Control Panel

Windows 9x Dial-up Networking and Network Connection

applets in My Computer

Page 19: Chapter 19

19 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Creating a Dial-up Connection in Windows 2000/XP Using Windows XP, launch New Connection

Wizard

Configure connection using Properties window of the connection icon

Page 20: Chapter 19

20 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Creating a Dial-up Connection in Windows 98 Install Dial-Up Networking as an OS

component on PC using Add/Remove Programs applet in Control Panel

At same time, a dial-up adapter (virtual network card) is also installed

Create and configure Dial-up Networking connection

Page 21: Chapter 19

21 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Configuring the Windows 98 Dial-up Networking Connection

Page 22: Chapter 19

22 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Dial-up Networking Problems Cannot make a connection

Can connect, but get message “Unable to resolve hostname…”

After connecting, get error message “Unable to establish a compatible set of network protocols”

When double-click Web browser, modem does not dial automatically

Page 23: Chapter 19

23 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

DSL and Cable Modem Connections Broadband technologies

Support transmission of more than one kind of data at once

TCP/IP settings usually the same as modem-to-phone line connection

Use a network card in the PC for physical connection to network

Page 24: Chapter 19

24 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Installation of DSL and Cable Modem Internet Connections

1. Install network card and drivers to control it

2. Use network cable to connect PC to cable modem or DSL box

3. Install TCP/IP and bind TCP/IP to the card

4. Configure TCP/IP to connect to Internet or LAN

5. Install application software (eg, browser) to use the connection

Page 25: Chapter 19

25 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Cable Modem

Page 26: Chapter 19

26 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

DSL and ISDN Service

Provided by local telephone company

Uses DSL/ISDN converter box, sometimes combined with a router

DSL uses a DSL router

ISDN connection uses Terminal Adapter (TA) or ISDN router

Page 27: Chapter 19

27 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Sharing Internet Connections One computer on the LAN with direct

connection to Internet can serve as host computer for others on the LAN (ICS)

For broadband connections, broadband converter box can connect to network device that manages connection for entire network

Router can serve as a wireless access point for computers to connect wirelessly to Internet

Page 28: Chapter 19

28 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Implementing a Firewall

Filters data packets, ports, applications, and information

Hardware firewalls

Software firewalls

Page 29: Chapter 19

29 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Hardware Firewalls

Page 30: Chapter 19

30 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Software Firewalls

Page 31: Chapter 19

31 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Supporting Internet Clients

Web browsers

Email

FTP (File Transfer Protocol)

Page 32: Chapter 19

32 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Supporting Web Browsers

Addresses that Web browsers use to locate resources on a Web server (Uniform Resource Locator)

Ensuring privacy with HTTPS and SSL

Troubleshooting common problems that occur with Web browsers

Page 33: Chapter 19

33 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

URL Structure

Page 34: Chapter 19

34 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Top-Level Domain Names

Page 35: Chapter 19

35 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Ensuring Privacy Between the Web Server and Browser

Page 36: Chapter 19

36 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Configuring a Browser

Internet Explorer

Internet Options window

Netscape Navigator

Edit - Preferences

Page 37: Chapter 19

37 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Configuring a Browser (continued)

Page 38: Chapter 19

38 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Configuring a Browser (continued)

Page 39: Chapter 19

39 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Solving Browser Performance Problems Clean up hard drive (Defrag, ScanDisk)

Optimize system settings (System Information)

Clear browser cache and Web page history

Suppress image downloads

Download browser updates and patches

Page 40: Chapter 19

40 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Supporting Email

Page 41: Chapter 19

41 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Supporting Email (continued)

Page 42: Chapter 19

42 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Supporting FTP

Used to transfer files between two computers using the same or different operating system(s)

Both computers must have FTP installed

Can be executed from user-friendly GUI software or from a command prompt

Page 43: Chapter 19

43 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

FTP from a Command Prompt

Page 44: Chapter 19

44 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

File Transfer Using FTP

Page 45: Chapter 19

45 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

File Transfer Using FTP (continued)

Page 46: Chapter 19

46 A+ Guide to Managing and Maintaining Your PC, Fifth Edition

Summary Connecting to the Internet using Windows

How TCP/IP suite of protocols is used

How to create and troubleshoot dial-up and broadband connections to the Internet

How to support popular applications that use the Internet (Web browsers, email clients, FTP software)