UuidCreateSequential 相对于 MAC 地址的确定性如何?

发布于 2024-10-03 01:29:47 字数 194 浏览 5 评论 0原文

我的理解是,在XP、Vista和Win7的Windows系统上,以及基于相同内核的服务器产品上,UuidCreateSequential() Win32 API调用利用系统上的MAC地址之一来生成UUID,并且将该值放在生成的 GUID 的尾部。

我的问题是,假设网络设备的配置集不变,UuidCreateSequential每次总是选择相同的MAC地址吗?

My understanding is that on Windows systems in XP, Vista, and Win7, and on the server products based on the same kernels, the UuidCreateSequential() Win32 API call makes use of one of the MAC addresses on the system to generate the UUID, and places that value at the tail end of the generated GUID.

My question is, given that the configuration set of network devices does not change, does UuidCreateSequential always choose the same MAC address each time?

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

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

发布评论

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

评论(1

寄离 2024-10-10 01:29:47

您不能依赖所使用的相同 MAC 地址。来自 RFC

4.1.6。节点

对于 UUID 版本 1,节点字段
由 IEEE 802 MAC 组成
地址,通常是主机地址。
对于具有多个 IEEE 802 的系统
地址,任何可用的都可以
使用过。

You cannot rely on the same MAC address being used. From the RFC:

4.1.6. Node

For UUID version 1, the node field
consists of an IEEE 802 MAC
address, usually the host address.
For systems with multiple IEEE 802
addresses, any available one can be
used.

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