Looking for Windows Server 2022?

Are you looking for web hosting that uses Windows Server 2022 as their server operating system? Have you found it or found it difficult to determine which Windows Server 2022 web hosting is the best? On this occasion I will give my recommendation. After much consideration, I would recommend ASPHostPortal as the best Windows Server 2022 service provider. Here is my brief review of the web hosting provider.

Quietly released to General Availability in mid-August and then officially on Sept. 1, Windows Server 2022 has arrived. Microsoft recently held a virtual Windows Server Summit to launch it, with a two-hour live stream featuring different presenters covering different aspects of new features, plus some on-demand video content. Compare that to the huge fanfare that would have accompanied a new version of Windows Server only a few years ago.

However, there are some very useful features and there are definitely reasons to migrate (just not as many as in the past) so let’s dig in.

The three main areas are Secure Core Server, SMB over QUIC, and Storage Migration Service, with additional honorable mentions for security, networking and Hyper-V. I’ll also provide my own analysis of where each feature actually brings real-world benefits and where it’s more of a marketing spin.

Secure Core Server

As the name implies, Microsoft is taking the tech incorporated into newer PC devices to protect against firmware attacks and expanding it to the server platform. This is timely as firmware attacks are on the rise and having a strong guarantee that the underlying hardware is secure is important.

Comprising six areas, Secure Core Servers from the major server manufacturers will come with a Trusted Platform Module (TPM) 2.0 chip, Bitlocker plus Virtualization Based Security (VBS), enabled straight out of the box. The six areas are:

  1. Hypervisor based Code Integrity (HVCI)
  2. Boot DMA Protection
  3. System Guard
  4. Secure Boot
  5. VBS
  6. TPM 2.0

Each of these contribute to a trusted hardware platform: the TPM stores Bitlocker keys plus other secrets securely; VBS uses hardware virtualization (not a whole separate VM, just an area of memory protected using Hyper-V) to stop credential attacks (Mimikatz); and Secure Boot verifies the signatures on the boot software (the OS itself, the UEFI and any EFI applications).

HVCI builds on top of VBS to protect modifications to the Control Flow Guard (CFG) bitmap and checks device drivers for EV certificates. CFG is a part of Windows that stops malicious applications trying to corrupt the memory of benign applications. System Guard builds on these lower-level features and validates the whole boot chain using Static Root of Trust for Measurement (SRTM), Dynamic Root of Trust for Measurement (DRTM) and System Management Mode (SMM) protection.

There’s no doubt that these are welcome additions in a server OS, BUT ask yourself, how many of your servers that you’re going to be running in your datacenter in 2022 and beyond are going to be physical servers? Because all of these protections are only available on new servers that are Secure Core (or an existing server, with a TPM 2.0 chip where the vendor provides verified firmware drivers). So, perhaps you run a Hyper-V cluster, maybe some Domain Controllers and perhaps a really big SQL server or two. But if you run your DCs virtualized, if you run Windows VMs on VMware, Secure Core server will bring few if any benefits to you. That’s not to say that some of these features will (and some already are) available for VMs running on top of Hyper-V, or as IaaS VMs in Azure, but they’re not fully protected as Secure Core servers.

Server Message Block

SMB in Windows Server 2022 has received a lot of love. You can now use AES-256-GCM and AES-256-CCM encryption for the traffic and the signing supports GMAC acceleration.

Even cooler, SMB compression can now be enabled at the server, client, share or even in individual file copies (using Robocopy), which at the expense of slightly higher CPU usage, drops the network bandwidth used considerably.

If you’re using Remote Direct Memory Access (RDMA) to speed up your Hyper-V nodes access to storage spaces direct for instance using SMB Direct, you can now encrypt that traffic. Furthermore, you now have granular control over encryption between nodes in a cluster as well as inbound/outbound traffic to the cluster.

Note that all these features are only available between Windows Server 2022 nodes or when they’re communicating with Windows 11 clients. The encryption features for instance will negotiate what each end supports and fall back to unencrypted, so to really ensure that all traffic is protected at the highest level you need to upgrade ALL servers/clients.

SMB Over QUIC

This is the most important feature in Windows Server 2022 for me, with the most real-world application. Basically, it’s SMB over UDP, with all traffic protected by TLS 1.3, enabling you to securely provide file shares to remote users without using a VPN. Again, it’s only available when connecting from Windows 11 (but at least that upgrade is free — as long as your client device has the required hardware).

The additional gate here is the server version — Windows Server 2022 comes in the same Standard and Datacenter flavors (with Desktop/Core) we’re used to, plus a new version, Datacenter: Azure Edition. This new edition is the only one that supports SMB over QUIC. Azure Edition only runs in Azure as the name implies OR on Azure Stack HCI. That name itself is very confusing as it implies it runs in Azure (it doesn’t, you run this on-premises) and that it’s got something to do with Azure Stack Hub (it doesn’t, Hub is an integrated system you purchase from a vendor which runs the same software as Azure does, just a few versions behind). Azure Stack HCI is a version of Windows Server that you run on your own hardware, with Hyper-Converged Infrastructure (HCI) so the storage is shared between the nodes using Storage Spaces Direct (S2D). This version of Windows server is a subscription version that you pay monthly for, and in turn it’ll receive regular updates.

