From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Blade architectures Newsgroups: alt.folklore.computers Date: Sat, 27 Apr 2002 18:14:24 GMTKragen Sitaker writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: WATFOR's Silver Anniversary Newsgroups: bit.listserv.ibm-main,alt.folklore.computers Date: Sun, 28 Apr 2002 15:09:02 GMTnospam@nowhere.com (Steve Myers) writes:
benchmark i presented at fall '68 SHARE in Atlantic City:
https://www.garlic.com/~lynn/94.html#17
standard gen'ed system in above took approx. 30seconds elapsed time to do 3step job ... essentially all job scheduler ... or about 10 seconds per job step. even with the r17 loader as standard ... with a single compile,linkedit, & go per student job that would still be around 11-12 seconds plus per student job.
fortran g compile was something like 10 times slower than watfor (but execution was faster). majoritqy of student jobs were compile ... first a very large percentage didn't even make it to run-time because of compile-time errors, second ... the watfor bounds check & uninitialized variables terminated the program very early. even with a smart loader handling multiple student jobs per job scheduler pass ... there was still extensive disk i/o reloading fortran g compile (at least half dozen different pds members) and link-edit accessing the fortran run-time library (which would have to be done per every student job).
watfor job step would load the compiler/runtime into memory in the initial 10 second job step ... and then blow threw 100 student jobs in a couple seconds (15 seconds or less total elapsed time, including job scheduler & watfor compiler/runtime).
with the optimized sysgen that I showed in the above ... job scheduler and other elapsed time processing was speeded up by over a factor of over two times ... 12 seconds for three step job (instead of 30seconds) ... which resulted in around 4 seconds for watfor compiler & runtime load and then blow thru 100 student jobs in less than additional five seconds ... say 8 to 9 seconds elapsed time for 100 typical student jobs. It wasn't until you got to some of the higher level courses that runtime elapsed time came close to exceeding compile elapsed time ... at that point you saw some cross-over to fortran g.
the problem with optimized sysgen was that normal PTF activity would update/replace PDS member ... aka at the end of allocated PDS space allocation ... rather at carefully positioned. 4-5 months of normal PTF activity would increase the carefully optimized 12 seconds to 20 seconds elapsed time or more for 3step job scheduler processing.
later fortran H came along that was a really heavy weight compile time ... but saw some significant runtime reductions for big programs. then there was fortran Q ... internally, which was an enhanced fortran H ... done by the guy at PASC also responsible for the APL\CMS microcode on the 370/145 (and some number of other projects). fortran Q enhancements were eventually released as fortran HX product.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Computers in Science Fiction Newsgroups: alt.folklore.computers Date: Sun, 28 Apr 2002 17:27:51 GMTjmfbahciv writes:
by comparison the 360/67 only had a 32bit decrementing timer that had low-order bit position that was about 13+ microseconds (and would interrupt at zero). cp/67 had to make due with process accounting and time-slice control for interactive environment by doing a lot of swapping and storing of that timer. it got easier for vm/370 on the 370 models with the real tod clock and the other time facilities.
real-time (hard processing time deadlines) wasn't really mainstream
mainframe ... there was the Federal Systems Division (FSD) special
computers done for nasa and other places that were real-time. then of
course there are the original modified 360/50s & 360/65s for the air
traffic control system. misc faa atc:
https://www.garlic.com/~lynn/2002b.html#6 Microcode?
https://www.garlic.com/~lynn/2002f.html#29 Computers in Science Fiction
https://www.garlic.com/~lynn/2002f.html#30 Computers in Science Fiction
then there was all the process controller stuff that was frequently (real) real-time ... like 1800, system/7, & s/1 based stuff (of course S/1 also saw a lot of use as communication controller in addition to process controller). these were real-time in the sense that when something happened in the real world, the computer had a (very) tight realtime deadline to re-act/respond.
most of the mainframe stuff was real-time in the sense of handling interactions with people (interactive as opposed to batch) ... but also like ATM machines.
the one mainframe application (that I know of) that had real,
real-time constraints was the 1419 check sorter ... both MVT on 360
... and later VS1 on 370 had special I/O processing paths in order to
meet the elapsed time constraints of the 1419 check sorter. misc
1419, check sorter:
https://www.garlic.com/~lynn/99.html#136a checks (was S/390 on PowerPC?)
https://www.garlic.com/~lynn/99.html#155 checks (was S/390 on PowerPC?)
https://www.garlic.com/~lynn/2002.html#18 Infiniband's impact was Re: Intel's 64-bit strategy
ACP (airline control program, currently called TPF) to maintain its transaction rate ... did have stuff that killed transactions if they exceeded a very small amount of processing. In the early '90s some of the ACP/TPF airline systems had grown into pretty large clusters handling several thousand transactions per second.
Some of the ATM & point-of-sale stuff have some interesting
characteristics (some also using TPF currently). In the '70s there was
a guy that wrote a virtual machine based ATM transaction processor for
VM/370 for one lf the LA area financial institutions ... he claimed
that he got higher ATM transaction throughput with vm/370 on a 370/158
(about 1mip processor) than TPF on 370/168 (about 3mip processor). The
difference was that he had a much more sophisticated arm queueing and
account record clustering strategies. recent acp/tpf thread:
https://www.garlic.com/~lynn/2002f.html#60 mainframes and mini-computers
A problem with ACP (& TPF) was that it was much closer to a monitor than an operating system (with lots of sophisticated system services). At least some of the large-scale airline res systems ... do much of the prep & maint processing on auxiliary large scale MVS-based database systems ... and then shutdown TPF periodically and rebuild TPF infrastructure from the MVS hosted data.
As a independent consultant in the mid-90s we looked at porting routes
(res application accounting for something like 25 percent of total
activity) to a ha/cluster configuration. misc. routes
https://www.garlic.com/~lynn/96.html#31 Mainframes & Unix
https://www.garlic.com/~lynn/99.html#17 Old Computers
https://www.garlic.com/~lynn/99.html#100 Why won't the AS/400 die? Or, It's 1999 why do I have to learn how to use
https://www.garlic.com/~lynn/99.html#103 IBM 9020 computers used by FAA (was Re: EPO stories (was: HELP IT'S HOT!!!!!))
https://www.garlic.com/~lynn/99.html#136a checks (was S/390 on PowerPC?)
https://www.garlic.com/~lynn/99.html#153 Uptime (was Re: Q: S/390 on PowerPC?)
https://www.garlic.com/~lynn/2000.html#61 64 bit X86 ugliness (Re: Williamette trace cache (Re: First view of Willamette))
https://www.garlic.com/~lynn/2000e.html#19 Is Al Gore The Father of the Internet?^
https://www.garlic.com/~lynn/2000f.html#20 Competitors to SABRE?
https://www.garlic.com/~lynn/2001.html#26 Disk caching and file systems. Disk history...people forget
https://www.garlic.com/~lynn/2001d.html#69 Block oriented I/O over IP
https://www.garlic.com/~lynn/2001g.html#45 Did AT&T offer Unix to Digital Equipment in the 70s?
https://www.garlic.com/~lynn/2001g.html#49 Did AT&T offer Unix to Digital Equipment in the 70s?
https://www.garlic.com/~lynn/2001j.html#17 I hate Compaq
https://www.garlic.com/~lynn/2001k.html#26 microsoft going poof [was: HP Compaq merger, here we go again.]
https://www.garlic.com/~lynn/2001n.html#0 TSS/360
https://www.garlic.com/~lynn/2001n.html#3 News IBM loses supercomputer crown
misc 1800, system/7, series/1
https://www.garlic.com/~lynn/94.html#8 scheduling & dynamic adaptive ... long posting warning
https://www.garlic.com/~lynn/99.html#63 System/1 ?
https://www.garlic.com/~lynn/99.html#64 Old naked woman ASCII art
https://www.garlic.com/~lynn/99.html#66 System/1 ?
https://www.garlic.com/~lynn/99.html#67 System/1 ?
https://www.garlic.com/~lynn/99.html#70 Series/1 as NCP (was: Re: System/1 ?)
https://www.garlic.com/~lynn/99.html#106 IBM Mainframe Model Numbers--then and now?
https://www.garlic.com/~lynn/99.html#239 IBM UC info
https://www.garlic.com/~lynn/2000b.html#66 oddly portable machines
https://www.garlic.com/~lynn/2000b.html#87 Motorola/Intel Wars
https://www.garlic.com/~lynn/2000c.html#35 What level of computer is needed for a computer to Love?
https://www.garlic.com/~lynn/2000c.html#43 Any Series/1 fans?
https://www.garlic.com/~lynn/2000c.html#51 WHAT IS A MAINFRAME???
https://www.garlic.com/~lynn/2000c.html#53 Any Series/1 fans?
https://www.garlic.com/~lynn/2001.html#4 Sv: First video terminal?
https://www.garlic.com/~lynn/2001.html#62 California DMV
https://www.garlic.com/~lynn/2001.html#65 California DMV
https://www.garlic.com/~lynn/2001.html#68 California DMV
https://www.garlic.com/~lynn/2001.html#72 California DMV
https://www.garlic.com/~lynn/2001b.html#75 Z/90, S/390, 370/ESA (slightly off topic)
https://www.garlic.com/~lynn/2001d.html#66 Pentium 4 Prefetch engine?
https://www.garlic.com/~lynn/2001d.html#69 Block oriented I/O over IP
https://www.garlic.com/~lynn/2001f.html#22 Early AIX including AIX/370
https://www.garlic.com/~lynn/2001f.html#30 IBM's "VM for the PC" c.1984??
https://www.garlic.com/~lynn/2001f.html#33 IBM's "VM for the PC" c.1984??
https://www.garlic.com/~lynn/2001f.html#42 Golden Era of Compilers
https://www.garlic.com/~lynn/2001f.html#44 Golden Era of Compilers
https://www.garlic.com/~lynn/2001i.html#21 3745 and SNI
https://www.garlic.com/~lynn/2001i.html#31 3745 and SNI
https://www.garlic.com/~lynn/2001k.html#8 Minimalist design (was Re: Parity - why even or odd)
https://www.garlic.com/~lynn/2001k.html#43 Why is UNIX semi-immune to viral infection?
https://www.garlic.com/~lynn/2001n.html#9 NCP
https://www.garlic.com/~lynn/2001n.html#23 Alpha vs. Itanic: facts vs. FUD
https://www.garlic.com/~lynn/2001n.html#43 IBM 1800
https://www.garlic.com/~lynn/2001n.html#52 9-track tapes (by the armful)
https://www.garlic.com/~lynn/2001n.html#71 Q: Buffer overflow
https://www.garlic.com/~lynn/2002.html#7 The demise of compaq
https://www.garlic.com/~lynn/2002.html#20 Younger recruits versus experienced veterans ( was Re: The demise of compa
https://www.garlic.com/~lynn/2002.html#45 VM and/or Linux under OS/390?????
https://www.garlic.com/~lynn/2002b.html#56 Computer Naming Conventions
https://www.garlic.com/~lynn/2002c.html#18 Did Intel Bite Off More Than It Can Chew?
https://www.garlic.com/~lynn/2002c.html#42 Beginning of the end for SNA?
https://www.garlic.com/~lynn/2002d.html#16 Mainframers: Take back the light (spotlight, that is)
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why are Mainframe Computers really still in use at all? Newsgroups: bit.listserv.ibm-main,alt.folklore.computers Date: Mon, 29 Apr 2002 13:43:40 GMTss57@YAHOO.COM (Steve Smith) writes:
then there is possibly the largest & oldest, granddaddy of them all, national library of medicine. NLM hit a huge bimodal problem early on (70s) ... a search would return hundreds of thousands or more hits ... until somewhere out in the 5-7 term refinement, where the number of hits dropped to zero. Somewhere around 1980, a pc-based user interface was developed to help manage search strategy ("grateful med") and the default for NLM was to return the number of hits (as opposed to the hits themselves). Then it became something of a random walk using grateful med ... to find a search combination that returned less than hundreds or thousands but more than zero. as of 5-6 years ago (last time I checked) ... the implementation was still late '60s BDAM.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: markup vs wysiwyg (was: Re: learning how to use a computer) Newsgroups: comp.sys.intel,comp.os.vms,comp.arch,alt.folklore.computers Date: Mon, 29 Apr 2002 15:38:40 GMT"Bob Knowles" writes:
various gov. documents are really complex and they wanted some way of transitioning to online. later when i was doing some due diligence on tymshare for the m/d purchase ... one of the systems (besides gnosis/keykos) was engelbart's augment ... which had some really complex online gov. documents (i believe RFP responses) that had really complex hyperlink structures (running on a tymshare tops-10 system). there was also a cord keyboard that was in use with augment.
misc. augment posts:
https://www.garlic.com/~lynn/2000g.html#22 No more innovation? Get serious
https://www.garlic.com/~lynn/2000g.html#26 Who Owns the HyperLink?
https://www.garlic.com/~lynn/2000g.html#31 stupid user stories
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Black magic in POWER5 Newsgroups: comp.arch Date: Mon, 29 Apr 2002 16:10:03 GMTPeter Boyle writes:
w/o the access rules, base 801/rios already has the makings if there were operations that directly supported specification for segment-id/segment-offset combo (i.e. PID might be needed for access rules, but the pre-unix 801 already had segment-id/segment-offset for unique virtual address).
there is all the old protocol engine stuff for tcp/ip (and xtp) for scatter/gather of the pieces ... with trailer protocol for crc calculated on the fly.
previous power5/power6 ref:
https://www.garlic.com/~lynn/2002f.html#57 IBM competes with Sun w/new Chips
some old 801 segment-id discussions:
https://www.garlic.com/~lynn/98.html#26 Merced & compilers (was Re: Effect of speed ... )
https://www.garlic.com/~lynn/2000.html#59 Multithreading underlies new development paradigm
https://www.garlic.com/~lynn/2000b.html#54 Multics dual-page-size scheme
misc. access register:
https://www.garlic.com/~lynn/98.html#36 What is MVS/ESA?
https://www.garlic.com/~lynn/2000d.html#28 RS/6000 vs. System/390 architecture?
https://www.garlic.com/~lynn/2001d.html#28 Very CISC Instuctions (Was: why the machine word size ...)
https://www.garlic.com/~lynn/2001d.html#30 Very CISC Instuctions (Was: why the machine word size ...)
https://www.garlic.com/~lynn/2001h.html#73 Most complex instructions
https://www.garlic.com/~lynn/2001k.html#16 Minimalist design (was Re: Parity - why even or odd)
https://www.garlic.com/~lynn/2002d.html#51 Hardest Mistake in Comp Arch to Fix
some old tcp/ip accelerator refs:
https://www.garlic.com/~lynn/99.html#0 Early tcp development?
https://www.garlic.com/~lynn/2000b.html#9 "Mainframe" Usage
https://www.garlic.com/~lynn/2001b.html#57 I am fed up!
https://www.garlic.com/~lynn/2001e.html#24 Pre ARPAnet email?
https://www.garlic.com/~lynn/2001h.html#22 Intel's new GBE card?
https://www.garlic.com/~lynn/2001k.html#62 SMP idea for the future
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: The HTML one-pixel dilation trick Newsgroups: alt.folklore.computers,comp.infosystems.www.authoring.html Date: Mon, 29 Apr 2002 16:32:25 GMTBrian Inglis writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: income tax [was: Computers in Science Fiction] Newsgroups: alt.folklore.computers Date: Mon, 29 Apr 2002 22:39:08 GMTWilliam Hamblen writes:
https://web.archive.org/web/20030422170840/http://fms.treas.gov/eftps/index.html
https://web.archive.org/web/20011114211859/http://www.fms.treas.gov/eftps/news.html
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: The HTML one-pixel dilation trick Newsgroups: alt.folklore.computers,comp.infosystems.www.authoring.html Date: Tue, 30 Apr 2002 04:11:21 GMTArjun Ray writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: IBM MIcrochannel?? Newsgroups: alt.folklore.computers Date: Tue, 30 Apr 2002 15:46:34 GMTmaynard@thebrain.conmicro.cx (Jay Maynard) writes:
there were benchmarks of the ps/2 16mbit MCA t/r adapter card against the PC/RT designed 4mbit ISA t/r adapter card. While 16mbit t/r might have had higher aggregate thruput ... the cards were designed for office desk top thruput. Any single 16mbit MCA t/r card had lower sustained thruput than the PC/RT designed 4mbit ISA t/r card. Not so bad for random office desk top use ... but serious problem for engineering client/server ... especially where the "server" needed to sustain the aggregate of all the individual clients.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: "Soul of a New Machine" Computer? Newsgroups: alt.folklore.computers Date: Tue, 30 Apr 2002 15:31:55 GMTPete Fenelon writes:
rolm was using dg computers. we got to go in to look at the development process. There was one stage where it was taking 24hrs elapsed time just to load the new software into a switch for testing. at one time the rolm campus across from great america was considered the epitome of silicon valley. rolm was bought by ibm and then sold off to siemens. siemens now has a couple other bldgs in the area ... including the complex at the first street & 101 for its infineon spin-off.
somebody recently told a story about dg founder (de castro) and getting his startup funding from the money people.
random dg refs:
https://web.archive.org/web/20010223235626/http://computernewsdaily.com/247_090497_094212_26108.html
http://www.forbes.com/1997/10/14/feat.html
https://web.archive.org/web/20040427165907/http://multics.acms.org.au/z0105.htm
misc. SCI refs:
https://www.garlic.com/~lynn/96.html#8 Why Do Mainframes Exist ???
https://www.garlic.com/~lynn/96.html#25 SGI O2 and Origin system announcements
https://www.garlic.com/~lynn/98.html#40 Comparison Cluster vs SMP?
https://www.garlic.com/~lynn/2001b.html#39 John Mashey's greatest hits
https://www.garlic.com/~lynn/2001b.html#85 what makes a cpu fast
https://www.garlic.com/~lynn/2001f.html#11 Climate, US, Japan & supers query
https://www.garlic.com/~lynn/2001j.html#12 OT - Internet Explorer V6.0
https://www.garlic.com/~lynn/2001j.html#17 I hate Compaq
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: "Soul of a New Machine" Computer? Newsgroups: alt.folklore.computers Date: Tue, 30 Apr 2002 15:38:57 GMTcbh@ieya.co.REMOVE_THIS.uk (Chris Hedley) writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: "Soul of a New Machine" Computer? Newsgroups: alt.folklore.computers Date: Tue, 30 Apr 2002 16:41:46 GMTAnne & Lynn Wheeler writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Secure Device Drivers Newsgroups: comp.arch Date: Tue, 30 Apr 2002 17:18:58 GMThack@watson.ibm.com (hack) writes:
It was easy for CP & CMS ... since both CP & CMS effectively treated CKD devices as logical fixed block since the days of CP/40 in the mid-60s.
past multi-track search threads
https://www.garlic.com/~lynn/93.html#29 Log Structured filesystems -- think twice
https://www.garlic.com/~lynn/94.html#35 mainframe CKD disks & PDS files (looong... warning)
https://www.garlic.com/~lynn/97.html#16 Why Mainframes?
https://www.garlic.com/~lynn/97.html#29 IA64 Self Virtualizable?
https://www.garlic.com/~lynn/99.html#75 Read if over 40 and have Mainframe background
https://www.garlic.com/~lynn/2000.html#86 Ux's good points.
https://www.garlic.com/~lynn/2000f.html#18 OT?
https://www.garlic.com/~lynn/2000f.html#19 OT?
https://www.garlic.com/~lynn/2000f.html#42 IBM 3340 help
https://www.garlic.com/~lynn/2000g.html#51 > 512 byte disk blocks (was: 4M pages are a bad idea)
https://www.garlic.com/~lynn/2000g.html#52 > 512 byte disk blocks (was: 4M pages are a bad idea)
https://www.garlic.com/~lynn/2001.html#54 FBA History Question (was: RE: What's the meaning of track overfl ow?)
https://www.garlic.com/~lynn/2001b.html#82 Disks size growing while disk count shrinking = bad performance
https://www.garlic.com/~lynn/2001c.html#17 database (or b-tree) page sizes
https://www.garlic.com/~lynn/2001d.html#60 VTOC/VTOC INDEX/VVDS and performance (expansion of VTOC position)
https://www.garlic.com/~lynn/2001d.html#64 VTOC/VTOC INDEX/VVDS and performance (expansion of VTOC position)
https://www.garlic.com/~lynn/2001g.html#32 Did AT&T offer Unix to Digital Equipment in the 70s?
https://www.garlic.com/~lynn/2001l.html#40 MVS History (all parts)
https://www.garlic.com/~lynn/2002.html#5 index searching
https://www.garlic.com/~lynn/2002.html#6 index searching
https://www.garlic.com/~lynn/2002.html#10 index searching
https://www.garlic.com/~lynn/2002d.html#22 DASD response times
https://www.garlic.com/~lynn/2002f.html#8 Is AMD doing an Intel?
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: "Soul of a New Machine" Computer? Newsgroups: alt.folklore.computers Date: Wed, 01 May 2002 16:06:33 GMTCharles Richmond writes:
random past power/pc, somerset postings
https://www.garlic.com/~lynn/93.html#8 PowerPC Architecture (was: Re: PowerPC priced very low!)
https://www.garlic.com/~lynn/93.html#10 PowerPC Architecture (was: Re: PowerPC priced very low!)
https://www.garlic.com/~lynn/94.html#47 Rethinking Virtual Memory
https://www.garlic.com/~lynn/95.html#11 801 & power/pc
https://www.garlic.com/~lynn/98.html#25 Merced & compilers (was Re: Effect of speed ... )
https://www.garlic.com/~lynn/98.html#31 PowerPC MMU
https://www.garlic.com/~lynn/2000b.html#54 Multics dual-page-size scheme
https://www.garlic.com/~lynn/2000c.html#4 TF-1
https://www.garlic.com/~lynn/2000d.html#60 "all-out" vs less aggressive designs (was: Re: 36 to 32 bit transition)
https://www.garlic.com/~lynn/2001.html#38 Competitors to SABRE?
https://www.garlic.com/~lynn/2001.html#71 what is interrupt mask register?
https://www.garlic.com/~lynn/2001b.html#42 John Mashey's greatest hits
https://www.garlic.com/~lynn/2001g.html#13 Apple/PowerPC rumors
https://www.garlic.com/~lynn/2001g.html#23 IA64 Rocks My World
https://www.garlic.com/~lynn/2001i.html#24 Proper ISA lifespan?
https://www.garlic.com/~lynn/2001i.html#28 Proper ISA lifespan?
https://www.garlic.com/~lynn/2001j.html#36 Proper ISA lifespan?
https://www.garlic.com/~lynn/2001j.html#37 Proper ISA lifespan?
https://www.garlic.com/~lynn/2002c.html#19 Did Intel Bite Off More Than It Can Chew?
https://www.garlic.com/~lynn/2002c.html#38 Wang tower minicomputer
https://www.garlic.com/~lynn/2002g.html#11 "Soul of a New Machine" Computer?
https://www.garlic.com/~lynn/2002g.html#12 "Soul of a New Machine" Computer?
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Security Issues of using Internet Banking Newsgroups: alt.computer.security,alt.folklore.computers Date: Wed, 01 May 2002 16:15:07 GMTmrr@acer.reistad.priv.no (Morten Reistad) writes:
one of the environmental issues are point-of-sale terminals. a large percentage of POS terminals are kind-of repackaged PC/XTs with 2400 baud modems. One of the recent issues that came up looking at upgrading POS terminals to higher speeds ... was that just the protocol initialization hand-shaking chatter for higher speed modems takes longer than total elapsed time for existing calls.
misc. x9.59 refs:
https://www.garlic.com/~lynn/x959.html#x959
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why are Mainframe Computers really still in use at all? Newsgroups: bit.listserv.ibm-main,alt.folklore.computers Date: Wed, 01 May 2002 16:19:46 GMTeugene@cse.ucsc.edu (Eugene Miya) writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Black magic in POWER5 Newsgroups: comp.arch Date: Wed, 01 May 2002 16:48:34 GMTPeter Boyle writes:
somewhat in parallel with the multiple address space architecture support in the mainframe was the 801 work dating from the same era. This showed up in the ROMP chip ... used in PC/RTs. ROMP, instead of having a virtual address space register ... had 16 segment registers in a 32bit virtual address space. The top four bits of the 32bit virtual address selected/indexed a segment register. A ROMP segment register contained a 12bit segment-ID. The hardware table look aside, operated with a combo of 12bit segment-id/16bit page number. The ROMP documentation talked about 40bit virtual addressing ... this is because the hardware had 28-bit virtual address displacements within a segment plus the 12bit segment-id. A ROMP processor, in theory could have up to 4096 simultaneously actively defined virtual memory segments. If this was mapped into 32-bit unique virtual address spaces with 16 privately defined 256mbyte segments per 32-bit virtual address space ... it allowed for 256 simultaneously actively defined virtual address spaces supported in hardware. Note however, that the 801/ROMP architecture/implementation wasn't originally targeted at a UNIX virtual address space paradigm.
RIOS/POWER for the RS/6000 extended the 12bit segment-id found in ROMP to 24bits ... and therefor the RIOS/POWER documentation mentioning 52-bit virtual addressing supported by the hardware.
Part of the original issue involving things like buffer copies and different domains of control ... would involve the hardware being able to simultaneously access different pieces of data appearing in different address space ... and have an address specification mechanism that included multiple address spaces. The mainframe hardware access registers provide such a mechanism (original implementation in the late '70s with the 3033 dual-address space mode). The ROMP/RIOS also support hardware unique addressing across multiple virtual address spaces with "segment-ids".
A case could even be made that both the ROMP/RIOS and the access register solutions originally evolved in nearly the same time & place ... even with some of the same people overlap.
original post:
https://www.garlic.com/~lynn/2002g.html#5
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Black magic in POWER5 Newsgroups: comp.arch Date: Wed, 01 May 2002 17:01:41 GMTAnne & Lynn Wheeler writes:
see dual-address space reference in the above.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,comp.lang.c++,alt.folklore.computers Date: Wed, 01 May 2002 20:19:17 GMT"Rudvar Alswill" writes:
2) TCP/IP was a working implementation ... where OSI tended to be a lot of specification independent of practical implementation ... IETF at least required two operational, interoperable implementations prior to advancement to RFC.
3) TCP/IP underwent major evolution with the 1/1/83 cut-over from the strongly host-to-host orientation into "internet" (aka IP part of tcp/ip).
in the late '80s at one point in X3S3.3 (ansi standards for equivalent to OSI level 3 & 4) ... work on high speed protocol (HSP) effort was fealt to be very dubious because progression to ISO level supposedly required conformance with seperation of level 3 & level 4 operations. HSP would have collapsed portions of level 3 & 4 into single level. The ISO & ANSI OSI-related groups were already quite skizo over this requirement since IEEE 803 had already collapsed OSI level 1, level 2, and parts of level 3 into single layer (and there was no obvious easy way of declaring LANs invalid and having them all destroyed). HSP would have filled between the level 4 interface to IEEE 803 (aka all of OSI level 4 and all of OSI level 3 not already occupied by IEEE 803).
in that sense the organizational activities around the "pure, original, OSI architecture" wasn't very agile at adapting to changing technology. There were lots of organizational mandates about meeting pure architecture specification ... but not a whole lot of attention to practicallities of the real market and changing technology.
random past postings on this subject:
https://www.garlic.com/~lynn/99.html#0 Early tcp development?
https://www.garlic.com/~lynn/99.html#114 What is the use of OSI Reference Model?
https://www.garlic.com/~lynn/99.html#115 What is the use of OSI Reference Model?
https://www.garlic.com/~lynn/2000b.html#0 "Mainframe" Usage
https://www.garlic.com/~lynn/2000b.html#1 "Mainframe" Usage
https://www.garlic.com/~lynn/2000b.html#4 "Mainframe" Usage
https://www.garlic.com/~lynn/2000b.html#5 "Mainframe" Usage
https://www.garlic.com/~lynn/2000b.html#8 "Mainframe" Usage
https://www.garlic.com/~lynn/2000b.html#9 "Mainframe" Usage
https://www.garlic.com/~lynn/2000b.html#10 "Mainframe" Usage
https://www.garlic.com/~lynn/2000b.html#59 7 layers to a program
https://www.garlic.com/~lynn/2000b.html#79 "Database" term ok for plain files?
https://www.garlic.com/~lynn/2000d.html#63 Is Al Gore The Father of the Internet?
https://www.garlic.com/~lynn/2000d.html#70 When the Internet went private
https://www.garlic.com/~lynn/2000d.html#72 When the Internet went private
https://www.garlic.com/~lynn/2000e.html#19 Is Al Gore The Father of the Internet?^
https://www.garlic.com/~lynn/2001b.html#57 I am fed up!
https://www.garlic.com/~lynn/2001e.html#16 Pre ARPAnet email?
https://www.garlic.com/~lynn/2001e.html#17 Pre ARPAnet email?
https://www.garlic.com/~lynn/2001e.html#23 Pre ARPAnet email?
https://www.garlic.com/~lynn/2001e.html#24 Pre ARPAnet email?
https://www.garlic.com/~lynn/2001e.html#25 Pre ARPAnet email?
https://www.garlic.com/~lynn/2001e.html#32 Blame it all on Microsoft
https://www.garlic.com/~lynn/2001e.html#34 Blame it all on Microsoft
https://www.garlic.com/~lynn/2001i.html#5 YKYGOW...
https://www.garlic.com/~lynn/2001i.html#6 YKYGOW...
https://www.garlic.com/~lynn/2001j.html#4 I hate Compaq
https://www.garlic.com/~lynn/2001j.html#20 OT - Internet Explorer V6.0
https://www.garlic.com/~lynn/2001k.html#62 SMP idea for the future
https://www.garlic.com/~lynn/2001k.html#71 Encryption + Error Correction
https://www.garlic.com/~lynn/2001m.html#15 departmental servers
https://www.garlic.com/~lynn/2001n.html#15 Replace SNA communication to host with something else
https://www.garlic.com/~lynn/2001n.html#27 Unpacking my 15-year old office boxes generates memory refreshes
https://www.garlic.com/~lynn/2002e.html#53 Mainframers: Take back the light (spotlight, that is)
https://www.garlic.com/~lynn/2002e.html#61 Computers in Science Fiction
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Security Issues of using Internet Banking Newsgroups: alt.computer.security,alt.folklore.computers Date: Wed, 01 May 2002 21:21:01 GMT"Charlie Gibbs" writes:
for the NACHA aads trials (specifically "NACHA AADS RFI" & "NACHA AADS
results references"):
https://www.garlic.com/~lynn/x959.html#aads
it was a major under-taking to get the backend processor to return "incorrect digital signature" in place of "incorrect PIN". I've seen better worded message that says "your request exceeds your available balance" ... i.e. "available" taken to be a whole set of conditions. Of course somebody might have been trying to cut the number of characters displayed. Also this can be distinct indicator from "your request exceeds your limit" ... although both might map to same condition ... retrying the operation with a lower value.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,comp.lang.c++,alt.folklore.computers Date: Thu, 02 May 2002 03:40:41 GMT"David H. Lipman" <DLipman~nospam~@Verizon.Net> writes:
a couple misc. files tripped across:
gosip-v2.txt ... also gosip-v2.ps ... 10/90 gosip-order-info.txt 9/91 vendors-guide.doc 8/90RFCs mentioning GOSIP ... go to
& click on Term (term->RFC#) then click on "GOSIP" in the Acronym fastpath which gives:
Government OSI Profile (GOSIP)
see also Open Systems Interconnection
2441 1632 1629 1237 1169 1039
clicking on the actual RFC number, will bring up the RFC summary in the bottom frame. clicking on the ".txt=nnnnn" field in the summary will retrieve that specific RFC. misc. summaries from above:
1039
DoD statement on Open Systems Interconnection protocols, Latham D.,
1988/01/01 (3pp) (.txt=6024) (Obsoletes 945)
1169
Explaining the Role of GOSIP, Cerf V., Mills K., 1990/08/09 (15pp)
(.txt=29413)
some of the previously refs mentioning gosip:
https://www.garlic.com/~lynn/99.html#114 What is the use of OSI Reference Model?
https://www.garlic.com/~lynn/99.html#115 What is the use of OSI Reference Model?
https://www.garlic.com/~lynn/2000b.html#0 "Mainframe" Usage
https://www.garlic.com/~lynn/2000b.html#59 7 layers to a program
https://www.garlic.com/~lynn/2000b.html#79 "Database" term ok for plain files?
https://www.garlic.com/~lynn/2000d.html#16 The author Ronda Hauben fights for our freedom.
https://www.garlic.com/~lynn/2000d.html#43 Al Gore: Inventing the Internet...
https://www.garlic.com/~lynn/2000d.html#63 Is Al Gore The Father of the Internet?
https://www.garlic.com/~lynn/2001e.html#17 Pre ARPAnet email?
https://www.garlic.com/~lynn/2001e.html#32 Blame it all on Microsoft
https://www.garlic.com/~lynn/2001i.html#5 YKYGOW...
https://www.garlic.com/~lynn/2001i.html#6 YKYGOW...
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,comp.lang.c++,alt.folklore.computers Date: Thu, 02 May 2002 15:13:15 GMTJason Ozolins writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why are Mainframe Computers really still in use at all? Newsgroups: alt.folklore.computers Date: Thu, 02 May 2002 15:04:38 GMTab528@FreeNet.Carleton.CA (Heinz W. Wiggeshoff) writes:
I don't think it is an issue of desperation leading to farming out the work. I think it may be long term staffing levels ... for a (supposedly) short term project of any magnitude do you hire a bunch of civil serpents who you then have to fire when the project is done? Furthermore, the skill mix & staffing levels for such a modernization project is pretty different than the day-to-day operational & support staff.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: alt.folklore.computers Date: Thu, 02 May 2002 15:18:07 GMT"George R. Gonzalez" writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why are Mainframe Computers really still in use at all? Newsgroups: alt.folklore.computers Date: Thu, 02 May 2002 15:20:35 GMTAnne & Lynn Wheeler writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch Date: Thu, 02 May 2002 15:30:38 GMTChris Quayle writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Security Issues of using Internet Banking Newsgroups: alt.computer.security,alt.folklore.computers Date: Thu, 02 May 2002 17:11:58 GMTBrian Inglis writes:
I wrote a post-mortem kernel dump analyzer (in REXX, then called just REX) that had softcopy of the messages&codes manual and would automatically reference the appropriate detailed description. I also started development of a library of scripts that could do certain sets of specific analysis based on failure code.
misc. dumprx refs:
https://www.garlic.com/~lynn/94.html#11 REXX
https://www.garlic.com/~lynn/2000b.html#32 20th March 2000
https://www.garlic.com/~lynn/2000b.html#33 20th March 2000
https://www.garlic.com/~lynn/2001c.html#0 Z/90, S/390, 370/ESA (slightly off topic)
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,comp.lang.c++,alt.folklore.computers Date: Thu, 02 May 2002 17:31:14 GMTChris Morgan writes:
LDAP is much more of a networking protocol that accesses database backends (you don't see many LDAPs using other than pre-existing DBMS technology). It is also heavily influenced by IETF process ... aka
https://www.garlic.com/~lynn/rfcietff.htm
select Term (term->RFC#) and then select "LDAP" from the Acronym fastpath, i.e.:
ightweight directory access protocol (LDAP ) (LDAPv2) (LDAPv3 )
see also ITU directory service protocol , directory
3112 3088 3062 3060 3045 2927 2926 2891 2849 2830 2829 2820 2798 2739
2714 2713 2696 2657 2649 2596 2589 2587 2559 2307 2256 2255 2254 2253
2252 2251 2247 2164 1960 1959 1823 1798 1778 1777 1558 1487 1249
it is then possible to select on any of the RFC numbers to get a summary of the specific RFC. In the RFC summary entry it is possible to select on the ".txt=nnnn" field to retrieve the actual RFC ... aka
3088 E
OpenLDAP Root Service An experimental LDAP referral service, Zeilenga
K., 2001/04/16 (11pp) (.txt=19471)
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,comp.lang.c++,alt.folklore.computer Date: Thu, 02 May 2002 17:45:43 GMTTony Finch writes:
There are huge number of things that are ISO standards ... other than OSI networking standards. Many such ISO standards are widely deployed and successful. Just because something is an ISO standard doesn't automagically make it a failure and just because something is an IETF standard doesn't automagically make it a success. However, IETF has had something of a track record of requiring actual operational implementations before moving things along the standards track, aka it doesn't mean that the people in IETF are either smarter or dumber ... but there is something of a sanity check having real live implementations.
A world-wide deployed network message protocol that is an ISO standard is 8583 (neither TCP/IP nor OSI) ... all those ATM and point-of-sale (debit & credit) boxes that you find all over the world (as well as the backend bank-to-bank). Note, however it doesn't use ASN.1 encoding.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,comp.lang.c++ Date: Thu, 02 May 2002 21:51:46 GMTMarco S Hyman writes:
one of my claims regarding the internal corporate network being larger than all of arpanet/internet from the beginning until some time around '85 was that effectively the internal corporate network essentially supported gateway function in every node from the beginning.
misc. internet posts:
https://www.garlic.com/~lynn/internet.htm
https://www.garlic.com/~lynn/subnetwork.html#internet
https://www.garlic.com/~lynn/subindex.html#network
https://www.garlic.com/~lynn/subindx2.html#network
misc. osi, hsp, iso posts:
https://www.garlic.com/~lynn/subnetwork.html#xtphsp
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip Date: Fri, 03 May 2002 13:20:46 GMT"Ketil Malde" <ketil+@ii.uib.no> writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Secure Device Drivers Newsgroups: comp.arch Date: Fri, 03 May 2002 13:47:40 GMTJan C. Vorbrüggen writes:
the general path also got a lot faster ... in part because a lot of the code was somewhat spaghetti ... having been the result of something like 10+ year growth, modification, enhancements, and fixes (as well as having numerous anomolous conditions).
but I also did some amount of fastpath for the optimized case (somewhat out of habit having started doing fastpath something like 15 years earlier).
I also redid the path finding for i/o and path load balancing to improve its optimization and pathlenth. and then I had to redo it again. the emerging 3880 disk controller turned out to have significant alternate path penalty overhead. If the 3880 had to change channel/path between I/O operations there was significant internal latency and overhead (not only latency to initiate operations but also busy for servicing any other operations during the period). At low to moderate loading levels ... multiple path overhead in the 3880 tended to offset any increase in thruput because of additional parallel transfer paths. It wasn't until really high transfer utilization (optimally few very large transfers, minimizing 3880 control op involvement) that benefit of parallel transfers started to offset the internal 3880 controller overheads. As a result, parallel path scheduling wasn't just a simple matter of straight-forward load balancing across the available paths. The scenario at the time was that there could be 16-32 3mbyte/sec disks connected to a 3880 controller with up to four possible 3mbyte/sec parallel transfer paths (an alternative configuration was the same set of disks could be connected to a pair of 3880 controllers, each with up to four transfers paths, allowing up to eight parallel transfer paths to the same set of disks, clustering of up to eight different processors, each with a single path ... or some combination of processor clustering and parallel paths).
The other issue at the time was trying to get MVS support for FBA which significantly improved thruput in nearly all common environments.
misc. previous fastpath refs:
https://www.garlic.com/~lynn/93.html#1 360/67, was Re: IBM's Project F/S ?
https://www.garlic.com/~lynn/94.html#2 Schedulers
https://www.garlic.com/~lynn/94.html#54 How Do the Old Mainframes
https://www.garlic.com/~lynn/97.html#22 Pre S/360 IBM Operating Systems?
https://www.garlic.com/~lynn/2002.html#14 index searching
https://www.garlic.com/~lynn/2002c.html#45 cp/67 addenda (cross-post warning)
https://www.garlic.com/~lynn/2002e.html#52 PKI and Relying Parties
https://www.garlic.com/~lynn/2002e.html#60 Browser Security
https://www.garlic.com/~lynn/2002f.html#57 IBM competes with Sun w/new Chips
recent FBA & CKD thruput postings:
https://www.garlic.com/~lynn/2002g.html#13 Secure Device Drivers
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: ESCON Distance Limitations - Why ? Newsgroups: comp.arch.storage Date: Fri, 03 May 2002 14:50:21 GMT"Yves Amblard" writes:
It inherited the design from data-streaming half-duplex channel cables (originally increasing the per byte synchronized transfer distance from 200' to 8-byte synchronized transfer distance limitation of 400'). Don't think of ESCON like dual-simplex FCS ... and operation latencies ... think of it as data-streaming half-duplex bus&tag copper that just happens to be using fiber.
try search engines with escon, data-streaming, distance; example
http://www-1.ibm.com/servers/eserver/zseries/library/specsheets/pdf/optica.pdf
or "escon extended distance"
for exact formulae, might try library for something like ibm r&d
journal looking for an article when data-streaming &/or escon were
originally announced.
http://www.research.ibm.com/journal/
http://www.research.ibm.com/journal/rd37-6.html
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip Date: Fri, 03 May 2002 17:54:55 GMTAnne & Lynn Wheeler writes:
sum(IQ0, IQ1, ..., IQn)/n!
which also tends to zero for large n ...
it possibly is unrelated to the lowest IQ or even the inverse ... somebody once observed that effectiveness declined sharply as the number of really bright (opinionated) people went up (something akin to deadly-embrace scenario).
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,comp.lang.c++ Date: Sat, 04 May 2002 00:22:54 GMTAndi Kleen writes:
the IP (internet) layer ... was the major thing in the 1/1/83 great switch-over. the pre-IP, pre-1/1/83, NCP/IMP based infrastructure was not too far off (from OSI model), being much more of a traditional, homogeneous networking implementation. The 1/1/83 switch-over to an internetworking implementation added something that was different with the (IP) layer to inter-networking of networks (networks being a layer 3 concept, and inter-networking not having an OSI defintion).
The "inter-network" IP layer ... also including the concept of (inter)-networking gateways. My claim previous claim was that the internal corporate network effectively had gateway function support in every node and was one of the reasons that the internal corporate network was larger than the whole arpa/internet until sometime circa 1985. I claim that the introduction of the IP layer and internetworking with gateways was one of the things that help promote the take-off of the internet (in 1/1/83 switch-over) and for it to surpose the internal network in size (there was a number of other factors also).
misc. past 1/1/83 switch over postings
https://www.garlic.com/~lynn/2001c.html#4 what makes a cpu fast
https://www.garlic.com/~lynn/2001e.html#16 Pre ARPAnet email?
https://www.garlic.com/~lynn/2001l.html#35 Processor Modes
https://www.garlic.com/~lynn/2001m.html#48 Author seeks help - net in 1981
https://www.garlic.com/~lynn/2001m.html#54 Author seeks help - net in 1981
https://www.garlic.com/~lynn/2001n.html#6 Author seeks help - net in 1981
https://www.garlic.com/~lynn/2001n.html#87 A new forum is up! Q: what means nntp
https://www.garlic.com/~lynn/2002.html#32 Buffer overflow
https://www.garlic.com/~lynn/2002b.html#53 Computer Naming Conventions
https://www.garlic.com/~lynn/2002b.html#58 ibm vnet : Computer Naming Conventions
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: The need for Meaningful Error Messages :) Newsgroups: alt.folklore.computers Date: Sun, 05 May 2002 23:14:54 GMTab528@FreeNet.Carleton.CA (Heinz W. Wiggeshoff) writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Security Issues of using Internet Banking Newsgroups: alt.computer.security,alt.folklore.computers Date: Sun, 05 May 2002 23:21:58 GMTsomewhat related to internet banking security ... i updated my merged security glossary with NSA's intrustion glossary. payment, financial, x9f, and security glossaries at:
the addition of this glossary along with some associated references
seems to beg for new taxonomy structure for "security software" (I
added some ... but not extensive).
https://www.garlic.com/~lynn/secure.htm
also somewhat related to secure financial transactions is the
non-repudiation thread on PKIX mailing list:
https://www.garlic.com/~lynn/aadsm11.htm#5 Meaning of Non-repudiation
https://www.garlic.com/~lynn/aadsm11.htm#6 Meaning of Non-repudiation
https://www.garlic.com/~lynn/aadsm11.htm#7 Meaning of Non-repudiation
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why is DSA so complicated? Newsgroups: sci.crypt Date: Mon, 06 May 2002 02:53:05 GMTashwood@msn.com (Joseph Ashwood) writes:
As a result, they have tended to use RSA keys ... where the keys have been generated externally and injected into the device ... and then used to sign messages ... which have had random numbers included in the body of the message before passing to the device (NONCEs).
Given a "small device" with adequate random number capability ... then
it is possible to do both DSA (ECC or otherwise) key generation in the
device as well as DSA signatures (requiring random number generated
for each signature). Had an opportunity to have booth demonstrating
one such hardware token at cardtech/securetech two weeks ago in New
Orleans. misc refs to aads chip strawman:
https://www.garlic.com/~lynn/x959.html#aads
NIST FIPS page:
http://csrc.nist.gov/publications/fips/index.html
... with respect to fips186-2:
DRAFT
October 2001 -- A change notice for FIPS 186-2, Digital Signature
Standard (DSS) (.pdf file), has been made available that addresses key
sizes and random number generation. This change notice replaces the
item that was posted on August 3, 2001, Recommendations Regarding
Federal Information Processing Standard (FIPS) 186-2, Digital
Signature Standard (DSS). Comments and questions for this
recommendation are requested and may be addressed to FIPS186@nist.gov.
... from fips186-1:
APPENDIX 3. RANDOM NUMBER GENERATION FOR THE DSA
Any implementation of the DSA requires the ability to generate random
or pseudorandom integers. Such numbers are used to derive a user's
private key, x, and a user's per message secret number, k. These
randomly or pseudorandomly generated integers are selected to be
between 0 and the 160-bit prime q (as specified in the standard).
They shall be generated by the techniques given in this appendix, or
using other FIPS approved security methods.
One FIPS approved pseudorandom integer generator is supplied in
Appendix C of ANSI X9.17, "Financial Institution Key Management
(Wholesale)."
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: "Soul of a New Machine" Computer? Newsgroups: alt.folklore.computers Date: Mon, 06 May 2002 12:41:58 GMTEric Smith <eric-no-spam-for-me@brouhaha.com> writes:
with regard to:
https://www.garlic.com/~lynn/2002g.html#18 Black magic in POWER5
there is folklore that the individual worked last two weeks up until
final hour on blue iliad (which never got much past early sample
chips; romp was 16bit chip, blue iliad was first 32bit, big & hot; &
RIOS was 32bit):
https://www.garlic.com/~lynn/98.html#25 Merced & compilers (was Re: Effect of speed ... )
https://www.garlic.com/~lynn/99.html#66 System/1 ?
https://www.garlic.com/~lynn/2000.html#16 Computer of the century
https://www.garlic.com/~lynn/2000d.html#60 "all-out" vs less aggressive designs (was: Re: 36 to 32 bit transition)
random romp postings:
https://www.garlic.com/~lynn/98.html#26 Merced & compilers (was Re: Effect of speed ... )
https://www.garlic.com/~lynn/98.html#27 Merced & compilers (was Re: Effect of speed ... )
https://www.garlic.com/~lynn/99.html#64 Old naked woman ASCII art
https://www.garlic.com/~lynn/99.html#129 High Performance PowerPC
https://www.garlic.com/~lynn/2000.html#49 IBM RT PC (was Re: What does AT stand for ?)
https://www.garlic.com/~lynn/2000.html#59 Multithreading underlies new development paradigm
https://www.garlic.com/~lynn/2000b.html#54 Multics dual-page-size scheme
https://www.garlic.com/~lynn/2000c.html#4 TF-1
https://www.garlic.com/~lynn/2001c.html#84 database (or b-tree) page sizes
https://www.garlic.com/~lynn/2001d.html#12 database (or b-tree) page sizes
https://www.garlic.com/~lynn/2001f.html#22 Early AIX including AIX/370
https://www.garlic.com/~lynn/2001f.html#43 Golden Era of Compilers
https://www.garlic.com/~lynn/2002c.html#40 using >=4GB of memory on a 32-bit processor
https://www.garlic.com/~lynn/2002g.html#17 Black magic in POWER5
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip Date: Mon, 06 May 2002 13:10:11 GMT"A. G. McDowell" writes:
the concept of interneting & gateways (again something not provided for by OSI and was ruled invalid/violations) had come about 1/1/83 and in part allowed the internet to exceed the size of the internal corporate network by sometime '85 (pre 1/1/83, non-internetworking & non-gateway was much more straight OSI).
NSF had let RFP for NSFNET1 backbone ... however it came about at time that the internet was growing, interneting/gateways was prooving valid and there was huge excessive dark fiber capacity sitting around. The result was that the amount of commercial resources dumped into the backbone was far in excess of the funding provided by the NSF NSFNET (& NSFNET2) backbone RFP (direct & indirect commercial backing was far in excess of federal funding; there has been side threads in the past about the acceptable use policies not allowing commercial use of the NSFNET backbone because it was total federal backing). A conjecture was that the dark fiber owners were attempting to promote both actual use and the academic development of applications oriented towards large bandwidth utilization (planting seeds for utilization demand of the dark fiber bandwidth). One could say that they succeeded ... most notably with the advent of Mosaic.
random nsfnet & interop refs:
https://www.garlic.com/~lynn/submain.html#subject Postings by various subjects
https://www.garlic.com/~lynn/internet.htm
https://www.garlic.com/~lynn/94.html#34 Failover and MAC addresses (was: Re: Dual-p
https://www.garlic.com/~lynn/94.html#36 Failover and MAC addresses (was: Re: Dual-p
https://www.garlic.com/~lynn/98.html#49 Edsger Dijkstra: the blackest week of his professional life
https://www.garlic.com/~lynn/98.html#59 Ok Computer
https://www.garlic.com/~lynn/99.html#33 why is there an "@" key?
https://www.garlic.com/~lynn/99.html#37a Internet and/or ARPANET?
https://www.garlic.com/~lynn/99.html#37b Internet and/or ARPANET?
https://www.garlic.com/~lynn/99.html#38c Internet and/or ARPANET?
https://www.garlic.com/~lynn/99.html#40 [netz] History and vision for the future of Internet - Public Question
https://www.garlic.com/~lynn/99.html#138 Dispute about Internet's origins
https://www.garlic.com/~lynn/99.html#146 Dispute about Internet's origins
https://www.garlic.com/~lynn/2000.html#49 IBM RT PC (was Re: What does AT stand for ?)
https://www.garlic.com/~lynn/2000c.html#26 The first "internet" companies?
https://www.garlic.com/~lynn/2000c.html#59 Does the word "mainframe" still have a meaning?
https://www.garlic.com/~lynn/2000c.html#78 Free RT monitors/keyboards
https://www.garlic.com/~lynn/2000d.html#16 The author Ronda Hauben fights for our freedom.
https://www.garlic.com/~lynn/2000d.html#19 Comrade Ronda vs. the Capitalist Netmongers
https://www.garlic.com/~lynn/2000d.html#43 Al Gore: Inventing the Internet...
https://www.garlic.com/~lynn/2000d.html#56 Is Al Gore The Father of the Internet?
https://www.garlic.com/~lynn/2000d.html#58 Is Al Gore The Father of the Internet?
https://www.garlic.com/~lynn/2000d.html#59 Is Al Gore The Father of the Internet?
https://www.garlic.com/~lynn/2000d.html#63 Is Al Gore The Father of the Internet?
https://www.garlic.com/~lynn/2000d.html#70 When the Internet went private
https://www.garlic.com/~lynn/2000d.html#71 When the Internet went private
https://www.garlic.com/~lynn/2000d.html#72 When the Internet went private
https://www.garlic.com/~lynn/2000d.html#73 When the Internet went private
https://www.garlic.com/~lynn/2000d.html#74 When the Internet went private
https://www.garlic.com/~lynn/2000d.html#77 Is Al Gore The Father of the Internet?^
https://www.garlic.com/~lynn/2000e.html#5 Is Al Gore The Father of the Internet?^
https://www.garlic.com/~lynn/2000e.html#10 Is Al Gore The Father of the Internet?^
https://www.garlic.com/~lynn/2000e.html#11 Is Al Gore The Father of the Internet?^
https://www.garlic.com/~lynn/2000e.html#19 Is Al Gore The Father of the Internet?^
https://www.garlic.com/~lynn/2000e.html#28 Is Al Gore The Father of the Internet?^
https://www.garlic.com/~lynn/2000e.html#29 Vint Cerf and Robert Kahn and their political opinions
https://www.garlic.com/~lynn/2000e.html#31 Cerf et.al. didn't agree with Gore's claim of initiative.
https://www.garlic.com/~lynn/2000f.html#44 Al Gore and the Internet (Part 2 of 2)
https://www.garlic.com/~lynn/2000f.html#47 Al Gore and the Internet (Part 2 of 2)
https://www.garlic.com/~lynn/2000f.html#50 Al Gore and the Internet (Part 2 of 2)
https://www.garlic.com/~lynn/2000f.html#51 Al Gore and the Internet (Part 2 of 2)
https://www.garlic.com/~lynn/2001.html#4 Sv: First video terminal?
https://www.garlic.com/~lynn/2001d.html#42 IBM was/is: Imitation...
https://www.garlic.com/~lynn/2001e.html#76 Stoopidest Hardware Repair Call?
https://www.garlic.com/~lynn/2001h.html#44 Wired News :The Grid: The Next-Gen Internet?
https://www.garlic.com/~lynn/2001h.html#74 YKYGOW...
https://www.garlic.com/~lynn/2001i.html#5 YKYGOW...
https://www.garlic.com/~lynn/2001i.html#6 YKYGOW...
https://www.garlic.com/~lynn/2002.html#33 Buffer overflow
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why is DSA so complicated? Newsgroups: sci.crypt Date: Mon, 06 May 2002 18:21:40 GMT"Roger Schlafly" writes:
there is a lot of stuff about padding and including random numbers in the body of messages that are RSA signed ... however since it isn't actually part of the specification ... they allow external forces to supply all of that externally before sending the message to the token for signing (aka random numbers all being done externally to the token). that leaves the token dependent on external forces for the random numbers & padding (possible choice when tokens were chosen w/o real random number capability, keys generated externally, and just SHA-1 sent to token for RSA signing).
This possibly exposes a token to risks of signing mal-formed messages/SHA-1? ... which is mitigated when token accepts full responsibility for fips186 operation (security issues of signing dependencies are all encapsulated explicitly in the standard).
There is possibility that any belief that RSA was much simpler and didn't have any of these other security issues allowed for bifurcated implementations ... with tokens just doing simple RSA encrypting of sha-1.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why is DSA so complicated? Newsgroups: sci.crypt Date: Mon, 06 May 2002 18:21:40 GMT"Roger Schlafly" writes:
there is a lot of stuff about padding and including random numbers in the body of messages that are RSA signed ... however since it isn't actually part of the specification ... they allow external forces to supply all of that externally before sending the message to the token for signing (aka random numbers all being done externally to the token). that leaves the token dependent on external forces for the random numbers & padding (possible choice when tokens were chosen w/o real random number capability, keys generated externally, and just SHA-1 sent to token for RSA signing).
This possibly exposes a token to risks of signing mal-formed messages/SHA-1? ... which is mitigated when token accepts full responsibility for fips186 operation (security issues of signing dependencies are all encapsulated explicitly in the standard).
There is possibility that any belief that RSA was much simpler and didn't have any of these other security issues allowed for bifurcated implementations ... with tokens just doing simple RSA encrypting of sha-1.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why is DSA so complicated? Newsgroups: sci.crypt Date: Mon, 06 May 2002 19:36:42 GMT"Anton Stiglic" writes:
lets say where is the trust/security boundary ... is the trust/security boundary only around the physical perimeter of the chip inside the hardware token ... or does the trust/security boundary extend to all the components that the chip might be dependent on for correct operation.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: ibm icecube -- return of watercooling? Newsgroups: comp.arch,comp.arch.storage Date: Tue, 07 May 2002 04:14:24 GMT"del cecchi" writes:
quick check with alta-vista just turned up these pictures:
https://web.archive.org/web/20030105092947/http://www.telnet.hu/hamster/oldiron/e_ibms.html
didn't show insides of the 4381 ... but did show inside 3090
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip Date: Tue, 07 May 2002 15:42:16 GMTcraigp@world.std.com (Craig Partridge) writes:
What I was calling NSFNET1 backbone ... was the RFP for "T1" backbone
which was "won" by Merit, IBM, & MCI (for $11.2m, if I remember
right), and NSFNET2 backbone was for RFP for "T3" backbone. Both the
NSFNET1 backbone and NSFNET2 backbone were heavily subsidized by
commercial sources far in excess of the RFP bid awards/funding by the
federal gov:
https://www.garlic.com/~lynn/2000e.html#10
Earlier NSFNET/CSNET efforts funded by NSFNET were shoestring (aka not
the heavy commerical subsidy of later activities) ... somewhat
related:
https://www.garlic.com/~lynn/99.html#37a
only slightly related:
https://www.garlic.com/~lynn/2001h.html#65
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,alt.folklore.computers Date: Tue, 07 May 2002 16:02:21 GMThfbonney writes:
ANSI X3S3.3 had standards responsibility for approx. network/transport level responsibility and fed into the corresponding standards body at the ISO level. the message was that x3s3.3 could work on HSP (high speed protocol) but that the ISO group wouldn't pass it as a standard ... because the charter for that standards group was that standards had to conform to the OSI model (and the ISO group responsible for lower level standards activity also had charter that stated they could only pass standards that conformed to the OSI model).
That doesn't say that there weren't other ANSI and ISO groups that could pass standards ... which didn't require conforming to OSI model ... especially if they were in specialized industries.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why are Mainframe Computers really still in use at all? Newsgroups: alt.folklore.computers Date: Tue, 07 May 2002 16:13:57 GMT"Russell P. Holsclaw" writes:
360/50 had 2mic memory ... 360/60 & 360/70 were to have 1mic memory ... before first customer ship, memory technology was upgraded to 750ns memory and the model numbers changed to 360/65 & 360/75. There were some 360/65s early-on running with 256k ... but operating system requirements eventually forced customers to larger memory configurations.
note/update:
I remember reading an early document about 360/6x machine with virtual
memory having one, two, and four processors. I sort of had vaque
recollection that it was model number other than 360/67.
however, i've subsequently been told that 360/60 was with 2mic memory
and 360/62 was with 1mic memory. both models never shipped, and were
replaced with 360/65 with 750ns memory. the 360/67 then shipped as
360/65 with virtual memory ... only available in one (uniprocessor)
and two processor (multiprocessor) configurations
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,comp.lang.c++ Date: Tue, 07 May 2002 17:58:18 GMT"Rudvar Alswill" writes:
the internal corporate network (larger than arpanet/internet) for much of the early life (until approx. '85) was not SNA based. In fact, SNA didn't even have a "network" layer ... it was oriented towards providing large scale, centrialized terminal control operation. The first appearance of anything resembling networking was with APPN. The SNA group non-concurred with the announcement of APPN ... and there was a 3 month delay while the issues were resolved. The final announcement letter was carefully crafted to not directly link APPN (& networking) and SNA in any way what so ever.
my wife spent a very short stint early on with SNA architecture group. this was before she went to pok with responsibility for loosely-coupled architecture and wrote Peer-Coupled Shared Data architecture (basis for IMS hotstandby and later sysplex). The loosely-coupled/cluster stuff was also not SNA.
random past posts:
https://www.garlic.com/~lynn/subindex.html#network
https://www.garlic.com/~lynn/subindx2.html#network
https://www.garlic.com/~lynn/subpubkey.html#networking
https://www.garlic.com/~lynn/subtopic.html#hacmp
misc. other folklore:
https://www.garlic.com/~lynn/2000b.html#69 oddly portable machines.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,alt.folklore.computers Date: Wed, 08 May 2002 14:01:58 GMTDirk Fieldhouse writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why did OSI fail compared with TCP-IP? Newsgroups: comp.arch,comp.protocols.iso,comp.protocols.tcp-ip,alt.folklore.computers Date: Wed, 08 May 2002 14:23:51 GMTAnne & Lynn Wheeler writes:
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Timecard stupidity Newsgroups: alt.folklore.computers Date: Thu, 09 May 2002 14:55:16 GMTCBFalconer writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Spotting BAH Claims to Fame Newsgroups: alt.folklore.computers Date: Thu, 09 May 2002 15:04:05 GMTjmfbahciv writes:
A big incentive for using script was conditional logic. The principle of operations manual was really selected pieces from a larger document called the "red book" or the 370 architecture manual (and internal only document). When printed as the 370 architecture manual ... there was the full specifications. When printed as the 370 principle of ops ... all the detailed specifications disappeared and just got the public document.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Are you sure about MONDEX? Newsgroups: alt.technology.smartcards Date: Fri, 10 May 2002 19:32:53 GMTkgold@watson.ibm.com (kgold) writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Are you sure about MONDEX? Newsgroups: alt.technology.smartcards Date: Fri, 10 May 2002 19:34:53 GMToh yes, random past mondex refs:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Multics hardware (was Re: "Soul of a New Machine" Computer?) Newsgroups: alt.folklore.computers,alt.os.multics Date: Sat, 11 May 2002 10:24:53 GMTBrian Inglis writes:
the los gatos lab. was originally advanced system divison built in the '60s. early on they did stuff like AM0 ... i believe effectively precursor to vsam. it was peculiar bldg. on 200 acres over the hill from san jose dump. it was rambling 1 story bldg. built with special run of 5'(?) wide redwood plywood (inside & out). later years was particular problem as there was continual problem with scavenging parts ... since there was no place to buy it. lsg did work on the ibm atm machine, jib-prime (processor in the 3880 disk controller), blue iliad (1st 32-bit 801 risc chip). it also was first to use scanning electronic microscope to analyze running microchip. they had several GE-Calma chip design stations ... and of cours the LSM ... los gatos state machine ... original hardware logic simulator (or sanitized version ... logic simulator machine ... precursor to YSM & EVE). it also had microwave tower on top of the hill above the dump with line of site between the bldg. 29 (aka los gatos lab) and the roof of bldg. 12 on the main plant site that ran 45mbit (T3) collins digital radio (there was similar setup between bldg. 12 and STL/bldg.90 with the tower on the ridge to the west of santa teresa)/
A couple of years ago, bldg. 29 was demolished and land sold off for housing development. It was off guadalupe mines road ... just off of camden (about halfway between camden/blossom hill intersection & camden/almaden xway). The post was then moved to almaden research (where i think it may still live).
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Siemens ID Device SDK (fingerprint biometrics) ??? Newsgroups: alt.computer.security Date: Sat, 11 May 2002 15:23:25 GMT"Spelcher" <sam@@biomassmedia.com> writes:
they (joint infineon/siemens) also had a display that had 8in wafer that was being repeatedly flexed by two arms that bent two edges of the wafer until they met and then back to straight. they use silicon wafer manufacturing technology to create the fingerprint sensor ... and were demonstrating that they can put the sensor on a 7816 card and it will meet the ISO "flexing" standards.
so in addition to the mice & keyboards ... they also showed the sensor in a 7816 card.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Amiga Rexx Newsgroups: alt.folklore.computers Date: Sun, 12 May 2002 16:05:47 GMT"Jim Mehl" writes:
the rexx language association
http://www.rexxla.org
ANSI standard x3.274-1996
http://www.rexxla.org/Standards/standards.html
Rexx links (including operating system & amiga pointers):
http://www.rexxla.org/Links/links.html
random past refs:
https://www.garlic.com/~lynn/94.html#11 REXX
https://www.garlic.com/~lynn/94.html#22 CP spooling & programming technology
https://www.garlic.com/~lynn/95.html#00 old mainframes & text processing
https://www.garlic.com/~lynn/2000b.html#29 20th March 2000
https://www.garlic.com/~lynn/2000b.html#30 20th March 2000
https://www.garlic.com/~lynn/2000b.html#31 20th March 2000
https://www.garlic.com/~lynn/2000b.html#32 20th March 2000
https://www.garlic.com/~lynn/2000b.html#33 20th March 2000
https://www.garlic.com/~lynn/2000c.html#41 Domainatrix - the final word
https://www.garlic.com/~lynn/2001.html#27 VM/SP sites that allow free access?
https://www.garlic.com/~lynn/2001b.html#30 perceived forced conversion from cp/m to ms-dos in late 80's
https://www.garlic.com/~lynn/2001e.html#60 Estimate JCL overhead
https://www.garlic.com/~lynn/2001f.html#10 5-player Spacewar?
https://www.garlic.com/~lynn/2001h.html#8 VM: checking some myths.
https://www.garlic.com/~lynn/2001h.html#76 Other oddball IBM System 360's ?
https://www.garlic.com/~lynn/2001j.html#26 Help needed on conversion from VM to OS390
https://www.garlic.com/~lynn/2001k.html#35 Newbie TOPS-10 7.03 question
https://www.garlic.com/~lynn/2001m.html#43 FA: Early IBM Software and Reference Manuals
https://www.garlic.com/~lynn/2001n.html#11 OCO
https://www.garlic.com/~lynn/2001n.html#26 Open Architectures ?
https://www.garlic.com/~lynn/2001n.html#36 Movies with source code (was Re: Movies with DEC minis)
https://www.garlic.com/~lynn/2002e.html#45 REXX and its designer (was: IBM 7090 instruction set)
https://www.garlic.com/~lynn/2002f.html#29 Computers in Science Fiction
https://www.garlic.com/~lynn/2002g.html#27 Security Issues of using Internet Banking
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Amiga Rexx Newsgroups: alt.folklore.computers Date: Sun, 12 May 2002 21:06:32 GMTab528@FreeNet.Carleton.CA (Heinz W. Wiggeshoff) writes:
warning drift ... the above references is an agenda for annual vmite meeting ... is was held very year at sjr (couple hundred people from around the world) usually the week before SHARE. one year, the hottest after meeting activity was the recently opened (original, very first) chuck e. cheez on kooser (just after the blossom hill/kooser fork; a couple blocks from the old almaden winery).
besides Mike's talk on REX ... there was Jim's talk on (first relational database) System/R.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Amiga Rexx Newsgroups: alt.folklore.computers Date: Sun, 12 May 2002 23:26:20 GMT"Jim Mehl" writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Amiga Rexx Newsgroups: alt.folklore.computers Date: Mon, 13 May 2002 03:22:17 GMT"Jim Mehl" writes:
al griefer (still doing fridays) was the catcher in Endicott for system/r code for what became sql/ds (later transferred to SJR). original fridays were frequently at a deli called the courtyard in the shopping center at bernal & santa teresa (they are now periodically held at the same place ... but it is now a mexican restaurant). there was also (later) an erik's deli that opened up across from the main plant site (it is still there) ... i'm sure it was purely coincidental but for a long time my name was on the door to the back/side room and they would let us have pitchers of anchor steam at discount.
jim & I were keynote speakers at nasa meeting in santa cruz a year ago.
system/r reunion
http://www.mcjones.org/System_R/SQL_Reunion_95/
random old rexx announcement from google groups:
http://groups.google.com/groups?q=cmslives&hl=en&selm=91324.162448CATHIE%40SLACVM.SLAC.STANFORD.EDU&rnum=1
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: GE 625/635 Reference + Smart Hardware Newsgroups: alt.os.multics Date: Mon, 13 May 2002 19:44:58 GMT"Douglas H. Quebbeman" writes:
some of the 360/370 platforms have real live hardware that look, taste, and feel like real channel interfaces and allow attachment of real devices. the emulation then only has to worry about the simulation of the direct channel programming fetch and hand-off.
there typically is a much smaller set of devices that are simulated on other kinds of devices ... like 3270x into windows, ckd disks on scsi, 3420/3480 tapes on dat tapes, etc.
It isn't so much the channel emulation that is the issue ... in fact, CCWTRANS from CP/67 copies and redoes CCWs from virtual space to real space is a pretty clear example ... if the emulator (i.e. CP/67 is an 360 emulator providing virtual machines ... but happens to run on the same 360 hardware that it is emulating). Another example from 25 years ago are the HYPERchannel remote device adapter. There was some code that collected up the CCW program, slightly massaged them and then downloaded them into a remote NSC A51X box which emulated IBM channels and allowed attachment of real 360 controllers and devices. NCAR used the function to implement a SAN on IBM ckd disks .... i.e. a ibm 370 played the games with A51x boxes but the actual transfer to/from disks involved Crays (and some number of other types of computers).
The TRP era of early '90s had LANL commercializing their internal filesystem as DataTree (thru General Atomics), LLNL commercializing their internal filesystem as Unitree (also thru General Atomics), NCAR commercializing their stuff (as Mesa Archival) and NASA/AMES commercializing their stuff (I don't remember their product name). All four used NSC HYPERchannel in one form or another.
misc. hyperchannel refs:
https://www.garlic.com/~lynn/subnetwork.html#hsdt
the other aspect was vendors who built plug-compatible (PCM) hardware
that looked & tasted like ibm devices and attached to real ibm
channels:
https://www.garlic.com/~lynn/submain.html#360pcm
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: ibm icecube -- return of watercooling? Newsgroups: comp.arch,comp.arch.storage Date: Mon, 13 May 2002 19:56:13 GMTnmm1@cus.cam.ac.uk (Nick Maclaren) writes:
I once visited a commerical data center that was so sensitive to things like lightning strikes, etc ... that they brought in the company that builds that top of the line PDU and said we are hiring three engineering companies to work with you to redesign the PDU to meet our requirements (this was about 5-6 years ago) ... and you can have the results as long as you build what we needed. I was told that within a year afterwards ... there was already 1200 of these new PDUs installed in just the DC metropolitan area.
The commercial PDUs might have two or more separate feeds from different power sub-stations, a bank of batteries and diesel generators. The batteries are primarily there until the diesel comes online. Real operations tend to also run off the diesel at least one hour a month to verify that everything is in working order.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Pardon my ignorance, Newsgroups: alt.folklore.computers Date: Mon, 13 May 2002 23:27:06 GMTslavins@hearsay.demon.co.uk@localhost (Simon Slavin) writes:
blades may be related to that.
also remember data-blades ... from the stonebreaker object/relational company that Informix bought (which was then in turn bought by ibm).
with respect to rack-mount horizontal blades(?) and forced cooling
from special ducks in the side of the racks (long ago and far away):
https://www.garlic.com/~lynn/2000c.html#21
https://www.garlic.com/~lynn/2000c.html#22
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Pardon my ignorance, Newsgroups: alt.folklore.computers Date: Tue, 14 May 2002 17:36:03 GMTEric Sosman writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Real man-in-the-middle attacks? Newsgroups: sci.crypt Date: Wed, 15 May 2002 20:03:23 GMTNOSPAMperlmodules@lunkwill.org (Jason) writes:
note that since all the CAs rely on the domain name infrastructure as the authoritative agency for certifying domain names when issuing domain name certificates ... one of the domain name infrastructures risks is also to subvert the domain name infrastructure just prior to requesting a domain name cert .... aka both end users as well as CAs are at risks with attacks on the domain name infrastructure.
One of the CA-oriented proposals to improve the domain name infrastructure for the purposes of CAs being able to rely on (trust) the integrity of the domain name infrastructure when they are going to go thru the certification process for issuing a domain name server certificate .... is to have people register public key in association with domain names.
That and other work in DNSSEC also improves the integrity of the domain name infrastructure for everybody (not just the CAs which require it in order to be able to rely on the validity of the associations in the certificate) ... but effectively also obsoletes much of the need for the SSL domain name certificates at all; aka you can trust the information that you get from the domain name infrastructure, the domain name infrastructure already supports serving up arbritrary information that maps to a domain name (not just an ip-address) .... so the domain name infrastructure could serve up both the ip-address and any registered public key in the same operation.
since the domain name infrastructure would have been strengthend (in large part because CAs have to be able to trust domain name infrastructure) ... then both the served up ip-address and public key can be trusted (certificates are trusted associations because of the ca signature; trusted domain name infrastructure can also provide trusted associations ... not only ip-addresses but also public keys ... w/o actually requiring certificates).
random refs:
https://www.garlic.com/~lynn/subpubkey.html#sslcerts
misc glossaries (including merged security glossary):
https://www.garlic.com/~lynn/index.html#glossary
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Formal Classification for Security Topics Newsgroups: sci.crypt Date: Wed, 15 May 2002 20:14:17 GMTshahram@sharif.edu (Shahram) writes:
Hi, I'm looking for a formal classification of computer/network security project topics so that I can categorize the related projects in separate groups. A very high level classification would be: 1. Protection 2. Detection 3. Response However, this is a very general classification and most of the projects fall into more than one category. I have made another list of categories which is given below: 1. Hacking/cracking, and DOS attacks 2. IDS and auditing techniques 3. Firewalls 4. OS security 5. VPN 6. Security in distributed computers and networks (except Internet) 7. Internet protocols security (including IP, IPSec, TLS, S/MIME, ...) 8. Electronic payment systems (and electronic commerce) security 9. Wireless and mobile security 10. Authentication, identification, and access control techniques 11. Cryptographic algorithms and protocols (including key distribution) 12. CA and PKI (digital signature techniques) 13. Database security 14. Smart card security 15. Multi-media security 16. Computer viruses 17. Security standards and policies I would like to know if there is any other category that could be added to the above list or maybe some of the categories should be merged. Is there any formal classification for what I am looking for? Any comment/reply is highly appreciated. Thanks in advance,I was updating the taxonomy for the merged security glossary after I picked the NSA Intrusion Glossary as well as some recent SC27 glossary stuff.
I eventually added a high-level for "security software" ... various
kinds of IDS, firewalls, virus checkers, etc (primarily as a result of
a lot of the NSA intursion glossary structure). I also found that SC27
is big on evidence, proof, audits, and time-stamping ... so added a
high level category for evidence. ... refs:
https://www.garlic.com/~lynn/secure.htm .... merged security glossary & taxonomy
some notes on sources:
https://www.garlic.com/~lynn/index.html#glossary
I already had a high level category for risks & risk management. risk management sort of subsumes protection, detection and response as well as overlapping evidence and audit (as well as security software).
risks then subsumes threats, attacks, vulnerabilities and some other categories.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Coulda, Woulda, Shoudda moments? Newsgroups: alt.folklore.computers Date: Thu, 16 May 2002 00:24:06 GMTted@loft.tnolan.com (Ted Nolan <tednolan>) writes:
for something else that could have been different ... that people that wanted to do sun came and wanted to know if the corporation would do it. there was an evaluation done at PASC (palo alto science center, cms of course was at cambridge science center ... cms having been cambridge monitor system before being made more acceptable by changing it to conversational monitor system). In any case, three other groups around the company came into PASC for the evaluation ... and all claimed to be doing something similar but much better. As a result, the company declined to do sun. The sun guys then looked for some other way to get it started.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Why are Mainframe Computers really still in use at all? Newsgroups: alt.folklore.computers Date: Thu, 16 May 2002 00:33:50 GMTehrice@his.com (Edward Rice) writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Digital signature Newsgroups: comp.security.misc Date: Thu, 16 May 2002 12:52:17 GMTtreebirds@hotmail.com (Andrijani) writes:
there is the "SET" protocol from a couple years ago for online transactions. however, it didn't significantly improve the situation compared to SSL (doing much more than protection of data in-flight).
several states and the federal gov. have passed electronic signature laws ... that include/cover things in addition to public key cryptography.
one of the exploits in the current SSL as well as SET was data at
rest, aka the merchant needs to keep a transaction file/audit which
becomes a vulnerability point. the financial industry payment standard
x9.59 addressed some number of those shortcomings.
https://www.garlic.com/~lynn/x959.html#x959
aka ... the x9a10 standards working group was given the requirement for work on the x9.59 payment standard to protect the integrity of the financial infrastructure (provide end-to-end integrity for all electronic payments ... not just internet, not just credit, not just debit, not just stored-value; all).
there are a lot of ancillary issues for digital signatures ... like
burden of proof and non-repudiation. there was recently series of
discussions on non-repudiation on another mailing list:
https://www.garlic.com/~lynn/aadsm11.htm
one of the issues in non-repudiation is "intention" ... simple digital signature authentication can show that a message probably was transmitted from your PC and probably was not modified in transit; but doesn't show that you were actually involved in the transaction in any way. one of the EU issues in this area is the FINREAD standard in conjunction with hardware token.
The token acceptor device is a certified, closed, tamper-evident device (on par with some of the point-of-sale security modules) that has a secure display and a secure PIN-pad/entry. The FINREAD token acceptor device is responsible for accurately displaying information on what is about to be signed and that the signing doesn't occur until after the information has been displayed and a person has entered the valid PIN acceptable to the hardware token.
PC software and some hardware tokens will sign anything/everything once a valid PIN has been entered after power-on/startup. FINREAD device in conjunction with a hardware token that requires human interaction for every signature increases the probability that not only did the transaction originated from your PC ... but you actually intended to sign that specific transaction and approve the details of the contents of the transaction.
The straight-forward, simple digital signatures for making sure the message wasn't modified in transit is a long way from the attributes typically associated with a physical signature.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Pipelining in the past Newsgroups: comp.arch Date: Thu, 16 May 2002 19:37:27 GMTgah@ugcs.caltech.edu (glen herrmannsfeldt) writes:
the 91/195 had 63(?) instruction pipeline/cache(?) ... a branch would drain the whole thing ... unless the branch was (back) to an instruction already in the pipeline/cache; there were all sorts of codes that attempted to get loops inside 63 instructions.
there was prototype work done on a dual i-stream 195 because so little general purpose code could take advantage of the 63 instruction cache (i.e. prevalence of branches); aka duplicate instruction counter, duplicate set of registers, add a bit to the 63 instruction cache/decode to indicate which i-stream; etc.
the 370s at the low and mid-range ... were all verticle microcode machines with something like a ten-to-one performance difference between the native microcode engine and the 370 instruction rate. At least for these machines, it was estimated that support for self-modifying instruction stream cost at least a factor of two in 370 instruction rate.
For a time, the real "strategic" follow-on to 360 was going to be FS (future systems) ... with the non-virtual-memory 370s just a temporary stop-gap. FS included an extremely complicated CISC environment (ex: a generalized ADD instruction had the microcode figure out things like adding string numbers, floating point numbers, fixed point numbers and do all the magic necessary things in real time at instruction execution). FS was finally killed .... but one could claim that the 801/RISC ideas were at least partially a reaction to FS ... with 801 being at the far opposite end of the spectrum.
Later on, there was a big push called Fort Knox that was going to make all the microcode engines in all products ... 801 processors (with some misc. bells & whistles for doing other architecture instruction simulation). Fort Knox was eventually killed but not after a fairly large number of resources was put into it. I believe that it was after Fort Knox was killed that you started seeing some number of 801 chip engineers (re-)appearing at other companies.
There is a lot of lore that a splitter group from FS went off to rochester and implemented a lot of the ideas (even tho FS was supposed to be dead) as the s/38. One might say things have finally somewhat converged with the S/38 follow-on, the AS/400 now using power/pc chips.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Coulda, Woulda, Shoudda moments? Newsgroups: alt.folklore.computers Date: Thu, 16 May 2002 22:17:09 GMTLarry__Weiss writes:
lots of people claim that alohanet used packets and arpanet used packets (and ethernet uses packets); and if you squint hard enuf all packets look the same.
note however, that arpanet was traditional homogeneous host-to-host operation. the great thing in tcp/ip was the 1/1/83 internet/gateway stuff ... i.e. there could large numbers of different networks that could be gatewayed together. The side claim is that one of the reasons that the internal network was larger than arpanet/internet until possibly mid-85 ... was that each node effectively had a form of gateway.
The traditional arpanet packet claim is that if some path failed, the IMPs could figure out alternative paths and packets would be rerouted (there weren't predefined end-to-end path/circuit definitions). The other thing I've heard (although not explicitly verified) was that by the time IMP population as approaching 200 in the late '70s that it was a good thing that ARPANET had mandated 56kbit circuits ... because the internal IMP route/path related administrative chatter was consuming a significant amount of bandwidth.
TCP was a connection end-to-end protocol devised and implemented on the IMP host-to-host arpanet ... and then later ported to IP (with the host-to-host IMP arpanet coverting to IP internet in the 1/1/83 switch-over).
misc. osi refs:
https://www.garlic.com/~lynn/subnetwork.html#xtphsp
random internet
https://www.garlic.com/~lynn/internet.htm
https://www.garlic.com/~lynn/subindex.html#network
https://www.garlic.com/~lynn/subindx2.html#network
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Biometrics not yet good enough? Newsgroups: talk.politics.crypto Date: Fri, 17 May 2002 11:13:06 GMTMax Polk writes:
lets say that the issue is plastic cards that people have in their wallets and there is a large set of the population that write their PIN number on their card. They also leave their fingerprints on their cards.
So what is the risk difference between the ease of lifting a PIN that is written on a card and fraudulently typing it in vis-a-vis lifting a fingerprint off a card and fraudulently entering a false fingerpint?
I would contend that it is harder to fraudulently enter the fingerprint than it is to enter the PIN. Now the question is it sufficiently harder to fraudulently enter a fingerprint (compared to fraudulently entering a PIN) that it justifies the cost of a fingerprint infrastructure vis-a-vis PIN-pads?
"little" is relative ... it comes down to cost/benefit.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Coulda, Woulda, Shoudda moments? Newsgroups: alt.folklore.computers Date: Fri, 17 May 2002 16:57:27 GMTAlistair Gale writes:
misc. others:
http://nethistory.dumbentia.com/
http://www.rfc-editor.org/history.html
http://www.isoc.org/internet/history/
http://www.zakon.org/robert/internet/timeline/
http://www.matrix.net/publications/mn/mn1101_routing_and_addressing.html
http://www.anderbergfamily.net/ant/history/
misc. history:
https://web.archive.org/web/20050324023349/http://daemonnews.org/199903/history.html
http://ed-thelen.org/comp-hist/BRL64.html
http://ed-thelen.org/comp-hist/on-line-docs.html
http://www.computerhistory.org/
http://www.clock.org/~jss/work/mts/30years.html
http://www.computer.org/annals/
http://www.computerhistory.org/timeline/topics/components.page
http://www.mitre.org/pubs/showcase/sage/sage_impact.html
https://web.archive.org/web/20021213035609/http://www.mitre.org/pubs/showcase/sage/sage_impact.html
http://www.punch-card.co.uk/
https://people.computing.clemson.edu/~mark/acs.html
http://www.columbia.edu/cu/computinghistory/
https://www.leeandmelindavarian.com/Melinda#VMHist
http://vm.marist.edu/~vmshare/
https://web.archive.org/web/20030813135723/http://www.cbi.umn.edu/collections/inv/corpman.htm
http://accl.grc.nasa.gov/archives/index.html
http://www.brouhaha.com/~eric/retrocomputing/ibm/stretch/
http://www.beagle-ears.com/lars/engineer/comphist/
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Coulda, Woulda, Shoudda moments? Newsgroups: alt.folklore.computers Date: Fri, 17 May 2002 17:11:23 GMTAlistair Gale writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Coulda, Woulda, Shoudda moments? Newsgroups: alt.folklore.computers Date: Fri, 17 May 2002 17:24:19 GMT& while I've been known to repeat boyd stories:
i don't remember repeating jerry stories ... try
http://www.jerrypournelle.com/tourguide.html
i've seen him give his bronco slide-show.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Pipelining in the past Newsgroups: comp.arch Date: Fri, 17 May 2002 20:15:12 GMTgah@ugcs.caltech.edu (glen herrmannsfeldt) writes:
801 was not only swung to the opposite end of the specturm from the stand-point of harvard architecture and no consistency between i-cache & d-cache (eliminating possibility of modifications of instructions) ... but also no cache consistency at all (i.e. any smps had very, very weak memory consistency). some of the 801 crew had worked on "G" in the very early '70s trying to get at least 4-way very high speed SMP cache machine with extremely strong memory consistency ... 801 swung to the other end away from not only strong memory consistecny, but to no memory consistency.
At least one of the people that worked on "G" also worked on the 195 dual i-stream. ... it was probably also called something else in addition to "G"; at least the part of the effort providing software virtual 4-way SMP was referred to as "G". other people on "G" went on to work on system/r.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Pipelining in the past Newsgroups: comp.arch Date: Fri, 17 May 2002 23:13:46 GMTalexc@world.std.com (Alex Colvin) writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Is it safe to use social securty number as intranet username? (long) Newsgroups: alt.computer.security,alt.privacy,comp.privacy,comp.security,comp.security.firewalls,comp.security.misc Date: Sun, 19 May 2002 00:53:59 GMTMachine Messiah writes:
lets say it is a database application ... an approach might be to use a totally random identifier and some PIN/password to get past the first screen. The random identifier probably would mean a new field in the database ... the SSN# is possibly already an indexed field; so using it as a psuedo userid would be a trivial effort.
The database application could possibly already exists ... some number of companies are "web'izing" various call center operations ... a person calls the call center, the call center asks for various information like SSN and mother's maiden name, date-of-birth, pin, etc. They enter the supplied information into various screen fields ... if things check out ... the call center screen proceeds with the requested transaction.
Some number of "call center" web'ising ... are trying to front-end various call center screens and applications with some form of web forms ... substituting person direct entry of the information that the call center person would be doing as an intermediate proxy typist (i.e. they are typing in what you speak to them, and then doing some simple procedural steps and then the requested transaction). In such scenarios ... the SSN# is not a userid in the traditional sense ... just the identifier used by the existing application.
A security issue then becomes the security of the web'ized call center forms vis-a-vis the standard call center operation with telephone interaction. The company might even have a can'ed package ... which would also support touch tone operation ... whether or not activiated ... which asks for you SSN# followed by a PIN. A possible web'izing process is just translating the touch-tone operation into a web form.
Some security questions (trying to compare to human call center or touch tone call center) would be:
1) what machines is the web version available from 2) is the web version just restricted to intranet or is it also availabe from general intranet 3) is the web version implemented with SSL 4) assuming a web-server passthru to database back-end application, what security is implemented on the web-server and does any of the entered data ever hit a web-server disks ... or does the web-server purely act as a protocol converter from SSL/browser to established database back-end application. 5) how isolated is the database back-end from the web-server are their filtering security procedures to drastically limit what can pass between the database back-end and the web-server
another approach is that there is some gateway router between an existing office net ... and internal intranet that has various platformed services. The gateway router runs radius for authenticating incoming connection requests (in much the same way the majority of ISPs perform internet connection authentication)
The radius authentication server needs to provide some "id" and "password" for the radius authenticated connection. Some radius servers are done by defining a system "userid" and "password" of the same information ... so the radius authorization and system login authorization use the same id & password. Various operations that have no interest in offering system login capability .... maintain a subscriber database of "ids" and "passwords" that don't correspond to any real userid on any system. This database information is just for the purposes of offering up very temporary & transient information that is quickly checked and then deleted (in the gateway). An existing database of SSN with existing PINs for an existing corporate application could be one way of providing the information for radius server function.
In this scenario the ID/password information can flow into the gateway (for the radius authentication) either in the clear or encrypted. There then is some security implication that if the information flows in the clear ... what kind of evesdropping opportunities are there.
A somewhat ancillary side issue involves web-servers that perform client authentication using a flat file of userid/password information (again these are not real system userids ... just authentication information). However, it also relatively straight-foward for web-servers to implement client authentication using radius ... and the source information is on some secure corporate database and only existis at the web-server for very, very short duration of time when the id/password is actually being checked.
For more information on radius see rfc 2865.
It is possible to go to:
https://www.garlic.com/~lynn/rfcietff.htm
and select Term (term->RFC#) from the RFCs listed by section
from the Term screen select "RADIUS" from the Acronym fastpath at the beginning of the file.
remote authentication dial in user service (RADIUS )
see also authentication , network access server , network services
3162 2882 2869 2868 2867 2866 2865 2809 2621 2620 2619 2618 2548 2139
2138 2059 2058
selecting any RFC number will bring up the summary in the bottom frame.
selecting the ".txt=nnnn" field fromt he RFC summary will retrieve the actual RFC.
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Coulda, Woulda, Shoudda moments? Newsgroups: alt.folklore.computers Date: Sun, 19 May 2002 04:45:34 GMTted@loft.tnolan.com (Ted Nolan <tednolan>) writes:
at one time I participated in this group (acorn publishing task force,
not related to acorn systems that came along several years later) that
started out with about 20 people ... and grew to something like 40 or
so ... in silicon valley. It was looking at doing software publishing
for this new thing that was coming along called Acorn. Every month or
so there was a check made with Boca and they would say they had no
interest in doing software ... and the task force could have the
charter ... and we kept working on for this thing called Acorn that
Boca was doing (eventually announced as ibm/pc). random acorn bits:
http://inventors.about.com/library/weekly/aa031599.htm
http://inventors.about.com/library/inventors/blibm.htm
https://web.archive.org/web/20021212123258/http://www.digitalcentury.com/encyclo/update/pc_hd.html
http://www.pattosoft.com.au/jason/Articles/HistoryOfComputers/1980s.html
other code names (mostly apple, but some ibm):
https://web.archive.org/web/20021122123451/http://www.dash.nl/Applesites/applemuseum/sections/codenames.html
Eventually, somebody in Boca called up and said that they changed their mind and they were interested in software and we could all continue working on it if we would move to Boca.
I somewhat participated in a project called DataHub (PC networking and fileserver) ... that was being designed and developed by a small group in San Jose GPD. Some of the code was subcontracted out to small group in Provo (one of the GPD people commuted back & forth between San Jose and Provo just about every week). At one point GPD decided to walk away from the DataHub project ... and let the group in provo assume rights to everything that they had been working on (I believe this spawned a PC networking & server company hdqtred in Provo).
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Pipelining in the past Newsgroups: comp.arch Date: Sun, 19 May 2002 15:59:42 GMTPaul Repacholi writes:
VAX SHIPMENTS - US ------------------ 1978- SYSTEM 1984 1985 1986 1987 TOTAL -------- -------- -------- -------- -------- -------- MVI 1,340 500 0 0 1,840 MVII 0 9,000 15,000 17,000 41,000--
VAX SHIPMENTS - NON US ---------------------- 1978- SYSTEM 1984 1985 1986 1987 TOTAL -------- -------- -------- -------- -------- -------- MVI 860 100 0 0 960 MVII 0 1,900 10,000 12,000 23,900
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Multics reference in Letter to Editor Newsgroups: alt.os.multics Date: Sun, 19 May 2002 19:24:27 GMTToby Thain writes:
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Future architecture Newsgroups: comp.arch,comp.sys.super Date: Sun, 19 May 2002 19:57:42 GMTnmm1@cus.cam.ac.uk (Nick Maclaren) writes:
one of the things that the los gatos simulation machine (LSM) had was support for asynchronous chip designs as well as combo digital/analog circuits (one of the things that los gatos worked on was the disk read/write heads). Follow-on generations of verification engines and design tools simplified things for purely synchronous clock chip designs.
the cluster supercomputers could be considered one application of loosening syncronicity (allowing greater degree of asyncronicity).
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Questions about computer security Newsgroups: alt.computer.security Date: Mon, 20 May 2002 02:33:07 GMT"Simon" writes:
some past threads regarding answering homework questions ...
https://www.garlic.com/~lynn/2001.html#70 what is interrupt mask register?
https://www.garlic.com/~lynn/2001b.html#38 Why SMP at all anymore?
https://www.garlic.com/~lynn/2001c.html#10 Memory management - Page replacement
https://www.garlic.com/~lynn/2001c.html#11 Memory management - Page replacement
https://www.garlic.com/~lynn/2001c.html#25 Use of ICM
https://www.garlic.com/~lynn/2001j.html#20 OT - Internet Explorer V6.0
https://www.garlic.com/~lynn/2001m.html#32 Number of combinations in five digit lock? (or: Help, my brain hurts)
https://www.garlic.com/~lynn/2002f.html#40 e-commerce future
pointer to some quidelines about homework:
https://www.garlic.com/~lynn/2001l.html#0 Disappointed
one of the recommendations in the reference pointed to by the above is to read the news.announce.newusers n.g.
obtw, merged security glossary:
https://www.garlic.com/~lynn/secure.htm
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/
From: Anne & Lynn Wheeler <lynn@garlic.com> Subject: Re: Questions on IBM Model 1630 Newsgroups: alt.folklore.computers Date: Mon, 20 May 2002 19:25:38 GMTgenew@mail.ocis.net (Gene Wirchenko) writes:
univ. had a 2321 when I was an undergraduate. it was shaped vaugely like upright drum or washing machine. There were 10(?) vertical containers of vertical stips inside the machine. The machine rotated to get the right container under the read/write head (instead of a robot arm). The read/write head would withdraw the selected strip when the correct container had rotated. To insert it back there was compressed air blown to separate strips forming a gap to drop the strip back in (if things weren't correctly aligned, the strip would catch and accordion/fan-fold as the mechanism lowered).
Standard IBM CKD disk seek command is seven bytes: BBCCHHR ... where standard CC is cylinder #, HH is head #, and R is record #.
The BB comes from the datacell and selects the "bin" (i.e. container of stips).
--
Anne & Lynn Wheeler | lynn@garlic.com - https://www.garlic.com/~lynn/