FRIENDS

NETWORKING GROUP  

  home | SERVER2003 | LOGA WIFE | EXCHANGE SERVER

Low Level

  1. Features of windows2003

ACTIVE DIRECTORY

Easier Deployment and Management

ADMT version 2.0—migrates password from NT4 to 2000 to 20003 or from 2000 to 2003

Domain Rename--- supports changing Domain Name System and/or NetBios name

Schema Redefine--- Allows deactivation of attributes and class definitions in the Active directory schema

AD/AM--- Active directory in application mode is a new capability of AD that addresses certain deployment scenarios related to directory enabled applications

Group Policy Improvements----introduced GPMC tool to manage group policy

UI—Enhanced User Interface

            Grater Security

                        Cross-forest Authentication

                        Cross-forest Authorization

                        Cross-certification Enhancements

                        IAS and Cross-forest authentication

                        Credential Manager

                        Software Restriction Policies

                        Improved Performance and Dependability

                        Easier logon for remote offices

                        Group Membership replication enhancements

                        Application Directory Partitions

Install Replica from media

            Dependability Improvements--- updated Inter-Site Topology Generator  (ISTG) that scales better by supporting forests with a greater number of sites than Windows 2000.

    FILE AND PRINT SERVICES

            Volume shadow copy service

            NTFS journaling file system

            EFS

            Improved CHDSK Performance

            Enhanced DFS and FRS

            Shadow copy of shared folders

            Enhanced folder redirection

            Remote document sharing (WEBDAV)

   IIS

Fault-tolerant process architecture----- The IIS 6.0 fault-tolerant process architecture isolates Web sites and applications into self-contained units called application pools

Health Monitoring---- IIS 6.0 periodically checks the status of an application pool with automatic restart on failure of the Web sites and applications within that application pool, increasing application availability. IIS 6.0 protects the server, and other applications, by automatically disabling Web sites and applications that fail too often within a short amount of time

 

Automatic Process Recycling--- IIS 6.0 automatically stops and restarts faulty Web sites and applications based on a flexible set of criteria, including CPU utilization and memory consumption, while queuing requests

 

Rapid-fail Protection---- If an application fails too often within a short amount of time, IIS 6.0 will automatically disable it and return a "503 Service Unavailable" error message to any new or queued requests to the application

Edit-While-Running

 

http://www.microsoft.com/windowsserver2003/evaluation/overview/technologies/default.mspx

 

  1. Difference between NT & 2000

NT SAM database is a flat database. Where as in windows 2000 active directory database is a hierarchical database.

In Windows NT only PDC is having writable copy of SAM database but the BDC is only read only database. In case of Windows 2000 both DC and ADC is having write copy of the database

Windows NT will not support FAT32 file system. Windows 2000 supports FAT32

 

Default authentication protocol in NT is NTLM (NT LAN manager). In windows 2000 default authentication protocol is Kerberos V5.

Windows 2000 depends and Integrated with DNS. NT user Netbios names

Active Directory can be backed up easily with System state data

 

  1. Difference between 2000 & 2003

Application Server mode is introduced in windows 2003

Possible to configure stub zones in windows 2003 DNS

Volume shadow copy services is introduced

Windows 2003 gives an option to replicate DNS data b/w all DNS servers in forest or All DNS servers in the domain.

Refer Question 1 for all Enhancements

 

  1. Difference between PDC & BDC

PDC contains a write copy of SAM database where as BDC contains read only copy of SAM database. It is not possible to reset a password or create objects with out PDC in Windows NT.

 

  1. Difference between DC & ADC

There is no difference between in DC and ADC both contains write copy of AD. Both can also handles FSMO roles (If transfers from DC to ADC). It is just for identification. Functionality wise there is no difference.

 

  1. What is DNS & WINS

DNS is a Domain Naming System, which resolves Host names to IP addresses. It uses fully qualified domain names. DNS is a Internet standard used to resolve host names

