Introduction to Networks

Slides:



Advertisements
Similar presentations
NAS vs. SAN 10/2010 Palestinian Land Authority IT Department By Nahreen Ameen 1.
Advertisements

June 23rd, 2009Inflectra Proprietary InformationPage: 1 SpiraTest/Plan/Team Deployment Considerations How to deploy for high-availability and strategies.
2 June 2015 © Enterprise Storage Group, Inc. 1 The Case for File Server Consolidation using NAS Nancy Marrone Senior Analyst The Enterprise Storage Group,
1 Recap (RAID and Storage Architectures). 2 RAID To increase the availability and the performance (bandwidth) of a storage system, instead of a single.
Lesson 1: Configuring Network Load Balancing
Storage Area Network (SAN)
Implementing Failover Clustering with Hyper-V
Virtual Network Servers. What is a Server? 1. A software application that provides a specific one or more services to other computers  Example: Apache.
11 SERVER CLUSTERING Chapter 6. Chapter 6: SERVER CLUSTERING2 OVERVIEW  List the types of server clusters.  Determine which type of cluster to use for.
Microsoft Load Balancing and Clustering. Outline Introduction Load balancing Clustering.
Chapter 11: Dial-Up Connectivity in Remote Access Designs
Elad Hayun Agenda What's New in Hyper-V 2012 Storage Improvements Networking Improvements VM Mobility Improvements.
File Systems and N/W attached storage (NAS) | VTU NOTES | QUESTION PAPERS | NEWS | VTU RESULTS | FORUM | BOOKSPAR ANDROID APP.
Managing Storage Lesson 3.
Yury Kissin Infrastructure Consultant Storage improvements Dynamic Memory Hyper-V Replica VM Mobility New and Improved Networking Capabilities.
Module 13: Configuring Availability of Network Resources and Content.
Module 12: Designing High Availability in Windows Server ® 2008.
Local Area Networks (LAN) are small networks, with a short distance for the cables to run, typically a room, a floor, or a building. - LANs are limited.
INSTALLING MICROSOFT EXCHANGE SERVER 2003 CLUSTERS AND FRONT-END AND BACK ‑ END SERVERS Chapter 4.
Chapter 8 Implementing Disaster Recovery and High Availability Hands-On Virtual Computing.
Trends In Network Industry - Exploring Possibilities for IPAC Network Steven Lo.
Module 11: Implementing ISA Server 2004 Enterprise Edition.
1 Week #10Business Continuity Backing Up Data Configuring Shadow Copies Providing Server and Service Availability.
Microsoft Virtual Academy Module 8 Managing the Infrastructure with VMM.
11 CLUSTERING AND AVAILABILITY Chapter 11. Chapter 11: CLUSTERING AND AVAILABILITY2 OVERVIEW  Describe the clustering capabilities of Microsoft Windows.
VMware vSphere Configuration and Management v6
ITGS Network Architecture. ITGS Network architecture –The way computers are logically organized on a network, and the role each takes. Client/server network.
© 2002 Global Knowledge Network, Inc. All rights reserved. Windows Server 2003 MCSA and MCSE Upgrade Clustering Servers.
70-412: Configuring Advanced Windows Server 2012 services
CHAPTER 7 CLUSTERING SERVERS. CLUSTERING TYPES There are 2 types of clustering ; Server clusters Network Load Balancing (NLB) The difference between the.
1 CEG 2400 Fall 2012 Network Servers. 2 Network Servers Critical Network servers – Contain redundant components Power supplies Fans Memory CPU Hard Drives.
© 2007 EMC Corporation. All rights reserved. Internet Protocol Storage Area Networks (IP SAN) Module 3.4.
VIRTUAL SERVERS Chapter 7. 2 OVERVIEW Exchange Server 2003 virtual servers Virtual servers in a clustering environment Creating additional virtual servers.
What is raid? RAID is the term used to describe a storage systems' resilience to disk failure through the use of multiple disks and by the use of data.
Network-Attached Storage. Network-attached storage devices Attached to a local area network, generally an Ethernet-based network environment.
Presentation on Storage over Internet Protocol By Kulpreet Singh Gill B
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts – 9 th Edition Chapter 10: Mass-Storage Systems.
Chapter TCP/IP in the Windows Environment © N. Ganesan, Ph.D., All rights reserved.
Network customization
Storage Area Networks The Basics.
Network-Attached Storage
Network Attached Storage Overview
Services DFS, DHCP, and WINS are cluster-aware.
Affinity Depending on the application and client requirements of your Network Load Balancing cluster, you can be required to select an Affinity setting.
High Availability Linux (HA Linux)
ETERNUS DX100 S3, DX200 S3, DX500 S3 and DX600 S2
Storage Networking.
Network Configurations
Unit OS10: Fault Tolerance
Introduction to Computers
Introduction To Networking
SAN and NAS.
Introduction to Networks
Direct Attached Storage Overview
Storage Virtualization
Module – 7 network-attached storage (NAS)
Virtual Private Servers – Types of Virtualization platforms Virtual Private ServersVirtual Private Servers, popularly known as VPS is considered one of.
Unit 27: Network Operating Systems
Storage Networking.
Storage Networks and Storage Devices
An Introduction to Computer Networking
Web Server Administration
SpiraTest/Plan/Team Deployment Considerations
Network+ Guide to Networks, Fourth Edition
Specialized Cloud Architectures
AbbottLink™ - IP Address Overview
PLANNING A SECURE BASELINE INSTALLATION
Cost Effective Network Storage Solutions
Network customization
CS 295: Modern Systems Organizing Storage Devices
Presentation transcript:

