Updating Basket....

Connectivity Components | Data

The hosts TCP and UDP. TCP (Transmission Control Protocol) provides reliable, connection-oriented, error-checked delivery. It sequences packets, acknowledges receipt, and retransmits lost data—essential for web browsing, email, and file transfers. UDP (User Datagram Protocol), in contrast, is connectionless and unreliable but low-latency, making it ideal for streaming video, VoIP, and DNS queries.

operate at the network layer (Layer 3 of the OSI model). Unlike switches, which connect devices within the same network, routers interconnect different networks—such as a home LAN to the internet. They use IP addresses and routing tables to determine the optimal path for packets across potentially dozens of intermediate networks. Routers are the core of the internet; every packet crossing from one autonomous system to another passes through a router. data connectivity components

The (Transmission Control Protocol/Internet Protocol) is the lingua franca of the modern internet. It is often described via the four-layer model (Link, Internet, Transport, Application). At the Internet layer , the Internet Protocol (IP) provides connectionless, best-effort delivery of packets called datagrams. IP handles addressing and routing. Two versions dominate: IPv4 (32-bit addresses, e.g., 192.0.2.1) and the expanding IPv6 (128-bit addresses, providing an astronomically larger address space). The hosts TCP and UDP