Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:What's wrong with Bluetooth file-transfer? (Score 3, Informative) 28

Bluetooth file transfer already exists on Android. As the other poster said, it's slower than WiFi:

https://helpdeskgeek.com/netwo...
https://www.lifewire.com/bluet...

AirDrop uses peer-to-peer WiFi. Android's previous ad-hoc file transfer was Android Beam, which is being replaced by this new service. Beam used NFC, which is even slower than Bluetooth:

https://en.wikipedia.org/wiki/...
https://en.wikipedia.org/wiki/...

Comment Re:VPN? (Score 1) 44

It's really not that simple. Videoconferencing apps tend to use TCP for control and signalling and RTP for video/audio streaming which is done over UDP. Most VPN protocols make you choose between TCP or UDP and split tunnel the rest, some other protocols don't but they're not nearly efficient at all for end-to-end, especially when conference calls get to be multiple endpoints.

Comment Re:Zero Sign On (ZSO) already exists (Score 1) 143

"The technology used is not new, being based on X.509 certificates and SSL (invented by Netscape some 25 years ago and still the bedrock of secure internet communications). It is the opportunity provided by the modern smartphone with biometric user access, enough memory and power, and a secure enclave to store the private keys of a self-certificate that never leaves the device that is new."

Yeah, who greenlighted this nonsense? Every MDM/UEM vendor out there already does all of this, and has for several years now.

Slashdot Top Deals

The best book on programming for the layman is "Alice in Wonderland"; but that's because it's the best book on anything for the layman.

Working...