Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Radia Perlman

From Wikipedia, the free encyclopedia
American software designer and network engineer

Radia Perlman
Perlman in 2009
Born (1951-12-18)December 18, 1951 (age 73)
Alma materMIT
Known forNetwork and security protocols; computer books
AwardsInternet Hall of Fame
National Inventors Hall of Fame
Scientific career
FieldsComputer Science
InstitutionsIntel
ThesisNetwork layer protocols with Byzantine robustness (1988)
Doctoral advisorDavid D. Clark

Radia Joy Perlman (/ˈrdiə/;[1] born December 18, 1951) is an American computer programmer and network engineer. She is a major figure in assembling the networks and technology to enable what we now know as the Internet. She is most famous for her invention of theSpanning Tree Protocol (STP), which is fundamental to the operation ofnetwork bridges, while working forDigital Equipment Corporation, thus earning her nickname "Mother of the Internet".[2] Her innovations have made a huge impact on how networks self-organize and move data. She also made large contributions to many other areas of network design and standardization – for example, enabling today'slink-state routing protocols to be more robust, scalable, and easy to manage.

Perlman was elected a member of theNational Academy of Engineering in 2019 for contributions to Internet routing and bridging protocols.[3] She holds over 100 issued patents. She was elected to theInternet Hall of Fame in 2014, and to theNational Inventors Hall of Fame in 2016.[4][5] She received lifetime achievement awards fromUSENIX in 2006 and from theAssociation for Computing Machinery’sSIGCOMM in 2010.[6][7]

More recently, she has invented theTRILL protocol to correct some of the shortcomings of spanning trees, allowing Ethernet to make optimal use of bandwidth. As of 2022, she was a Fellow atDell Technologies.[8]

Early life

[edit]

Perlman was born in 1951,Portsmouth, Virginia. She grew up inLoch Arbour, New Jersey.[9] She is Jewish.[10] Both of her parents worked asengineers for the US government. Her father worked onradar and her mother was a mathematician by training who worked as acomputer programmer. During her school years Perlman found math and science to be “effortless and fascinating”, but had no problem achieving top grades in other subjects as well. She enjoyed playing the piano andFrench horn. While her mother helped her with her math homework, they mainly talked about literature and music. But she did not feel as though she fit underneath the stereotype of an "engineer", as she did not break apart computer parts.[11]

Despite being the best science and math student in her school it was only when Perlman took a programming class in high school that she started to consider a career that involved computers. She was the only woman in the class and later reflected "I was not a hands-on type person. It never occurred to me to take anything apart. I assumed I'd either get electrocuted, or I'd break something".[12] She graduated fromOcean Township High School in 1969.[13]

Education

[edit]

As an undergraduate atMIT Perlman learned programming for a physics class. She was given her first paid job in 1971 as part-time programmer for theLOGO Lab at the (then) MIT Artificial Intelligence Laboratory, programmingsystem software such asdebuggers.[11]

Working under the supervision ofSeymour Papert, she developed a child-friendly version of the educational robotics language LOGO, called TORTIS ("Toddler's Own Recursive Turtle Interpreter System"). During research performed in 1974-76, young children – the youngest aged 3½ years – programmed a LOGO educational robot called a Turtle. Perlman has been described as a pioneer of teaching young children computer programming.[14] Afterwards, she was inspired to make a new programming language that would teach much younger children similar to Logo, but using special "keyboards" and input devices. This project was abandoned because "being the only woman around, I wanted to be taken seriously as a 'scientist' and was a little embarrassed that my project involved cute little kids". MIT media project later tracked her down and told her that she started a new field calledtangible user interface from the leftovers of her abandoned project.[11] As a math grad at MIT she needed to find an adviser for her thesis, and joined the MIT group atBBN Technologies. There she first got involved with designingnetwork protocols.[11] Perlman obtained a B.S. and M.S. in Mathematics and a Ph.D. inComputer Science fromMIT in 1988.[15] Her doctoral thesis on routing in environments where malicious network failures are present serves as the basis for much of the work that now exists in this area.[2]

