I am using Beaglebone Black and I want to assign it a static IP address. I have gone through this tutorial and I know how to assign static IP. But question is, what is meant by these parameters;
iface enp0s25 inet static
address 192.168.0.11
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
address: an IP address at which we will receive IP packets. But what is functionality of netmask, network and broadcast ?
I want to connect my PC to BBB, in which range I can assign an IP to my PC ?