Joachim
05-20-08, 10:28 AM
Hallo,
I am wondering if anybody could help me to explain the fifth line in
the following routing table:
Network Address Netmask Gateway Address
0.0.0.0 0.0.0.0 205.217.146.1
127.0.0.0 255.0.0.0 127.0.0.1
205.217.146.0 255.255.255.0 205.217.146.200
205.217.146.200 255.255.255.255 127.0.0.1
205.217.146.255 255.255.255.255 205.217.146.200
224.0.0.0 224.0.0.0 205.217.146.200
255.255.255.255 255.255.255.255 205.217.146.200
The first line is the default route for everything not mentioned
elsewhere.
The second line is the local host.
The third line is the local network direct connected to the PC.
The fourth line is the PC itself.
The fifth line is a broadcast address ???
(Means that any broadcasts should be send to 205.217.146.200 ?)
Is that line really needed? When is it needed?
Is it needed for the arp protocol?
Any comments to my question are appreciated.
Joachim
I am wondering if anybody could help me to explain the fifth line in
the following routing table:
Network Address Netmask Gateway Address
0.0.0.0 0.0.0.0 205.217.146.1
127.0.0.0 255.0.0.0 127.0.0.1
205.217.146.0 255.255.255.0 205.217.146.200
205.217.146.200 255.255.255.255 127.0.0.1
205.217.146.255 255.255.255.255 205.217.146.200
224.0.0.0 224.0.0.0 205.217.146.200
255.255.255.255 255.255.255.255 205.217.146.200
The first line is the default route for everything not mentioned
elsewhere.
The second line is the local host.
The third line is the local network direct connected to the PC.
The fourth line is the PC itself.
The fifth line is a broadcast address ???
(Means that any broadcasts should be send to 205.217.146.200 ?)
Is that line really needed? When is it needed?
Is it needed for the arp protocol?
Any comments to my question are appreciated.
Joachim