interesting . . In my head, I think of ip addresses like just decimal values or integers separated by periods, but clearly a decimal value isn’t processed as such by a computer. To think that IP addresses are simply strings is pretty interesting to my amateur mind, because for all my life I thought of them as technical computer jargon that isn’t the same as what I used to think strings were: words!
Oh no worries, I am writing a Cisco networking exam in about a month, so I’ve actually studied subnets and addressing a good amount, but I don’t mind the refresher!
I was just speaking more generally, in terms of programming, where integers and strings are different data types, yet you can store numbers as a string, which I always found interesting.