Showing posts with label Education. Show all posts
Showing posts with label Education. Show all posts

Saturday, December 29, 2012

How to Change Blog's Mouse Cursor with CSS?


Google Image!

This is a very small tip for those who want to change their website or blog's mouse cursor. I came across many websites and blogs who have changed their cursors either to different styles or to images. So simply they useCSS property to change the mouse cursor. It is easier to change the cursor for the entire website or for a part of the website. So here in this tutorial I'm going to teach you about this.

As you know CSS is the most beautiful web language to style websites and any kind of webpage. And CSS3 new properties has changed the entire concept of web designing. Now you'll no more need of using jQuery and Flash for your websites, because CSS3 does the job for you.
Read more »

Friday, December 21, 2012

jfxtras-screencast

jfxtras-screencast.mp4
by java
The JFXtras project, located at JFXtras.org, provides UI controls and other Java objects that developers often need in their day-to-day work, but that are currently missing from JavaFX. This project also serves as a proving ground for controls that may some day make it into the official JavaFX distribution. The brief video below gives you an introduction to the JFXtras project, and demostrates the UI controls and gauges that are currently available.

Sunday, December 2, 2012

Configuring Password and Lockout Policies


Configuring Password and Lockout Policies

In a Windows Server 2008 domain, users are required to change their password every 42 days, and a password must be at least seven characters long and meet complexity requirements including the use of three of four character types: uppercase, lowercase, numeric, and nonalphanumeric.
Use the buttons below to navigate through the lesson


Three password policies—maximum password age, password length, and password complexity—are among the first policies encountered by administrators and users alike in an Active Directory domain. Rarely do these default settings align precisely with the password security requirements of an organization. Your organization might require passwords to be changed more or less frequently or to be longer.
There are exceptions to every rule, and you likely have exceptions to your password policies.
To enhance the security of your domain, you can set more restrictive password requirements for accounts assigned to administrators, for accounts used by services such as Microsoft SQL Server, or for a backup utility. In earlier versions of Windows, this was not possible; a single password policy applied to all accounts in the domain.In this lesson, you will learn to configure fine-grained password policies, a new feature in Windows Server 2008 that enables you to assign different password policies to users and groups in your domain.
If the new password meets requirements, Active Directory puts the password through a mathematical algorithm that produces a representation of the password called the hash code. The hash code is unique; no two passwords can create the same hash code. The algorithm used to create the hash code is called a one-way function. You cannot put the hash code through a reverse function to derive the password. The fact that a hash code, and not the password itself, is stored in Active Directory helps increase the security of the user account.
The password settings configured in the Default Domain Policy affect all user accounts in the domain. The settings can be overridden, however, by the password-related properties of the individual user accounts. On the Account tab of a user’s Properties dialog box, you can specify settings such as Password Never Expires or Store Passwords Using Reversible Encryption. For example, if five users have an application that requires direct access to their passwords, you can configure the accounts for those users to store their passwords, using reversible encryption.
In this lesson, you will learn how to implement your enterprise’s password and lockout policies by modifying the Default Domain Policy Group Policy object (GPO).
Click Group Policy Management. Expand the domain. Right Click Default Domain policy and click Edit. Expand – Computer Configuration>Policies>Windows Settings>Security Settings. Expand Account Policies. Select Password Policies. Right Click Maximum password age and select Properties. Change Password will expire in: to 30 days. Click OK. Maximum password age is now set to 30 days. Next select Account lockout policy and right click Account lockout threshold and select Properties. Set invalid logon attempts to 3. When you Click OK Windows will suggest values for the remaining policies, Click OK to accept these. The suggested values can be changed later. Click OK. The Account lockout policy is now configured. All open dialogue boxes can now be closed.

Fine-Grained Password and Lockout Policy

You can also override the domain password and lockout policy by using a new feature of Windows Server 2008 called fine-grained password and lockout policy, often shortened to simply fine-grained password policy.
Fine-grained password policy enables you to configure a policy that applies to one or more groups or users in your domain. To use fine-grained password policy, your domain must be at the Windows Server 2008 domain functional level. To raise the domain functional level open Active Directory Users and Computers.
Right click the domain and select Raise domain functional level. Select Windows Server 2008 and click Raise. Warning Raising the domain functional level cannot be reversed. Click OK to continue. Click Close to complete.

