Tag: protocol
-
Surf Anonymously using VPN
Depending on the type of Internet service you subscribed, you may be getting a static or dynamic IP address from your ISP. A static IP address is a permanent (non-changing) IP address assigned to you. Most users on the other hand gets an dynamically assigned IP address from their ISP. The device (a router, gateway or computer)…
-
What is the difference of Static and Dynamic IP Address?
An IP address is an address assigned to a device on the Internet. It is analogous to postal address where a letter is delivered, and an IP address is computer’s address where internet traffic is delivered. An IP address is assigned to you by your Internet Service Provider (ISP). When you signup with your ISP, your ISP…
-
Public or Private IP Address?
A public IP address is an IP that can be accessed over the Internet. Like postal address used to deliver a postal mail to your home, a public IP is the globally unique IP assigned to a computing device. Private IP, on the other hand, is used to assign computers within your private space without letting them…
-
What is DHCP?
DHCP, Dynamic Host Configuration Protocol, is a communications protocol that dynamically assigns unique IP addresses to network devices. As a network device joins or leaves an IP-based network, DHCP automatically renews or releases an IP address. It’s runs in a client/server mode, where server sets up a pool of available IP addresses for a network. A DHCP server also…