Monday, 20 February 2017

Next SAN – Storage Area Networks Questions and Answers

41. what is SRDF ?
RDF (Symmetrix Remote Data Facility) is a family of EMC products that facilitates the data replication from one Symmetrix storage array to another through a Storage Area Network or IP network.SRDF logically pairs a device or a group of devices from each array and replicates data from one to the other synchronously or asynchronously. An established pair of devices can be split, so that separate hosts can access the same data independently (maybe for backup), and then resynchronized.
In synchronous mode (SRDF/S), the primary array waits until the secondary array has acknowledged each write before the next write is accepted, ensuring that the replicated copy of the data is always as current as the primary. However, the latency due to propagation increases significantly with distance.

Asynchronous SRDF (SRDF/A) transfers changes to the secondary array in units called delta sets, which are transferred at defined intervals. Although the remote copy of the data will never be as      current as the primary copy, this method can replicate data over considerable distances and with reduced bandwidth requirements and minimal impact on host performance. Other forms of SRDF exist to integrate with clustered environments and to manage multiple SRDF pairs where replication of multiple devices must be consistent (such as with the data files and log files of a database application).

42. Define RAID? Which one you feel is good choice?
RAID (Redundant array of Independent Disks) is a technology to achieve redundancy with faster I/O. There are Many Levels of RAID to meet different needs of the customer which are: R0, R1, R3, R4, R5, R10, R6. Generally customer chooses R5 to achieve better redundancy and speed and it is cost effective.

R0 – Striped set without parity/[Non-Redundant Array].
  Provides improved performance and additional storage but no fault tolerance. Any disk failure destroys the array, which becomes more likely with more disks in the array. A single disk failure destroys the entire array because when data is written to a RAID 0 drive, the data is broken into fragments. The number of fragments is dictated by the number of disks in the drive. The fragments are written to their respective disks simultaneously on the same sector. This allows smaller sections of the entire chunk of data to be read off the drive in parallel, giving this type of arrangement huge bandwidth.
RAID 0 does not implement error checking so any error is unrecoverable. More disks in the array means higher bandwidth, but greater risk of data loss

R1 - Mirrored set without parity.
 Provides fault tolerance from disk errors and failure of all but one of the drives. Increased read performance occurs when using a multi-threaded operating system that supports split seeks, very small performance reduction when writing. Array continues to operate so long as at least one drive is functioning. Using RAID 1 with a separate controller for each disk is sometimes called duplexing.

R3 - Striped set with dedicated parity/Bit interleaved parity.
 This mechanism provides an improved performance and fault tolerance similar to RAID 5, but with a dedicated parity disk rather than rotated parity stripes. The single parity disk is a bottle-neck for writing since every write requires updating the parity data. One minor benefit is the dedicated parity disk allows the parity drive to fail and operation will continue without parity or performance penalty.

R4 - Block level parity.
 Identical to RAID 3, but does block-level striping instead of byte-level striping. In this setup, files can be distributed between multiple disks. Each disk operates independently which allows I/O requests to be performed in parallel, though data transfer speeds can suffer due to the type of parity. The error detection is achieved through dedicated parity and is stored in a separate, single disk unit.

R5 - Striped set with distributed parity.
 Distributed parity requires all drives but one to be present to operate; drive failure requires replacement, but the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the failed drive is rebuilt onto a replacement drive.

R6 - Striped set with dual distributed Parity.
 Provides fault tolerance from two drive failures; array continues to operate with up to two failed drives. This makes larger RAID groups more practical, especially for high availability systems. This becomes increasingly important because large-capacity drives lengthen the time needed to recover from the failure of a single drive. Single parity RAID levels are vulnerable to data loss until the failed drive is rebuilt: the larger the drive, the longer the rebuild will take. Dual parity gives time to rebuild the array without the data being at risk if one drive, but no more, fails before the rebuild is complete.

43. What is the different between mirroring, Routing and multipathing?
Redundancy Functions Relationships Role Mirroring Generates 2 ios to 2 storage targets Creates 2 copies of data Routing Determined by switches independent of SCSI Recreates n/w route after a Failure Multipathing Two initiator to one target Selects the LUN initiator pair to use.

