Static IP vs. Dynamic IP Address

A static IP address is one that remains fixed and never changes. The PC always sees the same address regardless if the session between the PC and ISP is broken or not. A Dynamic IP Address is one that changes over time or in the case of a Dial-up connection, when the user disconnects and reconnects to his/her ISP.

  • 1 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

How to install ffmpeg

ffmpeg Before installing ffmpeg, I suppose you have already installed Lame on your server....

How to setup Cron Job

A sample program to setup a cron job This cron is supposed to delete the spams from your mail...

How to install chkrootkit

cd /usr/src wget http://oratoronline.com/how2/chkrootkit/chkrootkit.tar.gz tar zxvf...

How do I track how many hits my website gets?

There are a few things that need to be cleared in terms of terminology: 1. Hits - this simply...

Howto Upgrade perl

Run the following command. cd /usr/local/src ; wget...