50
Chapter 11: Networking with TCP/IP and the Internet Network+ Guide to Networks

Chapter11 -- networking with tcpip and the internet

Embed Size (px)

DESCRIPTION

Basic Networking Guide

Citation preview

Page 1: Chapter11  -- networking with tcpip and the internet

Chapter 11: Networking with TCP/IP and the Internet

Network+ Guide to Networks

Page 2: Chapter11  -- networking with tcpip and the internet

2

Objectives

Discuss methods of network design unique to TCP/IP networks, including subnetting, CIDR, and NAT

Describe protocols used between mail clients and mail servers

Page 3: Chapter11  -- networking with tcpip and the internet

3

Objectives (continued)

Explain the fundamental principles of using a TCP/IP network for packetized voice transmissions

Employ multiple TCP/IP utilities for network discovery and troubleshooting

Page 4: Chapter11  -- networking with tcpip and the internet

4

Designing TCP/IP-Based Networks

• Subnetting• Enhance security

• Improve performance

• Simplify troubleshooting

Page 5: Chapter11  -- networking with tcpip and the internet

5

Designing TCP/IP-Based Networks (continued)

• Subnetting• Classful Addressing

Page 6: Chapter11  -- networking with tcpip and the internet

6

Designing TCP/IP-Based Networks (continued)

Page 7: Chapter11  -- networking with tcpip and the internet

7

Designing TCP/IP-Based Networks (continued)

• Subnetting• Subnet Masks

Page 8: Chapter11  -- networking with tcpip and the internet

8

Designing TCP/IP-Based Networks (continued)

Page 9: Chapter11  -- networking with tcpip and the internet

9

Designing TCP/IP-Based Networks (continued)

Page 10: Chapter11  -- networking with tcpip and the internet

10

Designing TCP/IP-Based Networks (continued)

Page 11: Chapter11  -- networking with tcpip and the internet

11

Designing TCP/IP-Based Networks (continued)

• Subnetting• Reserved Addresses

Page 12: Chapter11  -- networking with tcpip and the internet

12

Designing TCP/IP-Based Networks (continued)

• Subnetting• Subnetting Techniques

Page 13: Chapter11  -- networking with tcpip and the internet

13

Designing TCP/IP-Based Networks (continued)

Page 14: Chapter11  -- networking with tcpip and the internet

14

Designing TCP/IP-Based Networks (continued)

Page 15: Chapter11  -- networking with tcpip and the internet

15

Designing TCP/IP-Based Networks (continued)

• Subnetting• Calculating Subnets

Page 16: Chapter11  -- networking with tcpip and the internet

16

Designing TCP/IP-Based Networks (continued)

Page 17: Chapter11  -- networking with tcpip and the internet

17

Designing TCP/IP-Based Networks (continued)

• Subnetting • Classless Inter-Domain Routing (CIDR)

• Classless routing or supernetting

Page 18: Chapter11  -- networking with tcpip and the internet

18

Designing TCP/IP-Based Networks (continued)

Page 19: Chapter11  -- networking with tcpip and the internet

19

Designing TCP/IP-Based Networks (continued)

Page 20: Chapter11  -- networking with tcpip and the internet

20

Designing TCP/IP-Based Networks (continued)

Page 21: Chapter11  -- networking with tcpip and the internet

21

Designing TCP/IP-Based Networks (continued)

• Subnetting • Internet Gateways

Page 22: Chapter11  -- networking with tcpip and the internet

22

Designing TCP/IP-Based Networks (continued)

Page 23: Chapter11  -- networking with tcpip and the internet

23

Designing TCP/IP-Based Networks (continued)

• Subnetting • Network Address Translation (NAT)

Page 24: Chapter11  -- networking with tcpip and the internet

24

Designing TCP/IP-Based Networks (continued)

Page 25: Chapter11  -- networking with tcpip and the internet

25

Designing TCP/IP-Based Networks (continued)

• Subnetting• Intranets and Extranets

• Hypertext Markup Language (HTML)

• Intranet

• Within an enterprise

• Extranet

• Uses Internet-like services and protocols

Page 26: Chapter11  -- networking with tcpip and the internet

26

Designing TCP/IP-Based Networks (continued)

• Simple Mail Transfer Protocol (SMTP)• Protocol responsible for moving messages from

one mail server to another over TCP/IP-based networks

Page 27: Chapter11  -- networking with tcpip and the internet

27

TCP/IP Mail Services

• MIME (Multipurpose Internet Mail Extensions)• Allows for messages that contain no more than

1000 ASCII characters

Page 28: Chapter11  -- networking with tcpip and the internet

28

TCP/IP Mail Services (continued)

• Post Office Protocol (POP)• Application layer protocol used to retrieve

messages from a mail server

Page 29: Chapter11  -- networking with tcpip and the internet

29

TCP/IP Mail Services (continued)

• Internet Mail Access Protocol (IMAP)• Retrieve all or only a portion of any mail message

• Review their messages and delete them while the messages remain on the server

• Create sophisticated methods of organizing messages on the server

• Share a mailbox in a central location

Page 30: Chapter11  -- networking with tcpip and the internet

30

Additional TCP/IP Utilities

• Netstat• -a—Provides a list of all available TCP and UDP

connections

• -e—Displays details about all the packets

• -n—Lists currently connected hosts according to their port and IP address

Page 31: Chapter11  -- networking with tcpip and the internet

31

Additional TCP/IP Utilities (continued)

• Netstat (cont.)• -p—Allows you to specify what type of protocol

statistics to list

• Must be followed by a protocol specification (TCP or UDP)

• -r—Provides a list of routing table information

• -s—Provides statistics about each packet transmitted by a host, separated according to protocol type (IP,TCP, UDP, or ICMP)

Page 32: Chapter11  -- networking with tcpip and the internet

32

Additional TCP/IP Utilities (continued)

Page 33: Chapter11  -- networking with tcpip and the internet

33

Additional TCP/IP Utilities (continued)

• Nbtstat• -a—Displays a machine’s name table given its

NetBIOS name

• -A—Displays a machine’s name table given its IP address

• -r—Lists statistics about names that have been resolved

• -s—Displays a list of all the current NetBIOS sessions

Page 34: Chapter11  -- networking with tcpip and the internet

34

Additional TCP/IP Utilities (continued)

• Nslookup• Allows you to query the DNS database

Page 35: Chapter11  -- networking with tcpip and the internet

35

Additional TCP/IP Utilities (continued)

Page 36: Chapter11  -- networking with tcpip and the internet

36

Additional TCP/IP Utilities (continued)

• Whois• Allows you to query this DNS registration

database and obtain information about a domain

Page 37: Chapter11  -- networking with tcpip and the internet

37

Additional TCP/IP Utilities (continued)

• Traceroute (Tracert)• -d—Instructs the traceroute command not to

resolve IP addresses to host names

• -h—Specifies the maximum number of hops

• -w—Identifies a timeout

Page 38: Chapter11  -- networking with tcpip and the internet

38

Additional TCP/IP Utilities (continued)

Page 39: Chapter11  -- networking with tcpip and the internet

39

Additional TCP/IP Utilities (continued)

• Ipconfig• /?—Displays a list of switches

• /all—Displays complete TCP/IP configuration

• /release—Releases DHCP

• /renew—Renews DHCP

Page 40: Chapter11  -- networking with tcpip and the internet

40

Additional TCP/IP Utilities (continued)

Page 41: Chapter11  -- networking with tcpip and the internet

41

Additional TCP/IP Utilities (continued)

• Winipcfg• Windows 9x and Me operating systems

Page 42: Chapter11  -- networking with tcpip and the internet

42

Additional TCP/IP Utilities (continued)

Page 43: Chapter11  -- networking with tcpip and the internet

43

Additional TCP/IP Utilities (continued)

• Ifconfig• -a

• down

• up

Page 44: Chapter11  -- networking with tcpip and the internet

44

Additional TCP/IP Utilities (continued)

Page 45: Chapter11  -- networking with tcpip and the internet

45

Voice Over IP (VOIP)

• Voice over IP (VoIP), also known as IP telephony• Lower costs for voice calls

• toll bypass

• Supply new or enhanced features and applications

• Centralize voice and data network management

Page 46: Chapter11  -- networking with tcpip and the internet

46

Voice Over IP (VOIP) (continued)

Page 47: Chapter11  -- networking with tcpip and the internet

47

Voice Over IP (VOIP) (continued)

Page 48: Chapter11  -- networking with tcpip and the internet

48

Voice Over IP (VOIP) (continued)

Page 49: Chapter11  -- networking with tcpip and the internet

49

Chapter Summary

• Discuss methods of network design unique to TCP/IP networks, including subnetting, CIDR, and NAT

• Describe protocols used between mail clients and mail servers

Page 50: Chapter11  -- networking with tcpip and the internet

50

Chapter Summary (continued)

• Explain the fundamental principles of using a TCP/IP network for packetized voice transmissions

• Employ multiple TCP/IP utilities for network discovery and troubleshooting