44.  Briefly list the advantages of SAN?
SANs fully exploit high-performance, high connectivity network technologies
SANs expand easily to keep pace with fast growing storage needs
SANs allow any server to access any data
SANs help centralize management of storage resources
SANs reduce total cost of ownership (TCO).

iSCSI fundamentals:-
iSCSI is a protocol defined by the Internet Engineering Task Force (IETF) which enables SCSI commands to be encapsulated in TCP/IP traffic, thus allowing access to remote storage over low cost IP networks.


45. What advantages would using an iSCSI Storage Area Network (SAN) give to your organization over using Direct Attached Storage (DAS) or a Fibre Channel SAN?
iSCSI is cost effective, allowing use of low cost Ethernet rather than expensive Fibre architecture.
· Traditionally expensive SCSI controllers and SCSI disks no longer need to be used in each server, reducing overall cost.
· Many iSCSI arrays enable the use of cheaper SATA disks without losing hardware RAID functionality.
· The iSCSI storage protocol is endorsed by Microsoft, IBM and Cisco, therefore it is an industry standard.
· Administrative/Maintenance costs are reduced.
· Increased utilisation of storage resources.
· Expansion of storage space without downtime.
· Easy server upgrades without the need for data migration.
· Improved data backup/redundancy.

46. How many minimum drives are required to create R5 (RAID 5) ?
You need to have at least 3 disk drives to create R5.

47.  What are the advantages of SAN?
Massively extended scalability
Greatly enhanced device connectivity
Storage consolidation
LAN-free backup
Server-less (active-fabric) backup
Server clustering
Heterogeneous data sharing
Disaster recovery - Remote mirroring
While answering people do NOT portray clearly what they mean & what advantages each of them have, which are cost effective & which are to be used for the client's requirements.

48. What is the difference b/w SAN and NAS?
The basic difference between SAN and NAS, SAN is Fabric based and NAS is Ethernet based.
SAN - Storage Area Network
It accesses data on block level and produces space to host in form of disk.
NAS - Network attached Storage
It accesses data on file level and produces space to host in form of shared network folder.

49. What is a typical storage area network consists of - if we consider it for implementation in a small business setup?
 If we consider any small business following are essentials components of SAN
- Fabric Switch
- FC Controllers
- JBOD's

50. Can you briefly explain each of these Storage area components?
Fabric Switch: It's a device which interconnects multiple network devices .There are switches starting from 16 port to 32 ports which connect 16 or 32 machine nodes etc. vendors who manufacture these kind of switches are Brocade, McData.
FC Controllers: These are Data transfer media they will sit on PCI slots of Server; you can configure Arrays and volumes on it.
JBOD: Just Bunch of Disks is Storage Box, it consists of Enclosure where set of hard-drives are hosted in many combinations such SCSI drives, SAS, FC, SATA.

Read More Questions:
SAN Interview Questions Part1
SAN Interview Questions Part2
SAN Interview Questions Part3
SAN Interview Questions Part4
SAN Interview Questions Part5

Previous Storage Area Network (SAN) Interview Questions

31. What is storage virtualization?
Storage virtualization is amalgamation of multiple n/w storage devices into single storage unit.

32. What is virtualization?
A technique of hiding the physical characteristics of computer resources from the way in which other system application or end user interact with those resources. Aggregation, spanning or concatenation of the combined multiple resources into larger resource pools.

33. What is Multipath I/O?
Fault tolerant technique where, there is more than one physical path between the CPU in the computer systems and its main storage devices through the buses, controllers, switches and other bridge devices connecting them.

34. What are the 3 prominent characteristics of SAS Protocol?
a) Native Command Queuing (NCQ)
b) Port Multiplier
c) Port Selector

35. What is the purpose of disk array?
Probability of unavailability of data stored on the disk array due to single point failure is totally eliminated.

36. What is disk array?
Set of high performance storage disks that can store several terabytes of data. Single disk array can support multiple points of connection to the network.

37. What are the advantages of RAID?
“Redundant Array of Inexpensive Disks”
Depending on how we configure the array, we can have the
- data mirrored [RAID 1] (duplicate copies on separate drives)
- striped [RAID 0] (interleaved across several drives), or
- parity protected [RAID 5](extra data written to identify errors).
These can be used in combination to deliver the balance of performance and reliability that the user requires.

