|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Web 2.0 is a trend in the use of World Wide Web technology and web
design that aims to facilitate creativity, information sharing, and,
most notably, collaboration among users. These concepts have led to the
development and evolution of web-based communities and hosted services,
such as social-networking sites, wikis, blogs, and folksonomies (the
practice of catgorising content through tags). Although the term
suggests a new version of the World Wide Web, it does not refer to an
update to any technical specifications, but to changes in the ways
software developers and end-users use the internet.
Create Date
:
Thursday, September 25, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Windows SharePoint Services is the solution that enables you to create Web sites for information
sharing and document collaboration. Windows SharePoint Services - a key piece of the
information worker infrastructure delivered in Microsoft Windows Server 2003 - provides
additional functionality to the Microsoft Office system and other desktop applications, and it
serves as a platform for application development.
Office SharePoint Server 2007 builds on top of Windows SharePoint Services 3.0 to provide
additional capabilities including collaboration, portal, search, enterprise content management,
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Microsoft Windows Services is the engine that allows administrators to create Web sites for
information sharing and document collaboration. Windows SharePoint Services provides
additional functionality to the Microsoft Office System and other desktop applications, as well as
serving as a plat form for application development. SharePoint sites provide communities for team
vabnix.page.tl
collaboration, enabling users to work together on documents, tasks, and projects. The environment
for easy and flexible deployment, administration, and application development.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Microsoft SharePoint Products and Technologies (including SharePoint Portal Server and
Windows SharePoint Services) deliver highly scalable collaboration solutions with flexible
deployment and management tools. Windows SharePoint Services provides sites for team
collaboration, while Share Point Portal Server connects these sites, people, and business processes
-facilitating knowledge sharing and smart organizations. SharePoint Portal Server also extends
the capabilities of Windows SharePoint Services by providing organizational and management
tools for SharePoint sites, and by enabling teams to publish information to the entire organization.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
If the users sharing that login will have the same permissions and there is no fear of them sharing a
password, then yes. Otherwise, this is discouraged.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
In situations like, where the copy on write bit of a page is set and that page is shared by more than one process, the Kernel allocates new page and copies the content to the new page and the other processes retain their references to the old page. After copying the Kernel updates the page table entry with the new page number. Then Kernel decrements the reference count of the old pfdata table entry.
In cases like, where the copy on write bit is set and no processes are sharing the page, the Kernel allows the physical page to be reused by the processes. By doing so, it clears the copy on write bit and disassociates the page from its disk copy (if one exists), because other process may share the disk copy. Then it removes the pfdata table entry from the page-queue as the new copy of the virtual page is not on the swap device. It decrements the swap-use count for the page and if count drops to 0, frees the swap space.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Frequency-division multiple-access (FDMA) is a mechanism for sharing a radio frequency band among multiple users by dividing it into a number of smaller bands.
Create Date
:
Monday, May 12, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
802.11 is a group of specifications for wireless networks developed by the Institute of Electrical and Electronics Engineers (IEEE). 802.11 uses the Ethernet protocol and CSMA/CA (carrier sense multiple access with collision avoidance) for path sharing.
Create Date
:
Monday, May 12, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Collection of networks under a common administration sharing a common routing strategy. Autonomous systems are subdivided by areas. An autonomous system must be assigned a unique 16-bit number by the IANA. Sometimes abbreviated AS.
Create Date
:
Saturday, May 10, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
There could be thousands of concurrent users trying to read or modify the database, sometimes exactly the same data. If not for locking, your database would quickly lose its integrity. The following basic types of locks are available with SQL Server: - Shared locks: Enable users to read data but not to make modifications. - Update locks: Prevent deadlocking (discussed later in this session). - Exclusive locks: Allow no sharing; the resource under an exclusive lock is unavailable to any other transaction or process. - Schema locks: Used when table-data definition is about to change-for example, when a column is added to or removed from the table. - Bulk update locks: A special type of lock used during bulk-copy operations.
Create Date
:
Saturday, May 10, 2008
Click here
to improve the Interview Question, Answer and other fields.