The bottom line: SMB over QUIC is only available for a new file server that you run in Azure or on Azure Stack HCI in your datacenter, and only if you connect from a Windows 11 client. This artificial limitation of not offering SMB over QUIC in Windows Server 2022 Standard/Datacenter is particularly disappointing. It should be noted that SMB over QUIC is currently in preview, but you do receive support from Microsoft.

Storage Migration Service

Spearheaded by Ned Pyle at Microsoft, this feature has been in Windows for a few versions now, enabling seamless migration of file servers from legacy OS versions to more modern ones. You point a destination server at an existing file server (or if you have a fleet of them, you can have a Storage Migration Service server orchestrating the migrations from multiple source to multiple destination servers), it’ll copy the data until both are in sync, and then you can seamlessly migrate to the new one. Server names, share names, permissions, everything is migrated, and your users will notice very little impact. This service now supports Linux Samba servers, NetApp file shares and continues the support for Windows file servers, including clustered ones.

Storage Migration Service

Storage Migration Service is also Azure File Sync-aware so that if you’re migrating a file server that’s tiering data to a file share in Azure, it’s going to manage the replication speeds so that the necessary pull down of data from Azure (likely a much slower pipe than between your file servers) isn’t going to overwhelm the migration pipeline.

Networking and Security

At the Windows Server summit there was a lot of hay made about Transport Layer Security (TLS) version 1.3 being enabled by default in Windows Server 2022. It is faster (less handshake back and forth, and more of the setup is encrypted) and it’s more secure (only five strong Cipher suites supported, and they all support Perfect Forward Secrecy, PFS, which means even if a future flaw is found, you can’t go back and decrypt older stored traffic).

But TLS isn’t unique to Windows Server 2022. It’s available in Windows 10 1903 (preview for testing only) and later, and while I couldn’t find a definitive official statement, I can’t imagine that Microsoft won’t backport TLS 1.3 to Windows Server 2019 at least and most likely 2016.

There are a few useful speed improvement features, such as TCP HyStart++ for faster connection start up in high-speed networks and RACK to reduce Retransmit Time Outs. UDP Segmentation Offload (USO) is similar to the TCP offloads that are available on NICs, letting specialized hardware chips on NICs do the heavy lifting.

Azure Extended Network is another feature unique to the Azure Edition and it lets you connect Azure and on-premises networks with full IP address mobility over VXLAN network virtualization, letting you move VMs to Azure without changing their IP addresses.

Fallen Comrades

There are a few casualties in this edition too, Windows Server 2019 still had the Essentials edition for small businesses up to 25 users, although the feature set was severely depleted. The last real version of Windows Server for SMB was Windows Server 2016 Essentials.

In Windows Server 2022 there is a version of Standard for SMB called “Essentials” (max 25 users, 50 devices, single CPU in the server with no more than 10 cores), but from a feature perspective it’s really just Standard at a discount.

No one in the tech industry seems to mourn the loss of the “real” Essentials features but the death of Hyper-V Server caused quite a lot of stir a few weeks ago. Basically, every new release of Windows Server has been accompanied by the release of a free Hyper-V server edition. Containing all the Hyper-V features of its paid-for brethren, while being command-line only, this edition was popular for home labs, VDI servers or when virtualizing Linux, where the included Windows Server licensing in full Windows Server Hyper-V editions didn’t matter. There will be no Hyper-V Server 2022, and Microsoft’s Elden Christensen (he’s a great presenter) outlines why in this thread.

Other Considerations

System Center 2022 is going to be available in preview later this year and be GA early next year. This suite of products (now that Configuration Manager has been moved into the Endpoint Manager fold) is very much on life support. When you spend a whole session at the Windows Server Summit contrasting a free, web-based admin tool (Windows Admin Center, WAC) with the capabilities available in a venerable enterprise grade management suite, you know there isn’t a lot of innovation coming.

System Center 2022 will support Windows Server 2022 (a few versions ago, it was mandated that new Windows Server and System Center versions be released simultaneously to aid in adoption — apparently not so important anymore) and Azure Stack HCI.

Windows Server and Hyper-V containers are still a thing, and they’ve shrunk the size of the Server Core container from 3.6 GB to 2.6 GB, but I think it’s fair to say that the only use for containers on Windows that enterprises are seeing is for “modernizing” existing applications by moving them to containers/Kubernetes.

Speaking of containers, you can now give them an identity in Active Directory with group Managed Service Accounts (gMSAs), without having to domain-join your container hosts and also maintain their time zone virtually, without having to match the host, which is important for globally distributed services.

As to be expected, scalability is improved again to 48 TB of memory and 2,048 Logical Processors, LPs (cores, or multithreaded cores), up from 24 TB and 512 LPs in Windows Server 2016/2019.

