Hi, i would like to aks, what are true network IPs.
Its possible to define a network-computer with the ip 88.34.34.1
___________________________
what are internet-ips
and what are network ips?
_???????????????????????????
do someone know the ping call with the ip par 255.
i thought, when you ping 192.0.0.255 every computer do response.
Its possible to define a network-computer with the ip 88.34.34.1
___________________________
what are internet-ips
and what are network ips?
_???????????????????????????
do someone know the ping call with the ip par 255.
i thought, when you ping 192.0.0.255 every computer do response.
do someone know the ping call with the ip par 255.
i thought, when you ping 192.0.0.255 every computer do response.
Hard to get the sense of that sentance, but I think you speak of broadcast addresses.
That depends on your netmask. For example if your netmask is 255.255.0.0 (/16), the broadcast address would be 192.0.255.255. If you ping that, you would get a response from every computer on that network.
Short calculation example:
Address: 192.0.0.123 11000000.00000000.00000000.01111011
Netmask: 255.255.0.0 = 16 11111111.11111111.00000000.00000000
Wildcard: 0.0.255.255 00000000.00000000.11111111.11111111
=>
Network: 192.0.0.0/16 11000000.00000000.00000000.00000000 (Class C)
Broadcast: 192.0.255.255 11000000.00000000.11111111.11111111
HostMin: 192.0.0.1 11000000.00000000.00000000.00000001
HostMax: 192.0.255.254 11000000.00000000.11111111.11111110
Hosts/Net: 65534
ah, thanks, will do that later !
Bye !
Bye !
wich server, does that only work, when a server knows all other computers ?
I thought, that when the command 198.168.0.255 is sendet, that all computers in 192.168.0.1-254 send a response.
I tryed ist also with the programm ping, but i don't get responses !
I thought, that when the command 198.168.0.255 is sendet, that all computers in 192.168.0.1-254 send a response.
I tryed ist also with the programm ping, but i don't get responses !
196.168.*.* are local network adresses, they never get routed over the internet. So unless you have a LAN connected to your PC you won't get a reply. Anyway, I believe broadcast packets are blocked by many internet routers so don't expect that to work over the internet.
Try reading this article about Multicasting, may be, it'll help.
hmm. it is possible to get com?puters of the internet?
Yes if you know their ip.