multiplexing
RU: мультиплексирование
A technique for sending multiple independent logical channels over a single shared physical link or connection. HTTP/2 multiplexes request-response streams over one TCP connection so that a slow response on one stream does not block others; QUIC achieves the same over UDP and also eliminates connection-level head-of-line blocking.