WINS is a Windows Internet Name Service, which resolves Netbios names to IP Address. This is proprietary for Windows

 

  1. Types of DNS Servers

We can configure 7 types of DNS servers in windows.

Primary DNS

Secondary DNS

Active Directory Integrated DNS

Root DNS

Forwarder

Master

      Caching only DNS

 

  1. If DHCP is not available what happens to the client

Client will not get IP and it cannot be participated in network. If client already got the IP and having lease duration it use the IP till the lease duration expires.

 

  1. what are the different types of trust relationships

Implicit Trusts

Explicit Trusts—NT to Win2k or Forest to Forest

  1. what is the process of DHCP for getting the IP address to the client

There is a four way negotiation process b/w client and server

DHCP Discover (Initiated by client)

DHCP Offer (Initiated by server)

DHCP Select (Initiated by client)

DHCP Acknowledgement (Initiated by Server)

DHCP Negative Acknowledgement (Initiated by server if any issues after DHCP offer)

 

  1. Difference between FAT,NTFS & NTFSVersion5

NTFS Version 5 features

Encryption is possible

We can enable Disk Quotas

File compression is possible

Sparse files

Indexing Service

NTFS change journal

 

In FAT file system we can apply only share level security. File level protection is not possible. In NTFS we can apply both share level as well as file level security

NTFS supports large partition sizes than FAT file systems

NTFS supports long file names than FAT file systems

 

  1. What are the port numbers for FTP, Telnet, HTTP, DNS

FTP-21, Telnet – 23, HTTP-80, DNS-53, Kerberos-88, LDAP-389,https:443n,NNTP:119.

 

  1. what are the different types of profiles in 2000

Local Profiles

Roaming profiles

Mandatory Profiles

 

  1. what is the database files used for Active Directory

NTDS.DIT

 

  1. What is the location of AD Database

%System root%/NTDS/NTDS>DIT

 

  1. What is the authentication protocol used in NT

NTLM (NT LAN Manager)

 

  1. What is subnetting and supernetting

Subnetting is the process of borrowing bits from the host portion of an address to provide bits for identifying additional sub-networks

 

Supernetting merges several smaller blocks of IP addresses (networks) that are continuous into one larger block of addresses. Borrowing network bits to combine several smaller networks into one larger network does supernetting

 

  1. what is the use of terminal services

Terminal services can be used as Remote Administration mode to administer remotely as well as Application Server Mode to run the application in one server and users can login to that server to user that application.

 

  1. what is the protocol used for terminal services

RDP

 

  1. what is the port number for RDP

3389

 

Medium Level

 

  1. what is the difference between Authorized DHCP and Non Authorized DHCP

To avoid problems in the network causing by mis-configured DHCP servers, server in windows 2000 must be validate by AD before starting service to clients. If an authorized DHCP finds any DHCP server in the network it stop serving the clients 

 

  1. Difference between inter-site and intra-site replication. Protocols using for replication.

Intra-site replication can be done between the domain controllers in the same site. Inter-site replication can be done between two different sites over WAN links

BHS (Bridge Head Servers) is responsible for initiating replication between the sites. Inter-site replication can be done B/w BHS in one site and BHS in another site.

We can use RPC over IP or SMTP as replication protocols where as Domain partition is not possible to replicate using SMTP.

 

  1. How to monitor replication

We can user Replmon tool from support tools.

 

  1. Brief explanation of RAID Levels

RAID 0 – Striping

RAID 1- Mirroring (minimum 2 HDD required)

RAID 5 – Striping With Parity (Minimum 3 HDD required)

RAID levels 1 and 5 only gives redundancy

 

  1. What are the different backup strategies are available

Normal Backup

Incremental Backup

Differential Backup

Daily Backup

Copy Backup

 

  1. What is a global catalog

Global catalog is a role, which maintains Indexes about objects. It contains full information of the objects in its own domain and partial information of the objects in other domains. Universal Group membership information will be stored in global catalog servers and replicate to all GC’s in the forest.

 

  1. What is Active Directory and what is the use of it

