TCPIP
Everything on SkillVeris tagged TCPIP — collected across the glossary, study notes, blog, and cheat sheets.
13 resources across 2 libraries
Glossary Terms(9)
Computer Networks
Computer networks are interconnected systems of devices that communicate by exchanging data over shared communication links, using standardized protocols to ad…
HTTP/2
HTTP/2 is a major revision of the HTTP protocol that improves performance over HTTP/1.1 through multiplexed requests over a single connection, header compressi…
TCP/IP
TCP/IP is the foundational suite of networking protocols that governs how data is addressed, transmitted, routed, and reliably delivered across the internet an…
UDP
UDP (User Datagram Protocol) is a lightweight, connectionless transport-layer protocol that sends data packets, called datagrams, without establishing a connec…
DNS Resolution
DNS resolution is the process of translating a human-readable domain name, like example.com, into the numerical IP address that computers use to locate and con…
Subnetting
Subnetting is the practice of dividing a larger IP network into smaller, logically separate sub-networks (subnets) to improve address allocation efficiency, ro…
IPv6
IPv6 (Internet Protocol version 6) is the most recent version of the Internet Protocol, designed to replace IPv4 by providing a vastly larger address space and…
Network Topology
Network topology refers to the arrangement and interconnection pattern of devices, links, and nodes in a computer network, describing both the physical layout…
Client-Server Architecture
Client-server architecture is a computing model in which client programs request services or resources, and server programs listen for those requests and respo…
Interview Questions(4)
What is the OSI Model?
The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes network communication into seven layers — Physical, Data Link, Network…
How Does DNS Work?
DNS (Domain Name System) is the internet’s phonebook: it translates human-readable domain names like example.com into the IP addresses machines use to connect,…
TCP/IP Model vs OSI Model
The OSI model is a seven-layer conceptual reference used for teaching and troubleshooting, while the TCP/IP model is a four-layer practical model that actually…
What is the Application Layer (OSI Layer 7)?
The Application Layer (Layer 7, the topmost OSI layer) is where network-aware software directly interacts with the user or another program, providing the proto…