50
by Rashid Khan Lesson 3-A Net Improvement: Configuring Network Services and Protocols

Lesson 3-A Net Improvement: Configuring Network Services and Protocols

  • Upload
    nimrod

  • View
    34

  • Download
    3

Embed Size (px)

DESCRIPTION

Lesson 3-A Net Improvement: Configuring Network Services and Protocols. Overview. Understand basic TCP/IP concepts. Configure TCP/IP. Set up DHCP. Set up DNS and WINS. Understand Basic TCP/IP Concepts. Transmission Control Protocol/Internet Protocol (TCP/IP): - PowerPoint PPT Presentation

Citation preview

Page 1: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Lesson 3-A Net Improvement: Configuring Network Services and Protocols

Page 2: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Overview

Understand basic TCP/IP concepts.Configure TCP/IP.Set up DHCP.Set up DNS and WINS.

Page 3: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Understand Basic TCP/IP Concepts

Transmission Control Protocol/Internet Protocol (TCP/IP): Is the most common protocol for handling

network communications on Microsoft networks. Is also the preferred protocol for the Internet.

Page 4: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Understand Basic TCP/IP Concepts

Addressing: Computer networks require unique addresses

for each connected device. The TCP/IP protocol suite implements IP

addresses that provide a unique identity to devices on the network.

Page 5: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Understand Basic TCP/IP Concepts

Unique IP addresses are necessary for communication

between network devices.

Page 6: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Understand Basic TCP/IP Concepts

Addressing (continued): Subnet masks. Public IP addresses. Private IP addresses.

Page 7: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Subnet Masks

A subnet mask indicates the part of an IP address that refers to the network and the part of an IP address that refers to devices (hosts) on the network.

Masking a smaller segment of the IP address allows few networks with more hosts.

Masking a larger segment of the IP address allows more networks with few hosts.

Page 8: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Subnet Masks

Subnetting: Custom subnet masks can be used to subdivide

a single range of IP addresses into two or more smaller ranges.

Network administrators can decide to separate segments of the network to enhance security, ease management, and enhance performance.

Page 9: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Public IP Addresses

The Internet service provider (ISP) provides Internet connectivity to organizations, and handles the actual assigning of IP addresses.

ISPs get their allocation of IP addresses from a Local (LIR), National (NIR), or Regional Internet Registry (RIR).

IP addresses for public networks are distributed using a system of three primary classes, known as classes A, B, and C.

Page 10: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Public IP Addresses

Address Ranges for Class-Based IP Addresses

Page 11: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Public IP Addresses

The Classless Inter-Domain Routing (CIDR) is an addressing scheme for allocating IP addresses.

It uses variable-length subnet masks, which helps control the number of addresses assigned to any particular network.

Page 12: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Private IP Addresses

The Internet Assigned Numbered Authority (IANA) reserves special ranges of IP addresses for use within private networks.

Such addresses are recognized as private addresses by networking hardware and software.

Such networks connect to other external networks through routers that support Network Address Translation (NAT).

Page 13: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configure TCP/IP

Dynamic and static IP addressing.Changing connection properties.

Page 14: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Private IP Addresses

Acceptable Ranges for Private IP Addresses

Page 15: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Dynamic and Static IP Addressing

Dynamic IP addressing: A Dynamic Host Configuration Protocol (DHCP)

server provides a dynamic IP address to each device as it connects to the network.

A dynamic IP address can often change, each time a connection to the network is established.

Page 16: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Dynamic and Static IP Addressing

Static IP addressing: A static IP address does not change. Static addresses need to be set manually.

Page 17: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Change Connection Properties

The Local Area Connection Properties dialog box

Page 18: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Change Connection Properties

The Internet Protocol (TCP/IP) Properties dialog box

Page 19: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Change Connection Properties

The Internet Protocol (TCP/IP) Properties

Page 20: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Change Connection Properties

Specifying an IP Address

Page 21: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Change Connection Properties

