无需网卡即可生成 Microsoft GUID
请查看下面的链接:
http://msdn.microsoft.com/en -us/library/ms190215.aspx
根据上面的链接,NEWID()
将包含网卡的标识号,但是如果机器没有网络会发生什么 卡片?
这个NEWID()
还会生成一个数字吗?
Have a look at the link below:
http://msdn.microsoft.com/en-us/library/ms190215.aspx
As per the above link, NEWID()
will consist of the Identification number of the Network card but what will happen if a machine does not have a Network card?
Will this NEWID()
still generate a number?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有旧的 V1 GUID 使用网卡的 ID,直到它被一种特别讨厌的病毒利用,微软决定将这一概念转变为更现代的想法。
Windows 现在使用专门设计的伪随机数生成器。有关详细信息,请参阅以下 URL:
http://en.wikipedia.org/wiki/Globally_unique_identifier#Algorithm
http://en.wikipedia.org/wiki/Universally_unique_identifier#Version_1_.28MAC_address.29
Only the old V1 GUIDs used the network card's ID, until it was exploited by a particularly nasty virus and Microsoft decided to move the concept along to a more modern idea.
Windows now uses a specially designed pseudo-random number generator. See the following URLs for more information:
http://en.wikipedia.org/wiki/Globally_unique_identifier#Algorithm
http://en.wikipedia.org/wiki/Universally_unique_identifier#Version_1_.28MAC_address.29