Brytalearn.How things workFind something
Back to the experimentTHE EVIDENCE BEHIND THE EXPERIENCE

Small pieces. A complete message.: sources & model

Send “SMALL IDEAS!” through a network. Delay a piece, lose another, and watch what the receiver can actually use.

Scientific review · independent subject review pending

The source and model records are available for inspection. No external scientific reviewer has signed off yet.

packet-journey-1 · content 1 · setup format 1

What supports the explanation?

TCP provides a reliable, in-order byte-stream service with sequence numbers and acknowledgments.

RFC 9293 §2.2, §3.1, §3.4 and §3.8.1. Sequence numbers identify bytes; retransmission repairs losses. Our timeout is fixed and illustrative.

IETF · TCP, RFC 9293

UDP does not itself guarantee delivery or duplicate protection.

RFC 768, Introduction and Header Format. UDP contains ports, length and checksum rather than TCP sequence/ACK fields.

IETF · UDP, RFC 768

IP supplies addressing and forwarding of datagrams through interconnected networks.

RFC 791 §1.4 and §2.2. The lesson is a conceptual IP route map, not an IPv4 header or fragmentation implementation.

IETF · IP, RFC 791

What this model assumes

  1. A local, deterministic event model. No real network traffic is sent and no browsing or personal message data is inspected.
  2. Two preset routes illustrate possible forwarding paths; packets are not randomly routed at every hop by actual TCP. Delays are prescribed, not measured internet latency.
  3. Timeout and ACK animation are deliberately simplified. This is not an RFC-conformant TCP implementation, throughput benchmark or packet capture.
  4. UDP chunk order labels belong to this application demonstration; UDP itself has no TCP-style sequence or acknowledgment field.
  5. Inspect the byte numbers: The displayed starting data sequence number is 100. Six two-byte chunks start at 100, 102, 104, 106, 108 and 110. After all twelve bytes are received contiguously, the next expected byte is 112. Connection establishment is assumed complete.
  6. A bounded event model: Initial sends are 0.35 s apart; the normal one-way duration is 2 s. The selected second chunk can be delayed by 0–4 s. Only the first attempt of chunk 3 can be lost. Its optional TCP retry starts 5 s after its initial send, with an illustrative 0.8 s ACK return delay.
  7. Reliability is a design choice: UDP applications can add their own ordering, repair or newer transport protocols. TCP does not promise delivery under every failure; it can eventually report a broken connection. Congestion control, adaptive retransmission timing, handshakes, encryption and real routing decisions are outside this visualization.

What has been checked

Analytical reference cases, conservation or transition invariants, finite drawing commands, bounded setup parsing, discovery and route integrity are checked automatically. These checks do not establish anatomical fidelity, learner outcomes or browser/device compatibility. Independent subject review, learner trials, comprehensive accessibility review and browser video encoding checks remain pending.

Each source supports the associated claim. Sources do not certify this implementation or its visuals.

Our review process