Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

File metadata and controls

31 lines (20 loc) · 1.03 KB
title Internet protocol suite
date 2020-10-06 00:44:10 -0700

The Internet protocol suite is the conceptual model and set of communications protocols used in the internet and similar computer networks. It is commondly known as TCP/IP because the foundational protocols in the suite are the Transmission Control Protocol (TCP) and the Internet Protocol (IP).

The Internet protocol suite provides end-to-end data communication specifying how data should be packetized, addressed, transmitted, routed, and received.

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

Application