History of computers, part 1 — The bulletin board system (2024)

Before we had always-available, fast connections to multiple servers, we had dial-up modems and bulletin board systems (BBS). And it wasn’t even that long ago.

One weird little quirk about being human is that we (as a group) tend to think things have been the way they currently are for a lot longer than they actually have been — and that they’re not likely to change.

Even the most hard and well-backed-up science tends to change with the proverbial wind. Example: Cholesterol … good or bad? See? Things (and ideas) change. Fast. And often we don’t think they’ve changed at all.

Sometimes it’s good to sit back and look at how things have already changed — to see how things might change in the future.

Let’s apply that to servers. Computers serving up bits of data to other computers. What did those look like 10 years ago? 20? 50? In this article series, let’s look over each major era and type of servers, in no particular order — I’ll be bouncing around a bit as I tell the story of “Computer Servers.”

Bulletin board system servers

Let’s start with something that for many, might seem a little … unusual. The dial-up bulletin board system (BBS).

You see, we didn’t always have the ability to obtain always-available physical connections to a server.

During the 1980s and 1990s, one of the most common ways that average people connected “online” was to use a dial-up BBS. A modem on your computer would literally dial over an old-style analogue phone line (aka “a land line”), and another modem connected to another computer.

Fun fact: Modem stands for Modulator – Demodulator — Mo… Dem. It takes binary data and modulates it (making the most soothing sound on the planet for nerds in the 1980s), sends it over the phone line (analogue), and demodulates it on the other side.

These BBS-es were, in a very real way, servers. The biggest difference between those dial-up bulletin boards and servers of today is in the way people connect and (because of that) how many people could connect at once. You could almost think of each modem (and phone line) connected to a given BBS as a single socket that could support one connection at a time — 3 modems = 3 people connected at once.

The idea of having only a handful of people (or even just 1 person) able to connect to your server at a time is somewhat preposterous nowadays (at least in most environments). Yet that’s the way it was back then. And when there were no more modems available? You’d get an honest-to-goodness busy signal — a noise that kids of today probably have never even heard.

What’s more, the speeds were hard-limited on a per-connection basis. If you have a 14.4k modem, that’s the maximum speed that data could be transmitted over that connection. You couldn’t simply bring in a faster connection to increase speed for all users; you needed to upgrade each modem to accomplish that. And even then, the quality of the analogue lines between your BBS server and your connected client played a huge role in the actual speed. I suppose that last part is still true today, though most people don’t notice it so much.

BBS servers vs. modern servers

That wasn’t the only way (most) BBS-es differed from modern servers (web servers, etc.).

Most BBS-es in existence ran on operating systems such as DOS, CP/M, Apple ProDOS and other non-multitasking systems. That meant only one instance of the BBS server could be running on a single computer at a time.

One user. One computer.

Want to have a BBS that ran on, say, MS-DOS that could allow two people to connect at the same time? You’d need a second computer, and those two computers would need to be networked together, such as through an old Token Ring network, to share critical files with one another. (Wow — I haven’t written the words Token Ring in a long, long time.) That way, for those two “dialed in” users, they would feel as if they were on the same system and be able to interact (chat, etc.) accordingly.

Imagine if that were the case with web servers. For every theoretical concurrent connection, you’d need to add another entire computer. Absolutely crazy to consider.

BBS servers and ‘Door’ programs

BBS servers also were interesting in the way that their functionality could be extended.

The most common method is via what were known as “Door” programs. When the user requested a specific “Door” program (be it an online game or some communication tool), the entire BBS shrunk out of memory. It just shut itself down and launched the requested application. (Remember, these were often running on operating systems that could not multitask.)

The BBS would first write the details of the connected user (what physical modem was in use, the users name, etc.) to a simple text file. Then the BBS would close down and run the requested “Door” application, which would know to load up that text file in order to continue using the modem — which was sitting connected and waiting that entire time.

BBS servers and email: Slower than postal mail

These BBS servers handled email that was not unlike email of today. The primary difference being that instant delivery of email occurred only on the local BBS system. If you sent an email to a user on a different BBS, that user wouldn’t be able to read that email until the two BBS systems performed a regular (often once per night) connect to trade emails with each other.

Each such connection between two BBS server was considered a single “hop.” Often, in order to get email delivered to a physical location that was very far away, multiple such hops were required. The email would be delivered to one BBS on the first night and then the next BBS in the line each night.

