Google badmouths HTTP, proposes SPDY as a speedy successor


Recommended Posts

spdy-vs-http.png

If there's anything that Google doesn't like, it's things that collect dust. The company is famous for its annual spring cleaning efforts, in which the firm rids itself of redundant and dead-end projects, along with more bullish moves, such as its push to overhaul the internet's DNS system. Now it's looking to replace HTTP with a new protocol known as SPDY, and to that end, it's demonstrating the potential speed gains that one might expect on a mobile network. According to the company's benchmarks, mean page load times on the Galaxy Nexus are 23 percent faster with the new system, and it hypothesizes that further optimizations can be made for 3G and 4G networks. To its credit, Google has already implemented SPDY in Chrome, and the same is true for Firefox and Amazon Silk. Even Microsoft appears to be on-board. As a means to transition, the company proposes an Apache 2.2 module known as mod_spdy, which allows web servers to take advantage of features such as stream multiplexing and header compression. As for HTTP, it's no doubt been a reliable companion, but it seems that it'll need to work a bit harder to earn its keep. Stay weird, Google, the internet wouldn't be the same without you.

http://www.engadget.com/2012/05/02/google-proposes-spdy-replacement/

If you use Google Chrome you have actually been using it for ages. Most Google.com-based sites (Gmail, Search, ...) and Twitter all use SPDY automatically when using HTTPS.

To see when you're on a SPDY-powered site: use https://chrome.google.com/webstore/detail/mpbpobfflnpcgagjijhmgnchggcjblin

  • Like 4

If you use Google Chrome you have actually been using it for ages. Most Google.com-based sites (Gmail, Search, ...) and Twitter all use SPDY automatically when using HTTPS.

To see when you're on a SPDY-powered site: use https://chrome.googl...jhmgnchggcjblin

it's available for firefox as well https://addons.mozilla.org/en-US/firefox/addon/spdy-indicator/?src=ss

If you use Google Chrome you have actually been using it for ages. Most Google.com-based sites (Gmail, Search, ...) and Twitter all use SPDY automatically when using HTTPS.

To see when you're on a SPDY-powered site: use https://chrome.googl...jhmgnchggcjblin

it's available for firefox as well https://addons.mozil...dicator/?src=ss

Microsoft is implementing SPDY too.. hopefully in IE10

How?

The HTTP Speed+Mobility proposal starts from both the Google SPDY protocol (a separate submission to the IETF for this discussion) and the work the industry has done around WebSockets.

SPDY has done a great job raising awareness of web performance and taking a ?clean slate? approach to improving HTTP to make the Web faster. The main departures from SPDY are to address the needs of mobile devices and applications.

http://blogs.msdn.co...web-faster.aspx

a food thing???

foolish probably ?

If you use Google Chrome you have actually been using it for ages. Most Google.com-based sites (Gmail, Search, ...) and Twitter all use SPDY automatically when using HTTPS.

To see when you're on a SPDY-powered site: use https://chrome.googl...jhmgnchggcjblin

And its now supported by Firefox(Beta) too ! And to check if site uses SPDY use https://addons.mozil...tor/?src=search (as told above)

But of course HTTP is crap. Internets was never meant to be whatever it is now and what it will in an increasing pace continue to be evolved. Sometimes makes me wonder - didn't anybody see that s*it was going overboard really quickly and think "better pull the plug, it's gonna blow".

Good luck on replacing HTTP, and DNS, too, though. Then while they're at it, might as well replace HTML, too. It's all too widespread and fundamental.

But of course HTTP is crap. Internets was never meant to be whatever it is now and what it will in an increasing pace continue to be evolved. Sometimes makes me wonder - didn't anybody see that s*it was going overboard really quickly and think "better pull the plug, it's gonna blow".

Good luck on replacing HTTP, and DNS, too, though. Then while they're at it, might as well replace HTML, too. It's all too widespread and fundamental.

SPDY does not replace HTTP; it modifies the way HTTP requests and responses are sent over the wire.[1] This means that all the existing server-side applications can be used without modification if a SPDY-compatible translation layer is put in place.

http://en.wikipedia.org/wiki/SPDY

But of course HTTP is crap. Internets was never meant to be whatever it is now and what it will in an increasing pace continue to be evolved. Sometimes makes me wonder - didn't anybody see that s*it was going overboard really quickly and think "better pull the plug, it's gonna blow".

Good luck on replacing HTTP, and DNS, too, though. Then while they're at it, might as well replace HTML, too. It's all too widespread and fundamental.

What's another proprietary standard?

SPDY is basically HTTP with a separate framing protocol, proper multiplexing and always on encryption (And a lot of the old crap removed). They're not replacing HTTP, and in fact SPDY seems to be the basis for HTTP 2.0.

The fact that you have to open a separate connection for each object retrieved didn't seem so bad when HTTP 1.0 was first created, but now when pages have have 100+ objects, that's 100+ connections per page load. Each one of those connections takes memory, each one fills a slot in the client and server, each one has to undergo the TCP connections algorithms (Such as trying to detect optimal bandwidth, etc.) and since there's so many, routers and such can have a hard time trying to prioritise traffic (Some traffic management systems for Linux operate on the connection level, so when you spawn 150 connections at the same time it can't do much to prioritise any of them)

