
How WhatsApp Video Sharing Works?
WhatsApp Security: How Media Sharing Actually Works! ?⚡
When you send a large video on WhatsApp, the file does not actually travel through the main chat server. Chat servers are built strictly for fast text messages, so routing heavy media through them would slow down conversations for everyone.
To keep chat speeds fast, WhatsApp splits media sharing into two separate steps. First, your phone compresses the video and locks it with a secret digital key. Your phone then uploads this locked video to a separate digital file warehouse. Once uploaded, your phone sends a normal text message to your friend that contains a blurry preview, the warehouse link, and the secret key to unlock the file. When your friend receives the message, their phone uses the link to fetch the video from the warehouse and uses the key to unlock it directly on their device.
This design delivers privacy, speed, and efficiency. WhatsApp never sees your secret key because it only travels inside the locked chat message, which means no one at WhatsApp can watch your video. Additionally, if you send a video to a large group of two hundred people, your phone only uploads the file once to the warehouse. Everyone in the group then downloads that same file, and WhatsApp keeps it saved for thirty days so forwarded videos do not need to be re-uploaded.
#WhatsApp #TechExplained #SoftwareEngineering #SystemDesign #TechTips #CodingForBeginners
When you send a large video on WhatsApp, the file does not actually travel through the main chat server. Chat servers are built strictly for fast text messages, so routing heavy media through them would slow down conversations for everyone.
To keep chat speeds fast, WhatsApp splits media sharing into two separate steps. First, your phone compresses the video and locks it with a secret digital key. Your phone then uploads this locked video to a separate digital file warehouse. Once uploaded, your phone sends a normal text message to your friend that contains a blurry preview, the warehouse link, and the secret key to unlock the file. When your friend receives the message, their phone uses the link to fetch the video from the warehouse and uses the key to unlock it directly on their device.
This design delivers privacy, speed, and efficiency. WhatsApp never sees your secret key because it only travels inside the locked chat message, which means no one at WhatsApp can watch your video. Additionally, if you send a video to a large group of two hundred people, your phone only uploads the file once to the warehouse. Everyone in the group then downloads that same file, and WhatsApp keeps it saved for thirty days so forwarded videos do not need to be re-uploaded.
#WhatsApp #TechExplained #SoftwareEngineering #SystemDesign #TechTips #CodingForBeginners
KodeKloud
...