Specifying an IP Address

Page 22: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Set Up DHCP

DHCP benefits.Configuring DHCP.

Page 23: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

DHCP Benefits

DHCP offers the following benefits: Windows accepts an incorrect TCP/IP address

or a subnet mask entry, as long as the typed format resembles an actual address or a subnet mask.

DHCP ensures that each address is unique.

Page 24: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configuring DHCP

At least one server on the network must be configured as a DHCP server.

DHCP sever is not installed with Windows Server 2003.

DHCP manages IP addresses by issuing a lease to client computers for a particular address. The address is taken from a pool of addresses called the scope.

Page 25: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configuring DHCP The scope >> a range of IP addresses that

are valid for the network to which the DHCP server is connected.

The lease issued to clients is valid for a limited time for a particular IP address.

Prior to the expiration date, the client can request for a renewal.

If the lease expires, clients have to request for a new IP address from the DHCP server.

Page 26: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configuring DHCP

The New Scope Wizard offers the following settings to add a new DHCP scope:

Name and description. IP Address range and subnet mask. Excluded IP addresses. Lease duration. Default gateway. Domain Name System (DNS) and Windows Internet

Name Service (WINS) settings.

Page 27: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configuring DHCP

Adding a Scope

Page 28: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configuring DHCP

Specifying an IP Address Range

Page 29: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configuring DHCP

Adding Exclusions

Page 30: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configuring DHCP

Configuring DHCP Options

Page 31: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configuring DHCP

Contents of the Scope

Page 32: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Set Up DNS and WINS

DNS and WINS can translate Internet domain names to IP addresses.

This translation process is called name resolution.

Page 33: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Set Up DNS and WINS

Difference between DNS and WINS.Configuring DNS.Client configuration.

Page 34: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Set Up DNS and WINS

The Windows Components Wizard

Page 35: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Set Up DNS and WINS

Networking Services

Page 36: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Set Up DNS and WINS

Completing the Windows Component Wizard

Page 37: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Difference between DNS and WINS DNS:

DNS should be installed on most Windows Server 2003 networks.

DNS resolves the IP host name to the IP address. However, operating systems such as Windows

NT and Windows 98 communicate over networks using NetBIOS names.

Network Basic Input/Output System (NetBIOS) names need the services of WINS to be resolved into IP addresses.

Page 38: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Configure DNS

Lookup zonesZone name

Page 39: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Lookup Zones

A forward lookup zone sends name resolution requests for names outside a domain to an external DNS server.

The internal DNS server handles all requests for internal name resolution.

The DNS server processes each name resolution request and determines whether or not it can resolve the name.

If the DNS server cannot resolve the name, it queries known external DNS servers.

Page 40: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Zone Name

A zone name: Identifies the domain or portion of a domain for

which a DNS server is responsible. Is used by the DNS server to determine which

name requests are internal and which are not.

Page 41: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

Clients connected to the network must be properly configured to work with DHCP.

On Windows XP and Windows 2000, the TCP/IP settings can be configured to obtain the IP address and the DNS server address automatically.

On older operating systems, the WINS server needs to be configured to use DHCP for WINS resolution.

Page 42: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

Configuring a DNS Server

Page 43: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

Selecting a Configuration Action

Page 44: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

Selecting a Primary Server Location

Page 45: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

Specifying a Zone Name

Page 46: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

Setting Dynamic Updates

Page 47: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

Forwarders

Page 48: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

The DNS Tab in the Advanced TCP/IP Settings

Page 49: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Client Configuration

Configuring Scope Options

Page 50: Lesson 3-A  Net Improvement: Configuring Network Services and Protocols

by Rashid Khan

Summary

The TCP/IP protocol suite is the preferred protocol for networks and the Internet.

It distinguishes each device on a network by implementing IP addresses.

TCP/IP can be configured statically or dynamically.

DHCP servers can reuse IP addresses that are not currently in use.

DNS and WINS can resolve Internet domain names to IP addresses.