this post was submitted on 26 Nov 2023
277 points (98.9% liked)
Technology
59414 readers
3554 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I was having a discussion about this with a colleague at work about the so-called "HDMI over Ethernet" and how it's a misnomer. As you said, Ethernet is a protocol, not a physical medium. I know a lot of people refer to the cable as "Ethernet cable" but the HDMI signal is being sent over CAT6 cables. There's no encapsulation into Ethernet frames being done.
Didn't he say that it's a framework for protocols, not a protocol? Or am I parsing the comment incorrectly?
Eh, it's both. Ethernet is layer 2. It is your MAC address, more or less. There's some functionality to it beyond simple hardware addressing, but it provides a scaffold for other, higher layer protocols to operate on top of.
So ethernet, in and of itself is a protocol, and it also provides a framework for other protocols like IP.
Ah, that makes sense, thanks!