Www Pcrepairnorthshore Com (4)

Published on January 2017 | Categories: Documents | Downloads: 40 | Comments: 0 | Views: 230
of 5
Download PDF   Embed   Report

Comments

Content

About Tina

1

More

Follow Tina

Tina FAVS

CALL TINA AT PCREPAIRNORTHSHORE

Next Blog»
Contact

Home

Create Blog Sign In
General Insurance (Property & Casualty)

MONDAY, OCTOBER 15, 2012

Looking at BranchCache for Windows 7 and Windows Server 2008

Serving the North Shore of
Long Island 516-313-1077

Search

SHARE

Computer Repair
0

MOST POPULAR POSTS

RGBStock.com

Configure and
Manage
Distributed
File System
(DFS)
Internet
Explorer
encountered a
problem and
needs to close
Tips on How to
Configure DNS
Zones

BrancheCache gives users of Windows 7 and Windows Server 2008 R2 increased network responsiveness, by
reducing wide area network (WAN) utilization when accessing files from a branch office that are located in a
central office.
Enabling BranchCache causes a copy of the file that is accessed from a file or Web server and located in a
remote office to be cached in the local branch office. The next time a client requests the file, BranchCache
first attempts to retrieve it from the local BranchCache.
BranchCache makes sure clients are authorized by the content server and the files are up-to-date, so
clients never have to worry about retrieving files that are not current.
BranchCache clients must be running Windows 7 and the BranchCache feature has to be enabled.
Web servers must be running Windows Server 2008 R2 with the BranchCache feature enabled.

BrancheCache modes
Windows Hang
and Crash Dump
Analysis
Webcast Review

About Routing
and Remote
Access in
Server 2008

Quick Check
Facts for
Microsoft
Windows Server
2008 Active
Directory,
Configuring
SQL Subqueries

Need a Windows XP tuneup?
The Case of
the
Unexplained
2010
SysInternals
Review
SQL Table
Joins

BrancheCache can be operated in two different modes:
1. Distributed Cache: clients cache a copy of the remote files to be shared with other clients in the
same office.
2. Hosted Cache: a Windows Server 2008 R2 server acts as the host and maintains a central cache of files
that are accessed by clients in the same branch office.
Hosted Cache mode
Branch office clients have the fully qualified domain name (FQDN) of the host configured on their Windows 7
computer so they can easily retrieve the data from the Hosted Cache.
The Windows 7 client first goes to the content server located in the central office to retrieve the file.
The server authenticates and authorizes the client, and returns an
identifier (content metadata) that the client uses to search for the
file on the Hosted Cache. If there is no local Hosted Cache available,
the client will go out on the WAN to retrieve the content directly from
the content server.
The client contacts the Hosted Cache
server using a Secure Sockets Layer
(SSL) and offers the content
identifiers over the secure SSL
connection. The Hosted Cache server
connects to the client to retrieve the
remaining metadata that it does not
have cached so as to be available for
the next BranchCache request.
The next client requesting the same
file goes to the content server and
the content server again authorizes
the user and returns content metadata. Using the metadata, the client
requests the data from the Hosted Cache server. The Hosted Cache server returns encrypted data to the
client, which the client in turn validates with the hash provided in the content metadata, to ensure the
data has not been modified.

BROWSE TINA'S BLOG BY CATEGORY

Access-Based Enumeration
(2)
Active Directory (31)
ActiveX (3)
Address Labels (1)
AOL (1)
Backup (4)
Beep codes (1)
BitLocker (3)
Blogger (4)
cabling (7)
Certificates (6)
CMAK (1)

Distributed Cache Mode
In Distributed Cache Mode, Windows 7 clients cache copies of files accessed using the WAN from file servers
located on remote networks and sends the files to other Windows 7 clients upon request. Per Microsoft:

Distributed Cache mode is best suited for branch offices with fewer than 50 users.
The client connects to the content server and requests a file. After the content server authorizes the user,
the user retrieves only a file identifier from the remote server. If this is the first time the client has

converted by Web2PDFConvert.com