38. How is a SAN managed?
There are many management software’s used for managing SAN's to name a few Santricity
- IBM Tivoli Storage Manager.
- CA Unicenter.
- Veritas Volumemanger.

39. Which one is the Default ID for SCSI HBA?
Generally the default ID for SCSI HBA is 7.
SCSI- Small Computer System Interface
HBA - Host Bus Adaptor

40. What is the highest and lowest priority of SCSI?
There are 16 different ID’s which can be assigned to SCSI device 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, 13, 12, 11, 10, 9, 8.
Highest priority of SCSI is ID 7 and lowest ID is 8.

Read More Questions:
SAN Interview Questions Part1
SAN Interview Questions Part2
SAN Interview Questions Part3
SAN Interview Questions Part4
SAN Interview Questions Part5

Tricky Storage Area Networks Questions and Answers

 21. What is LUN Masking?
A method used to create an exclusive storage area and access control. And this can be achieved by storage device control program.

22. What is WWN?
WWN is a 64bit address that is hard coded into a fiber channel HBA and this is used to identify individual port (N_Port or F_Port) in the fabric.

23. What is metaLUN?
A metaLUN is a type of LUN whose maximum capacity can be the combined capacities of all the LUNs that compose it. The metaLUN feature lets you dynamically expand the capacity of a single LUN (base          LUN) into a larger unit called a metaLUN. You do this by adding LUNs to the base LUN. You can also add LUNs to a metaLUN to further increase its capacity. Like a LUN, a metaLUN can belong to Storage Group, and can participate in Snap View, Mirror View and SAN copy sessions. MetaLUNs are supported only on CX-Series storage systems. A metaLUN may include multiple sets of LUNs and each set of LUNs is called a component. The LUNs within a component are striped together and are independent of other LUNs in the metaLUN.

24. EMC control center 5.1
The EMC Control Center Web Console uses [Port : 10799] data stored in the Repository to monitor your storage-attached network and manageControlCenter alerts remotely through a Web browser

25. What Is Emc Power path?
EMC PowerPath is a server-resident software solution that enhances performance and information availability. It integrates multiple path I/O capabilities, automatic load balancing, and path failover      functions into one comprehensive package for use on open server platforms connected to Symmetrix enterprise storage systems. PowerPath enables you to do more work in a shorter time so you can serve             more customers, run more applications, and exploit more business opportunities.

26. What is a HBA?
Host bus adapters (HBAs) are needed to connect the server (host) to the storage.

27. What is SAN fabric?
SAN fabric is a hardware device that connects workstations and servers to storage devices in a SAN network. It uses the Fibre Channel switching technology to connect a server to a storage device. The SAN fabric offers a high-speed dedicated network including high availability features, very low latency, and high throughput.

28. What is zoning?
Fabric management service that can be used to create logical subsets of devices within a SAN. This enables portioning of resources for management and access control purpose.

29. What are the two major classification of zoning?
Two types of zoning are
a) Software Zoning
b) Hardware Zoning

30. What are different levels of zoning?
a) Port Level zoning
b) WWN Level zoning
c) Device Level zoning
d) Protocol Level zoning
e) LUN Level zoning


Frequently Asked SAN – Storage Area Networks interview Questions and Answers

11. What are the two major classification of zoning?
Two types of zoning are
a) Software Zoning
b) Hardware Zoning

12. What are different levels of zoning?
a) Port Level zoning
b) WWN Level zoning
c) Device Level zoning
d) Protocol Level zoning
e) LUN Level zoning

13. What is FICON ?
FICON is a protocol that uses Fibre Channel as its physical medium. FICON channels are capable of data rates up to 200 MBps full duplex, they extend the channel distance (up to 100 km), increase the number of control unit images per link, increase the number of device addresses per control unit link, and retain the topology and switch management characteristics of ESCON.

14. What is FSPF ?
FSPF keeps track of the links on all switches in the fabric and associates a cost with each link. The cost is always calculated as being directly proportional to the number of hops. The protocol computes paths from a switch to all other switches in the fabric by adding the cost of all links traversed by the path, and choosing the path that minimizes the cost.

