-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogs-NAS.html
145 lines (117 loc) · 8.92 KB
/
blogs-NAS.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE HTML>
<html>
<head>
<title>Param's Blogs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KTSNZ8H');</script>
<!-- End Google Tag Manager -->
</head>
<body class="is-preload">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KTSNZ8H"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Param Patil</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#anchor-about">About Me</a></li>
<li><a href="index.html#anchor-certificates">Certificates</a></li>
<li><a href="index.html#Anchor-projects">Blogs & Projects</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<h2>NAS</h2>
<p>Network Attached Storage</p>
</div>
</header>
<!-- Content -->
<div class="wrapper">
<div class="inner">
<section>
<div class="box alt">
<div class="row gtr-uniform">
<div class="col-12"><span class="image fit"><img src="images/NAS blog 1.png" alt="" /></span></div>
</div>
</div>
<h3 class="major">Introduction</h3>
<p>  Have you ever wondered to keep your files not on the computer, not on the internet but a server local to your wifi? This is When NAS Comes into Picture. It is basically a computer connected to your local wifi network which has a big storage system & it runs 24*7.
<br><br>  Here is a more detailed definition of NAS by Seagate “A NAS device is a storage device connected to a network that allows storage and retrieval of data from a central location for authorised network users and varied clients. NAS devices are flexible and scale-out, meaning that as you need additional storage, you can add to what you have. NAS is like having a private cloud in the office. It’s faster, less expensive, and provides all the benefits of a public cloud on-site, giving you complete control.”
</p>
<h3 class="major">How does NAS work?</h3>
<h4>HARDWARE</h4>
<p>  Preconfigured storage software is installed on dedicated hardware. Known as a NAS box, NAS unit, NAS server, or NAS head, this hardware is essentially just a server containing storage disks or drives, processors, and random-access memory (RAM).</p>
<h4>SOFTWARE</h4>
<p>  The main differences between NAS and general-purpose server storage lie in the software. NAS software is deployed on a lightweight operating system (OS) that's usually embedded in the hardware. General-purpose servers have full OSs that send and receive thousands of requests every second—a fraction of which may be related to storage—while a NAS box sends and receives only 2 types of requests: data storage and file sharing.</p>
<h3 class="major">Why Use Media Servers?</h3>
<p>  Having a server that you own as a central hub for your media not only prevents you from being at the mercy of a slow or finicky internet connection it also avoids the folks that run these streaming services removing something you've been wanting to check out without warning. Since a local network can frequently move data at speeds that are much faster than your average internet connection even wirelessly you won't have to compromise on visual quality or worry about buffering even if you're watching 4k videos with full blu-ray quality or if you have a lot of users on your network at once. This setup can also help you avoid storing individual copies of everything on each of your devices hogging up a ton of space over and over.</p>
<h3 class="major">How to Setup Home Media Server?</h3>
<p>  Well, another upside to having a Home media server is that you don't need a full blown PC to house this data, while you can repurpose an old computer as a server if you'd like. A more elegant solution is to use a home network attached storage device or a NAS. These are bare-bones PC like devices that are dedicated solely to delivering files as fast as possible. A typical mass usually includes its own lightweight operating system and easily accessible drive base so that you can add more hard drives as your content library grows. Some compact desktop units can support nearly a hundred terabytes of raw storage. Bear in mind of course that if you're using raid or a similar scheme to protect against a disk failure some of that space will be consumed by redundancy.</p>
<h3 class="major">USES</h3>
<p><span class="image right"><img src="images/NAS blog 2.jpg" alt="" /></span><h4>1. Automatic Data Backups</h4>
  Using a NAS you can set up automatic backups that can mirror any changes made locally on the computer. As soon as a change is made to a document or folder, this change can be reflected immediately on the NAS.<br>
<br>  If you need even more reassurance that your data is backed up reliably, then you can use the aforementioned NAS RAID setup.<br><br><br></p>
<p><span class="image left"><img src="images/NAS blog 3.jpg" alt="" /></span><h4>2. Easier Collaboration</h4><br>A NAS can help cut down on this unnecessary mess by allowing all users to access documents in one central location and even adding the ability to group edit documents in a similar way to Google Docs or Office 365.<br><br><br><br><br><br><br><br><br></p>
<p><span class="image right"><img src="images/NAS blog 4.jpg" alt="" /></span><h4>3. Your Own Private Cloud</h4>Most NAS devices have software options that allow you to configure remote access (i.e. access from beyond your local network) so that you can get to your documents and files wherever you are in the world. In other words, your own private cloud storage.<br><br><br><br><br></p>
<p><span class="image left"><img src="images/NAS blog 5.png" alt="" /></span><br><h4>4. Reassuring Data Protection</h4>Rather than isolate data on each individual computer, a NAS server means that you can put the data on a secure network-attached drive that is not affected by local hardware failures.<br><br><br><br><br><br></p>
<p><span class="image right"><img src="images/media-server.png" alt="" /></span><h4>5. Make Your Own Media Server</h4>While you can’t use Dropbox as a media server, you’ll have no problem doing that with a NAS drive. (Media Server lets you access the photos, music & videos anywhere on your smart TV or smartphone or PC connected to the home network.)<br><br><br><br><br></p>
</section>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<section class="features">
<article>
<a href="blogs-RAID.html" class="image"><img src="images/RAID.jpg" alt="" /></a>
<h3 class="major">RAID</h3>
<p>Types of Redundant Array of Independent Disks</p>
<a href="blogs-RAID.html" class="special">Learn more</a>
</article>
<article>
<a href="blogs-lan.html" class="image"><img src="images/Lan Blog - Header.png" alt="" /></a>
<h3 class="major">Lan</h3>
<p>Things you didn't know about ethernet cable</p>
<a href="blogs-lan.html" class="special">Learn more</a>
</article>
</section>
<ul class="copyright">
<li>© All rights reserved.</li><li>Design: Param Patil</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>