如题 Socks 协议为什么叫 Socks ?只是好奇,wiki 并没有相关说明 https://en.wikipedia.org/wiki/SOCKS
比如 http 则是:Hypertext Transfer Protocol (HTTP)
1
dangyuluo 2021-03-18 15:02:25 +08:00 1
`Socks` stands for Socket Secure
|
2
dangyuluo 2021-03-18 15:04:59 +08:00 1
美国人和德国人有一个共同的毛病,就是起名字的时候都要首先选择一个好听的缩写,然后给每个字母找对应的单词。比如斯坦福的无人驾驶研究实验室叫 CARS,Center for Automotive Research at Stanford,很尬
|
4
gscsnm 2021-03-18 15:13:25 +08:00
https://www.usenix.org/legacy/publications/library/proceedings/sec92/full_papers/koblas.pdf
原始论文,可以在里面找找(我看不懂英文-_-||) |
5
lostberryzz 2021-03-18 15:20:31 +08:00
socks 是 sockets 的缩写
|
8
ho121 2021-03-18 16:39:56 +08:00 via Android
socks 并不是协议吧
|
9
2kCS5c0b0ITXE5k2 2021-03-18 16:42:07 +08:00
@dangyuluo 毕竟美国二战后挖走大量的德国科学家.
|
11
qsmd42 2021-03-18 17:06:31 +08:00
acronym 也算是一种流行文化 看看 nasa 的一些项目名简直了
|
13
ynyounuo 2021-03-18 17:27:01 +08:00 1
SOCKS 并不一定指 Socket Secure,而只是 Sockets 的缩写
网上能找到的最早的定义是这样说的: 1996-03-05: What does SOCKS stand for? > SOCK-et-S; it was one of those "development names" that never left. https://docstore.mik.ua/unix/socks-faq.html#14 1997-05-16 / 1997-09-26: What does SOCKS stand for? > SOCK-et-S - an internal development names that remained after release. http://lib.ru/SECURITY/socks5-faq.txt#q13 ftp://coast.cs.purdue.edu/pub/tools/dos/socks.cstc/FAQ-SOCKS-970929.txt 2001-10-01 What does SOCKS stand for? > SOCK-et-S - its initial internal development name. http://www.socks.nec.com/socksfaq.html#q13 ( https://web.archive.org/web/20011112051602/http://www.socks.nec.com:80/socksfaq.html#q13) http://www.socks.permeo.com/TechnicalResources/SOCKSFAQ/SOCKSGeneralFAQ/index.asp ( https://web.archive.org/web/20030216115807/http://www.socks.permeo.com/TechnicalResources/SOCKSFAQ/SOCKSGeneralFAQ/index.asp#q13) 注意 mik.ua, lib.ru 以及 purdue.edu 的 FAQ 均来自 NEC 的 ftp server,因为 waybackmachine 没有记录 1998 年之前的 http://www.socks.nec.com/socksfaq.html#q13 由 Wiki 介绍可知: The protocol was extended to version 4 by Ying-Da Lee of NEC.The SOCKS reference architecture and client are owned by Permeo Technologies, a spin-off from NEC. (Blue Coat Systems bought out Permeo Technologies.) 所以 NEC 和 Permeo 对于 SOCKS 的定义应该是可信的 |