Windows Azure 和 GoDaddy 的区别

发布于 2024-10-07 14:44:02 字数 67 浏览 0 评论 0原文

Microsoft Window 的 azure 和 GoDaddy、hostgator 等网络托管公司之间有哪些区别?

What are all the differences between Microsofts Window's azure and web hosting companies like GoDaddy, hostgator ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

你的笑 2024-10-14 14:44:02

以下是需要考虑的一些关键差异:

  • 服务器使用。对于像 GoDaddy 这样的托管服务商,服务器是共享资源,并且无法确定(或限制)与您的应用程序共享给定服务器的租户数量。在 Azure 中,具有 8 个核心的给定服务器被分配给特定的 VM。最多 8 个虚拟机将部署到给定服务器。
  • SLA。对于像 GoDaddy 这样的共享主机,没有内置的方法来扩展您的应用程序,或确保运行您的应用程序的多个服务器的可用性。借助 Azure,您可以轻松扩展到 2 个或更多实例,确保至少 99.95% 的可用性。
  • 虚拟服务器。作为对上述观点的澄清:GoDaddy 现在提供虚拟服务器,起价约为每月 30 美元。但是,此产品不提供任何扩展支持。
  • 耐用的存储。除了 SQL Azure(GoDaddy 提供 SQL Server 托管)之外,Azure 还提供表、blob 和队列,每个都是三重复制。此外,Azure 可以在几秒钟内部署新的 SQL Azure 实例。 SQL Azure 也是三重复制的。
  • 监控和诊断基础设施。 Azure 提供了一个诊断基础设施来捕获性能计数器、队列大小、自定义日志文件等信息,并将它们整合到易于访问/可查询的表和 blob 存储中。然后,您可以围绕这组诊断构建应用程序监控应用程序。此外,Azure 结构本身会监视应用程序的运行状况。例如,如果服务器出现故障,您的应用程序会自动在另一台服务器上重新启动。我不知道廉价/共享托管解决方案(例如 GoDaddy 提供的解决方案)中内置有任何自动运行状况监控和恢复系统。
  • 按需提供额外服务。在 Azure 中,您可以访问多种可用服务,例如 SQL Azure、服务总线、可扩展存储(blob、表、队列)、访问控制、缓存(于 2011 年上线)和 Reporting Services(于 2011 年上线)。

Here are a few key differences to consider:

  • Server usage. With a hoster like GoDaddy, servers are shared resources, and there's no way to figure out (or limit) the number of tenants sharing a given server with your app. With Azure, a given server, with its 8 cores, is allocated to specific VMs. At most, 8 virtual machines will be deployed to a given server.
  • SLA. With a shared-hoster like GoDaddy, there's no built-in way to scale your app, or to ensure availability with multiple servers running your app. With Azure, you can easily scale to 2 or more instances, ensuring at least 99.95% availability.
  • Virtual servers. As a clarification to the point above: GoDaddy now offers virtual servers, with cost starting at roughly $30 per month. However, this offering does not provide any scaling support.
  • Durable storage. Aside from SQL Azure (GoDaddy provides SQL Server hosting), Azure provides tables, blobs and queues, each triple-replicated. Further, Azure can deploy a new SQL Azure instance in a few seconds. SQL Azure is also triple-replicated.
  • Monitoring and diagnostics infrastructure. Azure provides a diagnostics infrastructure to capture things like performance counters, queue sizes, custom log files, etc. and consolidate them into easily accessible/queryable table and blob storage. You can then build app-monitoring apps around this set of diagnostics. Also, the Azure fabric itself monitors your application's health. In the event of a failed server, for instance, your app is restarted on another server automatically. I'm unaware of any automated health monitoring and recovery system built into cheap/shared hosting solutions such as those offered by GoDaddy.
  • Additional services on-demand. In Azure, you have access to several consumable services, such as SQL Azure, service bus, scalable storage (blobs, tables, queues), access control, caching (going live in 2011), and Reporting Services (going live in 2011).
吾家有女初长成 2024-10-14 14:44:02

Azure 就像 AWS 或 Google App Engine。他们有大量的服务器,你可以在它们上购买(便宜的)时间,并通过它们提供服务。与其说它是虚拟主机的替代品,不如说它是小型数据中心的替代品。

您的个人网站可能不需要云计算可以提供的那种按需可扩展性,但是无法投资数据中心的网络初创公司可能会需要 - 并且根据许多因素,经济可能会有利它的。但也许不是。

网络主机非常适合静态或动态内容或数据库等。当您的需求是预期的两倍时,AWS/Azure/GAE 非常适合,因此您可以调整小滑块。

Azure is like AWS or Google App Engine. They have tons of servers, you buy (cheap) time on them, and serve from them. It's not so much a replacement for webhosting as it is a replacement for a small datacenter.

Your personal website probably doesn't need the kind of on-demand scalability that cloud computing can provide, but a Web startup that can't invest in a datacenter might - and depending on a lot of factors, the economics might work out in favor of it. But perhaps not.

Webhosts are great for static or dynamic content, or databases and so forth. AWS/Azure/GAE are great for when your demand is twice what you'd expected, so you adjust the little slider.

迷雾森÷林ヴ 2024-10-14 14:44:02

GoDaddy 只是一家网络托管公司,而 Windows Azure 是一家云托管公司。

通常云托管公司提供不同级别的服务,即基础设施即服务(IAAS)、平台即服务(PaaS)和软件即服务(SaaS)。通常,云服务是按流量计费的,您需要按使用量付费。例如,您的计算资源(CPU 核心)、存储、带宽使用情况都会根据您的帐户进行计量和收费。在网络托管中,情况并非如此,您只需选择托管计划即可。

云托管的另一个重要区别是弹性和可立即扩展。您只需运行几个命令即可添加 CPU 核心、硬盘存储、带宽和任何其他计算资源。

您只需点击几下即可立即创建新的虚拟机(服务器),管理并完全控制您的基础架构需求。它允许您按需扩展。

GoDaddy is simply a web hosting company where as Windows Azure is a cloud hosting company.

Usually cloud hosting companies provide different levels of services namely, Infrastructure as a Service (IAAS), Platform as a Service (PaaS) and Software as a Service (SaaS). Usually cloud services are metered and you pay for what you use. e.g. your compute resources (CPU cores), storage, bandwidth usage are all metered and charged against your account. This is not the case in web hosting where you just select a plan for hosting.

The other important difference in Cloud hosting is elastic and scalable instantly. You can add CPU cores, hard disk storage, bandwidth and any other computing resource by just running few commands.

You can event create a new Virtual Machine (Server) instantly with few clicks, manage and have full control over your infrastructure requirements. It allows you to scale on demand.

无风消散 2024-10-14 14:44:02

Azure 和 GoDaddy 之间的主要区别在于它们的灵活性、功能、安全性和可靠性,其中 Azure 处于领先地位。

The key difference between Azure and GoDaddy lies in their flexibility, features, security and reliability of which Azure comes on top.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文