15. How FSPF works
The collection of link states (including cost) of all switches in a fabric constitutes the topology database (or link state database). The topology database is kept in all switches in the fabric, and they are maintained and synchronized to each other. There is an initial database synchronization, and an update mechanism.
82 Introduction to Storage Area Networks .The initial database synchronization is used when a switch is initialized, or when an ISL comes up. The update mechanism is used when there is a link state change. This ensures consistency among all switches in the fabric.

16. What is Network Attached Storage (NAS) ?
Network Attached Storage (NAS) is basically a LAN-attached file server that serves files using a network protocol such as Network File System (NFS). NAS is a term used to refer to storage elements that connect to a network and provide file access services to computer systems. A NAS storage element consists of an engine that implements the file services (using access protocols such as NFS or CIFS), and one or more devices, on which data is stored. NAS elements may be attached to any type of network. From a SAN perspective, a SAN-attached NAS engine is treated just like any other server, but a NAS does not provide any of the activities that a server in a server-centric system typically provides, such as e-mail, authentication, or file management.

17. How is Fiber Channel Different from iSCSI?
Fibre Channel and iSCSI each have a distinct place in the IT infrastructure as SAN alternatives to DAS. Fibre Channel generally provides high performance and high availability for business-critical applications, usually in the corporate data center. In contrast, iSCSI is generally used to provide SANs for business applications in smaller regional or departmental data centers.

18. What is Frames?
Fibre Channel places a restriction on the length of the data field of a frame at 528 transmission words, which is 2112 bytes. (See Table 3-2 on page 52.) Larger amounts of data must be transmitted in several frames. This larger unit that consists of multiple frames is called a sequence. An entire transaction between two ports is made up of sequences administered by an even larger unit called an exchange.
A frame consists of the following elements:
_ SOF delimiter
_ Frame header
_ Optional headers and payload (data field)
_ CRC field
_ EOF delimiter

19. What is Loop address ?
An NL_Port, like an N_Port, has a 24-bit port address. If no switch connection exists, the two upper bytes of this port address are zeroes (x’00 00’) and referred to as a private loop. The devices on the loop have no connection with the outside world. If the loop is attached to a fabric and an NL_Port supports a fabric login, the upper two bytes are assigned a positive value by the switch. We call this mode a public loop.

20. What is LUN?
LUN unique number that is assigned to each storage device or partition of the storage that the storage can support

Read More Questions:
SAN Interview Questions Part1
SAN Interview Questions Part2
SAN Interview Questions Part3
SAN Interview Questions Part4
SAN Interview Questions Part5

Tricky SAN Multiple choice Questions and Answers pdf

31. Which of the following is not a non volatile storage device?
a. Memory Stick
b. Hard Disk
c. Random Access Memory
d. NVRAM

Answer:c

32. Which of the following is sequential access storage device?
a. Hard Disk
b. CD-ROM
c. Tape Cartridge
d. Main Memory

Answer:c

33. Which of the Following is not an off-line storage device?
a. Tape Cartridge
b. Flash Memory
c. Tape Library
d. CD-ROM

Answer:c

34. Pick the wrong statement about the hard disk?
a. Hard disk has multiple platters and each platter has two read/write heads one on each side
b. It’s a non-volatile & random access storage device
c. Hard disk can only have IDE or USB interface
d. Data Transfer rate is over 80 MBPS

Answer:c

35. Which of the following statements about various hard disks is wrong?
a. SATA Disks support faster transfer rates and have support for hot swapping
b. USB Hard disks store data on flash memory
c. ATA hard disks cannot be connected externally to computer

Answer:b

36. Which of the following is false?
a. NVRAM has built in battery which keeps power applied to it even after the power is switched off.
b. Flash memory can be electrically erased and reprogrammed
c. Flash memory is used in memory sticks
d. Flash disk can only have USB interface.

Answer:d

37. Which of the following is not true about JBOD?
a. JBOD can combine hard disks of different sizes into a single unit without loss of any capacity.
b. If a drive in a JBOD set dies then it may be easier to recover the files on the other Drives
c. JBOD supports data redundancy
d. JBOD doesn’t has any storage controller intelligence

Answer:c

38. Pick odd one out
a. Mirroring
b. Striping
c. Error-correction
d. fault tolerance

Answer:d

39. Which one of the following is not an advantage of RAID?
a. Data Security
b. Increased & integrated capacity
c. Improved performance
d. Effective data capacity increases

Answer:d

40. Pick the false statement about RAID 0
a. Provides no redundancy
b. Provides data striping
c. improves performance
d. Provides fault tolerance

Answer:d

Read More Questions:
SA N MCQs Part1
SA N MCQs Part2
SA N MCQs Part3
SA N MCQs Part4

Recently Asked SAN Objective type Questions and Answers

21. Which topology is best suited for medium sized enterprise.
a. NAS
b. SAN
c. DAS

Answer:a

22. Disk controller driver in DAS architecture is replaced in SAN either with ——
a. FC Protocol
b. iSCSI
c. TCP/IP stack
d. Any one of the above

Answer:d

23. Which storage technology requires downtime to add new hard disk capacity
a. DAS
b. SAN
c. NAS
d. None of the above

Answer:a

24. In SAN storage model, the operating system view storage resources as —— devices
a. FC
b. SCSI
c. SAN
d. None of the above

Answer:b

25. Identify a network file protocol in the below mentioned set.
a. FC
b. CIFS
c. SCSI
d. NAS

Answer:b

26. What will be used by SAN to provide connectivity between hosts and storage?
a. FC
b. iSCSI
c. FC or iSCSI
d. SCSI

Answer:c

27. In FC structure which layer maps block I/O SCSI commands into FC frames?
a. FC-4
b. FC-1
c. FC-0
d. None of the above

Answer:a

28. What are the major benefits of SAN?
a. Centralized backup
b. Storage consolidation
c. LAN-less backup
d. Share resources
e. All of the above

Answer:e

29. Which data storage technology offers the best performance?
a. SAN
b. NAS
c. DAS
d. None of the above

Answer:a

30. Identify the data storage technology used in the below data center?
a. NAS
b. SAN
c. DAS
d. None of the above

Answer:b

Read More Questions:
SA N MCQs Part1
SA N MCQs Part2
SA N MCQs Part3
SA N MCQs Part4

SAN Objective typt Questions and Answers pdf

11. A tape library does not contain
a. Tape Drive
b. Bar Code Reader
c. Robotic Arm
d. RAID Array

Answer:d

12. Which of the following is not true about a tape silo?
a. Libraries provide large storage capacity at a very cheap rate
b. They have slow access time
c. Tape libraries are primarily used for backups and as the final stage of digital archiving

Answer:b

13. For long term storage (archival) of data which of the following storage devices is generally used
a. Hard Disk
b. CD Rom
c. Floppy Disk
d. Tape Cartridges

Answer:d

14. Which of the following Company manufactures Tape Library?
a. Quantum
b. Brocade
c. NetApps
d. Cisco

Answer:a

15. Which of the following Company manufactures RAID devices?
a. Qlogic
b. LSI
c. Falconstor
d. Quantum

Answer:b

16. What is the most basic level of storage
a. SAN
b. DAS
c. NAS
d. ISCSI

Answer:b

17. A NAS solution is most appropriate for what type of data environment
a. Secured Access
b. Shared access
c. Remote access
d. Parallel access

Answer:b

18. Which three statements describe differences between Storage Area Network (SAN) and Network Attached Storage (NAS) solutions? Choose three.
a. SAN is generally more expensive but provides higher performance
b. NAS uses TCP/IP for communication between hosts and the NAS server
c. NAS requires additional hardware on a host: a host bus adapter for connectivity
d. SAN uses proprietary protocols for communication between hosts and the SAN fabric

Answer:a, b, d

19. I/O requests to disk storage on a SAN are called
a. File I/Os
b. SAN I/Os
c. Block I/Os
d. Disk I/Os

Answer:c

20. Demerits of DAS are. Choose two.
a. Interconnect limited to 10km
b. Excessive network traffic
c. Distance limitations
d. Inability to share data with other servers