command line (39)
Connection Request Policy
(4)
database (8)
DBMS (8)
Device Manager (8)
DFS (2)
DHCP (7)
DirectAccess (1)
Display (4)
DNS (16)
Drivers (14)
EFS (2)
Elevation prompt (3)
Ethernet (2)
Exam 70-640 (13)
Exam 70-642 (20)
Fax (1)
File and Folder Issues
(16)
File Recovery (5)
File Signature
Verification (4)
Firewall (11)
FireWire (1)
freeware (7)
FSRM (1)
Google (5)
Group Policy (31)
Hardware (18)
Installation (8)
Internet Explorer (14)
Internet Favorites (1)
Internet Options (9)
Iphone (4)
IPSec (3)
IPv4 (9)
IPv6 (4)
IPv6 Subnetting (1)
LCD (1)
Lenovo (3)
Logon (3)
Mac (8)
Meeting Space (1)
Memory (5)
Mouse (4)
MS Access (8)
msconfig (4)
NAP (3)
Network (49)
Network Access Services
(1)
Network Monitor (1)
Network Policy (1)
NPS (2)
NTFS (11)
Offline (3)
Parental Controls (1)
Password (4)
PC Repair North Shore (2)
Performance (9)
Permissions (4)
power options (7)
PowerShell (2)
Printer (25)
RADIUS (5)
Ready Boost (1)
Recovery Console (4)
Register (4)
Remote Access (7)
Remote Assistance (1)
Remote Desktop (2)
Restore (8)
Roaming profiles (1)
safe mode (2)
Screensaver (2)
Security (23)
Shadow Copy (4)
Shutdown Problems (3)
Slow Startup (8)
SMB (1)
SQL (8)
Standby mode (5)
Startup problems (16)
Sysinternals (8)
System Restore (7)

requested the file from the content server, the client caches it using BranchCache.
A subsequent Windows 7 client requests the same file from the content server. The content server authorizes
the user and returns an identifier.
The client broadcasts a request to other Windows 7 clients in the network using the Web Services Dynamic
Discovery (WS-Discovery) multicast protocol.
If any client has a cached copy of the file, the encrypted file is sent
directly to the client across the network.
Distributed Cache mode allows IT professionals to take advantage of
BranchCache with minimal hardware deployments in the branch office.
However, if the branch has deployed other infrastructure (for example,
servers running workloads such as file or print), using Hosted Cache
mode may be beneficial for the following reasons:

Increased cache availability
. Hosted Cache mode increases the cache efficiency because content is available even if the client that
originally requested the data is offline.
Caching for the entire branch office
. Distributed Cache mode operates on a single subnet. If a branch office that is using Distributed Cache
mode has multiple subnets, a client on each subnet needs to download a separate copy of each
requested file. With Hosted Cache mode, all clients in a branch office can access a single cache, even if
they are on different subnets.

How to Configure BranchCache
You can manage BranchCache by using Group Policy or the netsh command line tool to perform the following
tasks:
Enable BranchCache (disabled by default).
Select Distributed or Hosted Cache mode
Indicate the size of the client computers' cache, if using Distributed Cache mode. By default,
BranchCache uses up to 5% of the hard drive for cache
Indicate the location of the Hosted Cache, if using Hosted Cache.
How to Install the BranchCache feature on a Web Server or Hosted Cache Server (hosted cache mode) to allow
BranchCache clients to cache files on IIS websites hosted on a server
Use the Add Features Wizard of Server Manager to install the BranchCache feature.
1.
2.
3.
4.
5.

Start -> Administrative Tools -> Server Manager
Right click Features and then select Add Features
Select BranchCache and click Next
In the Confirm Installation Selections, click Install
In the Installation Results dialog box, after you confirm BranchCache is installed successfully, click
Close

