Network Speeds: As a developer you should be mindful!
Network? What Network?
In any complex enterprise application system network communications is an inevitable part of how the system will get accessed. Web applications are accessed through a complicated infrastructure of communication devices. Developers never take notice nor care about the network (most of the time) that delivers application to users, but developers should care, specially now that more applications are accessed through mobile devices.Here is a link that talks about how mobile networks might affect the performance of applications from Google IO. This talk really presents a valid point on how you can develop a strategy around your application in order to be more responsive within the constraints of mobile networks.
Mobile Performance
Wifi Networks!
After seeing this talk I started wondering about Wifi networks. Even though mobile networks are becoming ubiquitous, the speed and performance are still not comparable to Wifi networks. Any enterprise system application will surely be accessed through a Wireless network and not only that, an enterprise system application will surely be accessed in different devices. (BYOD (Bring Your Own Device) is surely becoming an acceptable norm in organizations).I have been reading the 802.11ac specification just out of curiosity. The 802.11 ac is the new wireless specification after 802.11n that promises to be much faster. It promises up to 4900 Mbps in the 5GHz band.
That is fast, at those speeds you can probably watch up to 100 Ultra HD 4K Videos simultaneously (If I got the math right Netflix 4K Streaming). At those speeds, should we still be mindful of any network performance that might affect the delivery of web applications ? Surely most enterprise systems will not require streaming videos like Netflix but in my opinion any developer should develop the basic understanding of how this networks work.
Comments