Tag

protocols

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 30, 2025 · Fundamentals

Mastering Network Fundamentals: OSI Model, TCP/IP Layers & Data Encapsulation

This article introduces core networking concepts, explaining what a network is, its classifications, the OSI seven‑layer model and its relation to TCP/IP, common protocols with their port numbers, and the processes of data encapsulation and decapsulation across each layer.

NetworkingOSI modelTCP/IP
0 likes · 5 min read
Mastering Network Fundamentals: OSI Model, TCP/IP Layers & Data Encapsulation
Tencent Cloud Developer
Tencent Cloud Developer
Apr 29, 2025 · Artificial Intelligence

Comparative Analysis of MCP and A2A Protocols for AI Agent Coordination

The article compares Google’s A2A coordination protocol with Anthropic’s Model Context Protocol, showing through a financial‑report case study that A2A enables deeper LLM‑driven interactions while MCP provides tool‑wrapper services, evaluates three integration paths, discusses SDK, latency and cost challenges, and predicts A2A could become the dominant orchestration layer for AI agents.

A2AAI agentsComparison
0 likes · 23 min read
Comparative Analysis of MCP and A2A Protocols for AI Agent Coordination
Python Programming Learning Circle
Python Programming Learning Circle
Apr 18, 2025 · Fundamentals

Protocols vs. Abstract Base Classes in Python: Choosing the Right Tool for Design

This article explains the differences between Python's typing Protocols and Abstract Base Classes, shows practical code examples, and provides guidelines on when to use each approach to achieve flexible, type‑safe, and maintainable software design.

Abstract Base ClassesPythondesign patterns
0 likes · 11 min read
Protocols vs. Abstract Base Classes in Python: Choosing the Right Tool for Design
Efficient Ops
Efficient Ops
Feb 9, 2025 · Fundamentals

Essential Networking Q&A: 100+ Key Concepts Every IT Professional Should Know

This comprehensive guide answers over one hundred fundamental networking questions, covering links, OSI layers, backbone networks, LAN, routers, protocols, security measures, cable standards, IP addressing, and many other core concepts essential for anyone working with computer networks.

NetworkingOSI modelTCP/IP
0 likes · 32 min read
Essential Networking Q&A: 100+ Key Concepts Every IT Professional Should Know
Efficient Ops
Efficient Ops
Aug 4, 2024 · Fundamentals

IPv6 Unpacked: Key Differences, Myths, and Practical Insights

This article explains the technical distinctions between IPv6 and IPv4, clarifies common misconceptions, describes IPv6's addressing scheme, auto‑configuration, lack of NAT, security implications, and practical challenges, while also presenting viewpoints from developers on its real‑world impact.

IP addressingIPv6NAT
0 likes · 19 min read
IPv6 Unpacked: Key Differences, Myths, and Practical Insights
Java Tech Enthusiast
Java Tech Enthusiast
May 4, 2024 · Fundamentals

Understanding HTTP and TCP: From URL to Browser Rendering

The article walks through every step from typing a URL to final page rendering, detailing URL parsing, DNS lookup, TCP three‑way handshake and termination, HTTP request/response structure, congestion and flow control mechanisms, and the browser’s DOM, CSS, layout and painting processes.

DNSNetworkingTCP
0 likes · 13 min read
Understanding HTTP and TCP: From URL to Browser Rendering
macrozheng
macrozheng
Apr 23, 2024 · Fundamentals

Why RPC Still Matters When HTTP Exists: A Deep Dive into TCP, HTTP, and RPC

This article explains TCP basics, why raw TCP communication has boundary issues, how custom protocols like HTTP and RPC are built on TCP, and compares their purposes, performance, and usage scenarios in modern software architecture.

NetworkingRPCTCP
0 likes · 15 min read
Why RPC Still Matters When HTTP Exists: A Deep Dive into TCP, HTTP, and RPC
macrozheng
macrozheng
Apr 11, 2024 · Fundamentals

Understanding TCP vs UDP: Differences, Port Numbers, and Practical Uses

This article explains the core characteristics of TCP and UDP, compares their reliability and connection models, clarifies the concept and range of port numbers, and demonstrates that both protocols can share the same port without conflict, illustrated with real‑world examples such as DNS.

NetworkingPort NumbersTCP
0 likes · 7 min read
Understanding TCP vs UDP: Differences, Port Numbers, and Practical Uses
DevOps Operations Practice
DevOps Operations Practice
Apr 8, 2024 · Fundamentals

Fundamentals of Computer Networking: Key Concepts and Definitions

This article provides concise definitions and explanations of essential networking concepts, including links, OSI model layers, backbone networks, LAN, nodes, routers, VPN, NAT, subnet masks, data encapsulation, TCP/IP, protocols, and security mechanisms, serving as a fundamental reference for beginners.

NetworkingOSI modelSecurity
0 likes · 14 min read
Fundamentals of Computer Networking: Key Concepts and Definitions
Deepin Linux
Deepin Linux
Feb 21, 2024 · Fundamentals

TCP/IP Protocol Stack Overview and Layer Functions

This article provides a comprehensive introduction to the TCP/IP protocol stack, explaining its four-layer architecture, the role of each layer from the physical to the application layer, and detailed mechanisms such as framing, addressing, routing, error control, and connection management.

Computer NetworksNetworkingOSI model
0 likes · 55 min read
TCP/IP Protocol Stack Overview and Layer Functions
Architecture Development Notes
Architecture Development Notes
Jan 1, 2024 · Information Security

How to Build a Secure User Authentication Architecture: Key Principles and Protocols

