TCP and UDP are major protocols in the internet protocol suite. Internet is a network of devices communicating through protocols. Each device has a unique IP address
Ethernet was first implemented in 1976. Ethernet II (DIX) was released in 1978 by DEC, Intel, and Xerox. IEEE 802.3 standard was published in 1983. Both versions are widely used and almost identical
RTSP is a network control protocol for streaming media servers. Protocol enables real-time control of media sessions between endpoints. Supports both TCP and UDP transmission, using ports 554tcp and 554udp
HTTP status codes are divided into five main categories: Informational, Success, Redirection, Client Error, Server Error. Status-Line format: HTTP-Version SP Status-Code SP Reason-Phrase CRLF
Ethernet frame is a data link layer protocol data unit using physical layer mechanisms. Frame starts with preamble and start frame delimiter (SFD). Header contains destination and source MAC addresses. Middle section carries payload data including other protocol headers. Ends with 32-bit frame check sequence (FCS) for data integrity
SQL Server Configuration Manager manages SQL Server services and network protocols. Tool is installed with SQL Server and available as Microsoft Management Console snap-in. Uses Windows Management Instrumentation (WMI) for server settings management