Please enable JavaScript.
Coggle requires JavaScript to display documents.
Communication protocols - Coggle Diagram
Communication protocols
-
-
gRPC
-
-
Step 3: GRPC send the package over the network via HTTP2, due the binary encoding and network optimizations
Step 4: The payment service receives the package, decodes them, and invokes the server application
Step 5: The result is returned from the server applicaion, and gets encoded and send to the transport layer
Step 6: The order service receives the package, decodes them, and sends the result to the client application
-
-
-
HTTP
-
-
HTTP 2
Allow multiplexing different HTTP, Each stream doesnt need to be sent in order
HTTP 3
Streams are delivered independently, and streams doesnt affect others
-
-
-
-
-
-
Differences among URI, URL and URN
-
URL is a type of URI, that contains access methods HTTP
-