Fine-Grained Password and Lockout Policy

The settings managed by fine-grained password policy are identical to those in the Password Policy and Accounts Policy nodes of a GPO.
However, fine-grained password policies are not implemented as part of Group Policy, nor are they applied as part of a GPO. Instead, there is a separate class of object in Active Directory that maintains the settings for fine-grained password policy: the password settings object (PSO).
Most Active Directory objects can be managed with user-friendly graphical user interface (GUI) tools such as the Active Directory Users and Computers snap-in. You manage PSOs, however, with low-level tools, including ADSI Edit.
In this exercise, you will create a PSO that applies a restrictive, fine-grained password policy to users in the Domain Admins group. Before you proceed with this exercise, confirm that the Domain Admins group is in the Users container. If it is not, move it to the Users container.
Click Administrative tools>ADSI Edit. Expand the domain. Expand CN=System. Select CN=Password Settings Container. Right click and select New>Object. Click Next to continue. Type a name for the new object and click Next.

PSO Precedence and Resultant PSO

A PSO (Password Settings Object) can be linked to more than one group or user, an individual group or user can have more than one PSO linked to it, and a user can belong to multiple groups. So which fine grained password and lockout policy settings apply to a user? One and only one PSO determines the password and lockout settings for a user; this PSO is called the resultant PSO. Each PSO has an attribute that determines the precedence of the PSO. The precedence value is any number greater than 0, where the number 1 indicates highest precedence. If multiple PSOs apply to a user, the PSO with the highest precedence (closest to 1) takes effect.
Set the Precedence value to 1 and click Next. Type False The password is not stored using reversible encryption and click Next. Type 30 The user cannot reuse any of the last 30 passwords and click Next. Type True Password complexity rules are enforced and click Next. Type 10 Password must be at least 10 characters in length and click Next. Type 1:00:00:00. A user cannot change his or her password within one day of a previous change. The format is d:hh:mm:ss (days, hours, minutes, seconds) and click Next. Type 45:00:00:00. The password must be changed every 45 days and click Next. Type 5. Five invalid logons within the time frame specified by (the next attribute) will result in account lockout and click Next. Type 0:01:00:00. Five invalid logons (specified by the previous attribute) within one hour will result in account lockout and click Next. Type 0:01:00:00. An account, if locked out, will remain locked for one hour or until it is unlocked manually. A value of zero will result in the account remaining locked out until an administrator unlocks it and click Next. The attributes listed are required. After clicking Next on the msDS-LockoutDuration attribute page, you will be able to configure the optional attribute. Click the More Attributes button.
In the Edit Attributes box, type CN=DomainAdmins,CN=Users,DC=es-net,DC=co,DC=uk
and click Set. Click OK. The new PSO is now active.

Resultant PSO

To identify the PSO that controls the password and lockout policies for an individual user.
  1. Open the Active Directory Users And Computers snap-in.
  2. Click the View menu and make sure that Advanced Features is selected.
  3. Expand the domain and click the Users container in the console tree.
  4. Right-click the Administrator account and choose Properties.
  5. Click the Attribute Editor tab.
  6. Click the Filter button and make sure that Constructed is selected. The attribute you will locate in the next step is a constructed attribute, meaning that the resultant PSO is not a hard-coded attribute of a user; rather, it is calculated by examining the PSOs linked to a user in real time.
  7. In the Attributes list, locate msDS-ResultantPSO.
  8. Identify the PSO that affects the user.
The Domain Admins PSO that you created is the resultant PSO for the Administrator account.

Wednesday, November 28, 2012

Why Your Blog is not Earning Money? Possible Reasons Explained!



Most of bloggers on the internet do blogging to earn some money and support their families. I read on several forums people asking for help on how toincrease earning and why their blog is not making money. So I thought to give some tips to my fellow bloggers. I will discuss in detail why your blog is not earning and what remedies should you take to increase the earnings.

8 reasons you can consider when your blog is not making  good money. You can write these 8 reasons in a notepad file or somewhere in a notebook etc to remember that you have to work on these points in the future to increase your earning with your blog. The number of reasons I can assume are below: 

#1. More Earning needs more traffic:

