Silicon Serial ID

From WebTV Wiki
Jump to navigation Jump to search
Technical information page on WebTV for Dreamcast

The Silicon Serial ID, or SSID, is a unique identifier, usually 16 bytes long, used to identify individual clients on the original WebTV/MSN TV service.

On dedicated hardware, this was assigned directly during manufacturing, and is stored on a 1-Wire chip. On the Sony INT-W100 and INT-W200 models, the chip used is a DS2401 IC manufactured by Dallas Semiconductor (which is now a part of Maxim Integrated).

Format

Dedicated Hardware

On dedicated hardware, the SSID as shown to the end-user (accessible through the 411 power-off code) and sent in WTVP messages is formatted as a series of 16 hexadecimal digits. This SSID is actually a "Silicon Serial Number", and when sent to the service or shown in the WebTV/MSN TV UI, is byte-flipped. These SSIDs consist of an 8-bit family code, the actual 24-bit serial number, a sub-manufacturer code and "WebTV code", and a 1-Wire CRC8 checksum placed at the end of the SSID that is calculated from the previous bytes. The SSID (as we understand it right now) is structured like this (fields will be ordered in their byte-flipped state):

Field Length Description
Family code 8 bits (1 byte) SSID family code. This isn't specific to WebTV/MSN TV and is supported by the specification of the original Silicon Serial Number. This code identifies the type of box the SSID belongs to. Known family codes are 0x81 (common in SSIDs for retail boxes) and 0x01 (used for specialty/dev boxes).
Serial number 24 bits (3 bytes) The unique 24-bit serial number assigned to a WebTV/MSN TV box.
Sub-manufacturer code 8 bits The ID of the manufacturer that sold the box the SSID resides on.
WebTV code 16 bits 2-byte value that has some significance to WebTV. On US boxes and Japanese Sony boxes, this value is "b002" (02 b0), but on Japanese Panasonic boxes, it is "b102" (02 b1). In SSIDs used on specialty boxes, this part can be (but is not always) nulled out (00 00).
CRC8 checksum 8 bits (1 byte) 1-Wire CRC8 checksum of previous data in SSID. Most likely doesn't have any significance when connecting to the WebTV/MSN TV service.

Aside from identifying your box, the service would also use your SSID to determine the manufacturer of the box you connected with. This would be used to tailor the user's experience depending on what box they had, such as showing the proper Internet Terminal name and remote layout during registration and adding a set of favorites determined by the manufacturer after registering for an account.

The SSID's checksum is validated by the box and if the checksum is invalid, it will refuse to boot.

Known Sub-Manufacturer Codes

  • 00 - Sony (all regions), Panasonic (Japan, seen with b102 WebTV code)
  • 01 - Internal?
  • 02 - Internal? Seen on UltimateTV dev unit SSID.
  • 10 - Philips Magnavox
  • 11 - ??? (seen on a specialty box SSID)
  • 40 - Mitsubishi
  • 50 - Philips LC2.5
  • 70 - Samsung
  • 80 - EchoStar (DishPlayer)
  • 90 - Thomson/RCA

Dreamcast

On WebTV for Dreamcast, the SSID usually starts with the bytes "1SEGA", and random alphanumeric characters following that. The random characters are usually 11 bytes long to make the resulting SSID 16 bytes. How this is generated and stored is unknown as of writing.