jeffhykin

@[email protected]

This profile is from a federated server and may be incomplete. View on remote instance

jeffhykin OP , (edited )

I'm shocked this answer has so many upvotes. No, a MAC address is not close to a phone number. No two people have the same phone number, and I can't just edit my phone number to be someone else's number.

  • "two network interfaces connected to two different networks can share the same MAC address"
  • "Many network interfaces, however, support changing their MAC addresses"

https://en.m.wikipedia.org/wiki/MAC_address

jeffhykin OP , (edited )

Cell phones don't get a new phone number every time they switch cell towers, so why do laptops.

Its not like I can write down the IP address of my friends laptop so I can send it a message once he gets to a new city. Right?

jeffhykin OP , (edited )
  1. Yeah I was lazy with saying ipv32 just to mean something excessively long. I didnt want to say ipv6, since I kinda think it needs to at least be 64bits (edit: ipv6 is actually 128bits), and really for a public-private key pair it should be larger, so more like 512 to avoid anything like the v4 v6 cacatestrophe again in 20 years with post quantum forms of asymetric key challenges. But I didnt feel like writing all that out.
  2. I'm with you. I knew I'd get people not reading and say "that's the ip address", but MAC address? 🤦‍♂️
jeffhykin OP ,

This is the kind of answer I was looking for, thank you!

jeffhykin OP , (edited )

Every phone number has one owner, but MAC addresses can have many owners. They're categorically different.

How would the internet know how to find your phone?

The same way phone calls try to find a phone when its powered off. Attempt, and then fail under a timeout.

Where would the registery be?

Same place as the phone number registry. Or the domain name registry.

That would be one giant database

Yep the domain name registry and cell phone registry very much are AFAIK

jeffhykin OP ,

I meant "in the same way that phone numbers are unique to phones (not perfectly unique, some phones have dual Sim, some have no sim, sometimes a Sim changes numbers after contacting the provider, etc)"

Its just typing all that^ in a title is kinda long.

EUI-64 IPv6 (and why its not a reality) though is kinda what I'm curious about. But not really because, even under that spec, its still not static like a phone number. I want to know why networks were not created in a way where I can send a message to a laptop regardless of what WiFi its connected to (assuming it is connected and online).

jeffhykin OP ,

Solid answer, thanks! You deserve all the upvotes that were, instead, for some reason, given to the guy that just said "I think its a MAC address"

jeffhykin OP ,

Same people who decide phone numbers and domain names. We already have central registries, why does it being a computer make it harder to have a central authority?

jeffhykin OP ,

no need for an endpoint to be directly exposed

If I were an engineer in the past, trying to send a message back to an endpoint (e.g. a server response) I would've reached for everything having a static IP, same as the EID system with phones, instead of the DHCP multi-tier NAT type system with temp addresses.

I'm all but certain they didnt do it for privacy reasons at the time.

jeffhykin OP , (edited )

Sure, I'll change the title to say "phones have unique phone number (b/c sim cards), why don't computers have an equivalent?" I didnt mean one phone == one phone number.

With VOIP I can get phone calls even without cell service, even behind a NAT. My question is why is the network designed in such a way where that is possible, but I can't buy a static address that will persist across networks endpoint changes (e.g. new wifi connection) such that I can initiate a connection to my laptop while it is behind a NAT.

jeffhykin OP , (edited )

Yes I'm sure. Try changing the number to 911. Phone numbers only have one owner, MAC addresses may have many owners.

jeffhykin OP ,

Even paying for a static IP its not like a phone number which is discoverable behind a NAT without extra router configuration.

jeffhykin OP , (edited )

The IP doesn't persist across network hops (cell tower to cell tower) and the MAC address doesnt have one verified owner. A phone number is both verified having one owner and persists across network hops.

jeffhykin OP ,

Yep, and I can verify my phone number didnt change when roaming, people could still call me.

jeffhykin OP ,

I can get VOIP calls behind a NAT without cell service. I'm asking how is that possible. Is the router somehow part of the same AP as cell service?

jeffhykin OP ,

Cool, I'll have to look that up!

jeffhykin OP ,

AFAIK static public-facing IP addresses are limited to a physical location. It would work if my laptop never left my house but as soon as I take it to the airport its no longer accessible. People who try to connect to the static ip would just get a message saying the address timed out.

jeffhykin OP ,

Fair, I could have said fully qualified number, including country code.

And also fair, instead of saying a MAC could be edited, I should've said each phone number has one global owner, while each MAC address could have many owners.

Corrections have been made 👍

jeffhykin OP ,

This I'm interested in, because its at the edge/limits of my knowledge when it comes to domains and cellular networking.