This article explains the essential components of user authentication architecture, covering its importance, core principles, registration, login, session management, popular protocols like OAuth, OpenID Connect, SAML, JWT, and critical security considerations for robust protection.

AuthenticationMFAOAuth
0 likes · 8 min read
How to Build a Secure User Authentication Architecture: Key Principles and Protocols
Efficient Ops
Efficient Ops
Oct 17, 2023 · Fundamentals

Essential Networking Fundamentals: 100+ Q&A on OSI Model, Protocols & Security

This comprehensive guide answers over one hundred fundamental networking questions, covering links, OSI layers, devices, protocols, IP addressing, security measures, cable types, and network topologies to help readers build a solid understanding of computer networks.

LANNetworkingOSI model
0 likes · 32 min read
Essential Networking Fundamentals: 100+ Q&A on OSI Model, Protocols & Security
Laravel Tech Community
Laravel Tech Community
Sep 12, 2023 · Information Security

OpenSSL 3.2 Alpha Release Introduces New Features and Protocol Support

The OpenSSL 3.2 Alpha has been released, adding client‑side QUIC support, TLS certificate compression, deterministic ECDSA, expanded Ed25519/Ed448 capabilities, AES‑GCM‑SIV, Argon2 with thread‑pool, HPKE, raw public‑key TLS, TCP Fast Open, pluggable post‑quantum signatures, Brainpool curves, SM4‑XTS, and optional Windows certificate‑store integration.

Alpha releaseOpenSSLSecurity
0 likes · 2 min read
OpenSSL 3.2 Alpha Release Introduces New Features and Protocol Support
DeWu Technology
DeWu Technology
Apr 28, 2023 · Operations

Analysis of Live Streaming Latency Causes and Optimization Strategies

The article examines why live‑streaming latency—averaging about five seconds on the studied platform versus three seconds on top e‑commerce services—remains high, pinpointing encoder, transcoding, CDN GOP‑cache, and player buffering as key contributors, and proposes optimizations such as shrinking GOP size, minimizing CDN cache tiers, tightening player buffers, and adopting ultra‑low‑latency protocols like RTS, RTM, or QUIC to achieve sub‑second delays.

GOPLive Streamingcdn
0 likes · 16 min read
Analysis of Live Streaming Latency Causes and Optimization Strategies
IT Architects Alliance
IT Architects Alliance
Jan 10, 2023 · Fundamentals

Computer Networking Fundamentals: Concepts, Protocols, and Layers

This document provides an extensive overview of computer networking fundamentals, covering basic concepts, OSI layers, link, network, transport, and application layer protocols, addressing schemes, routing algorithms, security mechanisms, and related technologies such as DHCP, DNS, TCP/UDP, MPLS, and wireless LANs.

NetworkingOSI modelSecurity
0 likes · 54 min read
Computer Networking Fundamentals: Concepts, Protocols, and Layers
Architects Research Society
Architects Research Society
Dec 18, 2022 · Fundamentals

Comprehensive Overview of IoT Protocols and Standards by Functional Layer

This article provides a comprehensive overview of IoT protocols and standards, organized by functional layers such as infrastructure, identification, communication, discovery, data exchange, device management, semantics, multi‑layer frameworks, security, and industry verticals, and lists relevant alliances and organizations shaping the IoT ecosystem.

IoTNetworkingSecurity
0 likes · 20 min read
Comprehensive Overview of IoT Protocols and Standards by Functional Layer
Architects' Tech Alliance
Architects' Tech Alliance
Nov 27, 2022 · Fundamentals

Fundamentals of Computer Networks: Concepts, Models, and Protocols

This article provides a comprehensive overview of computer networking fundamentals, covering the definition of communication networks, the evolution and main characteristics of computer networks, LAN/MAN/WAN classifications, common topologies, circuit and packet switching, performance metrics, OSI and TCP/IP models, and the functions of each protocol layer.

Computer NetworksOSI modelTCP/IP
0 likes · 16 min read
Fundamentals of Computer Networks: Concepts, Models, and Protocols
Selected Java Interview Questions
Selected Java Interview Questions
Nov 5, 2022 · Fundamentals

Understanding TCP, UDP, and HTTP: Connections, Handshakes, and Data Transmission

This article provides a comprehensive overview of TCP, UDP, and HTTP protocols, explaining their definitions, layered roles, connection establishment and termination processes, segment structures, and key differences in reliability and performance for network communication.

NetworkingTCPUDP
0 likes · 14 min read
Understanding TCP, UDP, and HTTP: Connections, Handshakes, and Data Transmission
Efficient Ops
Efficient Ops
Oct 17, 2022 · Fundamentals

Master the TCP/IP Model: From Layers to Real-World Protocols

This comprehensive guide explains the TCP/IP protocol suite, detailing each of its four layers, key protocols such as IP, TCP, UDP, ICMP, ARP, and DNS, and illustrates essential mechanisms like encapsulation, three‑way handshake, flow control, congestion control, and tools like ping and traceroute.

NetworkingTCPTCP/IP
0 likes · 24 min read
Master the TCP/IP Model: From Layers to Real-World Protocols
Architecture & Thinking
Architecture & Thinking
Apr 14, 2022 · Backend Development

Understanding Message Middleware: Core Concepts, Patterns, and Protocols

This article explains what message middleware (or message queues) is, the problems it solves such as decoupling, ordering, routing, asynchronous processing and peak shaving, and details its components, patterns, advantages, common protocols, and popular implementations.

Message QueuePub/Subasynchronous processing
0 likes · 12 min read
Understanding Message Middleware: Core Concepts, Patterns, and Protocols