Storage Networking , Part 1 eBook: A storage network is any network that's designed to transport block-level storage protocols. But understanding the ins and outs of networked storage takes you deep into several of protocols. This guide covers SANs, Fibre Channels, Disk Arrays, Fabric, and IP Storage.
»Storage Networking 2, Configuration and Planning eBook: Picking up where Part 1 left off, Part 2 of our look at storage networking examines configurations for SAN-attached servers and disk arrays, and also includes a look at the future of IP storage.
»Storage Management Costs in the Enterprise: A Comparison of Mid-Range Array Solutions Whitepaper:
Many factors contribute to the ownership cost for enterprise storage. These include (but are not limited to): physical capacity relative to physical space requirements, performance capacity for data transfer and system reaction time, software maintenance and updates, expandability and flexibility, and much more.
»Storage Is Changing Fast Be Ready or Be Left Behind PDF: The storage landscape is headed for dramatic change, thanks to new technologies like Fibre Channel over Ethernet (FCoE), pNFS, object-based storage and SAS that will affect everything from NAS and SANs to disk drives. Get the knowledge you need to make the most of your storage environment, now and in the future.
»HP StorageWorks EVA4400 Demo:
Dont settle for an expensive and complex array that lacks functionality. The HP StorageWorks EVA4400 delivers virtual storage with enterprise class functionality at an affordable price.
»
Admin Digest: Setting Up A SuSE 8.0 Linux DHCP Client Introduction to DHCP Rob Reilly
Monday, December 30, 2002 10:45:39 AM
If you are a small-business owner who wants to link Linux into a pre-existing Windows network, then you might want to try to use DHCP to get all of your machines talking to each other.
DHCP allows an administrator to dynamically assign a network address to clients that connect to that network. It's useful, for example, with laptops that are used in several networks. DHCP is also a vital tool on large networks where keeping track of all addresses and configuring clients would otherwise be a major headache.
Because of its ease of use, DHCP is perfect for heterogeneous networks, since DHCP clients' operating systems are transparent to the network. In other word's the network does not care what kind of machine--Linux, Windows, OS X--is using the network.
It should be noted, however, that accessing the network and sharing files and applications between clients on the network are two different things. Filesharing between Windows and Linux machines falls under the domain of the Samba server, which is another topic altogether.
Back to DHCP: another advantage is the re-usability of IP addresses: as soon as a client logs off, the same IP address can be given to the next new client. The same mechanism is used by cable Internet providers.
DHCP's basic workflow is simple. When a client is configured to use DHCP, on booting it broadcasts a DHCPDISCOVER request on the network. If there's a DHCP server listening, it will respond with a DHCPOFFER. When they have found each other, the server then assigns an IP address to that DHCP client machine.