Are you saying if cell phones had a larger address space, let's say 32 digits base 10, and every device was given a cell phone number, it would overwhelm the existing infrastructure?

jeffhykin OP ,

Thats a valid solution, thanks for saying it!

I think it is good to note this requires either having another system at home or in the cloud to host the VPN right?

jeffhykin OP ,

You're right it depends on the definition of phone number, and I edited the original post to try and be more clear that I meant the phone number including the country code and area code.

If you're talking about something other than country/area code though, then that's news to me.

jeffhykin OP , (edited )

Finally :D thank you so much!

So basically VOIP is "cheating" because its not actually handled by the network directly, the phone company pays for always-online servers, and phone(s) reach out to those server every time they change networks, in order for servers to be able to route calls to them.

Which also means! it is possible to do the same thing for computers, but it requires having

  1. A static IP
  2. An always online server
  3. The device needs a daemon that tries to connect to an always online server, and authenticates itself
  4. That server needs to manually reroute traffic (through a VPN or some other means) from the static IP address to the device, wherever it might be

Which also explains why general network providers wouldn't want to create the infrastructure. Even if universal addresses were given to each device, which simplifies DHCP and address-leasing, and shortens time it takes to handshake with the network, all of that is less of a cost than the infrastructure needed track of devices as they change networks. (And that's on top of ISP's being slow to change from the legacy approach of local networks and desktops).

^ which is more the conversation I wanted to have but didnt really get with this post.

Thats a sizable edit!

Yeah 😅 I didnt want it to be this complicated of a question, but I didnt see how else to explain that current addressing systems don't meet the same need as a phone number.

jeffhykin OP ,

If I'm understanding correctly, you're saying that right now the network doesn't have an exhaustive table of IP addresses to physical locations. It has a cache, and a hierarchy, and the path to a location of the IP is fluid.

But a system where every device could be directly contacted/identified like a Sim card, would effectively require a complete table of "what network is device ABC at". A table that is updated every time the device changes network connections. It would be like trying to change domain name to point to a different IP address.

The problem is, updating a domain to point to a new IP takes hours or days not seconds, so doing that every time a phone changes WiFi is not practical.

Is that a good summary?

jeffhykin OP ,

Thank you for such a long and detailed post! I indeed did not know about things beyond the SIM, and I didn't know about the extra details about the country codes either. That is extremely interesting to me.

With the phone spoofing though, does that mean two factor with a phone number is basically useless? If I had authentication based on a MAC address, it would take seconds to break it. But I think, and sure hope, that auth based on phone numbers is more secure.

I think your domain name answer -- that for the most part computers didnt need them -- is a very satisfying answer.

jeffhykin OP ,

Wow that's super interesting to know. So its still got some resistance, but a lot less than I thought. Thanks again for sharing!

jeffhykin ,

"Select where you heard about typst"
-> Fediverse

Finally somewhere that actually has Fediverse as an option, this must be a good app.

jeffhykin ,

Agreed, I made a thread for it. You've got some good names!

https://forum.aux.computer/t/aux-name-enhancement/179

jeffhykin ,

He got convinced, its now Auxolotl!

https://github.com/auxolotl/

Theres going to be an official reevaluation once the governance has finished bootstrapping.

jeffhykin ,

Also don't forget your mandatory call to the doc each month for every refill
and don't forget to call a day early when it lands on a weekend
and don't forget to setup the mandatory appointment every 6 months
and don't forget to actually go to the appointment
and don't forget to schedule a drug test once every whatever-amount-of-time it is for your state
and don't forget to not eat or drink or take the medication the morning of the drug test

Cause if you forget just 1 of those they'll obviously have no choice but to deny you the medication you've been taking every day for 10 years. But you understand because punishing disabled people for mistakes/crimes of able-minded people (who don't find those things challeging), is clearly the only option they have.

jeffhykin ,

In certain states in the US they require a drug test to make sure you are infact taking the medication yourself. Its almost like a reverse drug test; you get in trouble if you're not taking drugs.

So I guess also don't forget and/or try to get off the medication otherwise you'll fail the drug test and also loose access.

jeffhykin ,

A (nice) coworker once asked me if I had a system for managing tasks.

I thought they were asking to learn, so I enthusiastically told them about the ~30 different systems I use; the inbox of all incoming tasks, a flowchart for task allocation, urgency VS importance whiteboards, etc, etc. I mentioned each of the books and methodologies those systems came from. (I highly recommend this 5min vid and listening to Order from Chaos (written by and for people with ADHD))

"Oh... cool" was their response, and in that moment I realized they were actually asking because they thought I didn't have any system at all...

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines