今天是周六,上午读了读书,下午准备把代码继续写下去。在前一次将一个定制的Name Query广播发送出去的
那个小程序的基础上。今天则要将SMB的NetBIOS中Name Service的第一功能:Broadcast Name Registration完成。
总体上将Name Service提供了下面三个功能,
Name Registration/Refresh: The process by which an application adds and maintains a NetBIOS Name to IP address
mapping within an NBT scope.
Name Query: The process of resolving a NetBIOS name to an IP address.
Name Release: The process by which a NetBIOS name to IP address mapping is removed from within an NBT scope.
本文介绍了一个简单的程序实现,该程序专注于完成SMB的NetBIOS NameService中的BroadcastNameRegistration功能。NameService提供了三个核心功能:Name Registration/Refresh、Name Query以及Name Release。

被折叠的 条评论
为什么被折叠?



