OpenStreetMap 로고 OpenStreetMap

Ground Zero of ARPANet, Grandfather of the Internet (OSM's Platform)

apm-wa님이 English로 2017년 12월 23일에 게시함. 최근 2019년 5월 25일에 업데이트됨.

I spent a couple of weeks in Rosslyn, Virginia, on vacation, and stumbled across a sign identifying the site of the building where the U.S. Defense Department’s Advanced Research Projects Agency (ARPA) invented the network and first attendant protocols, ARPANet, that are today known as the Internet. I photographed the sign and uploaded it to Mapillary, which for some reason has placed it incorrectly (I’m trying to move it to the correct location but Mapillary advises it “may take some time.”)

ARPANet sign on SE corner of North Oak Street and Clarendon Boulevard in Arlington, Virginia

Can anybody tell me what the binary code on the back of the sign means?

Binary code on back of ARPANet sign

위치: North Highland, Courthouse, Arlington, Arlington County, Virginia, 22209, United States
이메일 아이콘 Bluesky 아이콘 Facebook 아이콘 LinkedIn 아이콘 마스토돈 아이콘 텔레그램 아이콘 X 아이콘

토론

2017년 12월 23일 18:00iandees님의 의견

The binary translates to ARPANET.

2017년 12월 23일 19:55macAlba님의 의견

It’s hexadecimal in binary form.

Break the bits into bunches of 8:

01000001 01010010 01010000 01000001 01001110 01000101 01010100

Break each byte into two 4-bit parts (nibbles), then each nibble into decimal.

01000001 = 0100 0001 = 4 1 = 41

Look up the decimal in a hexadecimal table. eg https://www.rapidtables.com/convert/number/hex-to-ascii.html

The resulting word is “ARPANET”.

2017년 12월 23일 19:57macAlba님의 의견

It’s hexadecimal in binary form.

Break the bits into bunches of 8:

01000001 01010010 01010000 01000001 01001110 01000101 01010100

Break each byte into two 4-bit parts (nibbles), then each nibble into decimal.

01000001 = 0100 0001 = 4 1 = 41

Look up the decimal in a hexadecimal table. eg https://www.rapidtables.com/convert/number/hex-to-ascii.html

The resulting word is “ARPANET”.

댓글을 남기려면 로그인하세요