answersLogoWhite

0

Windows Server 2003

Also known as the Win2K3, Windows Server 2003 is a server OS (operating system) from the American software company Microsoft. This OS has the capability to share printers and files, provide email services, authenticate users, and host message queues.

1,215 Questions

A tcp network interface that is configured to use dhcp obtains what information from the dhcp server?

It depends on how the DHCP server scope options are configured. At a minimum, DHCP uses supplies the following:

  1. Adaptor IP Address
  2. Subnet mask
  3. Default Gateway
  4. Primary/secondary DNS server addresses

It might also supply some other routing options, including WINS server addresses, etc.

Why is it necessary to clear the cache before you retest the web server connections?

Clearing the cache is important to ensure that you do not access a locally stored representation of the web site, which may be down when you first access it and may be currently active, however it displays the cached version of the connection.

What is function of Active directory lightweight directory service of server 2008?

Windows Server 2008 Active Directory Lightweight Directory Services (AD LDS)Function:

By using the Windows Server2008 Active Directory Lightweight Directory Services (AD LDS) role, formerly known as Active Directory Application Mode (ADAM), you can provide directory services for directory-enabled applications without incurring the overhead of domains and forests and the requirements of a single schema throughout a forest.

In the following sections, learn more about the AD LDS server role, the features in it, and the software and hardware considerations for installing it.

What is the AD LDS server role?

AD LDS is a Lightweight Directory Access Protocol (LDAP) directory service that provides flexible support for directory-enabled applications, without the dependencies that are required for Active Directory Domain Services (AD DS). AD LDS provides much of the same functionality as AD DS, but it does not require the deployment of domains or domain controllers. You can run multiple instances of AD LDS concurrently on a single computer, with an independently managed schema for each AD LDS instance.

AD DS provides directory services for both the Microsoft Windows Server server operating system and for directory-enabled applications. For the server operating system, AD DS stores critical information about the network infrastructure, users and groups, network services, and so on. In this role, AD DS must adhere to a single schema throughout an entire forest.

The AD LDS server role, on the other hand, provides directory services specifically for directory-enabled applications. AD LDS does not require or rely on Active Directory domains or forests. However, in environments where AD DS exists, AD LDS can use AD DS for the authentication of Windows security principals.

When should I use the AD LDS server role?

The following sections describe common AD LDS enterprise directory solutions.

Providing an enterprise directory store

AD LDS is a full-fledged LDAP directory solution for enterprises. All directory-enabled enterprise applications can use AD LDS as their directory store.

AD LDS can store "private" directory data, which is relevant only to the application, in a local directory service-possibly on the same server as the application-without requiring any additional configuration to the server operating system directory. This data, which is relevant only to the application and which does not have to be widely replicated, is stored solely in the AD LDS directory that is associated with the application. This solution reduces replication traffic on the network between domain controllers that serve the server operating system directory. However, if necessary you can configure this data to be replicated between multiple AD LDS instances.

Enterprise applications must often store personalization data that is associated with authenticated users in AD DS. Storing this personalization data in AD DS would require AD DS schema changes. In this scenario, an application can use AD LDS to store application-specific data, such as policy and management information, while it uses the user principals in AD DS for authentication and for controlling access to objects in AD LDS. Such a solution makes it unnecessary for each AD LDS directory to have its own user database. Therefore, this solution prevents a proliferation of user IDs and passwords for end users every time a new directory-enabled application is introduced to the network.

Providing an extranet authentication store

Consider the example of a Web portal application that manages extranet access to corporate business applications and services identities that are external to the corporate AD DS. Another example might be a hosting scenario in which a provider offers domain and storage services to its customers by maintaining and updating customer-dedicated Web or data servers, with no customers having access to these servers.

These servers and portal applications that are deployed in an extranet have custom identity needs. They require an authentication store to save authorization information for the identities that they service. AD LDS is a good candidate for this authentication store because it can host user objects that are not Windows security principals but that can be authenticated with LDAP simple binds. In other words, Web clients can be serviced by portal applications that can run on any platform while they use AD LDS as a simple LDAP authentication store.

