Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:TiVo costs money (Score 1) 85

But do well-known companies still make VCRs with a digital OTA tuner and affordable blank tapes? I thought new VCRs sold nowadays were either A. limited to line-in recording, which means you have to sit there and change the channel between one timer program and the next, or B. not actually VCRs but VCPs (video cassette players

Comment If receiver pays (Score 1) 243

You make a good point. I guess my misconception was that sender pays for long haul transit and the endpoint pays for the last mile. But if receiver pays, even for long haul, then you can DDoS someone's billing by flooding his connection with packets. And if receiver pays, even for long haul, then why does Comcast slow down Netflix? All Comcast's customers are already paying.

Comment StartSSL, DANE, Perspectives (Score 1) 70

TL;DR: Install Perspectives if you want to use an unknown CA.

The whole concept of a certifying authority is fundamentally broken.

Broken by StartSSL, which provides personal use certificates without charge.

Sites should be able to use unsigned keys for basic encryption.

They can. They just have to find some out-of-band way to get their keys onto visitors' machines in order to circumvent a MITM-from-day-one attack. This could involve DANE, which puts keys and certificates in DNSSEC. Or it could involve the Perspectives extension for Firefox, which verifies a site's certificate through diverse Internet routes between the site and notary servers whose certificates are delivered in a browser extension package signed by the browser vendor.

Just like with PGP.

I have my own problems with PGP's assumption of transitive trust. Just because you can vouch for someone's identity doesn't mean you can vouch for that person's ability to correctly vouch for others' identities.

Comment Re:Internet Protocol is stateless (Score 1) 243

If you feel so strongly that I am lying to myself, then please explain what is incorrect in the following three statements: TCP is a connection-oriented protocol in the Internet Protocol Suite. TCP connections have two halves, one in each direction. Traffic is billed based on who sends more data down each half of the connection.

Comment Lack of SNI prior to April 2014 (Score 1) 70

The monetary barrier hasn't been on the very itself for at least a couple years. It's been in the fact that older TLS stacks (such as those that shipped with Windows XP and Android 2.x) couldn't handle Server Name Indication (more than one certificate per IP address), along with the disappointingly slow uptake of IPv6. So until April of this year, when XP security patches ended, each site owner needed to pay its hosting service for a separate IPv4 address.

Comment Internet Protocol is stateless (Score 1) 243

You are correct that TCP is stateful. But the fact that TCP is stateful is irrelevant. ISPs are Internet Service Providers, and Internet Protocol is stateless. From the point of view of an ISP's infrastructure, TCP is just an application that runs on Internet Protocol. Otherwise, it'd be possible to manipulate billing through the equivalent of switching between FTP's PORT and PASV commands, which change only who sends the SYN.

Comment Packets != circuits (Score 1) 243

I make a 'call' from Comcast to Netflix...

And Netflix "calls" you back with the data.

A circuit-switched network such as the PSTN allows sending information in both directions over one "call". A packet-switched network such as the Internet, on the other hand, doesn't see "calls"; it sees "datagrams". Except for last mile customers, each side pays for how many packets it sends. Otherwise, it'd be possible to manipulate billing by doing the equivalent of the difference between PORT and PASV in FTP.

Comment Ask about a Netflix exclusive show (Score 1) 243

The ISPs are also TV providers and they don't want you to have a good netflix experience.

Then ask about a specific work to which Netflix has the rights and the TV provider division of the ISP does not. "I'm having trouble watching House of Cards at home. It works fine on $different_isp_next_town_over. Might this be a problem with Comcast?"

Comment Walled garden browsers (Score 1) 70

Every browser in the world allows you to add your own CA

Do you really mean "every browser in the world" that supports TLS or just "every major desktop browser" that supports TLS? I was under the impression that some of the browsers that run on home entertainment hardware lacked UI for adding a certificate. For example, where might I find CA options on, say, "Internet Channel powered by Opera" for the Wii video game console?

Slashdot Top Deals

If you want to put yourself on the map, publish your own map.

Working...