Blog traffic is defined as the visitors received by a blog. So the first thing you may be lacking is that your blog has not good number of visitors and that is the reason you are not making money.so, if your blog is having low traffic. This is the first reason why you are not earning from your blog.

#2. Low Click through Rate

If you are Adsense or other ad network publisher you would certainly know that CTR stands for click through rate i.e percentage of people clicking the ads. So the second reason why a blog doesn't earn can be a low CTR(no or low clicks on ads).you will earn more when you have good ad CTR.

#3. Low Cost per Click

If your blog traffic is good and you are having a good CTR, and you are still scratching your head why you are not making money. Then, I guess your blog has a very low cost per click. That is you are earning very low for each ad clicked.

#4. How to increase blog earning

We have discussed the probable reasons why a blog does not make money. But it will not be okay if we stop here. Because we have just found the problems and without looking for solution we won’t succeed. So now I will give you some tips how you can make more money from blog.

#5. Use minimum ads

Many of newbie’s are curious to earn quickly and for that reason once they get adsense approval they straight away place ads all around, and they think they will earn more by doing this. 

But No! the cost per click also depends on the number of ads appearing on the blog. If you place two ads on home page you will witness different CPC compare to five or six ads on home page. The ads appearing above the folds carries the highest CPC. So never place so many ads on you blog as it will affect your earnings.

#6. Ad placement matters

Ad placements are the positions/places where you place your ads. It also affects your earnings. Always use ads in prominent places so that it catches visitor eye. And whenever possible place text ads near to your content and image ads in header and sidebars.

#7. Use keywords which pay more

If you have used adword keyword tool. You would have certainly noticed that when you search a keyword there is a little column of average CPC.The average CPC is the maximum amount of money an advertiser is willing to pay for a keyword. So use those keywords which have higher search volume, low competition and high cpc.

#8. Your blog niche?
Well, the blog niches also affect earnings. Usually Entertainment blogs have low earning potential compare to insurance, blogging, making money blogs. So always create a blog in a niche which pays higher.

Buddies, this is my first guest post in my blogging career.I have tried my level best to make things crystal clear. Hope you appreciate my efforts. I am thankful to the blog owner Wali khan for giving me the honor to write for an esteem blog.

Tuesday, November 27, 2012

Reposition Navigation Buttons in Blogger!


reposition navigation links in bloggerThe navigation buttons or links that are displayed at the bottom of each comment section in BlogSpot blogs enable visitors to switch between new and old posts or move from one post page to another ordered by date and time. These buttons become less of use when number of comments increase too much. Normally readers do not even observe the navigation deep down and this results in loss of precious pageviews. I have always emphasized that value pageviews more than unique visitors because it is indeed pageviews that turns into revenue generating page impressions both for AdSense or any other Ad Network.  You might have seen the MoreNext and Previous button showing inside the top black sticky bar on MBT homepage and post pages. It is really not possible to shift a Post data item to any other widget section in blogger. Doing such results in "Data variable not found in dictionary" error or similar.
We played a work around and used Cascading stylesheet Position properties to allocate fixed positions to these buttons anywhere on the page. This is again a unique addition to Blogger Customization and being implemented for the first time. The tutorial today will not only help you change the position of navigation links but will also teach you to install a custom sticky bar just like the one we are using on our blog. We are pretty sure you will find today's tutorial really easy yet delicious!
PS: Tested with Chrome, Firefox, IE9 & Safari.

STEP1: Adding the sticky bar

First comes first. I have already shared a detailed tutorial on adding a stickybar to blogger. Please first install a stickybar on your blogs and then try step#2 of today's tutorial.
Note: The style that I am using on MBT is different from that of the tutorial so if you want a similar color theme then simply copy the stylesheet from MBT source file or let me know to help you.

STEP2:

Now comes the interesting part. What we will do here is simply shifting your current Newer, Older & Home buttons to the top left of the stickybar and replace them with more fancy buttons like the one we are using.  Follow these steps:
  1. Go To Blogger > Template
  2. Backup your template
  3. Click Edit HTML and then check "Expand Widget Templates"
  4. Search for the following CSS classes and delete them all: You will find three such classes or more starting with either #blog-pager or .blog-pager
#blog-pager {
------
}

#blog-pager-newer-link {
----
---
--
}
#blog-pager-older-link {
-----
---

--
}

   5.   Now after you have deleted them, add the following code in their place:
