0% found this document useful (0 votes)
10 views26 pages

Networking Practicals

The document outlines installation and configuration procedures for various Windows operating systems, including Windows Vista, Windows 7, and Windows Server 2008, along with management tasks such as hard disk partitioning, task scheduling, printer sharing, user account management, and Active Directory setup. It also covers advanced topics like DNS, DHCP, VPN, and Exchange Server management. Each section provides step-by-step instructions and essential concepts for effective system administration.

Uploaded by

sulamang2007
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views26 pages

Networking Practicals

The document outlines installation and configuration procedures for various Windows operating systems, including Windows Vista, Windows 7, and Windows Server 2008, along with management tasks such as hard disk partitioning, task scheduling, printer sharing, user account management, and Active Directory setup. It also covers advanced topics like DNS, DHCP, VPN, and Exchange Server management. Each section provides step-by-step instructions and essential concepts for effective system administration.

Uploaded by

sulamang2007
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1.

Windows Vista / Windows 7 Client End


Installation
Objective
To install Windows 7/Vista operating system on a client machine and prepare it to connect to a
network or domain.

Concept
A client operating system is installed on end-user computers to allow users to access
applications, network resources, shared files, and domain services provided by a Windows
Server.

Requirements
 Bootable DVD/USB of Windows 7/Vista
 Minimum 1–2 GB RAM
 20 GB hard disk space
 Product key (if required)

Procedure
Step 1: Boot from Installation Media

 Insert DVD/USB
 Restart system
 Enter BIOS (F2/Delete)
 Set boot priority to DVD/USB

Step 2: Start Installation

 Select Language, Time & Currency format


 Click Install Now

Step 3: Select Installation Type

Choose:

 Upgrade (if previous OS exists)


 Custom (Advanced) – Fresh installation (recommended)
Step 4: Partition Selection

 Create new partition


 Format using NTFS
 Select partition and click Next

Step 5: Installation Process

Windows copies files, expands files, installs features and updates.

Step 6: Initial Configuration

 Set Username
 Set Password
 Enter Computer Name
 Set Time Zone
 Configure Network (Home/Work/Public)

Step 7: Driver Installation

Install:

 Network driver
 Graphics driver
 Sound driver

Post Installation Tasks


 Activate Windows
 Install antivirus
 Join domain (if required)
 Configure IP settings

2. Windows Server 2008 Installation and


Configuration
Objective
To install Windows Server 2008 and configure it for network services.
Concept
Windows Server 2008 provides centralized management of users, security, resources, and
services such as Active Directory, DNS, DHCP, and IIS.

Requirements
 Server hardware
 Minimum 2 GB RAM
 40 GB HDD
 Installation DVD/ISO

Installation Steps
Step 1: Boot from DVD

 Set boot priority


 Select language and keyboard

Step 2: Select Server Edition

Choose:

 Standard
 Enterprise
 Datacenter

Step 3: Accept License Agreement

Step 4: Partition Disk

 Create system partition


 Format with NTFS

Step 5: Installation Process

Server installs core components.

Step 6: Set Administrator Password

Initial Configuration After Installation


1. Rename Server

Control Panel → System → Change Settings

2. Configure Static IP

Network → IPv4 Properties


Set:

 IP Address
 Subnet Mask
 Default Gateway
 Preferred DNS

3. Install Roles

Open Server Manager → Add Roles


Common roles:

 Active Directory Domain Services


 DNS Server
 DHCP Server
 IIS

4. Enable Remote Desktop

Maintenance Tasks
 Install updates
 Configure firewall
 Monitor event logs
3. Hard Disk Partition Management
Objective
To create, delete, extend, shrink, and manage disk partitions.

Concept
Partitioning divides a physical hard disk into logical sections for better storage management and
security.

Types:

 Primary Partition
 Extended Partition
 Logical Drive

File System:

 NTFS (recommended)
 FAT32

Using Disk Management Tool


Step 1: Open Disk Management

Press:

[Link]

Step 2: Create New Partition

 Right-click Unallocated Space


 Select New Simple Volume
 Specify size
 Assign drive letter
 Format as NTFS

Step 3: Shrink Volume

 Right-click existing partition


 Select Shrink Volume
 Enter size

Step 4: Extend Volume

 Right-click partition
 Select Extend Volume

Step 5: Delete Partition

Right-click → Delete Volume

Using Command Line (Diskpart)


Open Command Prompt as Administrator:

diskpart
list disk
select disk 0
create partition primary
format fs=ntfs quick
assign

