Windows XPでは、タスク・マネージャの機能が強化され、システムのCPU負荷だけではなく、ネットワーク・トラフィックも表示できるようになっている。従来は、パフォーマンスモニタやネットワークモニタを駆使しないと、ネットワークのトラフィック(負荷)を見ることができなかったので、管理者だけでなく、一般ユーザーにとってもこの機能は便利であろう。
■NetBEUI/DLCプロトコル・サポートの削除 NetBEUIプロトコルは、Windowsネットワークの最初期から使用されてきた由緒ある(?)プロトコルであったが、このWindows XPでは、とうとうその役目を終えたようである。デフォルトでもNetBEUIプロトコルは使用されていないし、プロトコルの一覧には表示されないので組み込むことはできない。最近ではTCP/IPがごく当たり前に使われているので、特に困ることはないだろう。同様に、DLC(Data Link Control)プロトコル(メインフレームや、プリンタとの通信プロトコルとしてよく使われていた)もなくなったようである。
C:\>ipv6 if
Interface 4: Ethernet: ローカル エリア接続 2
uses Neighbor Discovery
sends Router Advertisements
forwards packets
link-layer address: 00-90-cc-01-d7-f1
preferred site-local 2002:c0a8:1:4:3cfd:562a:ea78:2de9, life 47h52m25s/22m25s (anonymous)
preferred site-local 2002:c0a8:1:4:290:ccff:fe01:d7f1, life 47h52m25s/22m25s (public)
preferred global 2002:3dc8:3c4e:4:3cfd:562a:ea78:2de9, life 47h52m25s/22m25s (anonymous)
preferred global 2002:3dc8:3c4e:4:290:ccff:fe01:d7f1, life 47h52m25s/22m25s (public)
preferred link-local fe80::290:ccff:fe01:d7f1, life infinite
multicast interface-local ff01::1, 1 refs, not reportable
multicast link-local ff02::1, 1 refs, not reportable
multicast link-local ff02::1:ff01:d7f1, 3 refs, last reporter
multicast interface-local ff01::2, 1 refs, not reportable
multicast link-local ff02::2, 1 refs, last reporter
multicast site-local ff05::2, 1 refs, last reporter
multicast link-local ff02::1:ff78:2de9, 2 refs, last reporter
anycast global 2002:3dc8:3c4e:4::
multicast link-local ff02::1:ff00:0, 2 refs, last reporter
anycast site-local 2002:c0a8:1:4::
link MTU 1500 (true link MTU 1500)
current hop limit 128
reachable time 34500ms (base 30000ms)
retransmission interval 1000ms
DAD transmits 1
(以下省略)
C:\>ping6 ::192.168.0.1
Pinging ::192.168.0.1
from ::192.168.0.1%1 with 32 bytes of data:
Reply from ::192.168.0.1%1: bytes=32 time<1ms
Reply from ::192.168.0.1%1: bytes=32 time<1ms
Reply from ::192.168.0.1%1: bytes=32 time<1ms
Reply from ::192.168.0.1%1: bytes=32 time<1ms
Ping statistics for ::192.168.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
■Home Editionにおけるドメイン参加への制限 Windows XP Home Editionでは、Windows NTやActiveDirectoryのドメインへの参加機能が削除されており、常にワークグループ構成として稼動するようになっている(従来のWindows 9x/Meでは、ドメインに参加する機能が用意されていた)。これはWindows 9x/Me系ユーザーからの移行を考えて、面倒なネットワーク関係の設定をしなくてもすむようにしているためであろう。ドメインを使うような規模のネットワークでは、Professional版を使用することが推奨されている。