The twice-yearly releases of Windows Server, Semi Annual Channel (SAC) have been retired and we’re back to the normal five years of mainstream support and five years of extended support that we’ve always had.

Hotpatching, the ability to apply patches to a running OS without having to restart it, is also only available in Azure Edition and then only in the Server Core flavor.

There’s one glimmer of hope that Windows Server isn’t completely without a future, Microsoft is introducing a certification for Windows Server 2022 (there wasn’t one for 2019), called “Windows Server Hybrid Administrator Associate” with two exams required to get it:

  • AZ-800: Administering Windows Server Hybrid Core Infrastructure
  • AZ-801: Configuring Windows Server Hybrid Advanced Services

As you can tell, they’ll be focused on how you can integrate Windows Server in a hybrid infrastructure — they’ll be released in December 2021.

Overall, there’s not really a huge number of new features, and what there is, isn’t all available for your traditional on-premises Windows Server. It’s a good idea to dig deeper into Azure Stack HCI and Windows Server 2022 Datacentre: Azure Edition and see exactly how they can fit into your company’s IT strategy.

Best and Cheap Windows Server 2022 Cloud Hosting

ahpss
Whether you have a small website up for free hosting or a big website to manage your business with thousands of views daily,  ASPHostPortal  can handle it all. It is one of the most reliable Web Hosts with efficient functioning without any fear of a crash or a server failure. The company handles many high profile corporate clients and hence its reputation is beyond doubt. ASPHostPortal offers a wide variety of Windows Server 2022 hosting schemes which fit your budget and your needs perfectly. Apart from the exclusive range of schemes, ASPHostPortal also offers many value added services to its customers like control panel options and website maintenance options which enable you to manage your website better. For example the Control panel for your website lets you keep a tab on the performance of your website and you can check if there is any script error or the functioning of your website is hampered in anyway. Apart from all this you can also perform regular maintenance tasks and upgrade your website from time to time.ASPHostPortal is one of the few Windows Server 2022 Hosting offering 24/7 customer support where your queries are addressed directly by their engineers and no third party outsourcing is involved here.

ASPHostPortal – Best Option for Windows Server 2022 Hosting

With ASPHostPortal, you can enjoy tremendous bandwidth speed and backup of all your valuable data and your domain. So even if a server crashes due to some natural calamity or unavoidable circumstances, then you can still retrieve your website data and your website domain which is a huge advantage. Again if a server fails due to power cut or any such event, ASPHostPortal will automatically switch you over to another server or cluster you with a shared group as a stopgap to prevent the closure of your website. All these advantages has made this host a favorite among website owners and many high profile corporate firms which handle millions of views daily on their websites. So if you are looking for a Windows Server 2022 Hosting for your website then look no further because ASPHostPortal will attend to all your hosting needs and will provide excellent services at a nominal rent. There are no hidden costs and you can also choose a plan in which you will pay for what you use a you would not have to pay any flat exorbitant monthly rent.

Why ASPHostPortal is The Right Choice for Windows Server 2022 Hosting

Windows Server 2022 has code to supercharge data storage IO speed by not treating it as IO anymore. It uses storage-class memory (SCM) as a persistent store, one that is on the memory bus, close to the CPU, and doesn’t lose its contents when power is lost, an NVDIMM-N type device. That can be provided by having a Flash DIMM on a host system’s memory channel, or a DRAM DIMM with on-DIMM flash backup against power failure. Their advanced hosting technology and support team actively keep up with the latest Windows Server 2022 releases to help you fine tune your installations. Here are the reasons to host your Windows Server 2022 site with ASPHostPortal.com :Best and Friendly SupportTheir support team is extremely fast and can help you with setting up and using Windows Server 2022 on your account. Their customer support will help you 24 hours a day, 7 days a week and 365 days a year.World Class Control Panel ASPHostPortal.com use World Class Plesk Control Panel that help you with single-click Windows Server 2022 installation.Dedicated Application PoolWith ASPHostPortal, your site will be hosted using isolated application pool in order to meet maximum security standard and reliability.Uptime & Support GuaranteesThey are so confident in their hosting services they will not only provide you with a 30 days money back guarantee, but also give you a 99.9% uptime guarantee.Fast and Secure ServerTheir powerfull servers are especially optimized and ensure the best Windows Server 2022 performance. They have best data centers on three continent, unique account isolation for security, and 24/7 proactive uptime monitoring.

Conclusion

ASPHostPortal is a great Windows ASP.NET hosting provider who offers Windows Server 2022 hosting with a rare combination of unmatched reliability, quality and affordability. Because of that, ASPHostPortal is highly recommended by us. No matter people this includes individuals, businesses in the small business or even they could always find the appropriate Windows Server 2022 solutions at ASPHostPortal host. To find out more about ASPHostPortal Windows Server 2022 hosting, please feel free to visit www.asphostportal.com now.
Rate this post