aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-05-03 12:44:20 +0200
committeralex <alex@pdp7.net>2026-05-03 12:44:20 +0200
commitb06cbf114e08f0df5891b19a01caef88edf9522b (patch)
treeb7c9623f93451a874d16d92be16f86f14ac25e06
parente856f7634a2c12c3e470cbb469f9a02fdbb9bc83 (diff)
Add /notes/tech/internet-basics
-rw-r--r--blog/content/notes/index.gmi1
-rw-r--r--blog/content/notes/tech/internet-basics.gmi19
2 files changed, 20 insertions, 0 deletions
diff --git a/blog/content/notes/index.gmi b/blog/content/notes/index.gmi
index 49bc0b60..ab21459e 100644
--- a/blog/content/notes/index.gmi
+++ b/blog/content/notes/index.gmi
@@ -38,6 +38,7 @@ Notes about some books and long articles I like:
=> tech/motivating-example-for-logical-replication-for-dynamic-ui Motivating example for logical replication for dynamic UI
=> tech/about-web-development About web development
=> tech/on-software-development On software development
+=> tech/internet-basics Internet basics
### Gadgets
diff --git a/blog/content/notes/tech/internet-basics.gmi b/blog/content/notes/tech/internet-basics.gmi
new file mode 100644
index 00000000..f83082c7
--- /dev/null
+++ b/blog/content/notes/tech/internet-basics.gmi
@@ -0,0 +1,19 @@
+# Internet basics
+
+## Everyone must have a domain name with portable email addresses
+
+One of the pilars of Internet services is email. Nearly all important services offered on the Internet depend on the user having an email address. The Internet has evolved so that email is largely dominated by very few large companies and most people have their personal email address locked to these companies.
+
+Previously, most Internet users used an email address provided by their Internet service provider (ISP). Because of the large number of independent ISPs worldwide, email was not controlled by few large companies. However, Internet users were locked to their ISP because of their personal email address.
+
+Every Internet service associated to a physical person must include a DNS domain name and a portable email service.
+
+When you get Internet service, including each individual data service included with individual mobile phone numbers, the buyer can choose a DNS domain name.
+
+The portable email service enables the owner of the service to define email addresses and set a delivery target. ISPs should make the entire domain easily portable when a user switches to a different ISP.
+
+The ISP must control use of the email addresses with the domain to prevent spam.
+
+Delivery targets decouple the email domain from the email service that stores the email. Users can choose to store email in whatever service they prefer, including an ISP service or other services.
+
+Email services must support transferring stored email.