When studying at MIT in the late 60s she was one among the 50 or so women students, in a class of about 1,000 students. To begin with MIT only had one women’s dorm, limiting the number of women students that could study. When the men’s dorms at MIT becamecoed Perlman moved out of the women’s dorm into a mixed dorm, where she became the "resident female". She later said that she was so used to the gender imbalance, that it became normal. Only when she saw other women students among a crowd of men she noticed that "it kind of looked weird".[11]

Career

[edit]

After graduation, she accepted a position withBolt, Beranek, and Newman (BBN), a government contractor that developed software for network equipment. While working for BBN, Perlman made an impression on a manager for Digital Equipment Corp and was offered a job, joining the firm in 1980. During her time working at Digital, she quickly produced a solution that did exactly what the team wanted it to: the Spanning Tree Protocol. It allows a network to deliver data reliably by making it possible to design the network with redundant links. This setup provides automatic backup paths if an active link fails, and disables the links that are not part of the tree. This leaves a single, active path between any pair of network nodes.[2] She is most famous for STP, which is fundamental to the operation ofnetwork bridges in many smaller networks. Perlman is the author of a textbook on networking called “Interconnections: Bridges, Routers, Switches, and Internetworking Protocols” and coauthor of another on network security called “Network Security: Private Communication in a Public World”, which is a now popular college textbook. Her contributions to network security include trust models for Public Key Infrastructure, data expiration, and distributed algorithms resilient despite malicious participants.[16]

She left Digital in 1993 and joinedNovell. Then, in 1997 she left Novell and joinedSun Microsystems. Over the course of her career, she has earned over 200 patents, 40 of them while working for Sun Microsystems, where in 2007 she held the title of Distinguished Engineer.[17] She has taught courses at theUniversity of Washington,Harvard University,MIT, andTexas A&M, and has been the keynote speaker at events all over the world. Perlman is the recipient of awards such as Lifetime Achievement awards from USENIX and the Association for Computing Machinery’s Special Interest Group on Data Communication (SIGCOMM).[18]

Spanning Tree Protocol

[edit]

Perlman invented the spanning tree algorithm and protocol. While working as a consulting engineer atDigital Equipment Corporation (DEC) in 1984 she was tasked with developing a straightforward protocol that enablednetwork bridges to locate loops in alocal area network (LAN). It was required that the protocol should use a constant amount of memory when implemented on the network devices, regardless of how large the network was. Building and expanding bridged networks was difficult because loops, where more than one path leads to the same destination, could result in the collapse of the network. Redundant paths in the network meant that a bridge could forward a frame in multiple directions. Therefore loops could causeEthernet frames to fail to reach their destination, thus flooding the network. Perlman utilized the fact that bridges had unique 48 bitMAC addresses, and devised a network protocol so that bridges within the LAN communicated with one another. The algorithm implemented on all bridges in the network allowed the bridges to designate oneroot bridge in the network. Each bridge then mapped the network and determined the shortest path to the root bridge, deactivating other redundant paths. Despite Perlman's concerns that it took the Spanning Tree Protocol about a minute to react when changes in thenetwork topology occurred, during which time a loop could bring down the network, it was standardized as 802.1d by theInstitute of Electrical and Electronics Engineers (IEEE). Perlman said that the benefits of the protocol amount to the fact that "you don't have to worry about topology" when changing the way a LAN is connected. Perlman has, however, criticized changes that were made in the course of the standardization of the protocol.[19]

Perlman published a poem on STP, called 'Algorhyme':[20]

I think that I shall never see
A graph more lovely than a tree.

A tree whose crucial property
Is loop-free connectivity.

A tree which must be sure to span
So packets can reach every LAN.

First the root must be selected.
By ID it is elected.

Least cost paths from root are traced.
In the tree these paths are placed.

A mesh is made by folks like me
Then bridges find a spanning tree.

— Radia Perlman, Algorhyme

Other network protocols

