this post was submitted on 20 Aug 2024
70 points (91.7% liked)

Showerthoughts

29221 readers
644 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] boredsquirrel@slrpnk.net 6 points 4 weeks ago (2 children)

Can you explain what this "software defined x" means that you hear everywhere?

[–] elvith@feddit.org 6 points 4 weeks ago (1 children)

Basically it means to not have a special designed hardware for task X but to do much of it in software which gives you more flexibility. And also let's you configure and use X a bit more flexible.

E.g. software defined networking: If you run several virtual machines on a server, you may define the whole network between them virtually in software instead of doing it on the hardware side. Sure, you still need an ethernet card in your server to connect it to other servers and the internet, but all load balancing, switches, firewalls, VLANs, etc. between the virtual machines (or containers) on your server are virtualized in software - or maybe eben between servers.

Same goes for e.g. Software Defined Radio. In the early days you had dedicated hardware to control the mobile network and the antennas and such. Today you "just" have the antenna and a transceiver that is capable of producing and receiving a wide range of signals and modulations. All encoding, decoding and interpretation the signals is done in software. If your hardware is capable enough, the upgrade from e.g. 4G to 5G may only be a software update for all base stations.

[–] Silentiea@lemmy.blahaj.zone 1 points 4 weeks ago (1 children)

But what about for services other than X, like Facebook or YouTube?

/j

[–] elvith@feddit.org 2 points 4 weeks ago (1 children)

These are all software defined social networking, aren't they?

[–] Silentiea@lemmy.blahaj.zone 2 points 4 weeks ago

I was just joking about the placeholder X being X (formerly Twitter)

[–] slazer2au@lemmy.world 3 points 4 weeks ago

The main ones I hear are software defined WAN. Which means you can do per application internet steering.

Software defined LAN is more about authorising specific applications to access the corporate lan.