Skip to content

Conversation

chrisdavidmills
Copy link
Contributor

Description

The description of packets in How the web works is inaccurate. This PR aims to fix it.

Motivation

Additional details

Related issues and pull requests

Fixes #41479.

@chrisdavidmills chrisdavidmills requested a review from a team as a code owner October 13, 2025 11:54
@chrisdavidmills chrisdavidmills requested review from hamishwillee and removed request for a team October 13, 2025 11:54
@github-actions github-actions bot added the Content:Learn Learning area docs label Oct 13, 2025
@github-actions github-actions bot added the size/s [PR only] 6-50 LoC changed label Oct 13, 2025
Copy link
Contributor

github-actions bot commented Oct 13, 2025

Preview URLs

Flaws (1)

URL: /en-US/docs/Learn_web_development/Getting_started/Web_standards/How_the_web_works
Title: How the web works
Flaw count: 1

  • broken_links:
    • /en-US/docs/Learn_web_development/Getting_started/Web_standards/The_Web_standards_model is ill cased

(comment last updated: 2025-10-13 11:58:19)


- They are sometimes dropped or corrupted, and when this happens, it's quicker and easier for the client to request the missing packets rather than an entire file.
- The packets can be routed along different paths, making the transmission as efficient as possible and reducing the possibility of slowing down the network, especially when many users are requesting the same resource simultaneously. The packets may arrive out of sequence, but the client can use the information in the packet headers to make sure they are assembled in the correct order.
- It is harder to steal user data when transmitted in packets, as each packet contains minimal data and is transmitted separately.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems unlikely to me. Hard to imagine an attack that steals one packet but not more.

Copy link
Contributor Author

@chrisdavidmills chrisdavidmills Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seemed kinda unlikely to me as well, but I read quite a few packet definitions elsewhere that mentioned something along these lines.

I mean, it sounds vaguely plausible from the outset, but knowing what I know about how web security breaches occur, it probably isn't worth bringing up. I put it here in case anyone else had any thoughts. Happy to delete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:Learn Learning area docs size/s [PR only] 6-50 LoC changed

2 participants