Active directory is a directory service, which maintains the relation ship between resources and enabling them to work together. Because of AD hierarchal structure windows 2000 is more scalable, reliable. Active directory is derived from X.500 standards where information is stored is hierarchal tree like structure. Active directory depends on two Internet standards one is DNS and other is LDAP. Information in Active directory can be queried by using LDAP protocol

 

  1. what is the physical and logical structure of AD

Active directory physical structure is a hierarchal structure which fallows

 

 Forests—Trees—Domains—Child Domains—Grand Child—etc

 

Active directory is logically divided into 3 partitions

1.Configuration partition

2. Schema Partition

3. Domain partition 4. Application Partition (only in windows 2003 not available in windows 2000)

Out of these Configuration, Schema partitions can be replicated between the domain controllers in the in the entire forest. Where as Domain partition can be replicated between the domain controllers in the same domain

 

 

 

  1. What is the process of user authentication (Kerberos V5) in windows 2000

After giving logon credentials an encryption key will be generated which is used to encrypt the time stamp of the client machine. User name and encrypted timestamp information will be provided to domain controller for authentication. Then Domain controller based on the password information stored in AD for that user it decrypts the encrypted time stamp information. If produces time stamp matches to its time stamp. It will provide logon session key and Ticket granting ticket to client in an encryption format. Again client decrypts and if produced time stamp information is matching then it will use logon session key to logon to the domain. Ticket granting ticket will be used to generate service granting ticket when accessing network resources

 

  1. what are the port numbers for Kerberos, LDAP and Global catalog

Kerberos – 88, LDAP – 389, Global Catalog – 3268

 

  1. what is the use of LDAP (X.500 standard?)

LDAP is a directory access protocol, which is used to exchange directory information from server to clients or from server to servers

 

  1. what are the problems that are generally come across DHCP

Scope is full with IP addresses no IP’s available for new machines

If scope options are not configured properly eg default gateway

Incorrect creation of scopes etc

 

  1. what is the role responsible for time synchronization

PDC Emulator is responsible for time synchronization. Time synchronization is important because Kerberos authentication depends on time stamp information

 

  1. what is TTL & how to set TTL time in DNS

TTL is Time to Live setting used for the amount of time that the record should remain in cache when name resolution happened.

We can set TTL in SOA (start of authority record) of DNS

 

  1. How to take DNS and WINS,DHCP backup

%System root%/system32/dns

%System root%/system32/WINS

%System root%/system32/DHCP

 

  1. What is recovery console

Recovery console is a utility used to recover the system when it is not booting properly or not at all booting. We can perform fallowing operations from recovery console

We can copy, rename, or replace operating system files and folders

Enable or disable service or device startup the next time that start computer

Repair the file system boot sector or the Master Boot Record

Create and format partitions on drives

 

  1. What is DFS & its usage

DFS is a distributed file system used to provide common environment for users to access files and folders even when they are shared in different servers physically.

There are two types of DFS domain DFS and Stand alone DFS. We cannot provide redundancy for stand alone DFS in case of failure. Domain DFS is used in a domain environment which can be accessed by /domain name/root1 (root 1 is DFS root name). Stand alone DFS can be used in workgroup environment which can be accessed through /server name/root1 (root 1 is DFS root name). Both the cases we need to create DFS root ( Which appears like a shared folder for end users) and DFS links ( A logical link which is pointing to the server where the folder is physically shared)

The maximum number of Dfs roots per server is 1.

The maximum numbers of Dfs root replicas are 31.

The maximum number of Dfs roots per domain is unlimited.

The maximum number of Dfs links or shared folders in a Dfs root is 1,000

 

  1. What is RIS and what are its requirements

RIS is a remote installation service, which is used to install operation system remotely.

Client requirements

PXE DHCP-based boot ROM version 1.00 or later NIC, or a network adapter that is supported by the RIS boot disk.

Should meet minimum operating system requirements

Software Requirements

Below network services must be active on RIS server or any server in the