#blog-pager {
text-align:center;
}
#blog-pager-newer-link {
position:fixed;
z-index:9999;
margin-left:-320px;
top:0px;
margin-top:5px;
}
#blog-pager-older-link {
position:fixed;
z-index:9999;
margin-left:-290px;
top:0px;
margin-top:5px;
}
#blog-pager-more-link {
position:fixed;
z-index:9999;
margin-left:-20px;
top:0px;
margin-top:5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#blog-pager-newer-link {
position:fixed;
z-index:9999;
margin-left:-627px;
top:0px;
}
#blog-pager-older-link {
position:fixed;
z-index:9999;
margin-left:-597px;
top:0px;
}
}

What we did in step4 and step5 was simply replacing your old code with the new one.
    6.   Next search for the following chunk of code:
Note: You are only concerned with finding the two highlighted codes. The code inside them may look different for your template so just finding these two highlighted tags and then follow step7.
<b:includable id='nextprev'>
  <div class='blog-pager' id='blog-pager'>
    <b:if cond='data:newerPageUrl'>
      <span id='blog-pager-newer-link'>
      <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' title='Previous'>&#171; Prev</a>
      </span>
    </b:if>
    <b:if cond='data:olderPageUrl'>
      <span id='blog-pager-older-link'>
      <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' title='Next'>Next &#187;</a>
      </span>
    </b:if>
<span id='home-link'>
    <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
</span>
    <b:if cond='data:mobileLinkUrl'>
      <div class='blog-mobile-link'>
        <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
      </div>
    </b:if>
  </div>
  <div class='clear'/>
</b:includable>
     7.  Replace the code inside them with the following code as shown below:
<b:includable id='nextprev'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
   <b:if cond='data:olderPageUrl'>
      <span id='blog-pager-more-link'>
      <a class='blog-pager-more-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjADQmW8JV6H_vKjPHcSvU1p1iWh2q9jN4Gva1hLYZ-jrdWoddH14fyyiksgbobypkTAWHdLBjb3JxuQU1rN6n9kbZ8r2j3PUBJFaz_YMNf3p9GrJg19lWcuMsAA8gmhekiWFK5kPfFvUov/s400/more.png'/></a>
      </span>
      </b:if>
</b:if>

<b:if cond='data:blog.url != data:blog.homepageUrl'>
  <div class='blog-pager' id='blog-pager'>
    <b:if cond='data:newerPageUrl'>
      <span id='blog-pager-newer-link'>
      <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_qa93au7qR1u3iBONng65wqFNUR1hLl5jQgQm7aQNmI-QNdmwkVjgvtjOjKIoGrZDZxiNcnPTzI6b7wc19BiXMcRezTfj-5Hqi0_mF3j6Rs4dBnTkLJ5yKRgGXQ4axqKKelxmG_EJlZUz/s400/Previous.png'/></a>
      </span>
    </b:if>
    <b:if cond='data:olderPageUrl'>
      <span id='blog-pager-older-link'>
      <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEganfiV3BBNw3lf_IE6tg27GXCJCqk2xYOXqgForNGUxF-HfeMJzn5S7GRTkfkc7JkaHiRd0iLkTE42BR7jjYtX38-R7aegxAsNeKRqFnYCOvXSEo_yv_PhkZe1YxzVy7GFRBc_berW58Ks/s400/Next.png'/></a>
      </span>
      <b:else/>
 
    </b:if>
  </div>
  <div class='clear'/> </b:if>
</b:includable>
It was that easy!
   8. All done! Visit your Blog to see it functioning just fine. :)

How it works?

PreviousPrevious will display newer posts
NextNext will display Older posts
more More will display on homepage alone.
  • Button More is responsible for displaying the next set of previously published posts. It will show a bunch of posts depending on the number of posts you allowed to be displayed on homepage.
  • The other two buttons will help the visitor to navigate between next and previous page. If the visitor is on your newly published post then the Previousbutton will not show up and Next will show alone.
Everything is operated using conditional statements provided by XHTML 1.0.
If you are looking for read more buttons then do check our Icons and buttons categorythat has been downloaded over thousands of times and found on almost every Blogger blog today: Download from here
navigation buttons

Questions?

I have one last paper on 29th Nov  after which I will be free for one month to help you all with every query you may have. The blog is being maintained by co-authors because I am not currently available. I am writing posts as soon as I get some spare time. You are most welcomed to ask any question you may have related to this post. Off-topic questions should kindly be avoided. I just hope you find this new addition useful to your overall Pageviews. Wish you more power buddies. Peace and blessings.

How to Work Online at Home As Freelancer [Urdu Video Tutorials]



Do you know about the word freelancer? if you know then probably you'll have the basic concept of freelancing. However, there are many guys in Pakistan who actually don't know what it is?. For those who want to know about freelance work and freelance websites, this article is helpful enough.Video tutorials in Urdulanguage are also attached to this post. So first of all I invite you to watch the video tutorials in Urdu and later on, I'll discuss the facts and concepts of freelancing websites.

Here is a series of video tutorials I recorded in order to let you know about this work. Also remember, this is the continued series of earning money online at home, and we already covered many parts of that such as: making money by blogging, earn with affiliate marketing, earning by selling products, joining buysellads and working with ClickBank.com etc.


Now this is the fifth part of our series of earning money online with video tutorials in Urdu language. So now find video tutorials below in Urdu language.
Video # 1


Video # 2
Hi, if you're visiting this site from Pakistan then the video may not be shown due to YouTube is blocked in Pakistan. So first go to unblock YouTube in Pakistan and then you'll be able to watch these videos. 

What is Freelancing? 

I'm sure you've watched above videos and have come to know about Freelancing. However, freelancing means to work as an independent and without binding yourself with a company or with a boss. So if you have some good skills such as: programming skills, web developing skillsdesigning skills, accounting skills, writing skills, translation skills or something like that then you can work on the internet as a freelancer. 

There are many websites on the web which provide you opportunity to find work online and earn money at home. And there are millions of people out there already doing this. So don't shy and get fall into following websites for working online at home as a freelancer: 
The above mentioned websites provide you opportunity to work online as a freelancer and earn money at home. 

Enjoy the video tutorials and more amusing stuff is on the way.... Do ask questions if they are related to this post. Till another earning money online tutorial in Urdu - Khuda Hafiz

Thursday, October 25, 2012

How to Change Time to Date Below Post Title in Blogger


how to change time in bloggerThe Blogger custom templates are designed by different designers from around the world. Many out of these templates are coded by professional designers and they are good from all prospective's  But indeed, there are also many poor coded templates are there. Unprofessional templates sometimes create troubles for newbies who want to easily customize their design with their own needs. So therefore, you must select a well-coded template for your blog. However, today I will let you know about changing your blog time which appears exactly after post titles in blogger. There should be date and author name instead of time alone. But in most blogger custom templates only time is published with author name. So we will change this respectively. 


before going straight to the tutorial please have a look at below image when the time after post titles in Blogger appears:
blogger-tips1
This appears because the designer has set the time with author name in their custom template. So it isn't good for SEO, we will have to change it to date. our blog's template devil's workshop had also time with author name, so we promptly changed that.

How to replace time to date in Blogger?

Now the process is quite simple and you just need to replace a single word with another one, follow given steps in order to do so: 
  1. Log-in to Blogger Dashboard
  2. Template >> HTML >> Proceed >> Check the Expand Widget Templates
  3. Now carefully search for this code
<data:post.timestamp/>
Just replace the above code with below one:
<data:post.dateHeader/> 
Save your template and you've changed time into date for all of your posts. Now your look after post title will be like below image:
blogger-tricks

Conclusion

It was just a simple Blogger trick to replace time with date. It is important for search engines to find pages with specific dates. So if a person is searching for cars or bikes in 2012 and Google shows him this stuff from 2003 then it wouldn't be a good business. Therefore, Google has recently stated that pages should be sorted with accurate dates. 

Your Views:
I know you guys are now becoming genius on the internet and blogging, but remember always thank those who've helped you in bad times. Just share your comments with us below post.

PC Power Tips



10.22.2012 7:58 AM
Passwords protect every part of your online life. If you don't treat them properly, you're exposing yourself to a whole mess of trouble.



10.22.2012 1:31 PM
Slick freebie Pokki makes the Windows 8 desktop a much more familiar and convenient place. And it comes with its own app store!