[edit]

Perlman was the principal designer of theDECnet IV and V protocols, andIS-IS,[21] theOSI equivalent ofOSPF. She also made major contributions to theConnectionless Network Protocol (CLNP). Perlman has collaborated withYakov Rekhter on developingnetwork routing standards, such as the OSI Inter-Domain Routing Protocol (IDRP),[22] the OSI equivalent ofBGP. At DEC she also oversaw the transition fromdistance vector tolink-state routing protocols. Link-state routing protocols had the advantage that they adapted to changes in the network topology faster, and DEC's link-state routing protocol was second only to the link-state routing protocol of theAdvanced Research Projects Agency Network (ARPANET). While working on theDECnet project Perlman also helped to improve theintermediate-system to intermediate-system routing protocol, known asIS-IS, so that it could route theInternet Protocol (IP),AppleTalk and theInternetwork Packet Exchange (IPX) protocol.[19] TheOpen Shortest Path First (OSPF) protocol relied in part on Perlman's research on fault-tolerant broadcasting of routing information.[23]

Perlman subsequently worked as a network engineer forSun Microsystems, nowOracle. She specialized in network and security protocols and, while working for Oracle, obtained more than 50 patents.[12]

When standarizing her work onTRILL, a combined bridging and routing protocol that proposes to supersede STP, she included version 2 of the earlier "Algorhyme":[24]

I hope that we shall one day see
A graph more lovely than a tree.

A graph to boost efficiency
While still configuration-free.

A network where RBridges can
Route packets to their target LAN.

The paths they find, to our elation,
Are least cost paths to destination!

With packet hop counts we now see,
The network need not be loop-free!

RBridges work transparently,
Without a common spanning tree.

— Ray Perlman, Algorhyme V2, RFC 6325

Awards

[edit]

Bibliography

[edit]
  • Perlman, Radia (1999).Interconnections: Bridges, Routers, Switches, and Internetworking Protocols (2 ed.).Addison-Wesley Professional Computing Series.ISBN 978-0-201-63448-8.
  • Perlman, Radia; Kaufman, Charlie; Speciner, Mike; Perlner, Ray (2022).Network Security: Private Communication in a Public World (3 ed.).Addison-Wesley Professional.ISBN 978-0-13-664360-9.

Further reading

[edit]
  • Busch-Vishniac, Ilene; Busch, Lauren; Tietjen, Jill (2024). "Chapter 35. Radia Perlman".Women in the National Inventors Hall of Fame: The First 50 Years. Springer Nature.ISBN 9783031755255.

See also

[edit]

References