If a portal application that you deploy in an extranet must service internal AD DS-authenticated identities that are currently located outside the corporate firewall, you can still deploy AD LDS as the authentication store with the corporate account credentials of these identities provisioned on the extranet instances of AD LDS, as shown in the following illustration.

Providing an extranet authentication store.

You can also deploy AD LDS as an extranet authentication store along with Active Directory Federation Services (AD FS). This configuration enables Web single-sign-on (SSO) technologies to authenticate users to multiple Web applications with a single user account.

Consolidating identity systems

You may have a scenario in which a data model restriction, such as a single LDAP partition view or a single organizational unit (OU) view, is imposed on an enterprise directory-enabled application that must access data that is associated with AD DS-authenticated users, applications, or network resources that are located in multiple forests, domains, or OUs in the enterprise. Identity information for this directory-enabled application must be consolidated from multiple Active Directory forests, domains, and OUs or from multiple identity systems and other directories, such as human resource databases, SAP databases, telephone directories, and so on.

AD LDS offers a consolidating directory solution because you can deploy it along with a metadirectory. Metadirectories, such as Microsoft Identity Integration Server (MIIS) or Microsoft Identity Integration Feature Pack (IIFP)-which is a free, lightweight version of MIIS, can provide directory-enabled applications with a unified view of all known identity information about enterprise users, applications, and network resources by performing identity integration, directory synchronization, account provisioning and deprovisioning, and password synchronization between AD DS and AD LDS, as shown in the following illustration.

Consolidating identity systems.

Providing a development environment for AD DS and AD LDS

Because AD LDS uses the same programming model and provides virtually the same administration experience as AD DS, it can be a good fit for developers who are staging and testing various Active Directory-integrated applications. For example, if an application under development requires a different schema from the current server operating system AD DS, the application developer can use AD LDS to provide the application with a tailored schema that works for business needs, data requirements, and workflow processes, without altering the configuration of the corporate Active Directory deployment. Developers can work with an AD LDS instance without the need for a complicated setup and later move the application to AD DS. Developers may want a directory that they can easily program to without requirements for extensive setup or hardware support during the development process. This can be achieved through AD LDS as it can easily be installed and uninstalled on any Windows Server 2008 computer. This allows rapid restoration to a clean state during the application prototyping and development process.

Providing a configuration store for distributed applications in Windows Server

You may have a distributed application that requires a configuration store with multimaster update and replication capabilities to service its multiple components, for example, a firewall application that accesses network and application ports data, a junk mail filtering application that accesses e-mail address lists, or a workflow application that accesses enterprise and policy data. You can deploy AD LDS as a lightweight configuration store for such applications, as shown in the following illustration.

Providing a configuration store for distributed ap

In this scenario, an AD LDS instance that serves as the application's configuration store is bundled with a distributed application. This way, application designers do not have to be concerned about the availability of a directory service before the installation of the application. Instead, they can include AD LDS as a part of their application's installation process to ensure that the application has access to a directory service immediately upon installation. The application then configures and manages AD LDS entirely on its own or partially, depending on the application's exposure to the AD LDS management, and it uses AD LDS to address its various data requirements.

Migrating legacy directory-enabled applications

Your organization may use an already established directory with X.500-style naming (O=<organization>,C=<country>) to serve various legacy applications, but it may also want to migrate its enterprise directory to AD DS. In this scenario, you can use AD LDS as an interim solution. You can deploy AD LDS to serve and provide support for the legacy applications that rely on X.500-style naming, while you can use AD DS in the enterprise to provide a shared security infrastructure. You can use a metadirectory, such as MIIS, to automatically synchronize the data in AD DS and AD LDS for a seamless migration experience. The following illustration describes this AD LDS deployment.

Migrating legacy directory-enabled applications.

Features in the AD LDS server role

You can use the AD LDS server role to create multiple AD LDS instances on a single computer. Each instance runs as a separate service in its own execution context. The AD LDS server role includes the following features to make it easy to create, configure, and manage AD LDS instances:

* A wizard that guides you through the process of creating an AD LDS instance

* Command-line tools for performing unattended installation and removal of AD LDS instances

* Microsoft Management Console (MMC) snap-ins for configuring and managing AD LDS instances, including the schema for each instance

* AD LDS-specific command-line tools for managing, populating, and synchronizing AD LDS instances

In addition to these tools, you can also use many Active Directory tools to administer AD LDS instances.

The Windows Server 2008 operating system includes the additional AD LDS features in the following table.

Feature Description

Install from Media (IFM) Generation

With this feature, you can use a one-step Ntdsutil.exe or Dsdbutil.exe process to create installation media for subsequent AD LDS installations.

Audit AD LDS changes

With this feature, you can set up AD LDS auditing with a new audit subcategory to log old and new values when changes are made to objects and their attributes.

noteNote

This feature also applies to AD DS.

Data Mounting Tool

With this feature, you can view directory data that is stored online in snapshots that are taken at different points in time to better decide which data to restore, without having to restart the server.

noteNote

This feature also applies to AD DS.

Support for Active Directory Sites and Services

With this feature, you can use the Active Directory Sites and Services snap-in to manage replication among AD LDS instances. To use this tool, you must import the classes in MS-ADLDS-DisplaySpecifiers.LDF to extend the schema of a configuration set that you want to manage. To connect to an AD LDS instance that hosts your configuration set, specify the computer name and the port number of a server that hosts this AD LDS instance.

Dynamic list of LDAP Data Interchange Format (LDIF) files during instance setup

With this feature, you can make custom LDIF files available during AD LDS instance setup-in addition to the default LDIF files that are provided with AD LDS-by adding the files to the\ADAM directory.

Recursive linked-attribute queries:

With this feature, you can create a single LDAP query that can follow nested attribute links. This can be very useful in determining group membership and ancestry.

In the Windows Server 2008 R2 operating system, AD LDS includes the following new features (also available for AD DS in Windows Server 2008 R2) that help improve its manageability and supportability:

* Active Directory Recycle Bin: Enhances your ability to preserve and recover accidentally deleted Active Directory objects.

* Active Directory PowerShell: Provides command-line scripting for administrative, configuration, and diagnostic tasks, with a consistent vocabulary and syntax.

* Active Directory Web Services: Provides a Web service interface to Active Directory domains, AD LDS instances, and Active Directory Database Mounting Tool instances.

Where can one purchase sql server express?

The "SQL Server Express Editions" are available for free download (and use) on the Microsoft website. Just Google the text in quotes above, and you should find them easily.

You can buy SQL Server Express software online at any retail site that sells software. You can also get this software at general office supply stores.

What does it means by domain in a exchange server settings?

In order to synchronize with your account on an Exchange server, you must enter the settings required to connect to that Exchange server. The required settings are your user name, password, server name, domain, and whether or not to use SSL. These settings can be obtained from your IT department, but normally it is very easy to find them yourself by following the steps below.

What does a wintel server do?

Wintel is a software product. The purpose and function of Wintel is to allow host operating systems to run in a protected format.

Can a host at one site called the client have resources that a host at another site called the server wants to use?

Yes; anytime a system is requesting information it is acting as a client, and when it offers resources to others it is operating as a server. The difference between client software and server software is the ability to offer more services and service requesters with server software.

Could not start the Server Service on local computer Error 2 The system cannot find the file specified Any help on which file would be appreciated?

From the LAN properties screen - uninstall File and Printer Sharing for Microsoft Networks the Install File and Printer Sharing for Microsoft Networks.

Reboot and in my case sharing is working again. The server services starts no problem

Does hp dc7800 support windows 2003 server?

Any computer that can run Windows XP or Vista can run Server 2003, but it will almost certainly not be supported by the manufacturer. It may void the system's warranty (which you could probably recover by merely formatting the hard drive), but if you buy a retail copy, Microsoft will provide some support incidents. Note that you will not be able to chose the upgrade option when installing, thus requiring a format of the hard drive. Make sure you back up before you attempt to install! Note: You can install hp dc7800 printer witn windows server 2003 on 64 bit. but you can not install on windows server 2003 32 bit.

How do you update your Microsoft transcripts to reflect your certification status?

I find from many discussion boards and forums that this is a problem for some, but the answer is simple and easy. Most likely you will receive a response back within a day or so letting you know that your Microsoft transcripts will be updated within 24 hours. The examples in this answer may not be applicable to you, but the process to the resolution may still help you. There may be other ways to accomplish the same task, but this is the best way I have found and it's quick and easy.

The problem or reason this occurs is that most likely you are using a third party vendor certification to fulfill Microsoft requirements. For example, using CompTIA certifications to complete, for instance MCSA requirements. If you pay attention to the MCSA requirements you will find that the requirements are 70-270 , 70-290, 70-291, and an elective exam of your choice. Microsoft allows you to use some third party vendor certifications to fulfill your 'elective exam' requirement. For many this will be from CompTIA. The CompTIA certifications allowed to fulfill this requirement are:

A+ and Network + or A+ and Server + or Security +. Please note this is only an example, as there are many paths to Microsoft certifications of this type and you do not have to complete them with a third party vendor.

For example, if you have not updated your CompTIA certification status w/ your Microsoft Regional Service Center then you must send Microsoft your CompTIA transcripts. Then your CompTIA certifications will be listed in your transcripts on the MCP member site. Then when your certification status is validated, your new certification status will be listed on your transcripts, this may take a little longer.

You must send your CompTIA transcripts to your Microsoft Regional Service Center with the email associated with your MCP ID and you must include your MCP ID in the email.

You can accomplish this directly from CompTIA's website by logging in to view your certifications. Then click on the 'Transcripts' tab and select 'Create New Transcript' enter your MCP ID in the 'Remarks' section. Also include the reason your are sending this is to update your Microsoft transcripts with your CompTIA certification status and remember to thank them. You may want to fill in an expiration date, but allow them ample time to view your transcripts, I would recommend several weeks just in case. After your new transcript is created in the email section, select the transcript ID of the transcript you just created and enter the email address for the Microsoft Service Center ( MCPHelp@microsoft.com ) and click submit to send. Don't worry they will know exactly what to do with this and the CompTIA email applet will automatically create a subject line for your email. You are done, this should only take you a couple minutes to do.

When your transcripts have been updated with your CompTIA certifications, you will receive an email notifying you of this. If you have completed certification requirements, the email will tell you when your certification status will be updated. In my experience this whole process took 48 hours, of course times may vary. After this you will see your new certification status updated and will be able to order a copy of your certificate or download a copy of your certificate directly from the MCP member site.

This is an example of what you may see in your email:

Your CompTIA Security+/A+ and Network+ credential have been added to your MCP record.

Please allow up to 24 hours for updated certification information to appear on your MCP transcript. If after 24 hours you do not see your certification, please contact us for further assistance. If there is anything else we can do for you, please let us know. Thank you for contacting Microsoft.

--end--

Hope this answers your questions. This is much better information than I have found on any of these forums for this particular question. Hope this helps. Cheers ;)

What is difference between a WINS server and a DNS server?

WINS server works only at level of LAN and uses a list of IP addresses with corresponding names, it does not allow you to use domains. DNS is almost the same thing but it allows you to span the network in domains and work with them.

Was the Bosch Group a global company early on?

Bosch globalized early by establishing subsidiary plants in Britain in 1898, the United States in 1909, and Japan in 1914

How can you look at the active directory schema?

To view AD Schema, Firstly you need to register dll

Start-run- regsvr32 c:\winnt\system32\schmmgmt.dll and Enter.Where you will find a pop up message succeeded.

start - run - mmc-Enter where you can see mmc console1-Go to file and click on Add/remove snap in - click on Add and select the AD Schema from the menu and save mmc console in which ever name u wanted to.

Obviously, It will work only on Domain Controller and schema admins only have the rights to do changes on AD schema.

Subhash.

What does the permissions assigned to a user account do?

The permissions helps to restrict/monitor the movement(accessing of resources) of the user in the domain.

What is Directory Structure in os?

Directory structure in OS is the stable and scalable organization of files into a hierarchy of folders. It can be added to, but the fundamentals should don't change. These folders help computer users keep track of where everything on their PC is located.

How can i see my NCIC record?

The FBI's Criminal Justice Information Services (CJIS) Division processes these requests.

Reasons for Request