Answer:c, d

Read More Questions:
SA N MCQs Part1
SA N MCQs Part2
SA N MCQs Part3
SA N MCQs Part4

Wednesday, 11 January 2017

50 TOP SAN Multiple choice Questions and Answers pdf

SAN Multiple choice Questions and Answers
Read the most frequently asked 50 top Storage Area Network (SAN) multiple questions and answers for freshers and experienced job interview questions pdf download free

SAN Objective type Questions and Answers List

1. This is a repository for the storage, management, and dissemination of data in which the mechanical, lighting, electrical and computer systems are designed for maximum energy efficiency and minimum environmental impact.
a. Storage lab
b. Data Center
c. Data warehouse
d. Fabric

Answer:b

2. This is the process of assigning storage, usually in the form of server disk drive space, in order to optimize the performance of a storage area network.
a. Storage Provisioning
b. Data mining
c. Storage assignment
d. Data Warehousing

Answer:a

3. Simply stated, these are large boxes that hold lots of hard disks.
a. Host
b. Tape library
c. Switch
d. Disk Array

Answer:d

4. This consists of the precautions taken so that the effects of a disaster will be minimized.
a. Data retrieval
b. Disaster recovery
c. Archive
d. Replication

Answer:b

5. This is the practice of collecting computer files that have been packaged together for backup, to transport to some other location, for saving away from the computer so that more hard disks can be made available, or for some other purpose.
a. Backup
b. Archive
c. Migration
d. Compression

Answer:b


6. Pick the false statement
a. RAID Level 1 provides disk mirroring
b. RAID Level 2 provides bit level striping with Hamming code ECC
c. RAID Level 4 provides block level striping
d. RAID Level 5 provides block level striping and error correction information

Answer:d

7. Which of the following provides byte level striping?
a. RAID 6
b. RAID 4
c. RAID 2
d. RAID 5

Answer:d

8. State true or false
a. Nested RAID provides better performance characteristics than the RAID levels that comprise them (true/false) – True
b. RAID Level 6 has dual parity where as RAID Level 5 has single parity and both does block level striping( true/false) – False
c. RAID Level 7 does Asynchronous cached striping with dedicated parity(true/false) – True

Answer:d

9. Which of the following is false about tape devices?
a. A tape drive is a data storage device that reads and writes data stored on a Magnetic tape
b. Tape drives are used for archival storage of data
c. Tape media has low unit cost and long archival stability
d. Tape drives allow random access of data

Answer:d

10. Select the correct option regarding tape drive
a. Tape drives have fast average seek times
b. Tape drives can stream data at a very fast rate
c. Archival life of data stored on tape is around 5 years
d. Tape drives can be used t store data on optical disks

Answer:b


Read More Questions:
SA N MCQs Part1
SA N MCQs Part2
SA N MCQs Part3

SA N MCQs Part4

50 TOP SAN – Storage Area Networks Questions and Answers

SAN Questions
SAN Interview Questions and Answers
Read the most frequently asked 50 top Storage Area Network (SAN) interview questions and answers for freshers and experienced job interview questions pdf download free.

SAN Interview Questions and Answers List

1. What is a SAN?
SAN is short for Storage Area Network. It is a high-speed network of storage elements, similar in form and function to a LAN that establishes direct and indirect connections between multiple servers and multiple storage elements. The SAN is an extension of the server’s storage bus

2. What does a SAN do?
SANs create connectivity. SANs offer a method of attaching storage that improves data reliability, availability and performance
SAN overcomes traditional network bottlenecks by connecting in three ways:
· Server-to-storage (direct attached storage)
· Server-to-server (network attached storage)
· Storage-to-storage (SAN Attached Storage)

