this post was submitted on 23 Sep 2023
276 points (96.9% liked)

Open Source

29773 readers
819 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (2 children)

Technically the parent protocol is IP.

In all my years I have never heard someone suggest that TCP is a catch all term.

[–] [email protected] 5 points 11 months ago

I've seen many references to TCP/IP as meaning IP + everything-on-top, usually when talking about other networking technologies like UUnet, OSI, etc. Also as the TCP/IP stack, usually meaning the (Free)BSD networking code used in other systems.

[–] [email protected] 3 points 11 months ago

It's not that TCP is a catch-all term, but "TCP/IP" is often used that way.

https://en.wikipedia.org/wiki/Internet_protocol_suite

The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the set of communication protocols used in the Internet and similar computer networks according to functional criteria. The foundational protocols in the suite are the Transmission Control Protocol (TCP), the User Datagram Protocol (UDP), and the Internet Protocol (IP).

For that matter, the classic networking text by Douglas Comer is Internetworking with TCP/IP and it does cover UDP, ICMP, ARP, DHCP, DNS, etc.