Brief Summary
This course dives into the networking secrets web programmers often overlook. It focuses on how TCP and HTTP affect web app speed and responsiveness, combining video lectures with practical exploration to troubleshoot and enhance your web applications.
Key Points
-
Understanding TCP and HTTP roles in web application performance
-
Learning about slow start, congestion windows, and pipelining
-
Exploring waterfall diagrams from web browser tools
-
Evaluating the potential of SPDY for web applications
-
Hands-on experience with browser tools and WAN emulators
Learning Outcomes
-
Optimize web applications for better response times
-
Implement strategies to mitigate TCP and HTTP issues
-
Use browser development tools to analyze performance
-
Create a test environment for practical learning
-
Assess the benefits of using SPDY in web applications
About This Course
The dirty networking secrets web programmers never think about when designing their applications.
This course will tell you how TCP and HTTP (the transport and presentation-layer protocols used by web-based applications) impact the web application responsiveness and page load time.
We'll look at waterfall diagrams created by web browser development tools, cover the intricate details of TCP and HTTP (including slow start, congestion windows and pipelining), and try to figure out whether SPDY (the next-generation HTTP from Google) makes sense.
The course is delivered via short video lectures in which I gradually expose the problems your web browser faces when trying to fetch all components of a web site, and the solutions you could use to make the process faster.
You can take your time and go at your own pace, or rush through the course and be done in an hour or two. However, I would encourage you to proceed slowly, build your own test environment (using your mobile device or WAN emulator like WANem) and explore what's going on behind the scenes with browser development tools and Wireshark.
</p>
Dondren S.
Need more real life scenarios.