One of the great things about attending deep-geek technology conferences is that you get early insights into what's to come, and how engineers try to second-guess what could possibly go wrong with what seemed like good ideas.
See, the internet isn't a single piece of technology, and the web on which you read this (unless you're one of the many wonderful people who subscribe to or buy the print edition of the Herald, of course) is just one of many different types of data flows that traverse the global network.
Many of our interactions using apps with servers over the internet take place over the Transmission Control and Internet Protocol (TCP/IP) suite. You don't normally have to worry about TCP/IP, which figures out how to send and receive your bits and bytes reliably over long distances and often unreliable networks — or its cousin User Datagram Protocol (UDP), which is used for streaming data when reliability isn't a top priority.
Applications using TCP/IP talk to servers using specific ports. Email is usually sent over TCP port 25 for instance, and web browsing in clear text, with the hyper text transport protocol (HTTP) done over port 80.
Secure, encrypted and authenticated web browsing, the padlocked HTTPS that you see in Chrome, Brave, Safari, Opera, Firefox and Internet Explorer, is done over port 443.