Important Notes
 System partition should not be deleted.
 Always backup before resizing.
 NTFS supports security permissions.
4. Exploring Control Panel for Task
Scheduling
Objective
To schedule automatic tasks in Windows.

Concept
Task Scheduler allows automatic execution of programs, scripts, or system tasks at specific time
or event.

Procedure
1. Open:
Control Panel → Administrative Tools → Task Scheduler
2. Click Create Basic Task
3. Enter:
o Task Name
o Description
4. Select Trigger:
o Daily
o Weekly
o At startup
o On event
5. Select Action:
o Start a program
o Send email (older versions)
6. Finish and verify in Task Library.

Use
Used for backups, updates, maintenance scripts.
5. Local Printer Creation and Sharing
Objective
To install and share a printer over network.

Concept
Printer sharing allows multiple users to print using a single connected printer.

Procedure
1. Control Panel → Devices and Printers
2. Click Add Printer
3. Install required driver
4. Right-click printer → Properties
5. Open Sharing tab
6. Enable "Share this printer"

Clients access via:

\\ServerName\PrinterName

Important
Ensure firewall allows printer sharing.
6. User and Group Account Management
Objective
To create and manage users and groups.

Concept
Users authenticate to system; groups simplify permission management.

Tool
Run:

[Link]

(For Domain: Active Directory Users and Computers)

Steps
1. Create New User
o Set username
o Set password
2. Create Group
3. Add users to group

Types
 Local Users
 Domain Users
 Security Groups
7. Audit Implementation
Objective
To monitor system and user activities.

Concept
Auditing records security events like logon attempts and file access.

Steps
1. Open Local Security Policy
2. Go to Audit Policy
3. Enable:
o Audit Logon Events
o Audit Object Access
4. View logs in:
Event Viewer → Security

Use
Important for security monitoring and troubleshooting.
8. Account Policy and User Rights
Management
Objective
To enforce password and security rules.

Concept
Account policies control password strength and lockout settings.

Configuration
Local Security Policy → Account Policies:

 Minimum password length


 Password expiry
 Account lockout duration

User Rights Assignment:

 Allow log on locally


 Shut down system
 Backup files

Purpose
Improves system security.

9. User Profile Implementation


Objective
To configure user environment storage.

Concept
User profile stores desktop, documents, and settings.
Types
1. Local Profile
2. Roaming Profile
3. Mandatory Profile

Configuration (Domain)
Active Directory → User Properties → Profile tab

Set:

\\Server\Profiles\Username

Roaming profile loads settings on any domain computer.


10. System Policy Configuration
Objective
To control system settings using policies.

Concept
Group Policy allows administrators to restrict or configure user and computer settings.

Tool
Run:

[Link]

For domain:
Group Policy Management Console (GPMC)

Examples
 Disable Control Panel
 Restrict USB
 Hide drives
 Set password policy

Application
Policies apply to:

 User Configuration
 Computer Configuration
11. Active Directory Installation,
Configuration and Maintenance
Objective
To install and manage Active Directory Domain Services (AD DS).

Concept
Active Directory (AD) is a directory service that manages users, computers, groups, and policies
in a domain environment.

Installation
1. Open Server Manager
2. Click Add Roles
3. Select Active Directory Domain Services
4. After installation, run:

dcpromo

5. Create:
o New Forest
o Domain Name (e.g., [Link])

Configuration
 Create Organizational Units (OU)
 Add Users and Groups
 Configure Group Policies

Maintenance
 Backup System State
 Monitor replication
 Check Event Viewer logs
12. Resource Sharing and Security
Objective
To share files and manage access permissions.

Concept
Resources can be shared over network with controlled permissions.

Steps
1. Right-click Folder → Properties
2. Sharing Tab → Advanced Sharing
3. Enable sharing
4. Set Share Permissions
5. Configure NTFS Permissions in Security Tab

Important Rule
Effective permission = Most restrictive (Share + NTFS combined).
13. File and Folder Auditing
Objective
To track file access and modifications.

Concept
Auditing records who accessed or modified a file.

Steps
1. Enable Audit Policy (Object Access)
2. Folder → Properties → Security → Advanced
3. Auditing tab → Add user
4. Select Success/Failure events

Check logs in Event Viewer → Security.


14. Setting File and Folder Permissions
Objective
To assign proper access control.

Concept
NTFS permissions control file access.

Common Permissions
 Read
 Write
 Modify
 Full Control

Steps
1. Right-click file → Properties
2. Security Tab
3. Add user/group
4. Assign permission

Inheritance applies from parent folder unless disabled.


15. Resource Access and Permission
Troubleshooting
Objective
To resolve “Access Denied” problems.

Troubleshooting Steps
1. Check NTFS permissions
2. Check Share permissions
3. Verify group membership
4. Use “Effective Permissions” tab
5. Confirm user login credentials

Always remember: Most restrictive permission applies.

16. Backup and Restore the Data


Objective
To protect system and user data.

Tool
Windows Server Backup

Steps
1. Install Backup Feature
2. Select Backup Schedule
3. Choose:
o Full Server
o Custom Backup
4. Select destination (Disk/Network)

Restore
Use Recovery Wizard to restore files or system state.

17. DNS and WINS Installation,


Configuration and Maintenance
DNS Concept
DNS converts domain names into IP addresses.

Installation
Server Manager → Add Roles → DNS Server

Configuration
 Create Forward Lookup Zone
 Add A Record (Name + IP)

WINS Concept
WINS resolves NetBIOS names (used in older networks).

Install via Add Features → WINS Server.


18. TCP/IP Configuration
Objective
To configure IP settings manually.

Steps
1. Open Network Adapter Settings
2. Select IPv4
3. Set:
o IP Address
o Subnet Mask
o Default Gateway
o Preferred DNS

Example:
IP: [Link]
Mask: [Link]

19. DHCP Configuration and Maintenance


Concept
DHCP automatically assigns IP addresses.

Installation
Add DHCP Role from Server Manager.

Configuration
1. Create New Scope
2. Define IP Range
3. Set Subnet Mask
4. Configure Gateway & DNS
5. Activate Scope

Authorize DHCP server in Active Directory.


20. IIS Installation with its Services
Concept
IIS (Internet Information Services) hosts websites and web applications.

Installation
Server Manager → Add Roles → IIS

Services
 Web Server
 FTP Server
 Application Development

Test:
Open browser → [Link]

21. RAS Installation and Configuration


Concept
Remote Access Service allows remote users to connect to network.

Installation
Add Role → Network Policy and Access Services

Enable Routing and Remote Access (RRAS)


Choose:

 VPN Access
 Dial-up Access
22. VPN Configuration and Maintenance
Concept
VPN creates secure encrypted remote connection.

Steps
1. Enable RRAS
2. Select VPN option
3. Configure IP address assignment
4. Allow user dial-in permission
5. Open required firewall ports

Protocols:

 PPTP
 L2TP

23. FTP Services Configuration


Concept
FTP allows file transfer over network.

Installation
Install FTP role under IIS.

Configuration
1. Create FTP Site
2. Set physical folder path
3. Configure Authentication
4. Set Authorization rules

Access using:

[Link]
24. Distributed File System (DFS) Installation
and Maintenance
Concept
DFS provides centralized access to shared folders across servers.

Installation
Add DFS Role.

Configuration
1. Create Namespace
2. Add Folder Targets
3. Enable Replication

Ensures data redundancy.

25. NAT Services Configuration and


Maintenance
Concept
NAT translates private IP addresses into public IP addresses.

Configuration
1. Enable RRAS
2. Select NAT option
3. Configure:
o Public Interface
o Private Interface

Used for internet sharing.


26. Deploying and Managing Exchange
Server 2010/2013
Concept
Exchange Server manages enterprise email system.

Requirements
 Active Directory
 DNS
 Proper domain setup

Installation
Install roles:

 Mailbox Role
 Client Access Role
 Hub Transport Role

Manage via Exchange Management Console.

27. Configuring Mailbox Servers


Objective
To manage mailbox databases.

Steps
1. Create Mailbox Database
2. Define storage path
3. Mount database
4. Assign mailbox to users

Monitor storage usage regularly.


28. Managing Recipient Objects
Concept
Recipients include mailbox users, contacts, and distribution groups.

Tasks
 Create Mailbox User
 Create Distribution Group
 Modify Email Address
 Disable/Delete mailbox

Managed via Exchange Console.

29. Installation of TMG Server


Concept
TMG (Threat Management Gateway) provides firewall, web filtering, and security.

Steps
1. Prepare domain environment
2. Install TMG software
3. Configure network adapters
4. Complete initial setup wizard

30. Configuration of TMG Server


Configuration Tasks
 Create Firewall Rules
 Configure Web Access Policy
 Enable VPN access
 Configure Malware Inspection
 Monitor logs and reports

Provides enterprise-level network security.

You might also like