3. Name some of the SAN topologies and Explain each of them ?
Point-to-point, arbitrated loop, and switched fabric topologies
a) Point-to-Point
A point-to-point connection is the simplest topology. It is used when there are exactly two nodes and future expansion is not predicted. There is no sharing of the media, which allows the devices to use the total bandwidth of the link. A simple link initialization is needed before communications can begin.
b) Arbitrary Loop
Our second topology is Fiber Channel Arbitrated Loop (FC-AL). FC-AL is more useful for storage applications. It is a loop of up to 126 nodes (NL_Ports) that is managed as a shared bus. Traffic flows in one direction, carrying data frames and primitives around the loop with a total bandwidth of 400 MBps (or 200 MBps for a loop based on 2 Gbps technology).
c) Switched Fabric Loop
It applies to switches and directors that support the FC-SW standard, that is, it is not limited to switches as its name suggests. A Fibre Channel fabric is one or more fabric switches in a single, sometimes extended, configuration. Switched fabrics provide full bandwidth per port compared to the shared bandwidth per port in arbitrated loop
Implementations.

4. What’s the need for separate network for storage why LAN cannot be used?
LAN hardware and operating systems are geared to user traffic, and LANs are tuned for a fast user response to messaging requests. With a SAN, the storage units can be secured separately from the servers and totally apart from the user network enhancing storage access in data blocks (bulk data transfers), advantageous for server-less backups.

5. What is FCP?
The Fibre Channel Protocol (FCP) is the interface protocol of SCSI on Fibre Channel. It is a gigabit speed network technology primarily used for Storage Networking. Fibre Channel is standardized in the T11 Technical Committee of the InterNational Committee for Information Technology Standards (INCITS), an American National Standard Institute (ANSI) accredited standards committee. It started for use primarily in the supercomputer field, but has become the standard connection type for storage area networks in enterprise storage. Despite its name, Fibre Channel signaling can run on both twisted-pair copper wire and fiber optic cables.

6.What is iSCSI ?
Internet SCSI (iSCSI) is a transport protocol that carries SCSI commands from an initiator to a target. It is a data storage networking protocol that transports standard Small Computer System Interface (SCSI) requests over the standard Transmission Control Protocol/Internet Protocol (TCP/IP) networking technology.
iSCSI enables the implementation of IP-based storage area networks (SANs), enabling customers to use the same networking technologies — for both storage and data networks. As it uses TCP/IP, iSCSI is also well suited to run over almost any physical network. By eliminating the need for a second network technology just for storage, iSCSI has the potential to lower the costs of deploying networked storage.

7.What is FCIP ?
Fibre Channel over IP (FCIP) is also known as Fibre Channel tunneling or storage tunneling. It is a method to allow the transmission of Fibre Channel
information to be tunnelled through the IP network. FCIP encapsulates Fibre Channel block data and subsequently transports it over a TCP socket. TCP/IP services are utilized to establish connectivity between remote SANs. Any congestion control and management, as well as data error and data loss recovery, is handled by TCP/IP services, and does not affect FC fabric services. The major point with FCIP is that is does not replace FC with IP, it simply allows deployments of FC fabrics using IP tunneling

8. What is iFCP
Internet Fibre Channel Protocol (iFCP) is a mechanism for transmitting data to and from Fibre Channel storage devices in a SAN, or on the Internet using TCP/IP. iFCP gives the ability to incorporate already existing SCSI and Fibre Channel networks into the Internet. iFCP is able to be used in tandem with existing Fibre Channel protocols, such as FCIP, or it can replace them. Whereas FCIP is a tunneled solution, iFCP is an FCP routed solution.iFCP is a gateway-to-gateway protocol, and does not simply encapsulate FC block data. Gateway devices are used as the medium between the FC initiators and targets. As these gateways can either replace or be used in tandem with existing FC fabrics, iFCP could be used to help migration from a Fibre  Channel SAN to an IP SAN, or allow a combination of both

9. What is FICON address ?
FICON generates the 24-bit FC port address field in yet another way. When communication is required from the FICON channel port to the FICON CU port,
the FICON channel (using FC-SB-2 and FC-FS protocol information) will provide both the address of its port, the source port address identifier (S_ID), and the address of the CU port, the destination port address identifier (D_ID) when the communication is from the channel N_Port to the CU N_Port.

10. What is zoning?
Fabric management service that can be used to create logical subsets of devices within a SAN. This enables portioning of resources for management and access control purpose.


Read More Questions:
SAN Interview Questions Part1
SAN Interview Questions Part2
SAN Interview Questions Part3
SAN Interview Questions Part4
SAN Interview Questions Part5