With this system (which was incredibly popular in the 1980s and into part of the 1990s), email was not an instantaneous thing. It was not unheard of for email delivery to actually take longer than postal mail. That’s not a joke.

Still, millions of people used such services for email. At its peak, the most popular such network of BBS-es (known as FidoNet) consisted of over 39,000 dial-up, bulletin board systems across the world.

The inner workings of these systems was, likewise, rather unique. Most were run (especially in the 1980s) on non-multi-tasking systems. That means the concept of “concurrent user load” wasn’t something that most system operators (Sysops) — what the Sys Admins of these systems were called — had to worry about. One user at a time meant performance load handling wasn’t typically a big concern.

In fact, most BBS-es had very low-tech “databases” for storing user information — often either plain, structured text files or simple, home-grown binary file solutions. You definitely never heard about a sharded sql database.

Advantages of a BBS server

By almost every way you can imagine, the BBS server concept and structure is far inferior to anything we have today. And yet there are some unique advantages to such a BBS server.

Perhaps most notable: The barrier to entry was astoundingly low for hobbyists and amateur computer users to set up and run their own BBS. With a computer (with almost any operating system), a modem (of almost any speed), and a phone line (preferably with not too much line noise), you were good to go. Many BBS-es didn’t even run on hard drives; a lot of the earlier ones ran on floppy disks.

Bulletin board systems still running today

Amazingly enough, many BBS-es still run today. I even run one (that people connect to via the Telnet protocol). Why? Mostly because I enjoy working with these older systems. It keeps me grounded and closer to the roots of computing.

My BBS reminds me — when I connect over my ultra-fast fibre connection to my multiple servers (hosted around the world), capable of server huge loads of concurrent users — that it wasn’t always this way.

The protocols change. The connection type and speed (and frequency) change. The server capabilities and storage change. The way I administer it and the way that I use it — it all changes. None of it stays the same.

Oh, jeez. When I say it like that, it kinda makes me sad. Wistful for days of screeching modems and slow transfer speeds. But then again, it is rather nice being able to server a webpage to more than one person at a time.

So, you know — trade-offs.

>> Read next:History of computers, part 2 — TCP/IP owes a lot to Xerox PUP

Related content

  • opinionLunduke’s Theory of Computer Mockery — no technology is sacred The more important the technology, the more ruthlessly and brutally it will be mocked.By Bryan LundukeNov 06, 20173 minsTechnology Industry
  • analysisWhat is MINIX? The most popular OS in the world, thanks to Intel You might not know it, but inside your Intel system, you have an operating system running in addition to your main OS that is raising eyebrows and concerns. It's called MINNIX.By Bryan LundukeNov 02, 20173 minsIntelLinuxServers
  • how-toLinux command line tools for working with non-Linux users If you work within a Linux terminal, working with non-Linux users can be difficult. These tools help with document compatibility and companywide instant messaging.By Bryan LundukeNov 01, 20174 minsSmall and Medium BusinessLinuxWindows
  • featureHistory of computers, part 2 — TCP/IP owes a lot to Xerox PUP An interview with Robert Taylor, former manager of Xerox PARC, shows TCP/IP designs were based a lot on the PARC Universal Packet (PUP) networking protocol suite.By Bryan LundukeOct 23, 20174 minsInternetNetworking
  • PODCASTS
  • VIDEOS
  • RESOURCES
  • EVENTS

NEWSLETTERS

Newsletter Promo Module Test

Description for newsletter promo module.

History of computers, part 1 — The bulletin board system (2024)

FAQs

What is the history of the bulletin board? ›

History. 1801: James Pillans, headmaster and geography teacher at the Old High School in Edinburgh, Scotland, is credited with inventing the first modern blackboard. 1925: George Brooks of Topeka, Kansas is issued a patent for the use of corkboard as a bulletin board which you could stick tacks into.

What year was the bulletin board system most popular? ›

According to the FidoNet Nodelist, BBSes reached their peak usage around 1996, which was the same period that the World Wide Web and AOL became mainstream. BBSes rapidly declined in popularity thereafter, and were replaced by systems using the Internet for connectivity.

What is a BBS in computer? ›

