虚拟平台和真实平台有什么区别

发布于 2024-11-28 13:53:26 字数 261 浏览 0 评论 0 原文

如果我在运行 Windows 7 操作系统的 VMWare 上的虚拟机中运行相同的应用程序,我的系统(PC)上正在运行一个应用程序,该系统具有 Windows 7 操作系统。以下是我的问题:

  1. 如果我的应用程序在我的系统上运行,那么这里的平台是什么?我的意思是平台的名称是什么?

  2. 如果我的应用程序运行在虚拟机平台 vmwAre 上,我在哪里可以看到该平台?

  3. 平台和操作系统有什么区别?

I have a application running on my system(pc) which has OS windows 7, if I run the same application in a virtual machine on VMWare running Windows 7 OS. Here are my questions:

  1. If my application is running on my system what is platform here? I mean what is the name of platform?

  2. If my application is running on virtual machine platform vmwAre, where I can see the platform?

  3. What is the difference between platform and OS?

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

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

发布评论

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

评论(2

酷到爆炸 2024-12-05 13:53:26

平台和操作系统之间有什么区别?

我想不出平台的官方定义。根据上下文,平台对于不同的人来说可能意味着不同的东西:

  1. 您可以为 .net 平台创建应用程序,这可能意味着您使用的是 Windows,但不是版本(您也可以在 Linux 上使用 mono)
  2. Java 平台提供了基础对于Java应用程序,但没有告诉你任何关于JDK版本、中间件产品等
  3. 存储平台(如SAN、NAS等)
  4. 的信息。虚拟化平台可能由多个组件组成:硬件、存储、主机操作系统、来宾操作系统等。

鉴于你的问题,我会使用这个词平台为“操作系统之上的东西”:

物理平台:Windows 7 + 物理硬件

虚拟平台:VMWare + 主机操作系统 + 来宾操作系统 (Windows 7) + 物理硬件 + 虚拟硬件

我的 0.02 美元

What is the difference between platform and OS?

I cannot think of an official definition for platform. Platform can mean different things to different people depending on the context:

  1. you can create applications for .net platform which may imply you're using Windows, but not the version (you may use mono on Linux as well)
  2. the Java platform provides a basis for Java application, but does not tell you anything about JDK version, middleware products, etc
  3. storage plaforms like SAN, NAS, etc
  4. Virtualization platforms may consist of several components: hardware, storage, host OS, guest OS, etc.

Given your question I'd use the term platform as 'something above the OS':

Physical platform: Windows 7 + physical h/w

Virtual platform: VMWare + host OS + guest OS (Windows 7) + phyiscal h/w + virtual h/w

my 0.02 $

愿得七秒忆 2024-12-05 13:53:26

“平台”这个词是市场用语,现在正在渗透到技术用语中;也许通过你的问题;)

我对平台这个词的理解是它包含你提到的所有组件。这意味着硬件+操作系统+应用软件有时+网络被称为平台。

例如; Web 开发平台由 Web 服务器、应用程序服务器、开发 IDE(或其他)以及可能的代码存储库/子版本控制系统组成。

虚拟机或操作系统只是平台的组件。

YMMV - 其他人可能对这个词有不同的理解。没有明示或暗示的保证:)

The word "Platform" is market-speak which is leaking into tech-speak; perhaps via your question ;)

My understanding of the word platform is that it comprises all of the components mentioned by you. Which means hardware+OS+Application Software nad sometimes +network is called a platform.

For example; a Web Development platform consists of a Web Server, an Application Server, A Development IDE (or whatever) and perhaps a Code Repository/sub-versioning system.

The Virtual Machine or the Operating system are just components of a Platform.

YMMV - Others may have different understanding of the word. No warranties expressed or implied :)

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