Introduction to Networks Network Attached Storage

NAS Device Alongside a file server or a SAN, our third option to provide shared network storage is a Network Attached Storage (NAS) device A NAS device is a storage appliance that plugs directly to your network medium to provide file storage services The NAS device is basically a pared-down file server that is designed and optimized to do one thing and one thing only: store files for network users Because it's optimized to provide network storage, a NAS device can typically provide better performance than a standard file server This is because a file server needs to fulfil numerous network roles in addition to file storage, such as being a domain controller, a web server, or even a hypervisor for virtual machines. Also, the operating system in the file server won’t be designed solely for file storage

NAS Device Hardware A NAS device typically consists of: A RAID array with terabytes of storage space. A basic motherboard with a processor and memory. One or more network interface cards A minimal network operating system Note that low-end (home use) NAS devices may have only one interface. High-end NAS devices will usually have multiple network interface cards to allow you to configure adapter teaming With teaming, you 'bond' multiple network adapters together and assign them a single IP address to double your network throughput, similar to Etherchannels. Because a NAS device must handle many network I/O operations from many network users simultaneously, teaming can be a very advantageous feature to implement.

NAS Installation After installing and configuring a NAS device on your network, it will appear to other network hosts to be a typical file server with shared folders that can be accessed over the network medium Client systems will access the NAS device to read and write files in the same way that they access shared storage on a standard file server This is because NAS devices use standard network protocols to provide read and write access to files on the device, including - Server Message Block (SMB) (also known as the Common Internet File System (CIFS)) Network File System (NFS)

NAS Configuration To configure the device, most NAS appliances provide a web-based interface that you can access using a browser on your workstation The web-based interface provides access to all of the configuration settings used by the device, such as its IP address, subnet mask, security settings, etc. You can usually integrate the appliance with your existing network environment. For example, you can usually join a NAS device to your Active Directory domain This allows you to use your existing domain user accounts to authenticate to the device and to manage access to the data stored on it. Otherwise, you would have to configure duplicate user accounts on the device itself to allow your network users to authenticate to it

Single Point of Failure One of the key problems with implementing a NAS device is the fact that it creates a single point of failure for the file services on your network If all of your network users save their files on the NAS device and it fails for some reason, the data becomes unavailable until you replace the device and restore the data from backup On a large network, this could take days to accomplish Just like with a storage area network, we can prevent this with clustering

Clustering for Data Protection With clustering enabled, multiple NAS devices can be grouped together in a cluster to provide a degree of fault tolerance All of the data is replicated between the devices, and to users on the network, the cluster appears as a single file server If one of the devices in the cluster goes down, the other devices immediately take over and continue providing access to the files This is called a failover, and it usually only takes a second or two to complete This is much more tolerable than the several days of downtime associated with the failure of a single NAS device

Clustering For Load Balancing Clustered NAS devices can also be configured to load balance If the storage provided by the cluster is heavily accessed by network users, it could potentially create a bottleneck and degrade performance Using a load-balancing cluster, the network traffic destined for the shared storage can be divided up and distributed between multiple devices in the cluster This can dramatically speed up performance of the storage system This should sound very familiar to clustering on a storage area network, since it works the same way

SAN vs NAS Generally speaking, a fibre channel SAN will provide better performance than a NAS deployment. This happens for two reasons - An FC SAN has its own dedicated storage area network that is independent of the production network. A NAS, on the other hand, is connected directly to the production network and must compete for bandwidth with other network hosts An FC SAN uses the block-level SCSI protocol to manage storage I/O operations. A NAS device, on the other hand, uses file transfer network protocols (such as SMB) to manage storage I/O. File transfer operations are slower than block-level operations. SANs do have one drawback, however. SANs are much more expensive to implement than a NAS deployment Also note that an iSCSI SAN can either have its own network, or be on the production network