A bulletin board system (BBS) is a computer or an application dedicated to the sharing or exchange of messages or other files on a network. Originally an electronic version of the type of bulletin board found on the wall in many kitchens and work places, the BBS was used to post simple messages between users.

What is the bulletin board answer? ›

A bulletin board is a board which is usually attached to a wall in order to display notices giving information about something. A bulletin board is a computing system that enables users to send and receive messages of general interest. The bulletin board provided a forum for investors to exchange news.

How did the bulletin board system work? ›

bulletin-board system (BBS), computerized system used to exchange public messages or files. A BBS was typically reached by using a dial-up modem. Most were dedicated to a special interest, which was often an extremely narrow topic. Any user could “post” messages (so that they appear on the site for all to read).

Do bulletin board systems still exist? ›

While few BBSes remain today compared to their height in the early-mid 1990s, one can still connect to a BBS using the internet. Thanks to the antique text-only protocol called telnet, you can use a terminal emulator program to start BBSing just like the glory days.

What is a bulletin board also known as? ›

Also known as a pinboard or noticeboard, a bulletin board is a surface intended for displaying notices that give information about something. They enable users to send and receive messages of common interest. They are often made of cork which facilitates easier addition and removal of messages.

Why is it called bulletin? ›

A bulletin can also be a written or emailed report or newsletter that gives you brief information. A bulletin board is a message board that has such bulletins pinned to it. The root of bulletin is the Italian bulletta, "document" or "voting slip."

What is BBS slang for? ›

Wiktionary. (Internet slang) Be back soon. Wiktionary.

Are BBS still running? ›

Even today, a small community of people still run and call BBSes. Many seek the digital intimacy they lost years ago; 373 BBSes still operate, according to the Telnet BBS Guide, mostly in the United States.

What is the difference between chat and bulletin board in Internet technology? ›

Bulletin board systems are often compared to chat, but theses systems were never meant to be real time. Instead, users log in, see what has been posted since they were last there and reply as they please – all through a text interface as many bulletin board systems were created before a graphical Internet.

What is the difference between BBS and email? ›

Bulletin Board System (BBS) - What is the difference between BBS and email? As opposed to email, the feature set of bulletin board systems was more comprehensive. They had a lot more features than just email-type communications, such games, chat, classified advertisem*nts, blog content, and more.

What is the Internet capital of USA? ›

Just beyond the far-western suburbs of Washington, D.C., Ashburn, Va., is the epicenter of “Data Center Alley,” anchoring a collection of nearly 300 data centers, scattered across Loudoun, Fairfax and Prince William counties, handling more than a third of the world's online traffic.

Which military invented the Internet? ›

Both technologies became the technical foundation of the Internet. The ARPANET was established by the Advanced Research Projects Agency (now DARPA) of the United States Department of Defense.

What did the bulletin board symbolize? ›

The bulletin-board that hangs outside the town hall represents the oppression of the Prussian occupiers who have invaded the region of Alsace-Lorraine, where the village that is home to the narrator, Franz, is located.

When was the first bulletin board system invented? ›

The first BBS was developed by Ward Christensen during snow storm in Chicago and went online in February 1978. Users could connect to the system by using a modem and a phone line. At the time, modems ran at 100 or 300 baud (1 baud = 1 bit per second) which severely limited the speed of the system.

When was the bulletin invented? ›

Halloween's origins date back to the ancient Celtic festival of Samhain (pronounced sow-in). The Celts, who lived 2,000 years ago, mostly in the area that is now Ireland, the United Kingdom and northern France, celebrated their new year on November 1.

Where did the meaning of bulletin come from? ›

The root of bulletin is the Italian bulletta, "document" or "voting slip." Definitions of bulletin. noun. a brief report (especially an official statement issued for immediate publication or broadcast) types: flash, news bulletin, newsbreak, newsflash.

References

Top Articles
Latest Posts
Article information

Author: Reed Wilderman

Last Updated:

Views: 5289

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Reed Wilderman

Birthday: 1992-06-14

Address: 998 Estell Village, Lake Oscarberg, SD 48713-6877

Phone: +21813267449721

Job: Technology Engineer

Hobby: Swimming, Do it yourself, Beekeeping, Lapidary, Cosplaying, Hiking, Graffiti

Introduction: My name is Reed Wilderman, I am a faithful, bright, lucky, adventurous, lively, rich, vast person who loves writing and wants to share my knowledge and understanding with you.