From 9628144e259884d5ec15326a9f89f1416764d588 Mon Sep 17 00:00:00 2001 From: Nidhi Doshi <77081571+doshnid@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:14:48 -0700 Subject: [PATCH 1/3] Learn Editor: Update mcc-isp-overview.md --- windows/deployment/do/mcc-isp-overview.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/windows/deployment/do/mcc-isp-overview.md b/windows/deployment/do/mcc-isp-overview.md index 6335796712..298b96cc2c 100644 --- a/windows/deployment/do/mcc-isp-overview.md +++ b/windows/deployment/do/mcc-isp-overview.md @@ -81,5 +81,14 @@ __Hardware recommendation__ Below are the hardware recommendations based on traffic ranges. -![mcc-isp-hardwarerec](media/mcc-isp-overview/mcc-isp-hardwarerec1.png) + +|Microsoft Connected Cache Machine Class | Scenario |Traffic Range|VM/Hardware Recommendation| +| -------- | -------- | -------- | -------- | +| Edge | For smaller ISPs or remote sites part of a larger network. |< 5 Gbps Peak|VM Up to 8 Cores

Up to 16 GB Memory

1 500 GB SSD| +| Metro POP | For ISPs, IXs, or Transit Providers serving a moderate amount of traffic in a network that may require one of more cache nodes. |5 - 20 Gbps Peak|VM or Hardware

16 Cores*

32 GB Memory

2 - 3 500 GB SSDs each| +|Data Center|For ISPs, IXs, or Transit Providers serving a large amount traffic daily and may require deployment of multiple cache nodes.|20 - 40 Gbps Peak|Hardware (see sample spec below)

32 or More Cores*

64 or more GB Memory

4 - 6 500 - 1 TB SSDs** each| + +*Requires systems (chipset, CPU, motherboard) with PCIe version 3 or higher + +**Drive speeds are important and to achieve higher egress we recommend SSD NVMe in m.2 PCIe slot (version 4 or higher) From 7a8bcc722b0910fe953b4553815ed7539e8f66e2 Mon Sep 17 00:00:00 2001 From: Nidhi Doshi <77081571+doshnid@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:22:26 -0700 Subject: [PATCH 2/3] Learn Editor: Update mcc-isp-overview.md --- windows/deployment/do/mcc-isp-overview.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/windows/deployment/do/mcc-isp-overview.md b/windows/deployment/do/mcc-isp-overview.md index 298b96cc2c..d574ebd6f6 100644 --- a/windows/deployment/do/mcc-isp-overview.md +++ b/windows/deployment/do/mcc-isp-overview.md @@ -37,8 +37,11 @@ Microsoft Connected Cache uses Delivery Optimization as the backbone for Microso - Endpoint protection: Windows Defender definition updates - Xbox: Xbox Game Pass (PC only) -Do you peer with [Microsoft (ASN 8075)](/azure/internet-peering/)? Microsoft Connected Cache complements peering by offloading static content that is served off of multiple CDNs such as Akamai, Lumen, and Edgecast. Microsoft Peering mainly caches dynamic content - by onboarding to Microsoft Connected Cache, you'll cache static content that otherwise would be served from the CDN. +#### Are you already peering with 8075? +MCC complements peering by offloading static content that is served off of multiple CDNs such as Akamai, Lumen, Edgecast. Static content such as OS updates, Apps, Software installs etc. cannot be served via 8075. So, even if you are peering with Microsoft, you can benefit from installing MCC! + +![mcc-isp-peeringvsmcc](media/mcc-isp-overview/mcc-isp-peeringvsmcc.png) For the full list of content endpoints that Microsoft Connected Cache for ISPs supports, see [Microsoft Connected Cache content and services endpoints](delivery-optimization-endpoints.md). ## How MCC works @@ -71,13 +74,7 @@ The following steps describe how MCC is provisioned and used: 1. Subsequent requests from end-user devices for content will be served from cache. 1. If the MCC node is unavailable, the client gets content from the CDN to ensure uninterrupted service for your subscribers. -## __Are you already peering with 8075?__ - -MCC complements peering by offloading static content that is served off of multiple CDNs such as Akamai, Lumen, Edgecast. Static content such as OS updates, Apps, Software installs etc. cannot be served via 8075. So, even if you are peering with Microsoft, you can benefit from installing MCC. - -## ![mcc-isp-peeringvsmcc](media/mcc-isp-overview/mcc-isp-peeringvsmcc.png) - -__Hardware recommendation__ +### __Hardware recommendation__ Below are the hardware recommendations based on traffic ranges.