An IP address is a logical identifier assigned to a device on a network to show its location and can change depending on the network. A MAC address is a permanent, physical identifier burned into a device’s network card to uniquely identify it on a local network. IP addresses operate at Layer 3 and are used by routers, while MAC addresses work at Layer 2 and are used by switches. Together, they help devices communicate across and within networks.
A subnet mask determines which devices are considered local to each other on a network. If all devices share the same subnet mask—commonly 255.255.255.0—they are in the same local broadcast domain and can communicate directly without a router.
An IP address is a logical identifier assigned to a managed switch to allow communication with other network devices. It enables the switch to participate in the network’s collision domain, similar to how a phone number identifies a line. Internal security networks typically use private address ranges such as 192.168.xxx.xxx.
To communicate with a network switch, your computer must be on the same subnet. Most security networks use a Class C IP range (e.g., 192.168.x.x). For example, if your switch has a default IP address of 192.168.1.1, your computer should have an IP like 192.168.1.2 to 192.168.1.254—excluding the switch's address.