Skip to content

Instantly share code, notes, and snippets.

@simonster
Created April 19, 2017 20:21
Show Gist options
  • Star 29 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save simonster/e22e50cd52b7dffcf5a4db2b8ea4cce0 to your computer and use it in GitHub Desktop.
Save simonster/e22e50cd52b7dffcf5a4db2b8ea4cce0 to your computer and use it in GitHub Desktop.
Next Generation MITnet

To the members of the MIT community:

We are writing to inform you of plans to upgrade the MIT campus network, and in particular to upgrade MIT to the next generation of Internet addressing. (Please note that no action is required on your part.)

Machines on the Internet are identified by addresses. The current addressing scheme, called IPv4, was specified around 1980, and allowed for about 4 billion addresses. That seemed enough at the time, which was before local area networks, personal computers and the like, but the Internet research community recognized around 1990 that this supply of addresses was inadequate, and put in place a plan to replace the IPv4 addresses with a new address format, called IPv6. IPv6 uses a 128-bit address scheme and is capable of 340 undecillion addresses (340 times 10^36, or 340 trillion trillion trillion possible IP addresses). This stock of addresses allows great flexibility in how addresses are assigned to hosts, for example allowing every host to use a range of addresses to make tracking more difficult. With IPv6, we need not worry about the proliferation of smart phones, the Internet of Things, or whatever comes next.

While IPv4 is still the workhorse of Internet addressing, IPv6 is coming. All major operating systems and devices already support both IPv4 and IPv6. Many of the large Internet Service Providers are supporting IPv6, and major content providers are moving to support IPv6, and so it is time to upgrade the MIT network for the future and make our network IPv6-capable.

For most users, this upgrade will be transparent. Once we upgrade our network infrastructure, most computers will start using IPv6 addresses automatically as appropriate. We will have to make some upgrades to our infrastructure, and the plans for this are under way.

MIT’s excess IPv4 capacity As we plan our migration to IPv6, it is appropriate for MIT to consider its own stock of IPv4 addresses. While the Internet is running out of addresses overall, MIT actually has a large surplus. MIT helped lead the development of the Internet from the 1970’s onward, and David Clark, a Senior Research Scientist at our Computer Science and Artificial Intelligence Lab (CSAIL) quickly saw the importance of these addresses and requested an early allocation of them, both to support research and eventually to support all of computing at MIT. We hold a block of 16 million IPv4 addresses.

Fourteen million of these IPv4 addresses have not been used, and we have concluded that at least eight million are excess and can be sold without impacting our current or future needs, up to the point when IPv6 becomes universal and address scarcity is no longer an issue. The Institute holds a block of 20 times 10^30 (20 nonillion) IPv6 addresses.

As part of our upgrade to IPv6, we will be consolidating our in-use IPv4 address space to facilitate the sale of MIT’s excess IPv4 capacity. Net proceeds from the sale will cover our network upgrade costs, and the remainder will provide a source of endowed funding for the Institute to use in furthering its academic and research mission.

Given the source of these new funds, we believe that MIT should use them, whenever possible, to support activities focused on the future of the Internet and the global cyber-infrastructure. Our intention is not only to advance our own agenda, but to help shape the future of the on-line world. For instance, non-technical issues are now shaping the future of the Internet as much as, if not more than, technical innovation. Because finding funding for research and education in these areas can be difficult, using MIT’s IPv4 proceeds to support such efforts could benefit all future Internet users. David Clark has agreed to lead an advisory group to assist us in determining how best to proceed with this effort. We will be asking the MIT community for suggestions and proposals.

Migration plan Over the next twelve to eighteen months, IS&T will be upgrading MITnet equipment and architecture to enable support for IPv6 devices, hosts, and networks, as well as IPv4. IS&T will provide a building-by-building schedule for updating IP addresses of the Institute’s networked devices and hosts.

John Charles is available to answer any questions you may have.

Sincerely,

Martin A. Schmidt Provost

Israel Ruiz Executive Vice President and Treasurer

@shirleymarquez
Copy link

MIT had about 700 IPv4 addresses for every human being associated with the Institute (undergraduate and graduate students, faculty, and staff - about 23,000 total). After the selloff it will only have 350 address per human being. And many of those humans aren't even using public IP addresses; most client computers (desktops, laptops, tablets, phones) use local addresses that go through network address translation (NAT) to reach the public internet. (Only computers that provide services that are meant to be accessed from an area larger than the local LAN need addresses from the public pool. Providing internet access via NAT does use up some public addresses, but the ratio is at least 10 clients per public address. The utilization will vary: a small classroom may only have a few clients, while the network for a large lecture hall or a dormitory floor could have hundreds.) The transition to IPv6 should be complete long before all of MIT's IPv4 addresses get used up, even after giving up half of them.

Source for the number of people at MIT: http://web.mit.edu/facts/faqs.html

@CyBeRoni
Copy link

Only computers that provide services that are meant to be accessed from an area larger than the local LAN need addresses from the public pool.

That is neither how the internet was designed, nor how MIT runs its networks. For the most part, MIT does not use NAT for computers connected to its networks regardless of whether or not those computers are "providing a service".

@AbrahamYChen
Copy link

As an alumnus of MIT, I believe that it would be prudent to share the following Internet development results with the community:

https://tools.ietf.org/html/draft-chen-ati-adaptive-ipv4-address-space-03

The work, abbreviated as EzIP (Easy IPv4) will not only resolve IPv4 public address pool exhaustion issues, but also largely mitigate the root cause to cyber security vulnerabilities, plus open new possibilities for the Internet, all within the confines of the IPv4 domain . These should relieve much of the IPv4 address shortage pressure as well as the consequent urgency to roll out the IPv6.

I look forward to thoughts and comments.

Abe (2018-07-07 11:10)

@AbrahamYChen
Copy link

Our study now indicates that there is practically no need to go to IPv6. Since EzIP can multiply each public IPv4 address by 256M (Million) fold without affecting current equipment, this enables over 75% of nations to serve their respective countries starting from one IPv4 address that is already assigned to that nation.

Essentially, the CIR (Country-based Internet Registry) model proposed by ITU-T based on IPv6 a few years ago can now be stealthily implemented under IPv4, even without forming the sixth RIR at all.

Thoughts and comments would be much appreciated.

Abe (2018-08-18 18:02)

@JasonHuangJiaCheng
Copy link

My company would like to acquire some of these IPv4 address, may I ask whom should I contact with? Thank you

@ak2766
Copy link

ak2766 commented Jan 26, 2020

Despite the fact that the new IPV6 range MIT has reserved is tiny compared to the total range, I have to wonder if that range won't be underutilized as well? In a way, this seems like a case of pre-optimization, at the expense of the wider community. Again - I realize that the block is tiny comparatively. But think about it in terms of the past:

That 20 nonillion is no small number no matter the fraction of the total range - they've done the math already. This equates to 64 times what the math dictates should be the allocation for MIT based on the 166 acres of land that it occupies. So, is this a good thing or bad thing? I'll leave that to those much better at analyzing such things.

@liangtongzhuo
Copy link

wow, ipv6 Now support is increasing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment