Tag

Request-Response

0 views collected around this technical thread.

IT Architects Alliance
IT Architects Alliance
Feb 12, 2022 · Backend Development

Drawbacks and Advantages of Synchronous Request‑Response Microservices

The article examines synchronous request‑response microservices, outlining their numerous drawbacks such as tight coupling, scalability limits, failure handling, API versioning challenges, data access coupling, distributed monolith risks, and testing difficulties, while also acknowledging their undeniable advantages and the prevalence of hybrid architectures.

Request-Responsearchitecturecoupling
0 likes · 8 min read
Drawbacks and Advantages of Synchronous Request‑Response Microservices
Architects Research Society
Architects Research Society
Apr 26, 2020 · Fundamentals

Understanding MQTT and CoAP: When to Use Each IoT Protocol

MQTT and CoAP are lightweight IoT communication protocols with distinct architectures—MQTT uses a publish/subscribe model ideal for WAN scenarios and bandwidth‑constrained devices, while CoAP follows a request/response pattern suited for local networks and HTTP compatibility, and the article explains their differences and appropriate use cases.

CoAPIoT protocolsMQTT
0 likes · 6 min read
Understanding MQTT and CoAP: When to Use Each IoT Protocol
macrozheng
macrozheng
Feb 24, 2020 · Fundamentals

Master HTTP: From Basics to Advanced Concepts Explained

This comprehensive guide walks you through the fundamentals of HTTP, covering its definition, hypertext, transfer, protocol layers, related components like browsers and servers, request‑response flow, methods, headers, status codes, content negotiation, and security extensions such as HTTPS and WAF.

Content NegotiationHTTPHeaders
0 likes · 39 min read
Master HTTP: From Basics to Advanced Concepts Explained
Java Captain
Java Captain
Feb 22, 2020 · Fundamentals

Comprehensive Guide to the HTTP Protocol: Fundamentals, Request/Response Messages, and Additional Knowledge

This article provides a thorough introduction to the HTTP protocol, covering basic networking concepts, the OSI/TCP‑IP models, the structure and components of request and response messages, differences between HTTP/1.0 and HTTP/1.1, HTTP versus HTTPS, and long‑connection handling, illustrated with diagrams and code examples.

HTTPRequest-ResponseTCP/IP
0 likes · 8 min read
Comprehensive Guide to the HTTP Protocol: Fundamentals, Request/Response Messages, and Additional Knowledge
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 21, 2015 · Fundamentals

Introduction to the HTTP Protocol: Versions, Workflow, Requests, and Responses

This article provides a comprehensive overview of the HTTP protocol, covering its versions, communication processes, request and response structures, header fields, entity body handling, status codes, and practical examples of content-length and chunked transfer encoding.

HTTPHeadersRequest-Response
0 likes · 14 min read
Introduction to the HTTP Protocol: Versions, Workflow, Requests, and Responses