this post was submitted on 09 Apr 2024
222 points (95.1% liked)

Asklemmy

43513 readers
1405 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

It's the one thing when I'm configuring things that makes me wince because I know it will give me the business, and I know it shouldn't, but it does, every time. I have no real idea what I'm doing, what it is, how it works, so of course I'm blindly following instructions like a monkey at a typewriter.

Please guide me into enlightenment.

(page 2) 14 comments
sorted by: hot top controversial new old
[โ€“] bruhduh 2 points 5 months ago* (last edited 5 months ago) (1 children)
[โ€“] [email protected] 2 points 5 months ago

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=3kfO61Mensg

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[โ€“] [email protected] 1 points 5 months ago* (last edited 5 months ago)

A port is a convenience wrapper for the application space. That's really it. The networking stack delivers messages to the host, and then the kernel uses ports to distribute messages from there. Otherwise every application would need to parse out every network (or local) payload to determine if it is relevant or not. This obviously ends up with a lot of duplicate processing, thus port routing instead.

[โ€“] Tylerdurdon 1 points 6 months ago

You have servers that provide some kind of resource or service, and clients that use those resources or services (will just say resource from now on).

Servers provide that resource using a port so clients will come ask for it using that port.

Sometimes servers can do multiple things, so they will provide multiple resources...maybe a web server hosting a web page is also an email server that can receive and send email too. They do those things using different ports to distinguish the kind of request it's getting.

On the client side, clients use source ports to distinguish which app asked for a resource. Think of your browser having 20 tabs open, each has it's own source port so your computer never gets confused which page goes to which tab.

I'm skipping a lot of things (ports flipping for replies, well known, etc), but that's the basics.

load more comments
view more: โ€น prev next โ€บ