Skip to content

Instantly share code, notes, and snippets.

@DJStompZone
Last active February 24, 2025 16:44
Show Gist options
  • Save DJStompZone/e0fcb1fd178434d2ddcd79f82b48dd39 to your computer and use it in GitHub Desktop.
Save DJStompZone/e0fcb1fd178434d2ddcd79f82b48dd39 to your computer and use it in GitHub Desktop.
Example Network Diagram

Example Network Diagram

flowchart TD
    A[PC 1] <---> B{Server}
    C[PC 2] <---> B
    D[PC 3] <---> B
    H([Xbox]) --> F
    E[Laptop] <---> B
    I([PS5]) --> F
    B <--> F[(Router)]
    F <--> G((Internet))
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment