Andrew S. Tanenbaum

Last updated

Andy Tanenbaum
Andrew S. Tanenbaum 2012.jpg
Tanenbaum in 2012
Born
Andrew Stuart Tanenbaum

(1944-03-16) March 16, 1944 (age 80)
New York City, New York, U.S.
Alma mater Massachusetts Institute of Technology
University of California, Berkeley
Known for MINIX
Microkernels
Electoral-vote.com
Scientific career
Fields Distributed computing [1] [2]
Operating systems [3] [4]
Thesis A Study of the Five Minute Oscillations, Supergranulation, and Related Phenomena in the Solar Atmosphere  (1971)
Doctoral advisor John M. Wilcox
Doctoral students Henri Bal
Frans Kaashoek
Werner Vogels [5]
Website cs.vu.nl/~ast
pearsonhighered.com/tanenbaum

Andrew Stuart Tanenbaum (born March 16, 1944), sometimes referred to by the handle AST, [6] is an American-born Dutch computer scientist and retired professor emeritus of computer science at the Vrije Universiteit Amsterdam in the Netherlands. [7] [8]

Contents

He is the author of MINIX, a free Unix-like operating system for teaching purposes, and has written multiple computer science textbooks regarded as standard texts in the field. He regards his teaching job as his most important work. [9] Since 2004 he has operated Electoral-vote.com, a website dedicated to analysis of polling data in federal elections in the United States.

Biography

Tanenbaum was born in New York City and grew up in suburban White Plains, New York, where he attended the White Plains High School. [10] His paternal grandfather was born in Khorostkiv in the Austro-Hungarian empire. [10]

He received his Bachelor of Science degree in physics from MIT in 1965 and his Doctor of Philosophy degree in astrophysics from the University of California, Berkeley in 1971.

As an undergraduate, he had obtained experience at computer programming, which helped him get a summer internship at the National Radio Astronomy Observatory in West Virginia. After receiving his PhD in astrophysics, he decided that he was more interested in programming. He became an assistant professor in Amsterdam based in part on his expertise in programming the university's new computer. [11] He taught courses on Computer Organization and Operating Systems and supervised the work of PhD candidates at the VU University Amsterdam. On July 9, 2014, he announced his retirement. [12] He is married to a Dutch woman, but retains his American citizenship.

Teaching

Books

Tanenbaum's textbooks on computer science include:

His book, Operating Systems: Design and Implementation and MINIX were Linus Torvalds' inspiration for the Linux kernel. In his autobiography Just for Fun , Torvalds describes it as "the book that launched me to new heights".[ citation needed ]

Doctoral students

Tanenbaum has had a number of PhD students who themselves have gone on to become widely known computer science researchers. These include:

Dean of the Advanced School for Computing and Imaging

In the early 1990s, the Dutch government began setting up a number of thematically oriented research schools that spanned multiple universities. These schools were intended to bring professors and PhD students from different Dutch (and later, foreign) universities together to help them cooperate and enhance their research.[ citation needed ]

Tanenbaum was one of the cofounders and first Dean of the Advanced School for Computing and Imaging (ASCI). This school initially consisted of nearly 200 faculty members and PhD students from the Vrije Universiteit, University of Amsterdam, Delft University of Technology, and Leiden University. They were especially working on problems in advanced computer systems such as parallel computing and image analysis and processing.[ citation needed ]

Tanenbaum remained dean for 12 years, until 2005, when he was awarded an Academy Professorship by the Royal Netherlands Academy of Arts and Sciences, at which time he became a full-time research professor.[ citation needed ]

Projects

Amsterdam Compiler Kit

The Amsterdam Compiler Kit is a toolkit for producing portable compilers. It was started sometime before 1981 and Andrew Tanenbaum was the architect from the start until version 5.5. [13]

MINIX

In 1987, Tanenbaum wrote a clone of UNIX, called MINIX (MINi-unIX), for the IBM PC. It was targeted at students and others who wanted to learn how an operating system worked. Consequently, he wrote a book that listed the source code in an appendix and described it in detail in the text.[ citation needed ] The source code itself was available on a set of floppy disks. Within three months, a Usenet newsgroup, comp.os.minix, had sprung up with over 40,000 subscribers discussing and improving the system. One of these subscribers was Linus Torvalds, who began adding new features to MINIX and tailoring it to his own needs. On October 5, 1991, Torvalds announced his own (POSIX-like) kernel, called Linux, which originally used the MINIX file system but is not based on MINIX code. [14]

Electoral-vote.com

In 2004, Tanenbaum created Electoral-vote.com, a web site analyzing opinion polls for the 2004 U.S. presidential election, using them to project the outcome in the Electoral College. He stated that he created the site as an American who "knows first hand what the world thinks of America and it is not a pretty picture at the moment. I want people to think of America as the land of freedom and democracy, not the land of arrogance and blind revenge. I want to be proud of America again." [15] The site provided a color-coded map, updated each day with projections for each state's electoral votes. Through most of the campaign period Tanenbaum kept his identity secret, referring to himself as "the Votemaster" and acknowledging only that he personally preferred John Kerry. Mentioning that he supported the Democrats, he revealed his identity on November 1, 2004, the day before the election, and also stating his reasons and qualifications for running the website. [15]

Through the site he also covered the 2006 midterm elections, correctly predicting the winner of all 33 Senate races that year.

For the 2008 elections, he got every state right except for Indiana, which he said McCain would win by 2% (Obama won by 1%) and Missouri, which he said was too close to call (McCain won by 0.1%). He correctly predicted all the winners in the Senate except for Minnesota, where he predicted a 1% win by Norm Coleman over Al Franken. After 7 months of legal battling and recounts, Franken won by 312 votes (0.01%).

In 2010, he correctly projected 35 out of 37 Senate races in the Midterm elections on the website. The exceptions were Colorado and Nevada.

Electoral-vote.com incorrectly predicted Hillary Clinton would win the 2016 United States presidential election. The website incorrectly predicted Clinton would win Wisconsin, Michigan, Pennsylvania, North Carolina, and Florida. Electoral-vote.com did not predict a winner for Nevada, which Clinton would win. The website predicted the winners of the remaining 44 states and the District of Columbia correctly. [16] Clinton however, won the popular vote, but lost the electoral vote.

Tanenbaum–Torvalds debate

The Tanenbaum–Torvalds debate was a famous debate between Tanenbaum and Linus Torvalds regarding kernel design on Usenet in 1992. [17]

Awards

Honorary doctorates

Tanenbaum in Targu Mures Tanenbaum-Honorary-Doctorate-UPM.jpg
Tanenbaum in Târgu Mureș
Tanenbaum is 4th from left Tanenbaum-honorary-doctorate-Romania.jpg
Tanenbaum is 4th from left

Related Research Articles

<span class="mw-page-title-main">Linus Torvalds</span> Creator and lead developer of the Linux kernel (born 1969)

Linus Benedict Torvalds is a Finnish and American software engineer who is the creator and lead developer of the Linux kernel. He also created the distributed version control system Git.

<span class="mw-page-title-main">Minix</span> Unix-like operating system

MINIX is a Unix-like operating system based on a microkernel architecture. Since version 2.0, it has been POSIX compliant.

<span class="mw-page-title-main">Microkernel</span> Kernel that provides fewer services than a traditional kernel

In computer science, a microkernel is the near-minimum amount of software that can provide the mechanisms needed to implement an operating system (OS). These mechanisms include low-level address space management, thread management, and inter-process communication (IPC).

<span class="mw-page-title-main">Operating system</span> Software that manages computer hardware resources

An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for computer programs.

<span class="mw-page-title-main">Barry Boehm</span> American computer scientist (1935–2022)

Barry William Boehm was an American software engineer, distinguished professor of computer science, industrial and systems engineering; the TRW Professor of Software Engineering; and founding director of the Center for Systems and Software Engineering at the University of Southern California. He was known for his many contributions to the area of software engineering.

Amoeba is a distributed operating system developed by Andrew S. Tanenbaum and others at the Vrije Universiteit Amsterdam. The aim of the Amoeba project was to build a timesharing system that makes an entire network of computers appear to the user as a single machine. Development at the Vrije Universiteit was stopped: the source code of the latest version (5.3) was last modified on 30 July 1996.

<span class="mw-page-title-main">Alexis de Tocqueville Institution</span> American conservative think tank

The Alexis de Tocqueville Institution (AdTI) was a Washington, D.C.–based think tank.

David Megginson is a Canadian computer software consultant and developer, specializing in open-source software development and application. He was the lead developer and original maintainer of the Simple API for XML (SAX), a leading streaming API for XML.

Samizdat: And Other Issues Regarding the 'Source' of Open Source Code is a 2004 report by Kenneth Brown. The report suggests that the Linux kernel may have been created or distributed illegally and that open-source software may be generally subject to such abuses.

The Minix file system is the native file system of the Minix operating system. It was written from scratch by Andrew S. Tanenbaum in the 1980s and aimed to replicate the structure of the Unix File System while omitting complex features, and was intended to be a teaching aid. It largely fell out of favour among Linux users by 1994 due to the popularity of other filesystems - most notably ext2 - and its lack of features, including limited partition sizes and filename length limits.

<span class="mw-page-title-main">Tanenbaum–Torvalds debate</span> 1990s debate regarding the Linux kernel

The Tanenbaum–Torvalds debate was a written debate between Andrew S. Tanenbaum and Linus Torvalds, regarding the Linux kernel and kernel architecture in general. Tanenbaum, the creator of Minix, began the debate in 1992 on the Usenet discussion group comp.os.minix, arguing that microkernels are superior to monolithic kernels and therefore Linux was, even in 1992, obsolete. The debate has sometimes been considered a flame war.

<span class="mw-page-title-main">Minix 3</span> Unix-like operating system

Minix 3 is a small, Unix-like operating system. It is published under a BSD-3-Clause license and is a successor project to the earlier versions, Minix 1 and 2.

<span class="mw-page-title-main">Linux</span> Family of Unix-like operating systems

Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution (distro), which includes the kernel and supporting system software and libraries, many of which are provided by the GNU Project.

<span class="mw-page-title-main">Henri Bal</span> Dutch scientist (born 1958)

Henri Elle Bal is a professor of computer science at the Vrije Universiteit, Amsterdam in the Netherlands. He is a well-known researcher in computer systems with a specialization in parallel computer systems, languages, and applications.

Linux began in 1991 as a personal project by Finnish student Linus Torvalds to create a new free operating system kernel. The resulting Linux kernel has been marked by constant growth throughout its history. Since the initial release of its source code in 1991, it has grown from a small number of C files under a license prohibiting commercial distribution to the 4.15 version in 2018 with more than 23.3 million lines of source code, not counting comments, under the GNU General Public License v2 with a syscall exception meaning anything that uses the kernel via system calls are not subject to the GNU GPL.

<span class="mw-page-title-main">ACM Software System Award</span> Annual award for developing an influential software system

The ACM Software System Award is an annual award that honors people or an organization "for developing a software system that has had a lasting influence, reflected in contributions to concepts, in commercial acceptance, or both". It is awarded by the Association for Computing Machinery (ACM) since 1983, with a cash prize sponsored by IBM of currently $35,000.

<span class="mw-page-title-main">Roger Needham</span> British computer scientist

Roger Michael Needham was a British computer scientist.

<i>Operating Systems: Design and Implementation</i> Computer science textbook

Operating Systems: Design and Implementation is a computer science textbook written by Andrew S. Tanenbaum, with help from Albert S. Woodhull. The book describes the principles of operating systems and demonstrates their application in the source code of Tanenbaum's MINIX, a free Unix-like operating system designed for teaching purposes. The publisher is Prentice Hall (1987). The source code for MINIX was included as part of the original 719 pages of text. Later versions of the three editions also included loadable disks with MINIX.

Tinix, is a tutorial operating system (OS) written by Yu Yuan. It is used to teach fundamentals rather than to do work. In his book "Writing OS DIY", Yu provides all source code for Tinix. Tinix borrows many concepts and methods from Minix. The book compensates for practical computer programming skills, especially in x86 assembly language, lacking in Andrew S. Tanenbaum's book "Operating Systems: Design and Implementation", 1987, 1997, 2006.

Marinus Frans (Frans) Kaashoek is a Dutch computer scientist, entrepreneur, and Charles Piper Professor at the Massachusetts Institute of Technology.

References

  1. Bal, H. E.; Steiner, J. G.; Tanenbaum, A. S. (1989). "Programming languages for distributed computing systems". ACM Computing Surveys. 21 (3): 261. doi:10.1145/72551.72552. hdl: 1871/2587 . S2CID   8028479. Archived from the original on April 17, 2024. Retrieved December 8, 2019.
  2. Steen, Maarten van; Tanenbaum, Andrew S. (2007). Distributed systems: principles and paradigms. Upper Saddle River, NJ: Pearson Prentice Hall. ISBN   978-0-13-239227-3.
  3. Tanenbaum, Andrew S. (2008). Modern operating systems. Upper Saddle River, NJ: Pearson Prentice Hall. ISBN   978-0-13-600663-3.
  4. Tanenbaum, Andrew S. (1995). Distributed operating systems. Englewood Cliffs, N.J: Prentice Hall. ISBN   978-0-13-219908-7.
  5. 1 2 Vogels, Werner (2003). Scalable Cluster Technologies for Mission Critical Enterprise Computing (PhD thesis). Vrije Universiteit. hdl:1871/10357.
  6. A. S. Tanenbaum (January 29, 1992). "LINUX is obsolete". Newsgroup:  comp.os.minix. Usenet:   12595@star.cs.vu.nl. Archived from the original on January 22, 2011. Retrieved November 27, 2006.
  7. Works by Andrew S. Tanenbaum at Open Library
  8. Andrew S. Tanenbaum at DBLP Bibliography Server OOjs UI icon edit-ltr-progressive.svg
  9. 2004 article Archived May 24, 2004, at the Wayback Machine about Linux, the Usenet debate, and the Alexis de Tocqueville Institution
  10. 1 2 "Andrew S. Tanenbaum's FAQ". Archived from the original on December 6, 2008. Retrieved April 25, 2023.
  11. "Gallimaufry". Electoral-vote.com . August 24, 2024. Retrieved August 25, 2024.
  12. "Retirement of Prof. Andy Tanenbaum". Archived from the original on March 29, 2023. Retrieved March 29, 2023.
  13. Andrew S. Tanenbaum - Publications, Colloquia section Archived May 9, 2007, at the Wayback Machine
  14. Some notes on the "Who wrote Linux" Kerfuffle Archived August 18, 2010, at the Wayback Machine
  15. 1 2 "The Votemaster FAQ". Archived from the original on November 2, 2004. Retrieved February 26, 2017.
  16. "ElectoralVote". Archived from the original on November 1, 2020. Retrieved February 10, 2019.
  17. DiBona, Chris; Ockman, Sam; Stone, Mark; Behlendorf, Brian; Bradner, Scott; Hamerly, Jim; McKusick, Kirk; O'Reilly, Tim; Paquin, Tom; Perens, Bruce; S. Raymond, Eric; Stallman, Richard; Tiemann, Michael; Torvalds, Linus; Vixie, Paul; Wall, Larry; Young, Bob (January 1999). "The Tanenbaum-Torvalds Debate". Open Sources: Voices from the Open Source Revolution. O'Reilly Media. ISBN   978-1-56592-582-3.
  18. "ACM Fellows 1997 Europe". June 1997.
  19. "IEEE Fellows 1998 | IEEE Communications Society". Archived from the original on September 27, 2023. Retrieved September 17, 2023.
  20. "Andrew Tanenbaum". Royal Netherlands Academy of Arts and Sciences. Archived from the original on July 21, 2015. Retrieved July 17, 2015.
  21. "ACM Software System Award, 2023". ACM.
  22. "IEEE TCDP Outstanding Technical Achievement Award". IEEE.
  23. "Eurosys Lifetime Achievement Awards". EUROSYS.
  24. "McGuffey Award winners". TAA.
  25. "USENIX Flame Award". USENIX.
  26. "NLUUG LIfetime Achievement Award". NLUUG.
  27. "IEEE James H. Mulligan, Jr. Education Medal Recipients" (PDF). IEEE. Archived from the original (PDF) on November 24, 2010. Retrieved November 24, 2010.
  28. "TAA Texty Award, 2003". TAA.
  29. "ACM Karl V. Karlstrom Educator of the Year Award, 1994". ACM.