where is the diffrence between high level netwoking and low level networking ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Bot7

where is the diffrence between high level netwoking and low level networking ?

:bust_in_silhouette: Reply From: AAShakil50

Check out this writing here : High-level Multiplayer

What it says there is that, Low Level Networking is where you do networking from base. UDP and TCP. These are just HTTP.

And, in High Level Networking you get extra privileges like HTTPS(Security) support. Your data gets encrypted before fly. So, nobody can steal your data intercepting it.

:bust_in_silhouette: Reply From: Wakatta

In a nutshell all things

low level == operating system specific (connect, disconnect, locate, request peers)
high level == application dependent (Send Email, URL lookup, database browsing like FTP)

FYI: You do know this a Godot Q&A and that your question isn’t related in any shape or form

Not necessarily; this person’s question may be relevant. They could be wondering about the levels of multiplayer, which is an article in the official documentation.

Ertain | 2021-02-06 10:23

Excellent find and is definitely the correct answer.
OP my apologies for the condescending reply to your question.

Wakatta | 2021-02-06 13:14

no Problem. Thanks for your answer

Bot7 | 2021-02-06 16:14