[edit]
  1. ^"Making Data Flow: The Radia Perlman Story".National Inventors Hall of Fame. May 9, 2016. RetrievedSeptember 2, 2022.
  2. ^abc"Radia Perlman Spanning Tree Protocol".NAE Website.Archived from the original on April 29, 2016. RetrievedApril 25, 2025.
  3. ^"Dr. Radia J. Perlman".National Academy of Engineering. RetrievedJune 30, 2023.
  4. ^"Radia Perlman".Internet Hall of Fame. RetrievedJune 30, 2023.
  5. ^"Radia Perlman: Robust Network Routing and Bridging". National Inventors Hall of Fame. 2016. RetrievedJune 30, 2023.
  6. ^"Flame Award". USENIX. December 6, 2011. RetrievedJune 30, 2023.
  7. ^"SIGCOMM Award Recipients". ACM SIGCOMM. Archived fromthe original on February 12, 2019. RetrievedJune 30, 2023.
  8. ^Kaufman, Charlie; Perlman, Radia; Speciner, Mike; Perlner, Ray (September 15, 2022).Network Security: Private Communication in a Public World (Prentice Hall Series in Computer Networking and Distributed Systems) 3rd Edition. Addison-Wesley.ISBN 978-0136643609.
  9. ^"Music Winners Feted",Red Bank Register, December 27, 1968. Accessed September 20, 2021. "Mrs. Benjamin Nebman, 1308 Edgewood Ave., hosted a party in her home to honor her students Adrienne Wigdortz, Wanamassa, and Radia Perlman, Loch Arbour, who were two of the winners of the Monmouth Arts Foundation Merit Award for piano."
  10. ^"Radia Perlman".
  11. ^abcdeSalim, Nancy (October 18, 2010)."Radia Perlman: Don't Call Me the Mother of the Internet".The Atlantic. RetrievedMarch 20, 2018.
  12. ^abSalim, Nancy (October 18, 2010). "Meet the Mother of the Internet".IEEE Women in Engineering Magazine.4 (2):10–12.doi:10.1109/MWIE.2010.938214.S2CID 32207039.
  13. ^"College's Chamber Chorus Presents Oratorio Tuesday"[permanent dead link],Red Bank Register, December 12, 1968. Accessed September 20, 2021. "He will be accompanied by Radia Perlman, also an Ocean Township High School senior."
  14. ^Leonel Morgado; et al. (2006). "Radia Perlman – A pioneer of young children computer programming".Current Developments in Technology-Assisted Education:1903–1908.CiteSeerX 10.1.1.99.8166.
  15. ^"Radia Perlman".MIT. Archived fromthe original on December 8, 2007. RetrievedOctober 14, 2012.
  16. ^"Patents by Inventor Radia J. Perlman". Justia Patents. RetrievedAugust 29, 2013.
  17. ^"Radia Perlman Spanning Tree Protocol". mit. RetrievedAugust 29, 2013.
  18. ^"Radia Perlman | Internet Hall of Fame".internethalloffame.org. RetrievedNovember 23, 2017.
  19. ^abJuneau, Lucie (October 18, 1992). "Radia Perlman".Network World.9 (41): 103.ISSN 0887-7661.
  20. ^"An Algorithm for Distributed Computation of a Spanning Tree in an Extended LAN"(PDF).ACM SIGCOMM Computer Communication Review.15 (4). ACM (copied with permission). September 1985.
  21. ^Eastlake, Donald."TRILL History".IETF Datatracker.
  22. ^"Inter-Domain Routing Protocol".ISO/IEC.
  23. ^Cisco.com."Open Shortest Path First". Archived fromthe original on April 4, 2011. RetrievedSeptember 13, 2018.
  24. ^R. Perlman; D. Eastlake, 3rd; D. Dutt; S. Gai; A. Ghanwani (July 2011).Routing Bridges (RBridges): Base Protocol Specification.Internet Engineering Task Force.doi:10.17487/RFC6325.ISSN 2070-1721.RFC6325.Proposed Standard. Updated byRFC 6327,6439,7172,7177,7179,7180,7357,7455,7780,7783,8139,8249,8361 and8377.
  25. ^Cacm Staff (March 2017), "ACM Recognizes New Fellows",Communications of the ACM,60 (3): 23,doi:10.1145/3039921,S2CID 31701275.
  26. ^"Internet Hall of Fame Pioneer Radia Perlman".Internet Society.
  27. ^"2010 SIGCOM Lifetime Achievement Award given to Radia Perlman".SIGCOMM. Archived fromthe original on February 12, 2019. RetrievedApril 5, 2011.
  28. ^"IEEE Fellows 2008 | IEEE Communications Society".
  29. ^Fuller, Brian (October 18, 2005)."Perlman, Samuelson, Tsao, honored for innovations".EETimes. UBM Electronics. RetrievedJune 29, 2011.
  30. ^"Inventors of The Year"Archived April 21, 2017, at theWayback Machine, Silicon Valley Intellectual Property Law Association (SVIPLA). Retrieved 2 July 2013.

External links

[edit]
Wikimedia Commons has media related toRadia Perlman.
Pioneers
2012
2013
2014
Global connectors
2012
2013
2014
2017
Innovators
2012
2013
2014
2017
Inductees since 2019
2019
2021
2023
International
National
Academics
People
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Radia_Perlman&oldid=1319594644"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp