<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;AkMCQXw_eip7ImA9WhRUGE0.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512</id><updated>2012-01-29T11:41:00.242+08:00</updated><category term="Windows XP" /><category term="Wireless" /><category term="Software Review" /><category term="Windows Server 2008 Hyper-V" /><category term="Microsoft Virtualization" /><category term="INDEPTH" /><category term="Desktop" /><category term="Server Architectures" /><category term="Windows Server 2008" /><category term="Windows" /><category term="Display" /><category term="Security" /><category term="Windows Security" /><category term="BlackBerr" /><category term="C H I P S" /><category term="Backup" /><category term="Microsoft Office 2007" /><category term="Networking" /><category term="Smartphone" /><category term="Software" /><category term="PDA" /><category term="AMD" /><category term="Cyber Security" /><category term="Laptop" /><category term="Storage" /><category term="Peripherals" /><category term="Facebook" /><category term="News" /><category term="Windows 7" /><category term="Foursquare" /><category term="Windows Home Server" /><category term="C P U s" /><category term="Windows Vista" /><category term="Computer Science" /><category term="Internet" /><category term="Red Hat Linux" /><category term="Multimedia" /><category term="Access 2010" /><category term="BlackBerry" /><category term="Exchange Server 2010" /><category term="Plugged In" /><category term="Google" /><category term="C A R D S" /><category term="Ubuntu Linux" /><category term="File Utilities" /><category term="Linux" /><category term="Hardware" /><category term="iPad" /><category term="Lync Server" /><title>Computer Techno</title><subtitle type="html">Computer, Internet, SDK Technology news, tips and hints</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://computertechnos.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>671</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/ComputerTechno" /><feedburner:info uri="computertechno" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" /><feedburner:emailServiceId>ComputerTechno</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;AkMCQXw-eSp7ImA9WhRUGE0.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-1106208127029663219</id><published>2012-01-29T11:41:00.000+08:00</published><updated>2012-01-29T11:41:00.251+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-29T11:41:00.251+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Volume Shadow Copy Service (VSS)</title><content type="html">Window Server 2008 R2 Volume Shadow Copy Service (VSS) provides some great features that can be used to enhance backup and recovery for Windows disks. One great feature of VSS, called Shadow Copies for Shared Volumes, captures and stores copies of the files and folders at a specific point in time.&lt;br /&gt;
&lt;br /&gt;
Administrators and end users with the correct permissions can browse the shadow copies based on the time and date of creation and essentially restore a specific folder, file, or entire volume without restoring from tape. The shadow copies are very space efficient, as the first copy is a complete compressed version of the data on the volume, and subsequent copies store only the changes made since the last shadow copy was created.&lt;br /&gt;
&lt;br /&gt;
Another great feature of the VSS is the tight integration it provides for third-party software vendors and to the Windows Server Backup tools. VSS enables manual backups created using Windows Server Backup to store shadow copies on remote server shares. Windows Server Backup also utilizes VSS to manage the storage space of the backup by using the space-efficient and intelligent storage functions of VSS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Enabling Shadow Copies for Shared Volumes&lt;/strong&gt;&lt;br /&gt;
Enabling shadow copies on a volume can be very simple. Administrators have more options when it comes to recovering lost or deleted data and, in many cases, can entirely avoid restoring data to disk from a backup tape device or tape library. In addition, select users can be given the necessary rights to restore files that they’ve accidentally deleted.&lt;br /&gt;
&lt;br /&gt;
The Volume Shadow Copy Service is already installed and is automatically available using NTFS-formatted volumes.&lt;br /&gt;
&lt;br /&gt;
To enable and configure shadow copies, follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Log on to the Windows Server 2008 R2 system with an account with administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Click Start, click All Programs, click Administrative Tools, and select Server Manager.&lt;br /&gt;
&lt;br /&gt;
3. In the tree pane, double-click the Storage node, and select Disk Management.&lt;br /&gt;
&lt;br /&gt;
4. In the tasks pane, scroll down to locate the desired volume, right-click the volume, and select Properties.&lt;br /&gt;
&lt;br /&gt;
5. Select the Shadow Copies tab; in the Select a Volume section, click on the desired volume, and click the Settings button.&lt;br /&gt;
&lt;br /&gt;
6. The Settings page enables you to choose an alternate volume to store the shadow copies. Select the desired volume to store the shadow copy and set the storage space limit for the volume. The default is usually set to 10% of the volume size.&lt;br /&gt;
&lt;br /&gt;
7. After the location and maximum size are configured, click the Schedule button and define the schedule. The defaults create a shadow copy at 7:00 a.m. and 12:00 p.m.&lt;br /&gt;
&lt;br /&gt;
8. Click OK to close the Schedule window, and click OK again to close the Volume Shadow Copy Settings window. The shadow copy for the originally selected volume is now enabled.&lt;br /&gt;
&lt;br /&gt;
9. If necessary, select the next volume and enable shadow copying; otherwise, select the enabled volume and immediately create a shadow copy by clicking the Create Now button.&lt;br /&gt;
&lt;br /&gt;
10. If necessary, select the next volume and immediately create a shadow copy by clicking the Create Now button.&lt;br /&gt;
&lt;br /&gt;
11. After the shadow copies are created, click OK to close the Shadow Copies page, close the Server Manager, and log off of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-1106208127029663219?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/TBk0VCWowbU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/1106208127029663219/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=1106208127029663219" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/1106208127029663219?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/1106208127029663219?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/TBk0VCWowbU/volume-shadow-copy-service-vss.html" title="Volume Shadow Copy Service (VSS)" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/volume-shadow-copy-service-vss.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEICQXs7fip7ImA9WhRUFEs.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-3333639844320200473</id><published>2012-01-25T11:36:00.000+08:00</published><updated>2012-01-25T11:36:00.506+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-25T11:36:00.506+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Certificate Services</title><content type="html">When the Active Directory Certificate Services role and role servers are installed on a Windows Server 2008 R2 system, a Certification Authority is created. The Certification Authority or CA is used to manage and allocate certificates to users, servers, and workstations when files, folders, email, or network communication needs to be secured or encrypted.&lt;br /&gt;
&lt;br /&gt;
When the CA allocates a certificate to a machine or user, that information is recorded in the certificate database on the local drive of the CA. If this database is corrupted or deleted, all certificates allocated from this server become invalid or unusable. To avoid this problem, the certificates and Certificate Services database should be backed up frequently. Even if certificates are rarely allocated to new users or machines, backups should still be performed regularly. The certificate authority database is backed up with a full system backup but can be backed up using the Certification Authority console. To perform a manual backup of the certificate authority, perform the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Log on to the Windows Server 2008 R2 Certification Authority server system with an account with administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Click Start, click All Programs, click Administrative Tools, and select Certification Authority.&lt;br /&gt;
&lt;br /&gt;
3. Double-click on the Certification Authority server to initiate the connection in the console.&lt;br /&gt;
&lt;br /&gt;
4. Right-click on the server, click All Tasks, and select Back Up CA.&lt;br /&gt;
&lt;br /&gt;
5. When the Certification Authority Backup Wizard opens, click Next on the welcome page.&lt;br /&gt;
&lt;br /&gt;
6. On the Items to Back Up page, check both check boxes, and in the Back Up to This Location text box, type c:\Windows\System32\CABackup\ and click Next.&lt;br /&gt;
&lt;br /&gt;
7. A window opens stating that the destination folder does not exist; click OK to create the folder and continue.&lt;br /&gt;
&lt;br /&gt;
8. On the Select a Password page, enter a password, confirm the password, and click Next to continue. This password is very important because it will be required to restore the database should that be necessary—so store this password in a safe place.&lt;br /&gt;
&lt;br /&gt;
9. On the Completing the Certification Authority Backup Wizard page, review the settings, and click Finish to create the backup.&lt;br /&gt;
&lt;br /&gt;
10. After the backup completes, the focus is returned to the Certification Authority console. Close the console.&lt;br /&gt;
&lt;br /&gt;
11. Log off of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-3333639844320200473?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/LCNiI0R5AZM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/3333639844320200473/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=3333639844320200473" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/3333639844320200473?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/3333639844320200473?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/LCNiI0R5AZM/certificate-services.html" title="Certificate Services" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/certificate-services.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQMQXg6eip7ImA9WhRUEE4.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-6847534484933137551</id><published>2012-01-20T11:33:00.000+08:00</published><updated>2012-01-20T11:33:00.612+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-20T11:33:00.612+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Active Directory Recycle Bin</title><content type="html">Windows Server 2008 R2 includes a feature that can be enabled called the Active Directory Recycle Bin. When enabled, this feature can allow for a deleted Active Directory object to be restored without having to restore the System State of a domain controller and boot to Directory Services Restore mode to perform a selective authoritative restore of that object. Enabling the Active Directory Recycle Bin requires that all domain controllers are running Windows Server 2008 R2, the forest functional level must be set to Windows Server 2008 R2, and then functionality can be enabled manually. To enable the Active Directory Recycle Bin, perform the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Log on to a Windows Server 2008 R2 domain controller in the forest root domain with an account with domain administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Click Start, click All Programs, click Accessories, click the Windows PowerShell folder, right-click on Windows PowerShell, and select Run As Administrator.&lt;br /&gt;
&lt;br /&gt;
3. Type cd \ and press Enter.&lt;br /&gt;
&lt;br /&gt;
4. Type Import-Module ActiveDirectory and press Enter.&lt;br /&gt;
&lt;br /&gt;
5. Type Get-ADForest and press Enter. Review the ForestMode value, which should be set to Windows2008R2Forest.&lt;br /&gt;
&lt;br /&gt;
6. If the ForestMode is not set to Windows2008R2Forest, for a forest named companyabc.com as an example, type Set-ADForestMode –Identity companyabc.com -ForestMode Windows2008R2Forest and press Enter. Type a Y and press Enter to confirm the change.&lt;br /&gt;
&lt;br /&gt;
7. Once the forest functional level is confirmed to be at the Windows Server 2008 R2 level, type in Get-ADOptionalFeature –Filter * and press Enter. This returns the list of optional features, including the Active Directory Recycle Bin. If this feature is enabled, the EnabledScopes setting will have a value.&lt;br /&gt;
&lt;br /&gt;
8. Assuming that this functionality has not been enabled, as it is not enabled by default, type Enable-ADOptionalFeature ‘Recycle Bin Feature’ –Scope ForestorConfigurationSet –Target companyabc.com and press Enter.&lt;br /&gt;
&lt;br /&gt;
9. When prompted that this is an irreversible action, type Y and press Enter to enable the Active Directory Recycle Bin feature.&lt;br /&gt;
&lt;br /&gt;
10. After the command completes, type Get-ADOptionalFeature –Filter * and press Enter. Note that the EnabledScopes setting is now populated with a value.&lt;br /&gt;
&lt;br /&gt;
11. Type exit and press Enter to close the PowerShell window. After the Active Directory Recycle Bin is enabled, it should be tested with test organizational units, groups, users, or any desired objects. To perform a restore, the Restore-ADObject cmdlets will be used along with a few other cmdlets to get the preliminary information needed to restore.  &lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-6847534484933137551?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/TVS5vzE96Ms" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/6847534484933137551/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=6847534484933137551" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/6847534484933137551?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/6847534484933137551?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/TVS5vzE96Ms/active-directory-recycle-bin.html" title="Active Directory Recycle Bin" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/active-directory-recycle-bin.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4AQX44eyp7ImA9WhRVF0o.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-115871986784496713</id><published>2012-01-17T11:29:00.000+08:00</published><updated>2012-01-17T11:29:00.033+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-17T11:29:00.033+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Using the Directory Services Restore Mode Password</title><content type="html">When a Windows Server 2008 R2 system is promoted to a domain controller, the Directory Services Restore mode (DSRM) password is created. This password is used only when booting into Directory Services Restore mode. Restore mode is used when the Active Directory database is in need of maintenance or needs to be restored from backup. Many administrators have found themselves without the ability to log on to Restore mode when necessary and have been forced to rebuild systems from scratch to restore the System State data. Many hours can be saved if this password is stored in a safe place, where it can be accessed by the correct administrators. Now with Windows Server 2008 R2, if a full authoritative restore of the entire Active Directory database and sysvol folder is required, this can be performed using the Windows Server Backup GUI. To perform the restore, the domain controller will need to be booted into Directory Services Restore mode. If a single object or a container with objects within is accidentally deleted, it can be granularly restored by booting a domain controller in DSRM, restoring the System State, and performing an authoritative restore of the desired object(s). The issue with this is that the domain controller is offline to client requests during the entire time it is running in Directory Services Restore mode. To avoid this, Windows Server 2008 R2 has a new feature called the AD Recycle Bin, which allows for object recovery while the domain controller is online. This is detailed in the next section.&lt;br /&gt;
&lt;br /&gt;
There can still be cases where restores will require booting domain controllers into DSRM and the DSRM password will be required. To make sure this password is known, the password can be updated regularly on all domain controllers. The Restore mode password is server specific and created on each domain controller. If the password is forgotten, and the domain controller is still functional, it can be changed using the command-line tool ntdsutil.exe from the command prompt. To update the DSRM password on a domain controller named dc1.companyabc.com, perform the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Log on to the Windows Server 2008 R2 system with an account with administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Click Start, click All Programs, click Accessories, and select Command Prompt.&lt;br /&gt;
&lt;br /&gt;
3. Type cd \ and press Enter.&lt;br /&gt;
&lt;br /&gt;
4. Type NTDSutil.exe and press Enter.&lt;br /&gt;
&lt;br /&gt;
5. Type Set DSRM Password and press Enter.&lt;br /&gt;
&lt;br /&gt;
6. Type Reset Password on Server dc1.companyabc.com and press Enter.&lt;br /&gt;
&lt;br /&gt;
7. Type the new DSRM password, and press Enter.&lt;br /&gt;
&lt;br /&gt;
8. Type the new DSRM password again for confirmation, and press Enter.&lt;br /&gt;
&lt;br /&gt;
9. Repeat the previous three steps for any additional domain controllers that will have the DSRM password updated. To close out from NTDSutil.exe, type quit, press Enter, type quit again, and press Enter.&lt;br /&gt;
&lt;br /&gt;
10. Back at the command prompt, type logoff to log off of the domain controller.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-115871986784496713?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/dRuRuluClRw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/115871986784496713/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=115871986784496713" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/115871986784496713?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/115871986784496713?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/dRuRuluClRw/using-directory-services-restore-mode.html" title="Using the Directory Services Restore Mode Password" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/using-directory-services-restore-mode.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YEQXY5eSp7ImA9WhRVFE8.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-9011077750286763913</id><published>2012-01-13T11:25:00.000+08:00</published><updated>2012-01-13T11:25:00.821+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-13T11:25:00.821+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Accidental Deletion Protection</title><content type="html">A feature first released with the Windows Server 2008 Active Directory Users and Computers snap-in and included in the Windows Server 2008 R2 edition is an option to protect an object from accidental deletion. Setting this option defines a Deny permission to object deletion, so the result is not new, just the simplicity in configuring it is new. To protect an object from accidental deletion, perform the following steps of configuring this option on the Administrator user account:&lt;br /&gt;
&lt;br /&gt;
1. Log on to the Windows Server 2008 R2 domain controller system with an account with administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Click Start, click All Programs, click Administrative Tools, and select Active Directory Users and Computers.&lt;br /&gt;
&lt;br /&gt;
3. Select the View menu, and select Advanced Features.&lt;br /&gt;
&lt;br /&gt;
4. In the tree pane, select the Users container.&lt;br /&gt;
&lt;br /&gt;
5. In the right pane, locate the Administrator account, and double-click the user account to open the property pages.&lt;br /&gt;
&lt;br /&gt;
6. Select the Object tab, check the Protect Object from Accidental Deletion check box, and click OK to apply the changes.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-9011077750286763913?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/UDdDgdoSHPE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/9011077750286763913/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=9011077750286763913" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/9011077750286763913?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/9011077750286763913?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/UDdDgdoSHPE/accidental-deletion-protection.html" title="Accidental Deletion Protection" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/accidental-deletion-protection.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0QGQXk-fCp7ImA9WhRVEEo.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-8231941674192660502</id><published>2012-01-09T11:22:00.000+08:00</published><updated>2012-01-09T11:22:00.754+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-09T11:22:00.754+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>LDIFDE and CSVDE Command-Line Tools</title><content type="html">Ldifde.exe and csvde.exe are two command-line utilities that can be used to export and import Active Directory object information. For example, these tools can be used to export a list of all user accounts, groups, organizational units (OUs), and computer objects in an Active Directory domain.&lt;br /&gt;
&lt;br /&gt;
When a restore of a deleted object is required, or when an object’s attribute or property values are changed, having a text file export to reference the original location and distinguished name of the object, or the values of the object’s attributes, is very valuable. To restore a single object, or an OU with all the objects contained within the OU, the distinguished name (DN) of the object is required. Using LDIFDE or CSVDE to export objects to a text file will contain the DN for all objects in the query. Either tool can be run from the command line. To export a list of all objects in Active Directory to a file called AllObjects.ldf, perform the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Log on to the Windows Server 2008 R2 system with an account with administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Click Start, click All Programs, click Accessories, and select Command Prompt.&lt;br /&gt;
&lt;br /&gt;
3. Type cd \ and press Enter. The command prompt should reflect the local boot drive. For this example, we assume that this drive is the C: drive.&lt;br /&gt;
&lt;br /&gt;
4. Type ldifde.exe –f AllObjects.ldf and press Enter.&lt;br /&gt;
&lt;br /&gt;
5. The root of the C: drive now contains a file named AllObjects.ldf. Open this file using Notepad and review the export.&lt;br /&gt;
&lt;br /&gt;
6. Back in the Command Prompt window, type ldifde.exe –f AllUsers.ldf –r “(objectclass=user)” and press Enter.&lt;br /&gt;
&lt;br /&gt;
7. The root of the C: drive now contains a file named AllUsers.ldf. Open this file using Notepad and review the export to see that only the user objects have been exported to this file.&lt;br /&gt;
&lt;br /&gt;
8. Type logoff and press Enter to log off of the server.&lt;br /&gt;
&lt;br /&gt;
Ldifde.exe and csvde.exe have similar switches, but the export file format will be different. Also, each of these tools has a number of options that can be used to perform advanced queries and only export a select list of objects. For more information on these utilities, please reference the Help feature by typing ldifde /? or csvde /? and pressing Enter in a Command Prompt window.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-8231941674192660502?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/ahAQztp3TPc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/8231941674192660502/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=8231941674192660502" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/8231941674192660502?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/8231941674192660502?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/ahAQztp3TPc/ldifde-and-csvde-command-line-tools.html" title="LDIFDE and CSVDE Command-Line Tools" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/ldifde-and-csvde-command-line-tools.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcAQX0-fyp7ImA9WhRWGU0.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-3189065666096499409</id><published>2012-01-07T11:14:00.000+08:00</published><updated>2012-01-07T11:14:00.357+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-07T11:14:00.357+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Backing Up the System State</title><content type="html">The System State of a Windows Server 2008 R2 system contains, at a minimum, the system Registry, boot configuration files, system files that are protected by Windows File Protection (WFP), and the COM+ class registration database. Backing up the System State creates a point-in-time backup that can be used to restore a server to a previous working state. Having a copy of the System State is essential if a server restore is necessary. A System State backup is included in a full server backup and is also included in the Bare Metal Recovery selection, but it can also be backed up separately. To create a separate System State backup using the GUI, perform the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Log on to the Windows Server 2008 R2 system with an account with administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Click Start, click All Programs, click Administrative Tools, and select Windows Server Backup.&lt;br /&gt;
&lt;br /&gt;
3. Click on Backup Once in the Actions pane.&lt;br /&gt;
&lt;br /&gt;
4. On the Backup Options page, select the Different Options option button and click Next to continue.&lt;br /&gt;
&lt;br /&gt;
5. On the Select Backup Configuration page, select the Custom option button and click Next to continue.&lt;br /&gt;
&lt;br /&gt;
6. On the Select Items for Backup page, click the Add Items button. In the Select Items window, check the box next to System State.&lt;br /&gt;
&lt;br /&gt;
7. On the Select Items for Backup page, click Next to continue.&lt;br /&gt;
&lt;br /&gt;
8. Complete the backup by selecting the desired destination for the backup and complete the required steps.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-3189065666096499409?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/fQ6VrJ1UfKk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/3189065666096499409/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=3189065666096499409" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/3189065666096499409?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/3189065666096499409?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/fQ6VrJ1UfKk/backing-up-system-state.html" title="Backing Up the System State" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/backing-up-system-state.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkAAQXk_fyp7ImA9WhRWFkk.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-144087677277069241</id><published>2012-01-04T10:39:00.000+08:00</published><updated>2012-01-04T10:39:00.747+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-04T10:39:00.747+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Running a Manual Backup to Remote Storage Using wbadmin.exe</title><content type="html">Using wbadmin.exe to run backups can be tedious. To understand each of the options available for a manual backup in a Command Prompt window, type wbadmin.exe Start Backup /? and press Enter. To run a manual backup and store it on a remote server share,&lt;br /&gt;
a few options are required. The data will be stored on the remote server share \\Server30\NetworkBackup, the Bare Metal Recovery item, referred to as the AllCritical option used in our example, will be selected for backup. This item includes all volumes in use by the system, including volumes that contain applications and shared data folders, as well as the System State. For this example, the companyabc\administrator account will be used to connect to the remote share. To run the manual backup using the preceding criteria, perform the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Log on to the Windows Server 2008 R2 system with an account with administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Open a command prompt.&lt;br /&gt;
&lt;br /&gt;
3. Type wbadmin.exe Start Backup –backuptarget:\\Server2\NetworkBackup –AllCritical -user:companyabc\administrator –password:My$3cretPW! and press Enter to start the backup.&lt;br /&gt;
&lt;br /&gt;
4. The backup window will state that the network share cannot be securely protected, press Y, and then press Enter to allow the backup to run to this network share.&lt;br /&gt;
&lt;br /&gt;
5. The backup progress will be detailed in the Command Prompt window. After the backup completes, type exit to close the Command Prompt window.&lt;br /&gt;
&lt;br /&gt;
To perform the previous backup task using Windows PowerShell is a much more detailed task and requires several steps to make this work. To perform a manual backup to a network share capable of Bare Metal Recovery, perform the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Log on to the Windows Server 2008 R2 system with an account with administrator privileges.&lt;br /&gt;
&lt;br /&gt;
2. Click Start, click All Programs, click Accessories, click the Windows PowerShell folder, right-click on Windows PowerShell, and select Run As Administrator.&lt;br /&gt;
&lt;br /&gt;
3. Type cd \ and press Enter.&lt;br /&gt;
&lt;br /&gt;
4. Type Add-PsSnapin Windows.ServerBackup and press Enter.&lt;br /&gt;
&lt;br /&gt;
5. Type $BMRPolicy=New-WbPolicy and press Enter.&lt;br /&gt;
&lt;br /&gt;
6. Type $BMRCred=Get-Credential and press Enter.&lt;br /&gt;
&lt;br /&gt;
7. A Windows dialog box opens; enter the username and password combination that will be used to connect to the network share, and click OK to save the credentials and return to the PowerShell window.&lt;br /&gt;
&lt;br /&gt;
8. Back in the PowerShell window, type $NetShareBackup=New-WbBackupTarget –NetworkPath \\Server30\NetworkBackup -Credential $BMRCred and press Enter.&lt;br /&gt;
&lt;br /&gt;
9. Type Add-WbBackupTarget –policy $BMRPolicy –Target $NetShareBackup and press Enter.&lt;br /&gt;
&lt;br /&gt;
10. Type Add-WbBareMetalRecovery –policy $BMRPolicy and press Enter.&lt;br /&gt;
&lt;br /&gt;
11. Type Start-WbBackup –policy $BMRPolicy and press Enter. The backup should start.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-144087677277069241?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/Fi_W5P6NG1Y" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/144087677277069241/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=144087677277069241" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/144087677277069241?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/144087677277069241?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/Fi_W5P6NG1Y/running-manual-backup-to-remote-storage.html" title="Running a Manual Backup to Remote Storage Using wbadmin.exe" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/running-manual-backup-to-remote-storage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cEQ3w6eip7ImA9WhRWE0U.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-1383356145328076080</id><published>2012-01-01T10:30:00.000+08:00</published><updated>2012-01-01T10:30:02.212+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-01T10:30:02.212+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Windows Server 2008 R2 Backup Storage Support and Media Management</title><content type="html">Windows Server Backup allows administrators to back up to locally attached disks, network shares, and DVD writable media. Tape devices are not supported by Windows Server Backup, and to back up to DVD media, the system requires a local writable DVD drive. Using Ntbackup.exe in previous versions of Windows Server editions, media management was one of the biggest challenges administrators faced. Tape media needed to be prelabeled if any logical media management was required for backups. Also, if disk-based file backups were used, the file could end up filling up the server disk if the media was configured to append instead of overwrite when new backups were performed. The other option for backup media was to overwrite the media when a backup was run, but that also relabeled the media and any stickers on the tape would no longer match. Media management was possible, but just very tedious.&lt;br /&gt;
&lt;br /&gt;
Windows Server Backup greatly improves media management by taking full control of the media, including labeling, efficiently storing data, cataloging the backup media, and managing the free disk space. Performing backups using remote server shares or local volumes as backup destinations has the risk of filling up the destination volume. When local disks are dedicated for Windows Server Backup and the utilized disk space is nearing capacity, the backup system will overwrite the oldest backup data on the disk to keep the disk from filling and to keep the backup job from failing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;External Disks&lt;/strong&gt;&lt;br /&gt;
Windows Server Backup supports backup data to be stored on locally attached disks and writable DVD media located in local writable DVD drives. Locally attached disks include internal disk drives, hot-swappable disk drives, and drives externally connected via USB 2.0 or IEEE 1394 interfaces. Also, SAN-attached disks can be used as backup destinations. Storing backups on SAN storage enables faster rotation or replication of backup disks volumes to other SAN storage without impacting Windows system performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;CD/DVD Writer Drives&lt;/strong&gt;&lt;br /&gt;
Windows Server 2008 R2 contains many features that can take advantage of DVD writer drives. These include the Windows Server Backup feature to capture backups to DVD and Windows Deployment Services, which can be used to create boot, capture, and discover images on DVD media. With regard to Windows Server Backup, a manual backup can be created to contain a volume or entire system backup, and might span multiple DVDs. This can be a valuable option as data from remote servers can be synchronized across the network using Distributed File System Replication, but creating a full system backup across a WAN link usually is not an option. Branch office administrators can be tasked with creating full system DVD backups monthly, quarterly, or more frequently to provide full system recovery options, and the media can easily be copied, archived, and shipped to offsite storage locations or to a central office.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Remote Shared Folder and Folder on Local Volume&lt;/strong&gt;&lt;br /&gt;
Shares on remote servers or folders on local volumes can be designated as backup targets for manual and scheduled backup jobs. Designating a remote shared folder allows an administrator to create a backup not stored on media physically mounted in the system, and also allows for the backup of multiple servers to be stored on a central server. Choosing to back up using a folder on a local volume removes the restriction of having to dedicate an entire volume for backup usage. There are two very important catches to be aware of when using remote shared folders and folders on local volumes:&lt;br /&gt;
&lt;br /&gt;
. When using a remote shared folder, only one copy of the backup can be stored within the folder, and each backup will perform a full overwrite backup.&lt;br /&gt;
&lt;br /&gt;
. When a folder on a local volume is selected as a backup destination, the performance of that volume will be severely impacted during backup, which could cause poor system performance if any user data is stored and accessed on the same volume.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Tape Devices&lt;/strong&gt;&lt;br /&gt;
Tape devices are not supported in Windows Server Backup. Administrators who want to back up data to tape will require Microsoft System Center Data Protection Manager or third-party backup applications, or they will be forced to create manual backups to disk and then copy the data to tape drives.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-1383356145328076080?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/M82YlK5syUY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/1383356145328076080/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=1383356145328076080" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/1383356145328076080?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/1383356145328076080?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/M82YlK5syUY/windows-server-2008-r2-backup-storage.html" title="Windows Server 2008 R2 Backup Storage Support and Media Management" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2012/01/windows-server-2008-r2-backup-storage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cAQX4_eyp7ImA9WhRXGUg.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-3967593852173830183</id><published>2011-12-27T11:04:00.000+08:00</published><updated>2011-12-27T11:04:00.043+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-27T11:04:00.043+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>Lync Server - Collaboration Benefits</title><content type="html">In concert with Microsoft Office 2010 and Sharepoint 2010, Lync Server is the lynchpin to a successful enterprise collaboration strategy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Improved Web Conferencing Experience&lt;/strong&gt;&lt;br /&gt;
Possibly the most significant change to, and benefit of, the new collaboration tools in Lync Server is the deprecation of the live meeting client. Lync Server users can join and manage live meetings through their Communicator client. Help desk personnel no longer need to explain which client to use for what kind of call. Simple, tight integration of scheduling and managing conferences provides a huge confidence boost even for inexperienced users. With just a few clicks, users can schedule, manage, and provide content for a meeting. Conference invitees, who do not use Lync Server, can join Lync Server web conferences by using a new lightweight client, the Lync Server Attendee online client.&lt;br /&gt;
&lt;br /&gt;
Administrators looking to provide limited communicator web access to non-Windows or remote users in OCS deployed Communicator web access (CWA). CWA was a dedicated&lt;br /&gt;
server role in OCS. In Lync Server, this role is deprecated and replaced with the&lt;br /&gt;
Communicator web app, which is a service running on the Front End Server.&lt;br /&gt;
&lt;br /&gt;
This topology change benefits to administrators and users alike. Administratively speaking, eliminating this server role offers a reduced overall Lync Server server footprint and simplifies management responsibilities. Lync Server users accessing CWA can share their desktops, and manage inbound and outbound calls no matter what OS they used to access the CW application.&lt;br /&gt;
&lt;br /&gt;
In previous versions of OCS, only Windows users could share their desktops; users could not receive calls. By bringing these additional options to the CWA experience, non Windows Lync Server users are provided with an improved experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Lobby Experience&lt;/strong&gt;&lt;br /&gt;
With Lync Server, after joining a conference, it is possible to apply a new experience to attendees that enhances the meeting join experience. This is known as the lobby. When a nonpresenter joins a meeting that has not started, she is placed in the lobby until the presenter joins. In addition, the lobby mode can be used during a call to avoid the disturbance of people entering and exiting a conference. The presenter can control when lobby users are admitted to the conference. This enables a presenter to maintain control of a meeting, especially one with several attendees.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Multiple Language Support&lt;/strong&gt;&lt;br /&gt;
Users at multinational enterprises benefit from this new Lync Server feature. Each Lync Server site can have its own language for meeting prompts. When users join a meeting, they hear prompts in the language of their site, regardless of the site of the organizer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Simplified Join Experience&lt;/strong&gt;&lt;br /&gt;
If you have ever had a difficult time getting users to connect a live meeting and were confused by the obfuscated meeting URI in previous versions, fear not. The new simplified meeting URIs make the meeting-join experience quicker and more reliable. System administrators can set a simple URL (for example, HTTP://meet.contoso.com) that will be used by all meetings. This simple URL cleans up the body of the default Outlook message so that even those unfamiliar with joining a live meeting can join easily.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Visual Conference Calls&lt;/strong&gt;&lt;br /&gt;
Sometimes, a simple audio conference is all that is required for quick collaboration. If users frequently attend audio-only meetings in Lync Server, they will be presented with a familiar, clear, and concise listing of users who join their conference. Users can manage their audio conferences with confidence, using the same interface from which they make individual calls.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Mute All, DTMF, and Roll Call&lt;/strong&gt;&lt;br /&gt;
Users conducting large conferences benefit from the mute all option. Using the simple, familiar Communicator interface, a meeting organizer can mute attendees to gain control of a meeting or conduct a press conference-type meeting. Meeting participants can control their meeting status using the dialpad. This also enables mobile users to have full control over their meeting experience. When conducting larger meetings, Lync Server meeting organizers can obtain an audio roll call of meeting participants. The recorded name or text-to-speech spoken name is played to only the organizer, enabling administrators to keep track of meeting participants.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Meeting Content Control&lt;/strong&gt;&lt;br /&gt;
Collaboration power users can skip ahead in uploaded content shared in meetings. If you have ever been in a meeting where the presenter spent too much time on content you already knew about, you will appreciate this feature. A simple mouse click returns you to the content currently being shared.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Join from PBX&lt;/strong&gt;&lt;br /&gt;
Users who are not Enterprise Voice–enabled can still participate in meetings with Lync Server Communicator. Users who have their extension homed to their corporate PBX phone can click the simple meet URL in a meeting invite. Communicator can be configured to call the meeting participants at their PBX number. This enables non-Enterprise Voice users to enjoy the benefits of Lync Server’s advanced UC features as well.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-3967593852173830183?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/b71L-xXx2_Q" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/3967593852173830183/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=3967593852173830183" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/3967593852173830183?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/3967593852173830183?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/b71L-xXx2_Q/lync-server-collaboration-benefits.html" title="Lync Server - Collaboration Benefits" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/12/lync-server-collaboration-benefits.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUCQXs8eip7ImA9WhRXFU8.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-340362552989239782</id><published>2011-12-22T10:51:00.000+08:00</published><updated>2011-12-22T10:51:00.572+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-22T10:51:00.572+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>Lync Server - Client-Side Benefits</title><content type="html">Lync Server takes huge strides to improve the client experience. Based on hours of user testing, the Microsoft team released an improved client in terms of functionality and usability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Pre-Call and In-Call Quality Feedback&lt;/strong&gt;&lt;br /&gt;
Lync Server users can determine, in advance, what kind of call quality to expect on a given call based on real-time feedback from within Communicator. Familiar bars icons, such as on a cell phone, tell users at a glance how their network is performing during a call. This provides, for example, a user currently connected through a public Wi-Fi network the knowledge that the available bandwidth might not provide a quality experience, enabling him or her to consider other options for the call.&lt;br /&gt;
&lt;br /&gt;
With location services, Lync Server has the capability to determine whether multiple users are joining a conference call from the same physical location or a location that can cause poor conditions, including feedback. During a call, Lync Server alerts users, through a pop-up, that they might be causing call quality issues and suggests actions to resolve the problem, such as going on mute.&lt;br /&gt;
&lt;br /&gt;
Lync Server users who need to confirm the quality of a call prior to initiating it can make a test call to an audio test service. This functionality is built into the client and provides users who deploy a new audio device or roam to an unknown network a chance to test their call by calling the test service, recording a short sentence, and playing the message back.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Private Lines&lt;/strong&gt;&lt;br /&gt;
Lync Server users can have a private line for incoming calls. This enables calls from important business contacts and family members to be easily identified and receive priority handing. Calls to a user’s private number are uniquely identified on the incoming toast and with a distinct ring. Calls to private lines override DND and other redirection settings to ensure that they always route to the user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Call Parking&lt;/strong&gt;&lt;br /&gt;
Have you ever placed a call on hold and picked it up somewhere else, but didn’t transfer it because you knew you couldn’t get to the other phone in time? Well, that is a situation for which Call Park was invented. Now users can park a call in an orbit number and go to another client to retrieve it. By combining Call Park with a third-party overhead paging system, an attendant can answer a call, park it, and page the requested person. Enterprises that have mobile internal users, such as shop floor or manufacturing employees, have been using park-and-page for many years. Now Lync Server users can enjoy the same feature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Common Area Phones&lt;/strong&gt;&lt;br /&gt;
When considering a PBX replacement, not every existing phone location can have a PC.&lt;br /&gt;
Hallways, lobbies, and transient worker areas are locations that can benefit from the concept of common use phones. The expense of providing a Tanjay-type device and the access control requirements (domain account, and password or fingerprint) made OCS 2007 R2 ill-suited for this task.&lt;br /&gt;
&lt;br /&gt;
With Lync Server, endpoint devices are available that provide simple calling features by being plugged in and provisioned by an administrator. These phones retrieve parked calls and make internal calls without users signing in to Lync Server.&lt;br /&gt;
&lt;br /&gt;
On recovering from a power failure or being unplugged, common-use phones automatically reregister with the registrar. Calling rules for default behavior can be set using the same management tools that other CS users are managed. Common-use phones have their own domain accounts in Lync Server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hot Desking&lt;/strong&gt;&lt;br /&gt;
For transient areas, common use phones can be logged in to with a standard user’s account, enabling the user to make and receive calls wherever logged in. By using a PIN code or pairing the phone with a PC, transient workers can have all the benefits of a fully functional Lync Server endpoint wherever they need it. By signing into a phone designated as a hot-desking location, a Lync Server user gets a contact list, recent calls, and other contact-related information where he or she signs in. Hot-desking phones revert back to their common-use configurations based on a configurable timeout, allowing for a touchless user experience. Hot-desking options are easily managed by group policy settings similar to all other CS users.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-340362552989239782?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/vXpehSWKM_o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/340362552989239782/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=340362552989239782" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/340362552989239782?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/340362552989239782?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/vXpehSWKM_o/lync-server-client-side-benefits.html" title="Lync Server - Client-Side Benefits" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/12/lync-server-client-side-benefits.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMMQHs4fyp7ImA9WhRXEE0.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-5135957557946811081</id><published>2011-12-16T10:28:00.000+08:00</published><updated>2011-12-16T10:28:01.537+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-16T10:28:01.537+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>Enterprise Voice Benefits</title><content type="html">Perhaps some of the most tangible, new, and exciting benefits of Lync Server are those related to the Enterprise Voice set of features. With the new release, Lync Server competes with the voice features provided by traditional PBXs. In fact, at VoiceCon 2010, Lync Server won the Voice RFP competition competing against the major PBX manufacturers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Mediation Server Role Collocation&lt;/strong&gt;&lt;br /&gt;
In prior versions of OCS, the Mediation Server was a dedicated role and required a one one relationship between the server and the gateway. OCS configuration enabled only a single, next-hop configuration from the Mediation Server to the media gateway (PBX, PSTN, and so on). Although certain gateway manufacturers were able to load-balance calls from the gateway to OCS, OCS was limited to only the single next hop. In Lync Server, the mediation role now runs on the Front End Server as a service. This concept of mediation server collocation provides tangible benefits from a topology, administrative, and user perspective.&lt;br /&gt;
&lt;br /&gt;
With Lync Server, each Front End Server can have its own mediation service, enabling pools to route to gateways instead of the mediation servers. This enables multiple mediation servers to route to the same gateway or multiple gateways to route to a single mediation service.&lt;br /&gt;
&lt;br /&gt;
This capability provides tremendous flexibility to design engineers and enterprises with a large number of PBX/PSTN trunks at a single site or many smaller sites. In previous versions of OCS, these scenarios required a mediation server at each location. In addition to a tangible reduction in servers, this topology change provides greater resiliency, more flexible routing choices, and more options for media flow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Media Bypass&lt;/strong&gt;&lt;br /&gt;
One of original roles of the mediation server was to transcode between RealTime audio (RTAudio) and G.711 to integrate with standards-based media gateways and PBXs. With Lync Server, calls can be sent using G.711 directly to a supported gateway or PBX. Although low bandwidth signaling (SIP) still traverses the mediation service role, higher bandwidth media (RTP) flows directly from a Lync Server endpoint to the GW/PBX, bypassing the Mediation Server role.&lt;br /&gt;
&lt;br /&gt;
This change provides several benefits, including&lt;br /&gt;
. Removes a potential single point of failure that a mediation server introduced&lt;br /&gt;
. Reduces the overall server footprint of OCS&lt;br /&gt;
. Reduces the number of hops a media stream takes&lt;br /&gt;
&lt;br /&gt;
In addition, in scenarios where a branch appliance is deployed, calls from PBX users at a branch to Lync Server users at the same branch, media now remains at the branch. Prior to Lync Server, an extra mediation server at the branch was required to enable similar call flow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Optional Dedicated A/V Conferencing Role&lt;/strong&gt;&lt;br /&gt;
In scenarios that require heavy conferencing resources, or MCUs, the A/V Conferencing role can be split off from the Front End Server role. Multiple A/V servers can be placed in a pool and this A/V pool can be designated as the conferencing resource for many other pools. This topology offers a distinct advantage enabling conference-centric enterprises the capability to provide a highly available conferencing resource to the users, but also keeping this resource-intensive application isolated from the day-to-day IM presence and telephony services. Additionally, this enables an enterprise to virtualize basic telephony services while providing physical hardware for A/V services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Call Admission Control and DiffServ&lt;/strong&gt;&lt;br /&gt;
Although RTAudio is a flexible payload codec, many larger enterprises believe that Lync Server should support call admission control, or CAC, as well. Already a fixture in many&lt;br /&gt;
VoIP communications servers, call admission control is now configurable in Lync Server. With Lync Server, network managers can control the amount of bandwidth voice and video calls consume on a given link. By configuring the bandwidth policy service to control a specific site, calls can be rejected or rerouted to the PSTN when sufficient bandwidth is not available to complete the call. This ensures quality audio or video sessions. Enterprises can garner tremendous benefit from planning their CAC strategy prior to deployment.&lt;br /&gt;
&lt;br /&gt;
Lync Server users benefit from its capability to leverage the concept of differential services code points (Diffserv—or DSCP) for audio and video traffic. By separating port ranges for audio and video, Lync Server enables network administrators to provide different per-hop behaviors (for example, EF or expedited forwarding) for these streams. This enables latency sensitive traffic to route ahead of web or other non-real-time traffic. Windows 7 and Vista desktops can leverage Windows-based QoS. This enables them to be provisioned to apply DSCP markings to packets based exclusively on application and port ranges.&lt;br /&gt;
&lt;br /&gt;
By combining CAC, DSCP, and Windows-based QoS policies, network administrators can rely on Lync Server to adhere to the policies they create and deploy on their network to enable all packets to arrive as required and ensure a quality user experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;E911&lt;/strong&gt;&lt;br /&gt;
Primarily developed for North America, enhanced 911 (E911) allows for additional information to be presented to the public service answering point (PSAP) that enables emergency personnel to obtain details about the specific location of an emergency call. These additional attributes are a building number, mailstop, cubicle number, or any other specific attribute that can save precious seconds in an emergency situation. Because VoIP is mobile, simply relying on a telephone number is not suitable for IP communications. The new location information service (LIS) role in Lync Server enables network identifiers such as switch ports, subnets, and wireless BSSID information to be matched up with location information and transmitted to the PSAP when setting up a 911 call. In addition to regulatory compliance benefits, e911 allows for a safer telephony environment. With Lync Server’s E911 service, end users trust that calls made to a 911 service will provide the vital details to emergency personnel.&lt;br /&gt;
&lt;br /&gt;
Location can be set through the policy or manually. Visual indication of the current location is presented directly in the Lync Server client. E911 can also be configured to enable other onsite users to be automatically conferenced into an emergency call, enabling corporate first responders to be aware of 911 calls as they happen, which coordinates with police, fire, and other emergency services as they arrive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Malicious Call Trace&lt;/strong&gt;&lt;br /&gt;
When a Lync Server user receives a call that she deems is harassing or threatening, she can flag it in the call database. By alerting system administrators of this fact, they can quickly determine the source of the call and trace it back to its origin for evaluation by security personnel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Caller ID Controls&lt;/strong&gt;&lt;br /&gt;
Lync Server allows for a user’s caller ID to be modified dynamically based on the destination of the call—internal or external. This enables an enterprise to maintain full reverse name lookup to the corporate directory for internal calls, but provide a uniform departmental or location number to be presented when making external calls. This is used in certain situations such as outbound call centers, support desks, or any other situation where it is necessary to block caller ID digits to external parties. This can be set at a user level or by policy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Anonymous Agents&lt;/strong&gt;&lt;br /&gt;
Lync Server response group agents can be placed in anonymous groups. This feature enables help desk personnel to participate in a response group without providing a name and number to internal users. Prior to Lync Server, users calling a response group saw the agent they were connected to in their Communicator client and frequently then bypassed the response group on subsequent calls, defeating the purpose of the group by failing to leverage the available pool of agents. Lync Server response groups in anonymous mode are suitable for use in scenarios where the agent’s number needs to be kept private.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;On-Net and Off-Net Voice Routing&lt;/strong&gt;&lt;br /&gt;
For an enterprise to benefit from a large geographically dispersed voice network with many PSTN egress points, the capability to route calls through these points is crucial. However, when the points are located in different cities or countries, each point can require different dialing formats, prefixes, or other access codes. This can add tremendous complexity to a corporate dialing plan. Fortunately, Lync Server provides central alternative routes and number-formatting changes to manipulate the dialed number prior to routing to a PBX or the PSTN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Media Gateway Certification&lt;/strong&gt;&lt;br /&gt;
Beginning with OCS 2007, Microsoft developed the open interoperability program (OIP) for PBX and gateway vendors to enable enterprises to determine whether a particular piece of hardware or software version is certified to work with OCS. Beginning with Lync Server, audio quality and performance testing is included in OIP certification. This enables systems engineers to design a solution that will perform properly for all communication modalities.  &lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-5135957557946811081?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/GgPA1WyryMU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/5135957557946811081/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=5135957557946811081" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/5135957557946811081?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/5135957557946811081?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/GgPA1WyryMU/enterprise-voice-benefits.html" title="Enterprise Voice Benefits" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/12/enterprise-voice-benefits.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8MQXg-fSp7ImA9WhRQEkU.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-412304755009514394</id><published>2011-12-08T03:08:00.000+08:00</published><updated>2011-12-08T03:08:00.655+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-08T03:08:00.655+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>Benefits for Lync Server Users</title><content type="html">UC solution begins with the end-user experience. Lync Server’s newly designed Communicator client provides a concise, seamless, and logical view to enable users easy access to all communications modalities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Contacts&lt;/strong&gt;&lt;br /&gt;
Lync Server provides many new, yet familiar, ways to interact, learn about, and communicate with colleagues. The clear view of many data streams enables the user to choose the proper modality to communicate with another user. Users can save time when locating resources because they can search for others using keywords as well as names. Even with incomplete information, users can locate and communicate with others.&lt;br /&gt;
&lt;br /&gt;
Lync Server also leverages the concept of social networks. Live contact cards, photos, and spoken names enable users to recognize and discover more about the people in their social network that matter to them most.&lt;br /&gt;
&lt;br /&gt;
Users can save time and be more granular when searching, thanks to SharePoint skill search with address book service web queries (ABS-WQ). By simply placing a mouse over a contact, the hover card provides a consistent view of vital user data across all Office products, including Lync Server, enabling users to be more productive and save time by not switching applications as often.&lt;br /&gt;
&lt;br /&gt;
Users that are part of a large enterprise might be overwhelmed by team-level or corporate wide changes by having users’ photos and their spoken name populating the OCS contact list. In this way, users can become familiar with their evolving social network. Users can become better corporate citizens by learning how a new colleague’s name is pronounced prior to meeting or speaking with him or her. You can now quickly see updates from all your contacts in a single concise view, called the Activity Feed.&lt;br /&gt;
&lt;br /&gt;
Contact management is simpler thanks to the unified contact store. Lync Server now utilizes Exchange 2010 for its contact list, so users save time by not having to manage contacts in both Lync Server and Exchange. When the Outlook Social connector is deployed, users can search across their entire social network, such as Facebook from within Communicator.&lt;br /&gt;
&lt;br /&gt;
Users now have easy access to the history of their communication with a particular contact, enabling them to easily determine the context of a conversation and eliminate the need to catch up on a conversation, for example, when usually just a simple IM can answer a question. Similarly, when starting new conversations, a user can easily provide context to a session to further streamline communications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Managing Communications&lt;/strong&gt;&lt;br /&gt;
Although there are many ways to initiate a call to a contact, users that are transitioning to Lync Server from traditional PBXs will benefit from having an easily accessible dialpad. In the previous version of OCS, the dialpad existed but was not easy to find.&lt;br /&gt;
&lt;br /&gt;
Lync Server users migrating from simple instant messaging and presence on previous versions of OCS to Enterprise Voice on Lync Server will benefit from being able to conduct communications using any modality from a familiar, consistent interface.&lt;br /&gt;
&lt;br /&gt;
When coupled with exchange unified messaging, users can now have a simple-to-view visual representation of each voicemail message. Lync Server users save time by easily managing voicemails within Communicator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Panoramic Mode&lt;/strong&gt;&lt;br /&gt;
Lync Server clients can leverage the panoramic video of roundtable devices, allowing for a more comfortable face-to-face video experience. This emulates a telepresence environment that integrates well with commodity desktop hardware.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Activity Feed&lt;/strong&gt;&lt;br /&gt;
Users of common current social networks (Twitter, LinkedIn, Facebook, and so on) will immediately recognize and be comfortable with the new activity feed in the Lync Server Communicator client. With a simple glance, you can receive updates (notes) and pictures from those in your social network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Privacy and Presence Enhancements&lt;/strong&gt;&lt;br /&gt;
Executive users benefit most from the new privacy enhancements in Lync Server. By adding enhanced privacy to a pool, users added to a contact list appear as offline until granted permission by the added contact to see their presence updates. This is valuable, for example, to create ethical walls between departments or divisions. Even if this setting is applied to a pool, users can opt out, enabling all others to see their presence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Audio and Video to MSN PIC Contacts&lt;/strong&gt;&lt;br /&gt;
Although public instant messaging communication (PIC) has always been a benefit of OCS, Lync Server takes the PIC story a bit further by enabling one-to-one audio and video exclusively to PIC contacts that are homed to the MSN service. This change enables corporate users with a strong MSN presence outside of work to reduce the need to run a separate client on their corporate workstation, yet maintain a robust communications experience.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-412304755009514394?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/-VIAdEtZx_8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/412304755009514394/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=412304755009514394" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/412304755009514394?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/412304755009514394?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/-VIAdEtZx_8/benefits-for-lync-server-users.html" title="Benefits for Lync Server Users" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/12/benefits-for-lync-server-users.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQGQXw4eCp7ImA9WhRRFUQ.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-229242391717553328</id><published>2011-11-30T03:02:00.000+08:00</published><updated>2011-11-30T03:02:00.230+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-30T03:02:00.230+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>Brief History of UC</title><content type="html">Before Voice over IP (VoIP), voice calls were sent over a dedicated network. Each call passed through a dedicated circuit and was switched from one point to the other, hence the term circuit-switched. Although this guaranteed a quality connection, it required dedicated processing power and physical connectivity. For example, the wire that went from your home telephone to the central office (CO) connected you to a physical port on the CO telephone switch. The processor of the CO switch had to constantly monitor each port to determine whether a particular phone (port) made a request to dial a number or access a feature, such as call forwarding.&lt;br /&gt;
&lt;br /&gt;
With a telephone connected to a dedicated network, either the public switched telephone network (PSTN) or an enterprise class private branch exchange (PBX) network, it was difficult for outside influences to affect the quality of a connected call. Although having this separate network held numerous advantages, most notably quality and reliability, individual PBX or CO switches used proprietary protocols limiting interoperability and feature expansion. It also meant, for example, that if you wanted to access your PBX voicemail box from your email client, you were subject to the whim of the PBX voicemail vendor’s decision as to what you could and couldn’t do and what standards were supported.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Using LANs and Packet-Switched Networks&lt;/strong&gt;&lt;br /&gt;
As more and more communications began using LANs and packet-switched networks (the Internet is just a huge packet-switched network), the voice networks were forced to open up and connect to other networks. Unified messaging was probably the first mainstream attempt at UC. Accessing voicemail from your email client and unifying your inbox gave users the potential of true UC. In fact, some traditional phone vendors still consider unified voice messaging the equivalent to UC. Of course, anyone who has shared a desktop with a single click, made a call without dialing a phone number, or created a conference using only the mouse certainly knows that is not the case.&lt;br /&gt;
&lt;br /&gt;
The capability to leverage a database of phone numbers to make calls using the phone was also an early attempt at UC. Anyone who attempted to deploy this type of integration, even as recently as a decade ago, knows that it’s not for the faint of heart and was generally implemented only in narrow cases, such as when a huge database of contacts were dialed by large calling centers. The average enterprise had neither the expertise nor the time and money to implement such a system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;VoIP Becomes Mainstream&lt;/strong&gt;&lt;br /&gt;
When VoIP finally became mainstream, again, the promise of truly UC was presented to the enterprise community. In theory, now that the voice packets were riding the same network as the data packets, how difficult could it be to unify them? A lot harder than it looked.&lt;br /&gt;
&lt;br /&gt;
Although VoIP brought the capability to easily perform day-to-day administrative tasks such as moves, adds, and changes, little was done to unify the communications. Users’ identities were still synched from, and stored outside of, the VoIP PBX, voicemail systems still use proprietary interfaces, and now the quality of the voice call was subject to influences outside of the PBX administrator’s hands. It seemed that, aside from adding complexity to the building of a communications system, VoIP didn’t add that much value overall.&lt;br /&gt;
&lt;br /&gt;
As a new technology, most of the effort in deploying VoIP was put into the actual engineering and the proper deployment of the technology, not in the leveraging of the endless possibilities that existed. In addition, VoIP was initially positioned as a replacement end state for the traditional TDM infrastructure. Enterprises that saw cost savings over dedicated point-to-point (T1) links saw value in VoIP-compatible PBXs, but just replacing the line cord that went into the desktop phone with an Ethernet patch cord didn’t alter the user experience much.&lt;br /&gt;
&lt;br /&gt;
Users still had to remember phone numbers, dial a multitude of phone numbers to reach someone, leave and retrieve voicemail messages using the handset, check multiple voicemail inboxes, and so on. Communications were unified simply because they were using a VoIP-based communications system.&lt;br /&gt;
&lt;br /&gt;
To truly unify communications, begin with a central repository of user attributes at the core of your strategy. This repository should be easily updated, secure, and extensible so that as new features are created, the required attributes can be easily added. If an enterprise has deployed a Windows server infrastructure, it already has a repository in place: Active Directory.&lt;br /&gt;
&lt;br /&gt;
Unlike other solutions, Microsoft’s UC architecture directly uses Active Directory and does not rely on a separate data feed for synchronization. Unlike previous versions, Lync Server now utilizes a Central Management Store (CMS) for all settings and configuration details. This store is replicated to all servers so that servers are now survivable.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-229242391717553328?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/rW4EEaQwQmU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/229242391717553328/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=229242391717553328" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/229242391717553328?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/229242391717553328?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/rW4EEaQwQmU/brief-history-of-uc.html" title="Brief History of UC" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/11/brief-history-of-uc.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUAAQX49eSp7ImA9WhRSGUU.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-2270945751619338375</id><published>2011-11-23T02:49:00.000+08:00</published><updated>2011-11-23T02:49:00.061+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-23T02:49:00.061+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>Overview of Unified Communications</title><content type="html">Since the first time a call was placed to a phone that did not answer, users of communications devices needed unified communications (UC). However, ask 1,000 IT professionals what UC means, and you’ll likely get close to that number of answers. This is due to that fact that unlike Voice over IP (VoIP), where there is a tangible description of what a technology is or does, UC is s bit more difficult to qualify. Is it collaboration? Is it the capability to see someone’s presence? Is it instant messaging? Is it all of these in a single client? The answer is yes... and no. Without realizing it, as we attempt to collaborate on a more granular and contextual level, we have been unifying our communications slowly and steadily for years.&lt;br /&gt;
&lt;br /&gt;
The truth is that UC more closely defines how humans interact in person. For example, how did you communicate with someone who was having a conversation on a mobile phone? Without thinking about it, you updated his presence to busy in a call. If it wasn’t important, you would probably just wait. However, if you really needed to communicate with someone, you would most likely make eye contact, and, if he signaled to you that he could accept communication from you, you would either use a gesture or speak to him.&lt;br /&gt;
&lt;br /&gt;
This is nearly the same way you communicate when using a UC solution. Utilizing tools such as instant messaging, presence, voice, video, and screen sharing, you are able to interact with others in near real-time, using a familiar interface to provide the same clues and info you get when you interact with someone face to face.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Software-Powered Communication&lt;/strong&gt;&lt;br /&gt;
As computer-processing power has dramatically increased (compare even a low-end workstation of today to the high-end workstations of less than a decade ago), the communications industry has realized that software-powered communication servers allow for dramatic changes in the way both enterprises and consumers interact with one another.&lt;br /&gt;
&lt;br /&gt;
No matter how you define UC, the desire to reduce the latency in user-to-user communication should be a primary goal of any UC strategy. For example, how many times have you been involved in an email thread that stretched out over days or weeks due to time zones or some other reason that could have been solved with a quick, real-time audio conference call?&lt;br /&gt;
&lt;br /&gt;
Enabling users to communicate in the method that best suits their needs at any particular moment, while relaying their willingness and availability to communicate, goes a long way towards reducing the human latency inherent in attempts at collaboration and communications today.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-2270945751619338375?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/I159GHwhS-E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/2270945751619338375/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=2270945751619338375" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/2270945751619338375?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/2270945751619338375?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/I159GHwhS-E/overview-of-unified-communications.html" title="Overview of Unified Communications" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/11/overview-of-unified-communications.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4AQXozcCp7ImA9WhRSFUg.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-8157685899317132515</id><published>2011-11-18T01:29:00.000+08:00</published><updated>2011-11-18T01:29:00.488+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-18T01:29:00.488+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>Lync Server Integration with Other Microsoft Applications</title><content type="html">One of the greatest strengths of a Microsoft product is that it is guaranteed to integrate with other Microsoft applications. Not only does it integrate in the sense that applications work with each other, Microsoft actually hooks the Lync Server technologies into other applications. This means that rich presence information can be shared with other applications and that one doesn’t necessarily have to switch to the Communicator client to interact with other users on the system. Not only do these integration points give other applications access to Lync Server, but in some cases, it also gives Lync Server access to information stored in other systems such as SharePoint or Exchange.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Integration with Exchange&lt;/strong&gt;&lt;br /&gt;
Probably the coolest of the new integrations with Exchange is that Exchange 2010 Outlook Web App (OWA) now has Presence and IM integration built in. This provides useful features such as&lt;br /&gt;
&lt;br /&gt;
. Presence for internal and federated Lync Server contacts&lt;br /&gt;
&lt;br /&gt;
. The capability to start and maintain chat sessions directly from OWA&lt;br /&gt;
&lt;br /&gt;
. Lync Server contact list integration, including adding and removing contacts and groups&lt;br /&gt;
&lt;br /&gt;
. The capability to control the presence state from OWA&lt;br /&gt;
&lt;br /&gt;
Lync Server also integrates into the meeting creation process, enabling you to create a voice and/or video conference at the time of the meeting creation. This gives users a onestop shop to service meeting needs. Lync Server also integrates with the Unified Messaging role in Exchange that enables Lync Server to use Exchange as the storage for voice mail messages.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Integration with SharePoint&lt;/strong&gt;&lt;br /&gt;
Lync Server has taken an interesting approach to its integration with SharePoint. Like older versions of Communications Server, Lync Server displays Presence information anywhere a contact is shown in SharePoint and enables users to start an IM or audio conference with a click on the Presence icon.&lt;br /&gt;
&lt;br /&gt;
What’s new is that Lync Server can read information from SharePoint to allow users totally new functionality. Probably the best example of this is the concept of a skills-based search. A Communicator user can search a company for “anyone who knows Exchange” as an example, and then Lync Server looks at data stored in SharePoint about users and identifies those who list that particular skill. It returns a list of users who do have that skill. This type of bidirectional integration opens up a whole world of possibilities for making it easier for users to connect with each other in a productive manner. Imagine being a new employee and having the option to ask Lync Server to show you a list of people in HR who deal with vacation requests and that are currently online and not busy. This is better than looking at a company intranet, searching for the HR pages, digging through documents to see who handles vacation requests, looking up the numbers, and then trying each of them until you finally get through to someone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Integration with Office&lt;/strong&gt;&lt;br /&gt;
Lync Server also integrates with some functions in Office 2010, including Backstage, a mechanism in Office 2010 that enables an unlimited number of people to concurrently edit a common document. Lync Server provides Presence information about other people working in the document, providing quick and easy IM collaboration between editors of the document.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-8157685899317132515?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/8zMAGKpR7NM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/8157685899317132515/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=8157685899317132515" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/8157685899317132515?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/8157685899317132515?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/8zMAGKpR7NM/lync-server-integration-with-other.html" title="Lync Server Integration with Other Microsoft Applications" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/11/lync-server-integration-with-other.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMMQXw6fyp7ImA9WhRTGEg.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-6783660663516829591</id><published>2011-11-10T01:08:00.000+08:00</published><updated>2011-11-10T01:08:00.217+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-10T01:08:00.217+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>Lync Server Related Acronyms</title><content type="html">. Call Admission Control (CAC)—A method of preventing oversubscription of VoIP networks. Unlike QoS tools, CAC is call-aware and acts as a preventive congestion control by attempting to route calls across other media before making a determination to block a call rather than impacting the quality of existing calls.&lt;br /&gt;
&lt;br /&gt;
. Call Detail Records (CDR)—A record produced by a phone system containing details of calls that have passed through it. They track information such as the number of the calling party, the number of the called party, the time of call initiation, the duration of the call, the route by which the call was routed, and any fault condition encountered. These records might be used for cross billing, for tracking of an employee’s usage of the system, or for monitoring system uptime and issues.&lt;br /&gt;
&lt;br /&gt;
. Client Access License (CAL)—A software license that entitles a user to access specific systems or specific features in a system. Usually these come in two flavors: Standard and Enterprise.&lt;br /&gt;
&lt;br /&gt;
. Common Intermediate Format (CIF)—A format used to standardize the vertical and horizontal resolutions in video signals, often in video conferencing systems.&lt;br /&gt;
&lt;br /&gt;
. Communicator Web Access (CWA)—The browser-based Communicator client provided by Lync Server.&lt;br /&gt;
&lt;br /&gt;
. Direct Inward Dialing (DID)—A service offered by telephone companies wherein one or more trunk links is provided to a customer for connection to the customer’s PBX. Incoming calls are routed to internal destination numbers at the PBX. This enables a company to have significantly more internal lines than it does external lines.&lt;br /&gt;
&lt;br /&gt;
. Dual-tone multi-frequency (DTMF)—A method for providing telecommunication&lt;br /&gt;
signaling over analog telephones lines in the voice frequency band. DTMF is also&lt;br /&gt;
referred to as Touch Tone. This technology enables users to initiate events in the&lt;br /&gt;
phone system by simply pressing a button on a keypad.&lt;br /&gt;
&lt;br /&gt;
. Extensible Markup Language (XML)—A set of rules for encoding documents in a&lt;br /&gt;
machine-readable format. The goal of XML is to be a simple and open standard for&lt;br /&gt;
representing arbitrary data structures, most often in web services.&lt;br /&gt;
&lt;br /&gt;
. Extensible Messaging and Presence Protocol (XMPP)—An open, XML-based protocol designed to provide near real-time extensible IM and presence information. It has since expanded into VoIP and file transfer signaling.&lt;br /&gt;
&lt;br /&gt;
. Hardware Load Balancing (HLB)—A method of distributing a workload across multiple computers to optimize resource utilization, increase throughput, and provide a level of redundancy through the use of an external hardware device.&lt;br /&gt;
&lt;br /&gt;
. IM—A form of real-time, direct, text-based communication between multiple parties. IM is sometimes referred to as online chat.&lt;br /&gt;
&lt;br /&gt;
. Interactive Voice Response (IVR)—A technology that enables a system to detect voice and dual-tone multifrequency inputs. IVR is often used in telecommunications for automated decision trees. This technology powers concepts such as “press 1 for English” when providing for call routing.&lt;br /&gt;
&lt;br /&gt;
. Mean Opinion Score (MOS)—In multimedia, MOS provides a numerical indication of the perceived quality of a call after compression and/or transmissions. MOS is expressed as a single number ranging from 1 to 5 where 1 is the lowest perceived audio quality and 5 is the highest perceived audio quality.&lt;br /&gt;
&lt;br /&gt;
. Network Address Translation (NAT)—A method of modifying network address information when packets pass through a traffic routing device. This effectively remaps a packet from one IP space to another. NAT is common in home usage where multiple computers with a private IP addressing site behind a router or firewall that holds a publically routable address. NAT maps a port back to the initiating internal host and reroutes responses back to the originating host.&lt;br /&gt;
&lt;br /&gt;
. Network Load Balancing (NLB)—A method of distributing a workload across multiple computers to optimize resource utilization, increase throughput, and provide a level of redundancy through the use of software running in the operating system.&lt;br /&gt;
&lt;br /&gt;
. Personal Identification Number (PIN)—A secret numeric password shared between a user and a system that is used to authenticate the user to the system.&lt;br /&gt;
&lt;br /&gt;
. PSTN—The network of the world’s public circuit-switched telephone networks. The first company to provide PSTN services was Bell Telephone.&lt;br /&gt;
&lt;br /&gt;
. Plain Old Telephone Service (POTS)—Another term for a PSTN.&lt;br /&gt;
&lt;br /&gt;
. Private Branch Exchange (PBX)—A telephone system that serves a particular business or office as opposed to a common carrier or a system for the general public. This is what traditionally provides voice services to companies that are connected to the local exchange to provide external connectivity for telephone calls.&lt;br /&gt;
&lt;br /&gt;
. Quality of Experience (QoE)—A subjective measure of a customer’s experiences with a vendor or service.&lt;br /&gt;
&lt;br /&gt;
. Quality of Service (QoS)—A mechanism to control resource reservation in a system; typically, it is a method to prioritize various traffic types to ensure a minimum level of performance for a particular type of traffic.&lt;br /&gt;
&lt;br /&gt;
. Real Time Protocol (RTP)—A standardized packet format for delivering audio and video over the Internet. RTP’s claim to fame is the capability to deal with large amounts of packet loss before the impact on the call becomes noticeable.&lt;br /&gt;
&lt;br /&gt;
. Remote Call Control (RCC)—A method of utilizing a phone resource on one system with a resource on another. Typically, in the context of Lync Server, this is the capability to use a Communicator client to place a call through a desk phone that is controlled by a PBX rather than by Lync Server.&lt;br /&gt;
&lt;br /&gt;
. SIP—An Internet Engineering Task Force (IETF) defined protocol used for controlling multimedia communications sessions. The goal of SIP is to provide a common signaling and call setup protocol for IP-based communications.&lt;br /&gt;
&lt;br /&gt;
. SIP for Instant Messaging and Presence Leveraging Extensions (SIMPLE)—An open standard protocol suite that provides for the registration of presence information and the receipt of presence status notifications.&lt;br /&gt;
&lt;br /&gt;
. Survivable Branch Appliance (SBA)—A combination of Registrar, Mediation Server, and PSTN gateway that is designed to maintain most voice services for a site that has lost connectivity to the main Lync Server site.&lt;br /&gt;
&lt;br /&gt;
. Role Based Access Control (RBAC)—An approach to restricting system access to authorized users by granting the rights based on the role served by the user. This normally results in granular permissions with an eye toward granting the minimum level of rights needed to perform a task.&lt;br /&gt;
&lt;br /&gt;
. Transmission Control Protocol (TCP)—Generally considered one of the core protocols of the Internet. TCP is a protocol that provides reliable ordered delivery of a stream of packets from one device to another. TCP has the reliability advantage of performing an acknowledgement of receipt of a packet back to the sender. This acknowledgement, however, comes at a performance price and ultimately limits the scalability of TCP.’&lt;br /&gt;
&lt;br /&gt;
. Uniform Resource Identifier (URI)—A string of characters used to identify a name or a resource on the Internet. This allows interaction with representations of the resource over a network, often the Internet, using various protocols.&lt;br /&gt;
&lt;br /&gt;
. User Datagram Protocol (UDP)—Another method of delivering a stream of packets from one device to another. UDP does not attempt to order or verify delivery of packets, nor does it need to first initiate a conversation with a destination host via a handshake. This behavior makes it faster and more scalable than TCP, but ultimately, it is less reliable.&lt;br /&gt;
&lt;br /&gt;
. Virtual Private Network (VPN)—A method of passing packets across a public network in a secured and authenticated manner. VPNs enables users to access their private corporate networks through connections to the public Internet.&lt;br /&gt;
&lt;br /&gt;
. Voice over IP (VoIP)—A generic term for transmission technologies that deliver voice communications over IP-based networks. Also referred to as IP Telephony or Internet Telephony.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-6783660663516829591?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/V6NEkzZ9_34" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/6783660663516829591/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=6783660663516829591" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/6783660663516829591?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/6783660663516829591?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/V6NEkzZ9_34/lync-server-related-acronyms.html" title="Lync Server Related Acronyms" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/11/lync-server-related-acronyms.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MEQX0-eCp7ImA9WhRTFUQ.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-6849766935046250945</id><published>2011-11-07T01:10:00.000+08:00</published><updated>2011-11-07T01:10:00.350+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-07T01:10:00.350+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008" /><title>Evaluating Different Disaster Scenarios</title><content type="html">Before a backup and disaster recovery plan can be formulated, IT managers and administrators should meet with the business owners to discuss and decide on which types of failures or disasters should be planned for. This section of the chapter provides a high-level description of common disaster scenarios to consider. Of course, planning for every disaster scenario is nearly impossible or, more commonly, will exceed an organization’s backup and recovery budget, but discussing the likelihood of each scenario and evaluating how the scenario can impact the business is necessary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Physical Disaster&lt;/strong&gt;&lt;br /&gt;
A physical disaster is anything that can keep employees or customers from reaching their desired office or store location. Examples include natural disasters such as floods, fires, earthquakes, hurricanes, or tornadoes that can destroy an office. A physical disaster can also be a physical limitation, such as a damaged bridge or highway blockage caused by a car accident. When only physical access is limited or restricted, a remote access solution could reestablish connectivity between users and the corporate network.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Power Outage or Rolling Blackouts&lt;/strong&gt;&lt;br /&gt;
Power outages can occur at any time unexpectedly. Some power outages are caused by bad weather and other natural disasters, but other times they can be caused by high power consumption that causes system overloads. When power systems are overloaded, rolling blackouts may occur. A rolling blackout is when a power company shuts off power to certain power subscribers or areas of service, so that it maintains power to critical services, such as fire departments, police departments, hospitals, and traffic lights. The rolling part of rolling blackouts is that the blackout is managed; after a predetermined amount of the time, the power company will shut down a different power grid and restore power to a previously shutdown grid. Of course, during power outages, many businesses are unable to function because the core of their work is conducted on computers or even telephone systems that require power to function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Network Outage&lt;/strong&gt;&lt;br /&gt;
Organizations that share data and applications between multiple offices and require access to the Internet as part of their daily business operations are susceptible to network outages that can cause severe loss of employee productivity and possibly revenue. Network outages can affect just a single computer, the entire office, or multiple offices depending on the cause of the outage. IT staff must take network outages into consideration when creating the backup and recovery plans.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hardware Failures&lt;/strong&gt;&lt;br /&gt;
Hardware failures seem to be the most common disaster encountered and coincidentally are the most common type of problem organizations plan for. Server hardware failures include failed motherboards, processors, memory, network interface cards, network cables, fiber cables, disk and HBA controllers, power supplies, and, of course, the hard disks in the local server or in a storage area network (SAN). Each of these failures can be dealt with differently, but to provide system- or server-level redundancy, key services should be deployed in a redundant cluster configuration, such as is provided with Windows Server 2008 R2, Enterprise Edition Failover Clustering, or Network Load Balancing (NLB).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hard Drive Failure&lt;/strong&gt;&lt;br /&gt;
Hard drives are indeed the most common type of computer- and network-related hardware failure organizations have to deal with. Windows Server 2008 R2 supports hot-swappable hard drives and two types of disks: basic disks, which provide backward compatibility, and dynamic disks, which allow software-level disk arrays to be configured without a separate hardware-based disk array controller. Also, both basic and dynamic disks, when used as data disks, can be moved to other servers easily to provide data or disk capacity elsewhere if a system hardware failure occurs and the data on these disks needs to be made available as soon as possible. Windows Server 2008 R2 also contains tools to provision, connect, and configure storage located on a SAN and can easily mount VHD files as operating system disks using Disk Manager or diskpart.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Software Corruption&lt;/strong&gt;&lt;br /&gt;
Software corruption can occur at many different levels. Operating system files could be corrupted, antivirus software can interfere with the writing of a file or database causing&lt;br /&gt;
corruption, or a new application or driver installation could overwrite a critical file leaving a system unstable or in a failed state. Also, more commonly found in today’s networks, a security, application, or system update conflicts with an existing application or service causing undesirable issues.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Sams - Windows Server 2008 R2 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-6849766935046250945?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/03ZivE_MVfo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/6849766935046250945/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=6849766935046250945" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/6849766935046250945?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/6849766935046250945?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/03ZivE_MVfo/evaluating-different-disaster-scenarios.html" title="Evaluating Different Disaster Scenarios" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/11/evaluating-different-disaster-scenarios.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQAR3kyfip7ImA9WhRTFUw.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-1013565251712244195</id><published>2011-11-06T00:59:00.000+08:00</published><updated>2011-11-06T00:59:06.796+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-06T00:59:06.796+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lync Server" /><title>What Is Microsoft Lync Server?</title><content type="html">Lync Server is the latest incarnation of a product line dating back to 2000. Microsoft has made a substantial commitment to providing a single integrated communications suite that enables users to communicate with each other more easily. Lync Server represents a fundamental shift in how telephony is handled. Lync Server attempts to remove telephony from dedicated systems such as Private Branch Exchanges (PBX) and places them in a software based infrastructure that can more easily adapt to changing needs and so they can be extended to provide new functionality as technologies change.&lt;br /&gt;
&lt;br /&gt;
Picture a world in which users are no longer tied to a single device for their communication endpoint. They can choose to use a traditional style desk phone, a headset attached to a laptop, or a mobile device to place and receive calls. Not only do they have these choices, but these choices also don’t need to be static. Rather than being assigned a phone and a phone number, a user can log into any supported phone with his own identity and that phone becomes his phone. Calls to users are routed to this device or other devices that they have requested and ring at the same time. Rich presence information in the system enables a user to know whether another user is available even before picking up the phone to call the user.&lt;br /&gt;
&lt;br /&gt;
Lync Server attempts to enable users to alter their forms of communications seamlessly as the situation demands without having to make drastic changes. For example, Andrew might have a question for Sean. Andrew looks at his Lync Server client and sees that Sean is listed as available. As such, Andrew sends Sean an Instant Message via Communications Server asking him whether he has a moment for a question. Sean replies, “Yes.” After a few messages, Sean determines that Andrew’s question is a little complicated to handle over IM and suggests they speak by phone. Andrew is able to convert the IM to a point-to-point voice chat with a single click. Now Andrew and Sean are able to speak directly. After a few minutes, Andrew determines that he still doesn’t quite understand what Sean is explaining and asks whether Sean could show him what he means. At this point, Andrew converts the call to a video conference with application sharing. Sean is able to draw out his explanation via his favorite application and explains it as he goes by simply talking.&lt;br /&gt;
&lt;br /&gt;
In this scenario, everything can be accomplished by two people on beaches over laptops. Lync Server doesn’t require participants to reserve video conferencing resources ahead of time, to schedule conferences, or even to use specific hardware. Through these functions, Lync Server is able to make the world a much smaller place by enabling users to dynamically control their own communications and to be available almost anywhere at most any time.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="color: #999999;"&gt;Source of Information : Pearson-Microsoft Lync Server 2010 Unleashed&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-1013565251712244195?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/vVfQ_u58qJc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/1013565251712244195/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=1013565251712244195" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/1013565251712244195?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/1013565251712244195?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/vVfQ_u58qJc/what-is-microsoft-lync-server.html" title="What Is Microsoft Lync Server?" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/11/what-is-microsoft-lync-server.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUGQXoyfCp7ImA9WhdaFU8.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-7623128021794106459</id><published>2011-10-25T13:57:00.003+08:00</published><updated>2011-10-25T13:57:00.494+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-25T13:57:00.494+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Wireless" /><title>Standardization in the Wireless World</title><content type="html">The advent of next-generation mobile computing calls for open standards and platforms to enable interoperability. As has been discussed in this chapter, a full spectrum of wireless technologies is set to be integrated to allow roaming in on unprecedented levels. Proprietary technologies do not fit into this new era of convergence, as it would be difficult for them to gain ground to a great extent due to the limited number of vendors and compatible products. On the contrary, open, well-crafted standards for the technology will enable and encourage any interested business parties to engage in developing and manufacturing products or offering services that are guaranteed to be interchangeable or compatible. Open standards essentially provide a solid foundation of framework of a technology as well as design constraints, thereby boosting the spread and acceptance of the technology.&lt;br /&gt;
&lt;br /&gt;
A standard is a specification or definition that has been approved by a recognized standards organization such as ITU, IEEE, and ETSI, or is generally accepted as a de facto model by the industry. In the context of computing, standards exist for computer hardware, communication protocols, programming languages, operating systems, and some applications. Network communications have a wide range of standards, such as IEEE 802.3 Ethernet standard for LANs, IEEE 802.11 and ETSI HIPERLAN for wireless LANs, GSM, and IS-95 and IS136.&lt;br /&gt;
&lt;br /&gt;
In addition to communication standard bodies such as ITU, IEEE, and ETSI, some other standard bodies have been founded for specialized technological fields. The American&lt;br /&gt;
National Standards Institute (ANSI) is primarily responsible for software and programming language standardization; it has created ANSI C and C _ _ . HTML and XML have been adopted by the International Organization for Standardization (ISO) and the World Wide Web Consortium (W3C). The Internet Engineering Task Force (IETF) has released a number of requests for comments (RFCs) that serve as the basis of many network protocols. Many computer peripheral standards such as the PCMCIA, Universal Serial Bus (USB), and compact flash have been created by industrial forums or associations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Cellular Standard Groups&lt;/b&gt;&lt;br /&gt;
The two standard bodies behind competing cellular technologies are the Third Generation&lt;br /&gt;
Partnership Project (3GPP) and Third Generation Partnership Project 2 (3GPP2). 3GPP is an international organization supporting the development of UMTS/WCDMA systems.&lt;br /&gt;
3GPP partners include ETSI of Europe, ATIS of the United States, ARIB and TTC of Japan, TTA of Korea, and CCSA of China. 3GPP has released two versions of UMTS standards, namely Release 99 and Release 2000. 3GPP2 is the parallel partnership project for cdma2000 technology. It consists of TIA of the United States, ARIB and TTC of Japan, TTA of Korea, and CCSA of China. ITU is a United Nations organization responsible for maintaining and extending worldwide coordination of different governments and private sectors and managing the radio-frequency spectrum. 3GPP and 3GPP2 are formed under ITU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;IEEE Standards&lt;/b&gt;&lt;br /&gt;
The Institute of Electrical and Electronic Engineers (IEEE) has been the key standards organization in promoting networking technologies for many years. For wireless technologies, IEEE has established several working groups, mainly under the 802 standard committee.&lt;br /&gt;
&lt;br /&gt;
» IEEE 802.1: LAN/MAN architecture with emphasis on internet working and link security (inactive).&lt;br /&gt;
» IEEE 802.2: Logical link control, part of the data-link layer protocol of a LAN.&lt;br /&gt;
» IEEE 802.3: Ethernet, the dominating LAN technology.&lt;br /&gt;
» IEEE 802.4: Token bus, a LAN technology utilizing token rings over coaxial cables.&lt;br /&gt;
» IEEE 802.5: Token ring, another token ring LAN technology (inactive).&lt;br /&gt;
» IEEE 802.6: Metropolitan area networks, a specification of MANs using Distributed Queue Dual Bus (DQDB) (inactive).&lt;br /&gt;
» IEEE 802.7: Broadband TAG (Technical Advisory Group), a broadband LAN.&lt;br /&gt;
» IEEE 802.8: Fiberoptic TAG, a fiber-optic LAN standard (inactive).&lt;br /&gt;
» IEEE 802.9: Isochronous LAN, an Isochronous Ethernet (IsoEnet) (inactive).&lt;br /&gt;
» IEEE 802.10: Security, specifying key management, access control, and data integrity for LANs and WANs (inactive).&lt;br /&gt;
» IEEE 802.11: Wireless LAN, a set of protocols for wireless LANs operating on unlicensed 2.4-GHz and 5-GHz bands.&lt;br /&gt;
» IEEE 802.12: Demand priority, 100BaseVG-AnyLAN (inactive).&lt;br /&gt;
» IEEE 802.13: Not used (for some reason).&lt;br /&gt;
» IEEE 802.14: Cable data, a MAC layer specification for multimedia traffic over hybrid fiber and coaxial networks.&lt;br /&gt;
» IEEE 802.15: Wireless PAN, a set of protocols for short-range wireless networks, including Bluetooth (802.15.1).&lt;br /&gt;
» IEEE 802.16: Broadband wireless access, PHY and MAC layer protocols for PTM broadband wireless access; WiMax is based on 802.16.&lt;br /&gt;
» IEEE 802.17: Resilient packet ring (RPR), a protocol to improve resilience for packet data traffic over fiber rings.&lt;br /&gt;
» IEEE 802.20: Mobile Broadband Wireless Access, PHY and MAC layer protocols for mobile data access.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Standards War&lt;/b&gt;&lt;br /&gt;
Emerging innovational technologies usually imply huge business opportunities. Different groups of industry alliances always attempt to influence the standardization of these technologies in favor of their own business interests. This sometimes leads to serious conflicts within a standardization body which inevitably puts the technology in stalemate and affects the promotion of the underlying technology with respect to providing a unified, interoperable solution framework for interested parties. For instance, the IEEE standardization of UWB (802.15.3) has been deadlocked due to proposals from two rivalry groups: the MBOA Alliance (Intel and TI lead) and UWB Forum (Motorola leads). Each side claims its proposal is superior to the other. Seeing no immediate ratification of a standard, both groups are moving forward to advance their approaches in commercial developments, effectively creating a segmented UWB market. The evolution of cellular networks is another example of a standards war. The lack of a global standard of cellular networks has resulted in two dominating 2G GSM and CDMA systems and two ongoing 3G deployments: UMTS/WCDMA and cdma2000, backed up by two organizations, 3GPP and 3GPP2, respectively. If a united standard agreement cannot be reached by the different groups, it is very likely the market will make the final decision. The standards body will supposedly pick the approach that is the most popular in the marketplace. Interestingly and understandably, it is not always the technically superior approach or system that eventually wins the majority of the market. We have seen this happen with Betamax versus VHS, two competing videotape standards back in the 1990s. It would be interesting to see what will happen to those emerging wireless technology standards.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;Source of Information :&amp;nbsp;Elsevier Wireless Networking Complete 2010&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-7623128021794106459?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/P8KAIIx6Hng" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/7623128021794106459/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=7623128021794106459" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/7623128021794106459?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/7623128021794106459?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/P8KAIIx6Hng/standardization-in-wireless-world.html" title="Standardization in the Wireless World" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/10/standardization-in-wireless-world.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEEQX88fyp7ImA9WhdaEU4.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-1795960596830494708</id><published>2011-10-21T02:50:00.003+08:00</published><updated>2011-10-21T02:50:00.177+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-21T02:50:00.177+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Wireless" /><title>ZigBee</title><content type="html">One of the emerging applications of WSN is wireless monitoring and control. ZigBee is such an application that uses low-power and low-data-rate networked sensors. It was developed by the ZigBee Alliance, an industry association of semiconductor companies and network equipment companies such as Ember, Honeywell, Mitsubishi Electric, Motorola, Samsung, and Philips. It has to be noted that the term ZigBee refers to the silent communication between honeybees where the bee dances in a zig-zag pattern to tell others the location, distance, and direction of some newly found food. WSN communication somewhat resembles the ZigBee principle in that they must be simple and effective.&lt;br /&gt;
&lt;br /&gt;
The idea is to take advantage of wireless sensors to monitor environments, objects, and human beings and control devices, appliances, and facilities. Wireless sensors make it possible to remotely and conveniently monitor or be notified of operational states or crucial state change of an object, such as a dying battery in a smoke detector and rapidly increasing temperature in a truck carrying frozen goods. WSNs in ZigBee are not designed to carry large data transfer due to the limited capability of wireless communication; however, these sensors are able to form a fully functional network, self-organize for efficient data routing and in-network processing, and self-heal in the case of node failure. The initial target markets of ZigBee products are home control, building control, industrial automation, personal healthcare, consumer electronics, PC and peripherals control, etc. Key specs of ZigBee include the following:&lt;br /&gt;
&lt;br /&gt;
» Frequency bands: 868 MHz, 915 MHz, and 2.4 GHz;&lt;br /&gt;
» Data transfer rate up to 250 Kbps;&lt;br /&gt;
» Signal transmission range of 10 to 100 m, depending on the sensors being used;&lt;br /&gt;
» AES encryption of data;&lt;br /&gt;
» Various ZigBee applications can work with each other;&lt;br /&gt;
» Low power usage.&lt;br /&gt;
&lt;br /&gt;
Unlike UWB or Bluetooth, ZigBee specifications do not define radio interface and data-link layer protocols; ZigBee simply uses the IEEE 802.15.4 physical radio standard. The ZigBee network application support layer and application profile are the major components that make up the ZigBee specification. Because ZigBee is a proprietary protocol rather than an open standard like those ratified by IEEE, its fate hinges on how it refines itself to become the de facto industry standard. To this end, standardization battles seem inevitable.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;Source of Information :&amp;nbsp;Elsevier Wireless Networking Complete 2010&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-1795960596830494708?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/MiLJgYlbcRU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/1795960596830494708/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=1795960596830494708" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/1795960596830494708?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/1795960596830494708?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/MiLJgYlbcRU/zigbee.html" title="ZigBee" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/10/zigbee.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE4GQXoyeCp7ImA9WhdbF0U.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-4918090920260678139</id><published>2011-10-17T01:42:00.002+08:00</published><updated>2011-10-17T01:42:00.490+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-17T01:42:00.490+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Wireless" /><title>Self-Organized Networks</title><content type="html">The physical layer of a WSN is nothing new: radio-frequency transmission at unlicensed bands. LOS is not required. The data-link layer monitors the channels and transmits frames only when the channel is idle. The network layer and transport layer require more discussion. Like ad hoc networks, the routing paths between each two nodes cannot be determined and configured prior to deployment because there is no predefined fixed infrastructure in WSNs. Sensor nodes have to discover multihop routes to relevant nodes themselves. This is often done via routing data dissemination, in which packets that contain the transmitter and the distance to the root are flooded in the network. A sensor node, upon receiving such packets, will be able to find a “ parent ” who is closer to the root; hence, a distribution tree can be generated. Data collection from sensor nodes can be routed back to the root following the distribution tree.&lt;br /&gt;
&lt;br /&gt;
Task or query dissemination throughout a sensor network is data-centric in association with data aggregation, a routing scheme known as directed diffusion. Sensor nodes are not addressed uniformly using numeric identifications; instead, the addressing and naming schemes are correlated with the application. They are identified by “ attribute – value ” pairs in their data. A task in the form of some attribute inquiry is sent out from some nodes in the hope of obtaining relevant data from other nodes, and then all participating nodes form a routing gradient toward the originators. In the case where a WSN is used as a platform of the sensory database, the applications and underlying routing schemes must support declarative queries, thereby making the detail of in-network query processing and optimization transparent to the user. Power consumption is another crucial factor when it comes to in-network aggregation support of query processing. Sophisticated power-aware query processing and packet routing schemes have been devised to reduce the overall power consumption of a WSN.&lt;br /&gt;
&lt;br /&gt;
Sensory data delivery can be performed in several ways. Sensor node can actively report readings periodically to its parent or only report when an event occurs. The delivery procedure can also be initiated by a user issuing a command that is diffused across the network. Depending on the design objectives, a WSN may apply different data delivery models to different sensor nodes. For example, some high-level roots in the distribution tree may employ a request-and-response mechanism for queries, whereas some low-level sensor nodes may simply report data continuously.&lt;br /&gt;
&lt;br /&gt;
Compared with mobile ad hoc network, network communication over WSNs imposes additional constraints other than node mobility and power consumption. Sensors node are more prone to failure, and their computational capability and memory capacity are greatly limited. When designing a protocol stack of a WSN, these constraints have to be taken into account. Specifically, because complete raw data forwarding is not necessary in many circumstances, data aggregation may be conducted at various levels of the distribution tree to reduce the amount of data being transferred upward to the gateway while still providing sufficient information to other nodes. Furthermore, data aggregation can be combined with applications of the WSN to further improve the efficiency of data collection and dissemination schemes. This reflects one of the most important characteristics of WSNs: cross-layer design. The well-known sensor operating system is TinyOS, which is an open-source, event-based embedded operating system developed at the University of California, Berkeley. TinyOS provides a set of components for networking, memory management, and power management, as well as data acquisition and query processing tools. The programming language supported by TinyOS is nesC, a C-like language for embedded network system development.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;Source of Information :&amp;nbsp;Elsevier Wireless Networking Complete 2010&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-4918090920260678139?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/UQIQ9HZqdO8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/4918090920260678139/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=4918090920260678139" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/4918090920260678139?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/4918090920260678139?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/UQIQ9HZqdO8/self-organized-networks.html" title="Self-Organized Networks" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/10/self-organized-networks.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQEQXs4fSp7ImA9WhdbFEk.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-461080556781838606</id><published>2011-10-13T01:25:00.004+08:00</published><updated>2011-10-13T01:25:00.535+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-13T01:25:00.535+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Wireless" /><title>Wireless Sensor Node</title><content type="html">A sensor node is made up of four basic components: sensing unit, processing unit, transceiver unit, and power unit. The sensing unit usually consists of two components: a sensor and an analog-to-digital converter (ADC). The processing unit acts as a tiny computer: a microprocessor and some RAM. The processing unit runs an embedded operating system and executes WSN applications that control the operations of the sensor and communication between sensor nodes. The transceiver unit is a low-power radio operating on an unlicensed frequency band. The power unit is a battery for regular sensor nodes. Note that in most cases a WSN will have a special sensor node that acts as the gateway for other sensor nodes with respect to ultimate data delivery. The gateway node interfaces to computers via RS232 or Ethernet links. As a result, the gateway node is different from other regular nodes, in both size and processing functionality, thus requiring more power supply.&lt;br /&gt;
&lt;br /&gt;
Following is a list of sensor node characteristics that affect the design of WSN system architectures and applications:&lt;br /&gt;
&lt;br /&gt;
» Size: Sensor nodes are very small, due to advancements in semiconductor technologies.&lt;br /&gt;
&lt;br /&gt;
» Low power: Sensor nodes are expected to operate for a long time before the battery drains out. In many cases, it is prohibitive to replace batteries.&lt;br /&gt;
&lt;br /&gt;
» Autonomous, unattended operations: Once deployed, sensor nodes should selforganize to work as programmed. Remote reprogramming is sometimes possible.&lt;br /&gt;
&lt;br /&gt;
» Inexpensive: Their low cost makes it possible to deploy a large number of sensor notes at a moderate cost.&lt;br /&gt;
&lt;br /&gt;
» Adaptive to environments and themselves: Sensor nodes are able to adapt to environmental and status changes.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;Source of Information :&amp;nbsp;Elsevier Wireless Networking Complete 2010&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-461080556781838606?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/JWuX4alv5PQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/461080556781838606/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=461080556781838606" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/461080556781838606?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/461080556781838606?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/JWuX4alv5PQ/wireless-sensor-node.html" title="Wireless Sensor Node" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/10/wireless-sensor-node.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUQGQX06fyp7ImA9WhdbEks.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-6601346667418046528</id><published>2011-10-11T01:22:00.001+08:00</published><updated>2011-10-11T01:22:00.317+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-11T01:22:00.317+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Wireless" /><title>WSN Applications</title><content type="html">The wide range of sensors and collective instrumental functionality of WSNs, coupled with the underlying wireless networks, make it possible to provide unprecedented levels of data access and associated intelligence, bringing about a new dimension of application for different industry sectors. WSN applications can be divided into three categories: monitoring space, including objects as part of the space; monitoring operation states of objects; and monitoring interactions between objects and space. The first category represents the most common and basic use of WSNs (dealing with physical environments), whereas the second is mainly concerned with a specific entity rather than its surroundings. The third category encompasses more sophisticated monitoring and control over communications and interactions between objects and between an object and its surroundings. Some pilot projects have explored WSNs for a number of different application scenarios. Many potential applications are being developed to leverage WSNs. Some examples are introduced as follows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Environmental Sensing&lt;/b&gt;&lt;br /&gt;
Using a large number of sensor nodes deployed in a target geographic location, it is possible to derive useful patterns and trends based on datasets collected over time. Examples of environmental sensing are light sensing, microclimate monitoring, traffic monitoring, pollution level monitoring, indoor climate control, and habitat monitoring. Very often users are only concerned with independent characteristics of an entity, such as the number of vehicles passing by during a time period or the propagation speed of some contaminant in a river.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Object Sensing&lt;/b&gt;&lt;br /&gt;
Aside from environmental sensing, sensors can be attached to objects and collect data regarding motion, pressure, or any mechanical, electronic, or biological characteristics of the host. Object sensing is predominantly used in industrial control and maintenance. Examples include structural monitoring of buildings, bridges, vehicles, and airplanes; sensing machinery wear in a factory; industrial asset tracking in warehouses and stores; surveillance in parking lot and streets; crop monitoring; and military-related object sensing in battlefields. In particular, RFID, a scaled-down wireless sensing technology, utilizes small tags of very limited local computing power and storage to identify and inventory objects. Section 13 has presented a detailed introduction to RFID.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Sensing with Intelligence&lt;/b&gt;&lt;br /&gt;
More challenging application scenarios require embedded intelligence that goes beyond raw data sensing, thus requiring the simultaneous sensing of multiple related quantities and in-network processing so as to detect internal interactions between objects. Examples of this category are monitoring wildlife habitats, telemedicine sensing, context-aware pervasive computing using sensors, and disaster management. For instance, researchers at the University of California, Berkeley, and Intel have developed a successful experimental WSN to monitor petrels on an uninhabited island off the coast of Maine. The birds being observed are Leach’s store petrels, a type of tiny reclusive seabird that burrows in sandy soil and emerges only at night. To ornithologists, monitoring and understanding the comings and goings of these birds in a wild area are not simple tasks, as they would have to dig into the birds ’ burrows for more information. The WSN deployed on the island consists of 190 wireless sensor nodes called motes , some of which are located in burrows and others on the ground, and a solar-powered central computer station that collects sensory data from a gateway mote and reports back to a remote site in real-time via satellite links. Sensors on the motes monitor temperature, humidity, barometric pressure, and ambient light. The temperature reading within a burrow can be used to infer if a petrel is present or not. Other data also contribute to our understanding of the behavior of these petrels and their responses to changes in their surroundings.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;Source of Information :&amp;nbsp;Elsevier Wireless Networking Complete 2010&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-6601346667418046528?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/3EQqQQudOOY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/6601346667418046528/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=6601346667418046528" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/6601346667418046528?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/6601346667418046528?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/3EQqQQudOOY/wsn-applications.html" title="WSN Applications" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/10/wsn-applications.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QCQXw4fyp7ImA9WhdUGU8.&quot;"><id>tag:blogger.com,1999:blog-5801082322957987512.post-2081436035426570294</id><published>2011-10-07T01:16:00.002+08:00</published><updated>2011-10-07T01:16:00.237+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-07T01:16:00.237+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Wireless" /><title>Wireless Sensor Networks</title><content type="html">Data communication continues to expand in both scope and complexity, from internal communication among the hardware components of an individual computer to intercomputer network communication via wired or wireless BANs, PANs, LANs, MANs, and WANs. At the same time, computers are becoming more closely related to the physical world and human beings, gathering, monitoring, processing, and analyzing data to allow instrumentation and automation and to facilitate decision-making. Wireless sensor networks (WSNs) represent networks that are embedded into our physical environments. A sensor is a tiny electronic device that can respond to a physical stimulus and convert it into numeric data. A WSN is composed of many low-power, low-cost, autonomous sensor nodes interconnected with wireless communication of sensory data. A myriad of measurements can be done by sensors, including environmental properties such as temperatures, humidity, and air pressure; presence, vibration, and motion detection of objects; chemical properties; radiation levels; GPS; light; and acoustic and seismic activities. Data gathering is conducted intermittently at a specified frequency. A sensor node in a WSN possesses sufficient computing power to process sensory data gathered locally or transmitted from other sensor nodes via wireless links. Furthermore, sensor nodes in a WSN self-organize into a network topology, thereby improving robustness and reducing maintenance costs.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;Source of Information :&amp;nbsp;Elsevier Wireless Networking Complete 2010&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5801082322957987512-2081436035426570294?l=computertechnos.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ComputerTechno/~4/Mj2aRc-3r9w" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://computertechnos.blogspot.com/feeds/2081436035426570294/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5801082322957987512&amp;postID=2081436035426570294" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/2081436035426570294?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5801082322957987512/posts/default/2081436035426570294?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ComputerTechno/~3/Mj2aRc-3r9w/wireless-sensor-networks.html" title="Wireless Sensor Networks" /><author><name>Computer Techno</name><uri>http://www.blogger.com/profile/16175391706856155083</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://computertechnos.blogspot.com/2011/10/wireless-sensor-networks.html</feedburner:origLink></entry></feed>