An individual may request a copy of his or her own FBI Identification Record for personal review or to challenge information on the Record. Other reasons an individual may request a copy of his or her own Identification Record may include international adoption or to satisfy a requirement to live or work in a foreign country (i.e., police certificate, letter of good conduct, criminal history background, etc.)

Can I request my own record for an employment background check?If you are requesting a background check for employment or licensing within the United States, you may be required by state statute or federal law to submit your request through your state identification bureau, requesting federal agency or other authorized channeling agency. You should contact the agency requiring the background check or the appropriate state identification bureau (or state police) for the correct procedures to follow for obtaining an FBI fingerprint background check for employment or licensing purposes.

Who May Request a Copy of Record

(or Proof that a Record Does Not Exist)

Only the subject of the identification record can request a copy of his own FBI Identification Record.

How to Request a Copy of Record

1. Complete cover letter.

  • If for a couple, family, etc., all persons must sign cover letter
  • Include your complete mailing address. Please provide telephone number and/or email address, if available.

2. Fingerprint Card

  • Obtain a set of your fingerprints (original card, no copies). Your name and date of birth must be provided on the fingerprint card.

    Fingerprints should be placed on a standard fingerprint form (FD-258) commonly used for applicant or law enforcement purposes.

  • Include rolled impressions of all ten fingerprints and impressions of all ten fingerprints taken simultaneously (these are sometimes referred to as plain or flat impressions.)
  • If possible have your fingerprints taken by a fingerprinting technician (this service may be available at a Law Enforcement Agency.)
  • Previously processed fingerprint cards will not be accepted.

3. Payment

  • Include $ 18 - U.S. dollars in the form of a money order, certified check made payable to the Treasury of the United States (please be sure to sign where required), or you may pay by credit card. Note: No cash, personal checks, or business checks will be accepted.
  • Must be exact amount
  • If for a couple, family, etc., include $18 for each person
  • If paying by credit card you must include the completed credit card payment form
  • Credit cards will not be used for expedited mail services

FBI CJIS Division - Record Request

1000 Custer Hollow Road

Clarksburg, West Virginia 26306

Please Note: If any of the above items are missing or incomplete, the request will be returned. Additional items sent not required for processing will not be returned. Allow approximately 13 weeks for processing, upon receipt to the FBI.

What You Will Receive

  1. No Record Response. As of 8/17/09, fingerprint cards are no longer being returned. Due to concerns related to the protection of Personally Identifiable Information, the process has been changed to return a letter which states "no FBI arrest was found". Any question regarding this matter should be directed to the Customer Service Group at 304-625-5590.
  2. FBI Identification Record. As of 7/7/09, fingerprint cards are no longer being returned with the FBI Identification Record.

How many Types of windows 2003 server editions are available?

Standard Edition

Enterprise Edition

Datacenter Edition

Web Edition

for further details http://technet.microsoft.com/en-us/library/cc758523.aspx

Who owns web servers?

Anyone can own a webserver. A webserver is simply a computer with software installed capable of serving a website etc (like IIS or Apache)

Trending Questions
What is a domain designator? Which technique allows you to specify individual users or groups within a container who should or should not receive the settings configured in a particular GPO? Which special identity group controls anonymous access to resources in Window Server 2008? Benefits of group policy in a domain useraccount? What is a sick unit? What is An act of sabotage that attempts to flood a network server or a Web server with so much activity that it is unable to function? What are all the commands associated with a menu? How do you install and configure exchange server 2007? What information is provided by the green pages of the ERG? How do you audit administrator activity in windows server? What are the features of a IIS server? What feature is used to self-assign an ip address if a windows dhcp client is unable to contact a dhcp server? Can you generate name from 2472742? What is knowledge consistency checker KCC in windows server 2003? Where can you find GPC and GPT? The DNS offers a CNAME type that is analogous to a symbolic link in a file systemthe CNAME entry provides what for another DNS entry? A file name can have a maximum of 255 characters including spaces the only characters not allowed are what? Distinguish between internal and external reconstruction of? Can Windows 98 computers can have a computer account in a Windows Server 2008 domain? Which command would a user type on the command line to find out what directory in the directory tree he is currently in?