www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

index.html (2545B)


      1 <!DOCTYPE html>
      2 <html>
      3 	<head>
      4 		<title>banna - ramblings</title>
      5 		<meta name="viewport" content="width=device-width, initial-scale=1">
      6 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7 		<link rel="stylesheet" href="/styles/style.css" />
      8 		<link rel="stylesheet" href="/styles/look.css" />
      9 		<link rel="stylesheet" href="/styles/codetheme.css" />
     10 		<script src="/scripts/highlight.js"></script>
     11 		<script>hljs.initHighlightingOnLoad();</script>
     12 	</head>
     13 
     14 	<body>
     15 		<div id="sidebar">
     16 			<div id="logo">
     17 				<a href="/">
     18 					<img src="/banna.png" alt="banna.tech" height="45" width="201" />
     19 				</a>
     20 			</div>
     21 			<div id="nav">
     22 				<a class="current" href="/post">blog</a>
     23 				<a class="" href="/things">things</a>
     24 				<a class="" href="/about">about</a>
     25 			</div>
     26 		</div>
     27 
     28 		<div id="wrapper">
     29 			<div id="content">
     30 <div class="post">
     31     <a href="/post/data_centers" class="link"><h1 class="header">Data Centers</h1></a>
     32     <span class="date">Posted on January, 12 2014</span>
     33     <div class="content">
     34 <p><img alt="data center" src="//i.banna.tech/20blog.jpg" /></p>
     35 
     36 <p>They're big, complex and loud. The fail-safes, redundancies and new technologies are in quantities enough to make your brain turn into potato soup. Data centers are generally things you don't hear about since of the years of research and experience of their staff and developers to keep their facilities in working order without question.</p>
     37 
     38 <p>This week my computer programming class took a trip to an IT Service called <a href="http://www.earthlink.net/">EarthLink</a>. During this trip they toured us around their Data Center and told us some facts on their Data Center.</p>
     39 
     40 <p>A few of the facts listed:</p>
     41 
     42 <ul>
     43 <li>
     44 <p>They hosted the Boston Marathon runner information/website</p>
     45 </li>
     46 <li>
     47 <p>They have multiple fall-back 10 gigabit connections</p>
     48 </li>
     49 <li>
     50 <p>The current technology will be completely replaced in the next 5 years</p>
     51 </li>
     52 <li>
     53 <p>The density of computing power doubles every year</p>
     54 </li>
     55 </ul>
     56 
     57 <p>It was interesting seeing a part of the internet in person. The average Joe never comprehends what's behind their computer when they access a webpage and how companies and governments allow the internet to connect every single person. With this complex network established, businesses can leverage this connection to make our life easier and more entertaining. The technology will only double in speed, power, and size, which I look forward to.</p>
     58     </div>
     59 </div>
     60 
     61 
     62 			</div>
     63 		</div>
     64 	</body>
     65 </html>