1 / 41

Lesson 8. Introduction to TCP/IP

Lesson 8. Introduction to TCP/IP. Objectives. Recognize IP addresses and subnet masks. Explain the difference between the Network ID and the Host ID portions of an IP address. Explain the purpose of the subnet mask. Recognize Windows XP’s auto-configure IP parameters.

melia
Download Presentation

Lesson 8. Introduction to TCP/IP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lesson 8. Introduction to TCP/IP

  2. Objectives Recognize IP addresses and subnet masks. Explain the difference between the Network ID and the Host ID portions of an IP address. Explain the purpose of the subnet mask. Recognize Windows XP’s auto-configure IP parameters.

  3. In the REAL World, Protocols ARE: A signed document containing the record of the points on which agreement has been reached by negotiating parties. The code of ceremonial forms and courtesies accepted as proper and correct in official dealings.

  4. In Networking, Protocols are: Agreements that describe how things work. Industry-wide frameworks that describe every aspect of communications between computers. Grouped together into Protocol Suites.

  5. In the PC world, the main Protocol Suites are: NetBEUI – Used in small Microsoft-based networks. SPX/IPX – Used primarily in Novell-based networks. TCP/IP – Must be used if the network is to connect to the Internet. But it is also widely used even in those networks that do not connect to the Internet.

  6. TCP/IP is: The Protocol of the Internet The number #1 protocol in the world for moving data around A suite of over 100 protocols One of the protocols supported by Windows 9X, Windows NT, and Windows 2000. One of the protocols supported by NetWare 5.0. The protocol of UNIX.

  7. TCP/IP- A suite of protocols Internet Protocol (IP) - The protocol that determines the Internet’s basic packet structure and its addressing scheme. Transmission Control Protocol (TCP) - The protocol that sets up a connection between two hosts and ensures that data is passed between them reliably.

  8. TCP/IP- A suite of protocols File Transport Protocol (FTP) - Defines file transfers among computers on the Internet. Simple Mail Transport Protocol (SMTP) - Describes the format of Internet email. Hypertext Transfer Protocol (HTTP) - Defines how WWW data is transmitted between a server and a browser. Network News Transport Protocol (NNTP) - Defines how Usenet newsgroups and postings are transmitted.

  9. IP Address A logical rather than a physical address. How it is entered into your computer: Manually, by you or the network administrator. Automatically, via the Dynamic Host Configuration Protocol (DHCP). Works at the Networking Layer of the OSI model.

  10. Each computer on a network that uses the TCP/IP protocol must have its own unique IP address.

  11. TCP/IP

  12. IP Address Tab IP Address Subnet Mask

  13. Gateway Tab Default Gateway

  14. DNS Configuration Tab DNS Servers

  15. 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 IP Address 32-bits

  16. 1 1 0 1 0 1 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 IP Address 4-Octets 1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0

  17. 1 1 1 1 1 1 1 1 128 64 32 16 8 4 2 1 IP Address: How do we convert?

  18. 1 0 1 0 0 0 1 0 1 1 0 1 0 1 1 0 208 205 IP AddressConvert each octet to decimal 1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0 113 5

  19. 1 1 0 1 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 1 1 1 1 5 113 205 208 IP Address Dotted-Decimal Notation .113 .208 .5 205

  20. Where does the IP address come from? If you are not directly connected to the Internet, your network administrator can “make up” a range of IP addresses and assign you one. If you are connected to the Internet, the IP address must be registered with the Internet Network Information Center (InterNIC).

  21. Usually, HOME USERS you get your IP addresses from your local Internet Service Provider.USUALLY CORPORATE USERS GET THEIR IP ADDRESS FROM THEIR ADMINISTRATOR.

  22. Configuring TCP/IP Manually Automatically DHCP Autoconfiguration

  23. Network ID (Assigned by InterNIC or Admin) The IP Address is divided into two parts: Host ID (Assigned by Admin)

  24. .113 .208 .5 205 Network ID Or Network Address Host ID Or Node Address

  25. IP Address 32-bits 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 Network ID Host ID

  26. The Subnet Mask A 32-bit number Makes the IP address more flexible. Indicates which part of the IP address is the Network ID and which is the node ID.

  27. 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 11 1 1 0 0 0 0 00 1 0 1 A string of 1s followed by a string of 0s. 1s indicate bits in Network ID 0s indicate bits in Node ID The subnet mask.

  28. Network ID Node ID 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 11 1 1 0 0 0 0 00 1 0 1

  29. Network ID Node ID 205 . 208 . 113 . 5 IP Address 255 . 255 . 255 . 000 Subnet Mask

  30. Manually configuring TCP/IP IP address of each node Subnet mask Default gateway IP address DNS server IP address

  31. Default Gateway The gateway to the world outside your own network. Usually a router. Routers interconnect networks. Networks outside your own are accessible through the default gateway.

  32. DNS Server DNS stands for Domain Name Service. Allows you to use domain names like www.nasa.gov or www.ford.com. Converts domain names into IP addresses.

  33. Automatically configuring TCP/IP. DHCP server Windows Auto-configure or Automatic Private IP Addressing (APIPA)

  34. DHCP Server automatically provides: IP address Subnet mask Default gateway address DNS addresses

  35. Windows Auto-configure Used when a DHCP server cannot be found. Windows supplies an IP address and a subnet mask. Formally called Automatic Private IP Addressing (APIPA).

  36. Recognizing Auto-configuration. IP address: 169.254.000.001 through 169.254.255.254 Subnet mask: 255.255.000.000

  37. Automatic Private IP Addressing(APIPA) Allows computers in a small LAN to communicate without any other IP address configuration. The Internet Assigned Numbers Authority (IANA) reserves 169.254.0.0 through 169.254.255.255 for this purpose.

  38. Recognize IP addresses and subnet masks. Explain the difference between the Network ID and the Host ID portions of an IP address. Explain the purpose of the subnet mask. Recognize Windows 2000’s auto-configure IP parameters.

More Related