10.25.2012 3:00 AM
No matter what kind of camera you're using, learn about the best time to shoot, the best way to light your subjects, and the best ways to capture spooky photos.



10.23.2012 3:30 AM
We show you how to tweak Windows 8 for optimal performance on your aging desktop or laptop PC.



10.24.2012 6:52 AM
It's all too easy to click the wrong button or link on an otherwise legitimate download page. Here are three ways to protect yourself.



10.23.2012 3:00 AM
Want to throw the best bash on the block? Follow our tech tips and tricks for a screaming Halloween party.

Sunday, October 21, 2012

Learning the Microsoft Way

Microsoft Technet Technet
Learn
Get Free Training with Microsoft Tech Showcase
Lightbulb
Try
Try Windows Server 2012 For Free
Download Icon
Register
Register Now for the Tech.Days Online Virtual Event
Register


September is almost over and October is almost here. Now is the time when many of you are looking at learning the latest technologies, so this edition we're highlighting some of those opportunities to learn from the experts.

We have hints and tips from book authors, from learning partners and from the UK and Europe's very first Private Cloud MCSE. You will also find details of the certification roadmap in a quick and easy to understand format along with details of free training course being run by Microsoft Training Partners.

If you're getting ready for an exam why not let us know on Twitter or Facebook and you never know you may get some tips from fellow learning buddies. You'll also find loads of great learning resources on the blog.


Friday, October 19, 2012

Computing Urdu

Posted: 18 Oct 2012 02:01 PM PDT
 
Urdu monthly magazine "Computing" for the month of September 2012 in pdf format.
Download Computing Mag


All the books are share here just for education, reference and beat free entertainment purpose only. If you really like books, then please support the author and publisher by purchasing a hard copy from your nearest book seller. Thanks
Posted by Picasa

Sunday, October 14, 2012

Windows Server 2008 Network Infrastructure Configuring


Windows Server 2008 Network Infrastructure, Configuring

Creating Inbound Filters

By default, Windows Firewall (as well as most other firewalls) blocks any inbound traffic that hasn’t been specifically allowed. By default, the Public profile allows absolutely no incoming connections—this provides excellent security when connecting to public hotspots or other non … Continue reading 

Windows Firewall

Windows Firewall filters incoming traffic to help block unwanted network traffic. Optionally, Windows Firewall can also filter outgoing traffic to help limit the risk of malware. Although Windows Firewall’s default settings will work well with components built into Windows, they … Continue reading 

Introduction to SUS

In order to maintain a secure network, it is critical to keep systems up to date with security patches. Since 1998, Microsoft has provided Windows Update as a Web-based source of information and downloads. With Windows XP and Windows 2000 … Continue reading 

Connect To Wireless Network

Users can manually connect to a wireless network, or you can use Group Policy settings to configure client computers to automatically connect to your wireless networks. Use the buttons below to navigate through the lesson Manual Connections To create a … Continue reading 

RADIUS Server

You can use a Windows Server 2008 computer to authenticate wireless users by configuring the Windows Server 2008 computer as a RADIUS server and configuring your wireless access points to send authentication requests to the RADIUS server. Use the buttons … Continue reading 

Authentication Protocols

A first step in establishing a remote access connection is authenticating the user to the server. An authentication protocol is used here. Windows Server 2008 ships with five different authentication protocols all with varying compatibility and security levels. Use the … Continue reading 

Remote Access Overview

Many people work away from their offices, so Windows Server 2008 provides the Routing and Remote Access Service, which lets users connect to their office machines.  The Routing and Remote Access Service (RRAS) allows a client to connect to the … Continue reading 

Wireless Networks

Wireless Networking Concepts Wireless networks have changed the way people use their computers. Organizations can instantly network an entire building—including meeting rooms, common areas, and courtyards. This can increase productivity and provide more flexible work spaces. For some buildings, including … Continue reading 

Network Address Translation

Before a Windows Server 2008 computer can function as a router, the Routing and Remote Access service must be enabled. This is done through the Server Manager console. Use the buttons below to navigate through the lesson Select Roles, then … Continue reading 

IPSec and Remote Access

Security is a major concern when using Remote Access since company data has be transferred over the internet. Using the tunnelling protocol L2TP (Layer 2 tunnelling protocol) a tunnel can be created through another network. Any data inside the tunnel … Continue reading