How to Install BranchCache on a File Server (to allow shared files to be cached by BranchCache clients)
To enable BranchCache for any file shares, you need to install the File Services server role on the file
server and add the BranchCache For Network Files role service. Use the Add Roles Wizard of Server Manager to
install the File Services role and the BranchCache for Network Files role service.
Configure BranchCache Servers using Group Policy
1. Start\Administrative Tools\Group Policy Management Console
2. Select the domain for the GPO (in the console tree) or choose Local
Computer Policy
3. Create a new GPO by selecting New in the Action menu
4. Right click the GPO and click Edit
5. Click Computer Configuration\Policies\Administrative Templates\Network
and then click LanMan Server
6. Double-click Hash Publication For BranchCache
7. Click Enabled
8. You can choose one of the following options:
1. Allow hash publication for all file shares
2. Allow hash publication for file shares tagged with Windows Branch Cache support
3. Disallow hash publication on all file shares
Configure BranchCache Clients using Group Policy
Group Policy settings are located in:
Computer Configuration\Policies\Administrative Templates\Network\BranchCache
You must first create a Group Policy object (GPO), then enable BranchCache and choose Distributed or Hosted
Cache mode.
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Start\Administrative Tools\Group Policy Management Console
Select the domain for the GPO (in the console tree)
Create a new GPO by selecting New in the Action menu
Choose a GPO name and click OK
Right click the GPO and click Edit
Click Computer Configuration\Policies\Administrative Templates: Policy Definitions (ADMX files)
retrieved from the local machine\Network and then click BranchCache
Double-click Turn on BranchCache
Click Enabled and then OK
To use Distributed Cache mode or Hosted Cache mode, double click Turn on Branch Cache - Distributed
Caching mode or Turn on Branch Cache - Hosted Cache mode. Click Enabled and then OK.
To enable BranchCache for SMB traffic, double-click BranchCache for network files and click Enabled.
Select a latency value under Options and click OK.

converted by Web2PDFConvert.com

Task Manager (3)
TCPIP (22)
UAC (1)
USB (6)
virus (7)
Vista (20)
VMware (1)
VPN (4)
WCZ (1)
Windows 7 (9)
Windows 98 (3)
Windows Aero (2)
Windows ME (2)
Windows Server 2008 (33)
Windows Sidebar (1)
Windows version (3)
Windows Virtual PC (1)
Windows XP (28)
WINS (2)
wireless (13)
WSUS (2)

Client Configuration
BranchCache in Windows 7 and Windows Server 2008 R2 Overview
Posted by Tina Thorsen
Related Posts: Exam 70-642, File and Folder Issues, Group Policy, Network, Windows 7, Windows Server 2008

No comments:
Post a Comment
"Comment As:" anonymous if you would rather not sign into an account!

Enter your comment...

Comment as: Select profile...

Publish

Preview

FOLLOW TINA'S BLOG

Followers (12)

LINK this post in your blog
Create a Link
Newer Post

Home

Older Post

Subscribe to: Post Comments (Atom)

Follow this blog

DAISY

DANNY

Like

12

DANNY AND DAISY

NEW WORLD TRADE CENTER

TINA'S BLOG ARCHIVE

converted by Web2PDFConvert.com

► 2013 (9)
▼ 2012 (18)
► 12/30/12 - 1/6/13 (1)
► 12/2/12 - 12/9/12 (1)
► 11/11/12 - 11/18/12 (1)
▼ 10/14/12 - 10/21/12 (1)
Looking at BranchCache
for Windows 7 and
Windows S...

► 9/9/12 - 9/16/12 (1)
► 7/15/12 - 7/22/12 (1)
► 6/10/12 - 6/17/12 (1)
► 4/22/12 - 4/29/12 (1)
► 4/1/12 - 4/8/12 (1)
► 3/4/12 - 3/11/12 (1)
► 2/26/12 - 3/4/12 (1)
► 2/19/12 - 2/26/12 (1)
► 2/12/12 - 2/19/12 (1)
► 2/5/12 - 2/12/12 (1)
► 1/22/12 - 1/29/12 (2)
► 1/15/12 - 1/22/12 (1)
► 1/8/12 - 1/15/12 (1)
► 2011 (68)
► 2010 (112)
► 2009 (20)
TINYURL

Enter a long URL to make tiny:
Make TinyURL!

SUPPORT WIKIPEDIA

Subscribe in a reader
DEER VALLEY, UTAH

ITALIAN ALPS

PARK CITY, UTAH

converted by Web2PDFConvert.com

LONG ISLAND 2010 SNOW STORM

FRENCH ALPS

KILLINGTON, VERMONT

TOTAL PAGEVIEWS

Like

208,389

12

Computer Repair

Powered by Blogger.

converted by Web2PDFConvert.com

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close