HTTP 1.1 with pipelining solves some issues, but that's got it's own issues as well (proxies often don't support it, or break in funny ways, etc.), and at it's core it's still HTTP 1.0, with the ability to re-use a connection.

SPDY is actually one letter away from SPY, which is what Google wants to do to monetize your browsing experience and harvest more personal information from users.

No thanks, I will continue using HTTP and a browser with a tin foil hat extension.

  • Like 1

SPDY is actually one letter away from SPY, which is what Google wants to do to monetize your browsing experience and harvest more personal information from users

Tin foil hats, 99c

  • Like 2

SPDY is actually one letter away from SPY, which is what Google wants to do to monetize your browsing experience and harvest more personal information from users.

No thanks, I will continue using HTTP and a browser with a tin foil hat extension.

stupidest comment ever... SPDY is a protocol... Its like saying i would not use ftp protocol because of so and so....

then be aware that firefox will enable it by default in FF13 and Microsoft is implementing it in IE10 probably.

wonder what browser you will use?

so please also dont use Twitter and any server which uses Apache server for web request...

  • Like 2

stupidest comment ever... SPDY is a protocol... Its like saying i would not use ftp protocol because of so and so....

then be aware that firefox will enable it by default in FF13 and Microsoft is implementing it in IE10 probably.

wonder what browser you will use?

so please also dont use Twitter and any server which uses Apache server for web request...

lol I guess you didn't catch the sarcasm part about the tin foil hat.

Didn't they recently come out saying that SPDY has issues with domains that already use hardware to speed up https?

SPDY requires an extension to the TLS/SSL handshake (NPN - Next Protocol Negotiation), so hardware that does TLS/SSL will ignore that (without an update, if they can be updated), and stop the client using SPDY.

But there's nothing really strange about that, the software side is the same. If you want to use SPDY you still need your stuff to support it, etc.

Edit: People have also said SPDY breaks caching, that's true in the sense that it uses TLS/SSL, and that always has broken caching.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Ooooooh, now we got the big tech corps fighting
    • Segra 1.6.3 by Razvan Serea Segra is a free, open-source OBS-powered game recorder offering fast gameplay capture, instant clips, AI highlights, deep game integration, and seamless uploads—perfect for gamers, streamers, and content creators. Lightweight, fast, zero bloat. Segra key features: Automatic Game Recording: Begin capturing gameplay the moment your game launches, with zero manual setup. Instant Clipping: Save important moments instantly using a customizable hotkey—perfect for highlights, montages, or quick shares. Segra AI Highlights: Let Segra automatically detect kills, assists, deaths, and key events to generate polished highlight reels without manual editing. Gameplay Uploads: Upload recordings and clips directly to Segra.tv for fast sharing and cloud access. Deep Game Integration: Enjoy advanced game-data tracking across hundreds of supported titles, enabling smart highlight generation and stat-informed clipping. High-Performance Capture: Record up to 4K at 144 FPS using OBS-powered technology with minimal performance impact, supporting NVENC, AMD VCE, and custom quality controls. Segra Editor: Edit recordings easily with timeline controls, segment management, and event-based navigation to build the perfect clip. Customization Options: Adjust hotkeys, output formats, storage paths, codecs, capture quality, and performance settings for a tailored recording experience. Segra 1.6.3 changelog: Recording: Reworked the whitelist/blacklist into per-game recording with individual setting overrides. Settings: Added Windows Game Mode and Startup window mode options. Audio: Improved noise suppression for microphone capture. Clips: Added a separate export mode for segment clips. Updates: Fixed pending update state not showing by replaying it when the frontend reconnects. Recording: Fixed an issue where audio could break or sources could linger between recordings. Stability: Fixed a rare crash that could happen when a game closed. Settings: Fixed settings not applying correctly on some non-English systems. Download: Segra 1.6.3 | 74.5 MB (Open Source) View: Segra Homepage | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • So, recently, I saw on the news (yes, on this website) that Samsung is introducing features where it can provide education using AI-powered sets, and because of this, I got concerned about whether the AI gives out wrong info during education sessions, causing controversies in the process. What are your thoughts on this? 
    • TCL's Bang & Olufsen soundbar is 40% off on Amazon by Ivan Jenic The TCL Design Series A65K is currently $299.99, down from $499.99. That's 40% off and $200 saved on a soundbar tuned by Bang & Olufsen, which is not a combination you'd normally expect at this price point (purchase link below). Bang & Olufsen doesn't typically show up in the sub-$500 category. The Danish audio brand is known for speakers that cost several times more, so having their acoustic tuning on a $300 soundbar is very appealing. TCL handles the hardware, B&O handles the sound engineering, and the result is what the company calls "accessible luxury." Still, accessible luxury isn’t full-fledged luxury, so don’t expect wonders. But this is a decent soundbar, nevertheless. The A65K is a true 3.1.2 channel system with nine physical drivers, including genuine up-firing height speakers for Dolby Atmos and DTS:X. Many soundbars at this price simulate overhead effects through virtual processing, rather than actual hardware. So, you’re getting the real deal. The design is unusually slim for a system with Atmos compatibility. The bar is just under 2 inches deep and should fit beneath most TV screens. The wireless subwoofer is also compact at roughly 14 x 14 x 5 inches. Total output is 460W, and you can connect to the soundbar via HDMI eARC, Bluetooth 5.3, or USB. There are also eight sound modes through the TCL Home app and an AI calibration capability. Although it’s worth mentioning that AI capabilities in most of these devices are inconsistent, to say the least, and that shouldn’t be the biggest selling point. Still, at $299.99, the A65K is a strong buy for anyone who wants a soundbar that sounds and looks noticeably better than what this price range usually offers. And the Bang & Olufsen branding surely sounds nice - pun intended. TCL Design Series Bang & Olufsen A65K - $299.99 | 40% off on Amazon Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • And he paid Joe Rogan $30M for podcasts. Terrible company.
  • Recent Achievements

    • Apprentice
      jahara21 went up a rank
      Apprentice
    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      529
    2. 2
      +Edouard
      263
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      Steven P.
      96
    5. 5
      macoman
      59
  • Tell a friend

    Love Neowin? Tell a friend!