Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.

Slides:



Advertisements
Similar presentations
UNIVERSITY OF EDUCATION BY H.M.ISHTIAQ RAFIQUE. Domain Name Structure.
Advertisements

Windows Server 2003 AD 安裝設定與管理維護 林寶森
DNR-322L & DNR-326.
Module 6: Configuring Windows XP Professional to Operate in a Microsoft Network.
XP Tutorial 9 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Exploring Your Network Tutorial 9.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 11 Windows on a Network.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
1 Configuring Web services (Week 15, Monday 4/17/2006) © Abdou Illia, Spring 2006.
14.1 © 2004 Pearson Education, Inc. Exam Planning, Implementing, and Maintaining a Microsoft Windows Server 2003 Active Directory Infrastructure.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 1: Introduction to Windows Server 2003.
MCT260-Operating Systems I Operating Systems I Networking.
Network Printing. Printer sharing Saves money by only needing one printer Increases efficiency of managing resources.
1 Chapter 1 Introduction to Windows Server Two main goals for Net Admin Make network resources available to users Files, folders, printers, etc.
DVG-N5402SP.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 7: Planning a DNS Strategy.
Domain Name Server © N. Ganesan, Ph.D.. Reference.
1 Module 13 Windows NT Networking Services. 2  Overview Installing Network Services Dynamic Host Configuration Protocol (DHCP) Windows Internet Name.
File sharing. Connect the two win 7 systems with LAN card Open the network.
Installing a New Windows Server 2008 Domain Controller in a New Windows Server 2008 R2.
1 Chapter Overview Understanding Windows Name Resolution Using WINS.
1 Chapter Overview Creating User and Computer Objects Maintaining User Accounts Creating User Profiles.
Windows Server 2008 Chapter 8 Last Update
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Remote Accessing Your Home Computer Using VNC and a Dynamic DNS Name.
VPN Scenarios © N. Ganesan, Ph.D.. Chapter Objectives.
Advanced Networking for DVRs
Ch 8-3 Working with domains and Active Directory.
Installing a DHCP Server role on Windows Server 2008 R2 in a home network. This is intended as a guide to install the DHCP role on a Domain Controller.
Basic Network Training. Cable/DSL Modem The modem is the first link in the chain It is usually provided by the ISP and often has a coax cable connector.
Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding.
Test Review. What is the main advantage to using shadow copies?
11 NETWORK PROTOCOLS AND SERVICES Chapter 10. Chapter 10: Network Protocols and Services2 NETWORK PROTOCOLS AND SERVICES  Identify how computers on TCP/IP.
1 ISA Server 2004 Installation & Configuration Overview By Nicholas Quinn.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Name Resolution Domain Name System.
Implementing Dynamic Host Configuration Protocol
Chapter 14: Remote Server Administration BAI617. Chapter Topics Configure Windows Server 2008 R2 servers for remote administration Remotely connect to.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 7: Domain Name System.
Module 10: Configuring Windows XP Professional to Operate in Microsoft Networks.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
Chapter 6: Windows Servers
Copyright 2000 eMation SECURITY - Controlling Data Access with
Network Operating Systems versus Operating Systems Computer Networks.
1 Chapter Overview Installing the TCP/IP Protocols Configuring TCP/IP.
Automating IP Address Assignment Ing. Iván Méndez Alvarado RAI TECNOLOGIA SU SOLUCION INTEGRAL.
1 Chapter Overview Using the New Connection Wizard to configure network and Internet connections Using the New Connection Wizard to configure outbound.
COMP1321 Digital Infrastructure Richard Henson February 2014.
Week 7 Objectives Installing a DHCP Server Role Configuring DHCP Scopes Managing a DHCP Database Securing and Monitoring DHCP.
EMerge Browser Managed Security Platform Module 3: Startup eMerge Certification Course  Physical connection  TCP/IP Characteristics of PC  Initial connection.
Chapter 4 Initial Configuration Tasks. Understanding the Initial Configuration Tasks window Microsoft now provides a new feature, the Initial Configuration.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
PC Maintenance: Preparing for A+ Certification Chapter 23: Using a Windows Network.
How to configure DNS for a Windows 2000 domain? 1.Start the Install/Remove Programs Control Panel Applet (Start - Settings - Control Panel - Add/Remove.
Local Network for 3GPP Meeting 1. Directory Configuration for 3GPP Meeting 2. How to connect your PC to Local Network 3. Set Up for Microsoft NetMeeting.
BZUPAGES.COM ADS Wizard Logon on the server as Administrator Click start, run and type in dcpromo then Enter The ADS wizard appears.
1 Part-1 Chap 5 Configuring Accounts Definitions.
WEEK 11 – TOPOLOGIES, TCP/IP, SHARING & SECURITY IT1001- Personal Computer Hardware System & Operations.
FTP COMMANDS OBJECTIVES. General overview. Introduction to FTP server. Types of FTP users. FTP commands examples. FTP commands in action (example of use).
(ITI310) By Eng. BASSEM ALSAID SESSIONS 9: Dynamic Host Configuration Protocol (DHCP)
COMP1321 Digital Infrastructure Richard Henson March 2016.
Dynamic Host Configuration Protocol
Chapter Overview Understanding Windows Name Resolution Using WINS.
Module 8: Networking Services
Objectives Differentiate between the different editions of Windows Server 2003 Explain Windows Server 2003 network models and server roles Identify concepts.
Configuration Of A Pull Network.
Setting up home folders and roaming profiles
How to install and manage exchange server 2010 OP Saklani.
Presentation transcript:

Microsoft Windows 2003 Server

Client/Server Environment Many client computers connect to a server.

Client Computer Responsibilities Users can use these computers to run applications.  Microsoft Word  Microsoft Excel Users can access other resources  Internet  Printers  Files

Server Responsibilities Provide services for the client computers.  Share printers  Share files  Share internet Provide networking services  DHCP  DNS  Web Server  Server

Security Security is very important in computer networks.  Each user has their own: Username Password  To use the computer, the user must remember their password.

Server Validation User types in their username and password in the client computer. Client computer sends the information to the server. Server checks if the username and password are valid. ClientServer Login Username OK

What is a Domain? A group of computers and servers using client/server architecture. What is a Workgroup? A group of computers using peer to peer architecture.

Domain Name Server Every domain must have a DNS server. The DNS server contains a list of  IP Addresses  Computer names Why use computer names? IP addresses are difficult to remember Computer names are easier to remember. Can you remember or ?

Forward Lookup Queries Request the IP address for a computer name ClientDNS Server How to find an IP address for a computer:  Run nslookup.exe with the computer (host) name.

IP Addresses Computers can only use IP addresses to communicate with each other. Users want to use computer names to access other computers. DNS lets us convert computer names to IP addresses.

Windows Internet Naming Server WINS is Microsoft’s version of DNS. Server stores a list of computer names and IP addresses. WINS server only keeps the IP addresses for computers in the local area network.

Domain Controller Domain Controller is a server that contains the following:  Usernames  Passwords  Computers When you log in to a client, the client connects to the domain controller to validate the password.

Dynamic Host Control Protocol Each computer must have a unique IP address. You may type in a unique IP on each computer, or you may install a DHCP server. The DHCP server contains a list of available IP addresses. When a computer connects to the network, the DHCP server will give it an IP address.

DHCP Protocol The client requests an IP address from the DHCP server. The DHCP server responds with the IP address. Note: DHCP can run on your domain controller, or on a different server. ClientDHCP Server IP address???

Setting up the Network Go to the network properties for your server. Put in the following values for IP protocol:  IP Address:  Subnet Mask:  DNS Server:

Setting up the Server: Services Access the Manage Your Server program  Starts automatically  Also access through Administrative Tools

Setting up the Server: Services(cont.) Add a role to your server: You can see the different services:  DHCP  Domain Controller  DNS Server  WINS Server Choose a service and install it

Installing DHCP Service Choose the DHCP Server and click next To use the DHCP service, you need to create a scope. Call it what you want.

DHCP Scope You need to put in a start IP address and finish IP address for the scope. These addresses should be in the same network as your server ( XXX). IP Addresses will be given from this range.

DHCP Exclusions You may add exclusions as well. IP addresses in the exclusions screen will not be given out. Lease Duration Lease duration tells the computer how long the IP is valid for. After the duration is finished, the client will request another IP address.

DHCP: Additional Options You may also specify extra values in the server. The client will download these settings from the server with the IP address.

DHCP Settings: Gateway The gateway is the server that connects to other networks (i.e. the Internet). The IP address is normally the first IP in the network ( )

Domain Name and DNS Choose a name for your domain and put it in parent domain. (i.e. TIHE.ORG) Also, put in the IP address for your server for the DNS server.

WINS Server Put in the IP address of your server for the WINS server as well. When you are finished, activate the scope.

Domain Controller Now we will install the Domain Controller, select this service from the Manage Server. We want to create a new domain.

Domain Forest In Windows Server, you can connect your domain to an existing domain structure, or you can start from scratch. We will create a new forest for our domain.

DNS DNS is integrated with the Domain Controller. Select the second option – Have the computer install DNS for you.

Domain Name Now you need to select a domain name. It should be the same name you used in the DHCP (i.e. TIHE.ORG)

NetBIOS Domain Name The computer will choose a netbios name for your domain. Click next. Database and Log Folders The computer will select a path for this entry. Click next. Shared System Volume The computer will select a path for this entry. Click next.

Permissions You will probably only be using W2K servers, so select the second option. Restore Mode Password Choose the same password that you used to make the server.

Running Active Directory Active Directory allows you to manage the users and computers in your domain. Open Active Directory Users and Computers from Administrative Tools

Organizational Units Before we can create a new user, we need to put that user in an Org Unit. Organizational Units group similar users together like a folder.  Staff, Students

Creating a New User Now that you have an Org Unit, you may create a user inside.

New User Dialog Insert information for your user, following the dialogs.

Password Problem Depending on your settings, you might get an error message when creating the user This message will appear if your domain requires complex passwords  Letters  Numbers  Special Characters (i.e. !)

Disabling Complex Passwords Open your domain security policy Disable the password requirement

Update Your Policy Run gpupdate

Additional Settings: Group Policy You can make a policy for each Org Unit Go to the properties and make a new Group Policy

Editing the Group Policy Most of the settings you want to change are under the User section under Administrative Templates. Explore these settings.

File Sharing Windows Server makes it easy to share files. All we need to do is turn on the File Sharing Role for our server, then add the folders we want to share. Go to “Administrative Tools” and then “Configure Your Server Wizard”. You will then select the File Server Role There is not much to configure your File Server, but it will ask you if you want to share a folder with the File Sharing Wizard.

File Sharing The File Sharing wizard allows you first to select the folder you want to share. This folder will be a place on your hard drive that you would like others to see The next screen will ask the Share Name that others will see over the network. Note: The Share Name does not need to be the same as the folder name. The share name is the name that the folder will have over a network Finally, it will ask you to select permissions that apply to your folder. Administrator has full access, others have read-only will be good for just sharing files.

Home Drives Now that we can share folders and files, it is useful if each user can have a folder where they can save files on to the server. That way, if they use another computer, they can still have access to their files. This is usually called a “Home Drive” and we will map a network drive to a shared folder Let’s make a shared folder where people can save data now…

Home Drives

To enable this feature, we will go to Active Directory Users and Computers and select a user. Right click on the user and go to properties. In properties go to Profile In the “Home Folder” box, select Connect, choose a Drive and then put in the path to the folder from the network

Network Paths Your computer, remember, is accessible over the network if you type “\\” before the computer name and then type the folder  Example: \\tihe1\HomeFolder\\tihe1\HomeFolder In the Connect box, put the network path (sometimes called the UNC) to the folder that will save the user drives.

Home Folders After you press OK, a folder for that user should have been created in the shared folder that you made. If you look at the security permissions for that folder, you should also notice that only administrator and that user have access. Now if you need to make another user, you can copy from that user (Right click, go to Copy) and the Home Folders settings will be copied over.

Joining a Domain Now that you have a server set up, you need clients to use the server. For Windows XP, you must have the Professional version in order to use a domain. Windows 98, ME and 2000 can all connect to a domain without any other changes. In order to join a domain, we must go to our client computers, go to the place where we joined a workgroup Now we will select the domain option and type in the full name of our domain (Ex. tihe.org)

Joining a Domain The next screen will ask for a username and password. This is asking for the administrator username and password from the server you setup It will then welcome you to the domain. The next step is to change the IP settings to obtain the IP address automatically. This will allow the client to use the DHCP server you have made

Joining a Domain Now you should restart your client. When the computer restarts you will be able to use the usernames and passwords you have made with the Active Directory This is because your are now using a Client/Server relationship where the server provides a service to the client. Windows calls this a Domain

Congratulations!!! You have now made a basic Windows 2003 Server with the following services  DHCP  WINS  Domain Controller  DNS  File Sharing  Mapped Home Folders  Joining Domains