-2

Is it possible for networks to be assigned the same external ip, not necessarily simultaneously, for example being assigned another users old external ip address? I am a programming student but my networking knowledge is not great. I did some research and I found out that modern computers use DHCP to get an external ip address dynamically after a set time period. In this case then it makes logical sense that you can use someone else's old ip address.

However if that is true then how would it be possible to trace online activity back to you? I would appreciate a detailed explanation.

Many Thanks, Rainy

Eridanis
  • 101
  • 2

1 Answers1

0

Of course. There are only 4 billion IP addresses and if address once used, could not be used again, we would have run out those a long time ago. On some networks, you get new address every time you connect. And you can even get address that was vacated just seconds ago.

ISPs keep record of who used what address at what time. So when tracing someone back, you have to specify the address and the time. Then it's as easy as with per-user unique addresses.

Fox
  • 3,977
  • 18
  • 23