DHCP Failover: An Improved Approach to DHCP Redundancy

Size: px
Start display at page:

Download "DHCP Failover: An Improved Approach to DHCP Redundancy"

Transcription

1 Overview The DHCP Failover protocol specification and ISC s implementation of the protocol have problems that can cause issues in production environments, primarily in those environments where configurations change on a regular basis. Infoblox has fixed the bugs in the ISC implementation and enhanced the DHCP Failover protocol to increase its reliability and resiliency. This white paper provides an overview of DHCP Failover, specific details on what Infoblox has done to correct problems, and an appendix with a detailed description of the protocol. What is DHCP Failover? DHCP Failover is a way for two DHCP servers to share a common group of IP addresses. The addresses can be given out by either server and either server can take over for the other in the event of a failure. In order to maintain a common view of the lease states of all addresses and avoid conflicts, the servers stay synchronized with each other via the DHCP Failover protocol. Before the DHCP Failover protocol, the only way to get any level of redundancy with DHCP without introducing the chance of issuing duplicate IP addresses was to create split ranges. In a split range, you take a pool of addresses and split the addresses across multiple DHCP servers. For example, given the /24 network, DHCP server A might have the addresses from to , while server B might have to There are a number of problems with this solution, the most obvious of which is that it is wasteful of the useable IP address space (i.e., redundancy is provided by reserving IP addresses and not using them unless a failure occurs). This can lead to critical issues such as IP address exhaustion if failures persist for extended periods and the backup range is insufficient to supply addresses to all devices. In addition, devices that received an IP address from one range will get a different IP address if they try to renew from the backup server. Some devices, such as IP phones, may exhibit undesirable behavior, such as dropping calls, if their IP address changes. Using DHCP failover for the same scenario, both DHCP server A and DHCP server B know about all addresses from to , but each assigns only a subset of those addresses at any given time, keeping track of which addresses each assigned. If one of the peers (in DHCP failover, each server is called a peer) stops working for some reason, the peer that is still alive assumes all of the IP addresses, still remembering which addresses it really owns, and which it is serving on behalf of its unavailable peer. When the unresponsive peer comes back online, the two servers resync their lease information, and each server once again becomes responsible for its allotment of addresses. This provides a robust and dynamic system that continues to serve addresses in the event of a failure and does so without squandering valuable address space. Why doesn t everybody use DHCP Failover? There are a few reasons why people may not use DHCP Failover. First, not every DHCP server supports DHCP Failover. Additionally, there is no universally agreed standard for DHCP Failover. There is an RFC that describes the DHCP Failover protocol, but it was never ratified, so each vendor is free to implement its own version. This means that interoperability could be an issue if you tried to take two different vendors DHCP servers and run them together using DHCP Failover. Further, the draft RFC also did not cover some of the corner cases and, as a result, there are known conditions in which the protocol defined by the RFC will fail, sometimes in a manner from which recovery can be very difficult. Page 1 of 11

2 The Infoblox Advantage The Infoblox DHCP server is based on the ISC 3.0.x DHCP server. Infoblox has made some significant improvements to ISC DHCP server to address the implementation errors. In addition, Infoblox has made improvements to the DHCP Failover protocol itself that prevent the occurrence of deadlock and other unstable states that are possible based on the original RFC definition. The combination of the protocol enhancements and the implementation fixes make the Infoblox DHCP Failover implementation more reliable and robust than the ISC implementation or any product that is based on the standard ISC distribution. Below is a list of some of the issues with ISC s DHCP Failover implementation and the approaches that Infoblox has used to address them: Issue: The protocol RFC depends on the assumption that the failover configurations on both peers are exactly the same. Being out of sync can result in the issuance of duplicate IP addresses or leases not being provided. With the ISC DHCP server, there is no enforcement, synchronization, or checking to ensure that peers have identical configurations. Resolution: Infoblox DHCP failover provides a check to determine that both peers, when in the same Grid, have identical configurations. If the configuration check fails, the failover association will not connect until both peers have the same configuration. Issue: If the TCP connection between peers does not establish properly, the failover peers can become locked in the COMMUNICATIONS-INTERRUPTED state indefinitely. In this state, they will not issue leases to clients. Resolution: This failure condition was discovered and fixed, ensuring that the TCP connection between peers is always able to establish correctly (assuming network connectivity is available). Issue: Troubleshooting DHCP Failover can be time-consuming due to the lack of diagnostic information available to administrators. Resolution: Infoblox has greatly enhanced the information logged. For example: During recovery, a message is logged for every 1,000 leases sent in reply to the update request. During COMMUNICATIONS-INTERRUPTED, a message is logged every minute showing that a peer is trying to connect to the other peer. In addition, the Infoblox Grid Manager GUI has a screen which shows all failover associations and their real-time status. Issue: The ISC DHCP Failover implementation has not been optimized for performance. Resolution: The Infoblox DHCP Failover implementation has enhancements that decrease the time spent in the recovery states when both peers are in the same grid. For example: When a change is made to DHCP configuration that would cause a transition to a recover state, we may be able to reduce the RECOVER-WAIT time to zero (as opposed to waiting the full MCLT). For example, if a user changes the size of a range or assigns a range to a different failover association, the recalculation and recovery time is reduced, which translates to less downtime for those ranges. Peers will only exchange data for the specific ranges changed, and not all ranges, which may significantly reduce recovery time. Page 2 of 11

3 Issue: The ISC DHCP server does not permit simple manipulation of the leases database. Resolution: Since the Infoblox DHCP server uses its bloxsdb database for lease storage, leases can be cleared via the Infoblox Grid Manager on both peers at the same time, thereby avoiding any potential duplicate leases. DHCP administrators often use the Clear Lease function when troubleshooting networks (e.g., a client obtains a lease with a long lease time and the administrator wants to force it to renew, or after replacing a NIC card, the administrator wants to clear out the old NIC s lease). Page 3 of 11

4 APPENDIX: DETAILED DHCP FAILOVER PROTOCOL This Appendix provides a detailed description of the DHCP Failover protocol for those interested in a more indepth understanding of how it works. How Does DHCP Failover Synchronize Data? DHCP failover peers use lazy updates to keep each other up to date. Lazy updates use a best effort approach to keeping the data the same at all times, but do not demand that the data is always in complete synchronization. Each server follows a set of rules to prevent either server from doing something that may cause a problem later on. This means that each server can assign an address to a DHCP client before updating its peer, resulting in better performance. How Do IP Addresses Get Assigned While Using DHCP Failover? Lazy updates (as described above) work by creating set of rules for the two peers on how addresses should be handed out. If both DHCP servers follow the same set of rules, there is no chance the servers will assign different IP addresses to the same machine. There are three rules the servers follow: 1) The primary and secondary failover peers divide the list of free addresses, referred to as a pool, on each network defined for the failover association, into groups of free and backup addresses. Free addresses are available for assignment by the primary server to allocate to DHCP clients. Backup addresses are available for assignment by the secondary server. 2) Each DHCP server can allocate, or extend, leases for only a limited amount of time beyond the lease time known by its peer. This limited time is called the Maximum Client Lead Time, or MCLT, which is the maximum time the one server s idea of a lease expiration time can lead the other s. The MCLT is usually quite short (compared to the real lease time), usually no more than one hour. The server can keep extending the lease by MCLT indefinitely, but this requires much more frequent renewals. There is a way to increase this amount of time, but it requires the two servers to negotiate the acknowledged potential lease expiry time. When this time has been established, either peer can extend the client s lease for up to that amount of time, plus MCLT. Since the acknowledged potential lease expiry time is a fixed point in time and not a duration, like MCLT, the server must reestablish a new acknowledged potential lease expiry time every time it extends a lease. 3) In normal operations, a lease that has already been assigned to a client can not be assigned to another client unless both servers agree that the lease is no longer being used. Page 4 of 11

5 Communication Between Failover Peers Failover peers communicate using a TCP connection. When using DHCP Failover on a DNSone, the TCP port used is 519. The connection is asynchronous, so either server can establish this connection, and either server can send a message to the other at any time. This allows a connection to be made as soon as the second peer is started. As soon as a connection is established, the primary peer sends the secondary a CONNECT message. The CONNECT message contains identification and authentication information, as well as some information about how the primary is configured, particularly the MCLT value. If the secondary peer recognizes the primary peer and is able to communicate with it, it sends a CONNECTACK message. The CONNECTACK contains authentication information similar to that in the CONNECT message, as well as information on how the secondary is configured. After these two messages have been exchanged, the peers begin their failover communications. After the initial communications have been established, the peers exchange state information with each other and, if needed, synchronize their IP address databases. This process will be explained in more details later in this FAQ. When the peers first connect, and do any synchronizing that might be needed, the peers balance each address pool, making sure that each peer starts out with approximately the same number of IP addresses. During normal communications, when a DHCP server receives a DHCPREQUEST from a client, it responds with a DHCPACK back to the client, and then sends a binding update (BNDUPD) to its peer. When the peer receives the BNDUPD, it adds the update to a queue to be processed. After the update is processed, a binding acknowledgment (BNDACK) is sent back to the originating peer. These same BNDUPD and BNDACK messages are used throughout the synchronization process. As address are assigned from pools, pools can become unbalanced, leaving one peer with more addresses available than the other. When this occurs, the peer with fewer addresses performs a pool-rebalancing. Details on rebalancing will be described later. During quiet times (when no DHCP activity is taking place), the peers exchange CONTACT messages with each other to ensure there is no loss of connectivity. If no message is received by one of the peers for a certain amount of time, it is assumed that the peer connection is broken, and that peer begins working independently. A server can also send a DISCONNECT message in case it needs to leave the failover association to shut down for some reason. If this occurs, both servers close their connection. Lease Handling with DHCP While using DHCP Failover, it is no longer enough to know that a lease is either in use or available. There are many address binding states allowed during failover. These states are used to show whether an address is in use, which peer can allocate an available address, and an address s transition from being in use to being available for reallocation. The table below lists the binding states that an IP address can be in, excluding fixedaddresses and those assigned to BOOTP clients (as DHCP Failover does not support BOOTP). Page 5 of 11

6 State ABANDONED ACTIVE BACKUP EXPIRED FREE RELEASED RESET Description The address has been marked as abandoned due to a conflict with another machine already claiming to have that IP address. This may be a client machine with a hard-coded IP address that conflicts with a DHCP pool the administrator has defined. The address is in use by a client. The address is available for assignment by the secondary peer. The address is no longer used by the client, but is still bound to that client. Only after all FREE/BACKUP leases are assigned will requests be fulfilled by EXPIRED addresses. The address is available for assignment by the primary peer. The address has been released by the client, but is not yet available for reassignment. The address has been released by administrative action, but is not yet available for allocation. When a failover peer makes a change to any lease, a BNDUPD message is sent to the other peer. The update includes the new state of the lease, the time the change was made, the actual expiry time of the lease, along with other information that identifies the client and other information that the client sent. When the peer processes the update, it sends a BNDACK. As soon as the first peer receives the BNDACK, both servers have the same information about that lease. If the two peers are not operating normally, they may have different states for the same IP address. The rules controlling IP allocation protect both peers from making mistakes when their IP address databases are not in synch. From the table above, you can see that two states show an IP address is available for use: FREE addresses can be assigned by the primary server, and BACKUP addresses can be assigned by the secondary. Addresses are never available on both peers at the same time. As soon as an address is given to a client, whether it s assigned from the primary or the secondary, the lease is placed in the ACTIVE state. An address in the ACTIVE state can not be given to any other client until it is moved to the FREE or BACKUP state. This allows either the primary or secondary peer to extend a lease. As soon as a lease reaches its expiry time, it is changed from ACTIVE to EXPIRED. The server that changes the state updates its peer. When the peer receives the update, it moves the lease to the FREE state, and sends an acknowledgment to the first peer, which also moves the lease to the FREE state. At this point, the primary server is now free to allocate this lease. This two-way handshake is very important, as you would not want the lease to be placed in a FREE state if both servers did not know the lease was available. Failure to do this could cause one server to think the address was still in use and reassign it while the second server assigns the lease to a new client, causing a duplicate IP address on the network. RELEASED and RESET are handled using the same logic. Page 6 of 11

7 Lease Durations While Using DHCP Failover If failover is not in use, a DHCP client can request a lease time in the DHCPDISCOVER and DHCPREQUEST packets. If the client does not request a lease time, the DHCP server will assign it a lease time, which is configurable. If a requested lease time is acceptable, it will be used. If the lease time is smaller than a configured minimum or larger than a configured maximum, the lease is adjusted to the minimum or maximum time. When using failover, the lease time is called the desired lease time. It is called this because this is the lease time the server would like to use, depending on the state of the lease. There are three entities that remember the state of a lease: the DHCP client, the primary failover peer, and the secondary failover peer. The lease time must be set so that it does not expire before the primary or secondary peer thinks the lease will expire. Since the server assigning the lease always remembers this time, this problem really only exists on the other server. Since the lease time needs to be calculated before the peer knows about the lease, peer compares MCLT with the desired lease time and chooses the smallest value, which is what the client will use for its initial lease time. After the lease is accepted, the primary peer starts to calculate the potential lease expiry time (the time the client is expected to renew its address) plus the desired lease time. The primary peer assumes the client will renew after half of its current lease time, and tells the secondary peer the actual lease expiry time and also the potential lease expiry time. The secondary receives this time and records it in its version of the IP address state, and sends an acknowledgment. At this point, the primary receives the BNDACK and knows that both the primary and secondary have the same renewal time for the lease, called the acknowledged potential lease expiry time. The next time a client tries to renew, a new desired lease time is calculated, which will probably be the same as that calculated the last time, so the desired lease time is able to be used for the lease instead of MCLT. This same process occurs if the secondary receives a DHCPDISCOVER. Page 7 of 11

8 Failover Operational States So far, all explanations made have assumed that the failover association was functioning normally, but in the real world, this is not always the case. Normal Operation: Primary/Backup Configuration, and Load Balancing During NORMAL state, only one peer will respond to a DHCP message from a client. When using failover on a DNSone, a simple set of rules is used to balance load and determine which peer should respond to a client. This technique, described in RFC 3074, uses a secure hash algorithm to hash the client s identification information. When a peer receives a client s broadcast message, it performs a hash on the client s identification, which produces a number from 0 to 255. The server has a table with 256 entries, and uses the calculated hash value to lookup the corresponding entry in the table. If the entry is non-zero, the peer responds to the request, otherwise it drops the request. The primary server is configured with a load balancing value, and creates the table. The opposite version of the table is sent to the secondary server in the CONNECT message, assuring that the two peers will never have the same IP address to assign. After assigning an address, an update is sent to the peer so they both know the new state of the address. After each assignment, the peers recalculate the amount of free leases they have and, if necessary, rebalance the pool (described in more detail a little later.) Operations in the COMMUNICATIONS-INTERRUPTED State When communications between the two peers is interrupted, the peers enter the communicationsinterrupted state. In this state, neither peer knows the status of the other, so both peers provide DHCP services to any client that requests an address. Since address tables cannot be updated, a peer must stop issuing addresses as soon as it runs out of available addresses (FREE for the primary, BACKUP for the secondary). The peer may, however, renew any address that it already knows about, even if the lease was originally issued by the other peer. A disadvantage of communications-interrupted mode is that each peer can only allocate leases for MCLT seconds. This will result in a heavier load since lease will be renewed quicker than normal. Operations in the PARTNER-DOWN State For many reasons, including long network outages or planned upgrades, one peer of a failover association may become inoperable. In order to provide services during this outage, an administrator can put one peer in to a partner-down state. When a peer is placed in partner-down state, the remaining peer assumes control of all DHCP service. It safely assumes that its peer is not available, and can start assigning all IP addresses in the pool to clients needing addresses. As mentioned above, an unexpected failure could cause a peer to go in to the communicationsinterrupted state, which is not a desirable long-term state. If a peer goes in to a communicationsinterrupted state, an administrator can force the remaining server into the partner-down state. When a server changes state, it remembers the start time of state (STOS). When a server changes to partner-down, it can reclaim any FREE or BACKUP addresses that belong to its peer after MCLT plus STOS has passed. If an address is in the ACTIVE, EXPIRED, RELEASED, or RESET state, and the acknowledged potential expiry time is later than STOS, the server can free the IP address only after the Page 8 of 11

9 acknowledged potential expiry time plus MCLT, or after MCLT plus STOS, whichever comes last. This is due to the fact that the failed peer may have extended the lease to the acknowledged potential expiry time plus MCLT without updating its peer, but it may have also extended it to MCLT plus STOS, so the peer in the partner-down state must account for both possibilities. After a peer in the partner-down state has reclaimed all addresses that belonged to its peer, the MCLT has passed, and all the acknowledged potential expiry times have expired, the remaining peer operates as if it were no longer running in failover mode. It continues to do so until its peer reconnects to it. Due to this, it is imperative that the restarted peer not provide IP addresses until it has resynchronized with the peer in the partner-down state. This procedure is explained in the Operations in the RECOVER State section. If it were not to do this, it might hand out the wrong address to clients, or duplicate an already assigned address. Operations in the STARTUP state The STARTUP state is the state used when a peer first starts up. The server will not issue any IP addresses, and will wait until the peers can synchronize their address databases. There is one exception to this rule: If a server that has no memory of ever talking to its peer comes online, it goes straight to the RECOVER state. When starting two DHCP servers with a new failover association, the RECOVER state is, most likely, the state the two servers will first enter. Operations in the RECOVER State When a peer is in the RECOVER state, a complete update of the IP address database is done. This is the state that a peer will enter when it discovers that its peer was in the partner-down state, or when it realizes that it has never communicated with its peer before. A peer in the recover state will not answer any DHCP queries because it cannot ensure its data is accurate. The server will attempt to establish a connection to its peer if one has not been made already. After the connection is established, an update request (UPDREQ) message is sent to its peer. The peer reviews its entire address database and sends a BNDUPD for each and every IP address whose state has changed since the last time it communicated with the recovering peer in the normal state. If the recovering peer has no memory of communicating with its peer, it sends an update all request (UPDREQALL), and the peer sends information about every IP address it knows about. After the last update message is sent, an update done (UPDDONE) message is sent, and the recovering peer goes in to the RECOVER-WAIT state. The peer remains in this state for MCLT seconds. After MCLT seconds has passed the server moves to the RECOVER-DONE state. If its peer is in PARTNER-DOWN, or RECOVER-DONE, the peer moves to the NORMAL state. Upon seeing its peer move to NORMAL, it, too, moves to the NORMAL state, and begins issuing DHCP addresses. Operations in the POTENTIAL-CONFLICT State The RECOVER state is used to make a graceful transition back to the normal state. The problem is that an administrative error or incorrect state transition could make this impossible. There are a few situations that could cause this, and all involve one or both of the peers operating in partner-down state while the other is in the communications-interrupted state, or the partner-down state. This can happen, for example, because: A server fails and its peer is placed in partner-down state, but when the failed server comes back online it is unable to communicate with the peer. Page 9 of 11

10 A server administrator places one peer in partner-down state when the other is actually operating in the communications-interrupted state. Both of these scenarios could lead to a conflict, so both servers would immediately go in to the potentialconflict mode and stop serving DHCP addresses. Since this is an uncontrolled event, it is possible that both peers have issued the same IP address to different clients. The two peers should still remember that last time they communicated in the normal state, and will send updates to each other for any addresses whose states have changed. When a primary peer enters the potential-conflict state, it sends an UPDREQ message to the secondary peer. When the secondary enters the potential-conflict state, it waits for the primary to send the UPDREQ. When it receives the UPDREQ, it sends the primary BNDUPD message for all addresses whose states have changed, and for any addresses for which it has not received BNDACK messages. When the secondary has finished the updates, it sends an UPDDONE to the primary. The primary receives the UPDDONE and moves to the CONFLICT-DONE state, and starts answering clients DHCP requests. The secondary notices the peer changed state and sends an UPDREQ. The primary sends all of its updates to the secondary and sends an UPDDONE. The secondary then moves to the NORMAL state, and the primary seeing the state change also moves to the NORMAL state. After moving to the normal state, both peers can check to see if their pool of IP addresses is low and perform pool-rebalancing. Operations in the RESULTION-INTERRUPTED State It is possible that during the conflict-resolution process outlined in the Operations in the Potential- Conflict State, the connection between the two peers may be broken. Any peer still in the potentialconflict state when this occurs goes into the resolution-interrupted state. While in this state, the peer may extend existing leases, and may issue new leases from its pool of available addresses. Because the lease databases are not synchronized, the possibility of an IP address conflict exists during this state. Binding Update Conflicts The potential for an address conflict can exist in certain circumstances, and due to this fact, the BNDACK can include a REJECT-REASON. If a REJECT-REASON exists, the peer will reject the BNDUPD message. Pool Rebalancing While the two peers are operating in a NORMAL state, it is very common for the pool of free addresses and the pool of backup addresses to grow and shrink at different rates. This is particularly true because a lease that expires goes to the FREE state and never the BACKUP state. This means the BACKUP pool will get smaller more quickly than the FREE pool. When the secondary peer notices that the pool of addresses has become significantly out of balance, it sends a pool request (POOLREQ) message to the primary. The primary receives the POOLREQ, examines all of its pools to determine if any pools are out of balance. If so, it assigns addresses to the secondary to rebalance the pool by sending BNDUPD messages, marking the address BACKUP instead of FREE. When the primary determines the pool is out of balance, it sends a BNDUPD message to the secondary, making IP addresses FREE instead of BACKUP until the pool is balanced. If the secondary has issued one of the addresses to a client, it simply refuses the BNDUPD. Page 10 of 11

11 Conclusion The DHCP Failover protocol comprises a very complex set of rules that are created to maintain synchronization between two dynamic, autonomous systems and to avoid conflicts as much as possible. A network administrator, however, should ensure that a valid and stable communications path exists between the servers to avoid constant operational state changes. Server configuration changes must be done with care because configuration conflicts between two peers have been demonstrated to cause unpredictable results. Infoblox Grid Technology and the improved Infoblox implementation of the DHCP Failover protocol provide customers with a stable, reliable and complete solution for resilient DHCP services. Using Infoblox DHCP Failover in conjunction with Infoblox High Availability (HA) provides the ultimate in DHCP availability and offers the most resilient solution on the market. Page 11 of 11

Dynamic Host Configuration (DHC) Internet-Draft Intended status: Standards Track Expires: August 31, 2017 February 27, 2017

Dynamic Host Configuration (DHC) Internet-Draft Intended status: Standards Track Expires: August 31, 2017 February 27, 2017 Dynamic Host Configuration (DHC) Internet-Draft Intended status: Standards Track Expires: August 31, 2017 T. Mrugalski ISC K. Kinnear Cisco February 27, 2017 DHCPv6 Failover Protocol draft-ietf-dhc-dhcpv6-failover-protocol-06

More information

Internet Engineering Task Force (IETF) Request for Comments: 8156 Category: Standards Track ISSN: June 2017

Internet Engineering Task Force (IETF) Request for Comments: 8156 Category: Standards Track ISSN: June 2017 Internet Engineering Task Force (IETF) Request for Comments: 8156 Category: Standards Track ISSN: 2070-1721 T. Mrugalski ISC K. Kinnear Cisco June 2017 DHCPv6 Failover Protocol Abstract DHCPv6 as defined

More information

Managing DHCP Failover

Managing DHCP Failover Cisco Prime Network Registrar failover protocol is designed to allow a backup DHCP server to take over for a main server if the main server is taken offline for any reason. Prior to 8.2, this protocol

More information

CSc Outline. Basics. What is DHCP? Why DHCP? How does DHCP work? DHCP

CSc Outline. Basics. What is DHCP? Why DHCP? How does DHCP work? DHCP CSc72010 DHCP Outline Basics Comer: Chapter 22 (Chapter 23 in the the 4 th edition) Peterson: Section 4.1.6 RFC 2131 What is DHCP? Dynamic Host Configuration Protocol: provides for configuring hosts that

More information

[MS-DHCPF]: DHCP Failover Protocol Extension. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DHCPF]: DHCP Failover Protocol Extension. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DHCPF]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Configuring DHCP Failover

Configuring DHCP Failover CHAPTER 28 Configuring DHCP Failover DHCPv4 failover is a protocol designed to allow a backup DHCP server to take over for a main server if the main server is taken off the network for any reason. DHCPv4

More information

Intended Status: Standards Track Expires: September 22, 2016 Fabio Chiussi. March 21, 2016

Intended Status: Standards Track Expires: September 22, 2016 Fabio Chiussi. March 21, 2016 INTERNET-DRAFT Intended Status: Standards Track Expires: September 22, 2016 Luyuan Fang Deepak Bansal Microsoft Fabio Chiussi Forcerenew Reconfiguration Extensions for DHCPv4 draft-fang-dhc-dhcpv4-forcerenew-extensions-02

More information

ms-help://ms.technet.2004jun.1033/win2ksrv/tnoffline/prodtechnol/win2ksrv/reskit/tcpip/part2/tcpch04.htm

ms-help://ms.technet.2004jun.1033/win2ksrv/tnoffline/prodtechnol/win2ksrv/reskit/tcpip/part2/tcpch04.htm Page 1 of 39 Windows 2000 Server Chapter 4 - Dynamic Host Configuration Protocol Dynamic Host Configuration Protocol (DHCP) is a TCP/IP standard that reduces the complexity and administrative overhead

More information

Operation Manual DHCP. Table of Contents

Operation Manual DHCP. Table of Contents Table of Contents Table of Contents Chapter 1 DHCP Overview... 1-1 1.1 DHCP Principles... 1-1 1.1.1 BOOTP Relay Agent... 1-3 1.1.2 DHCP and BOOTP Relay Agent... 1-4 1.2 General DHCP Configuration... 1-4

More information

DHCPv6 Failover Update

DHCPv6 Failover Update DHCPv6 Failover Update dhcp-ietf-dhc-dhcpv6-failover-design-04.txt Kim Kinnear kkinnear@cisco.com 2014-07- 23 (Former) DHCPv6 Failover Grand Plan Step 0: Redundancy considera6ons Published as RFC6853 Step

More information

The Latest Developments in DHCPv6. RIPE66, Dublin, Ireland May Tomek Mrugalski

The Latest Developments in DHCPv6. RIPE66, Dublin, Ireland May Tomek Mrugalski The Latest Developments in DHCPv6 RIPE66, Dublin, Ireland May 2013 Tomek Mrugalski Agenda 1. About presenter and ISC 2. Client MAC address option 3. Load Balancing 4. DHCPv6 Failover 5.

More information

Kea Messages Manual. Kea Messages Manual

Kea Messages Manual. Kea Messages Manual Kea Messages Manual i Kea Messages Manual Kea Messages Manual ii Copyright 2011-2015 Internet Systems Consortium, Inc. Kea Messages Manual iii Contents 1 Introduction 1 2 Kea Log Messages 2 2.1 ALLOC Module....................................................

More information

IBM. Networking Dynamic Host Configuration Protocol. IBM i 7.1

IBM. Networking Dynamic Host Configuration Protocol. IBM i 7.1 IBM IBM i Networking Dynamic Host Configuration Protocol 7.1 IBM IBM i Networking Dynamic Host Configuration Protocol 7.1 Note Before using this information and the product it supports, read the information

More information

DHCP Overview. Information About DHCP. DHCP Overview. Last Updated: July 04, 2011

DHCP Overview. Information About DHCP. DHCP Overview. Last Updated: July 04, 2011 DHCP Overview DHCP Overview Last Updated: July 04, 2011 The Dynamic Host Configuration Protocol (DHCP) is based on the Bootstrap Protocol (BOOTP), which provides the framework for passing configuration

More information

MCSA Guide to Networking with Windows Server 2016, Exam

MCSA Guide to Networking with Windows Server 2016, Exam MCSA Guide to Networking with Windows Server 2016, Exam 70-741 First Edition Chapter 4 Implementing DHCP 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part,

More information

DHCP Overview. Information About DHCP. DHCP Overview

DHCP Overview. Information About DHCP. DHCP Overview The Dynamic Host Configuration Protocol (DHCP) is based on the Bootstrap Protocol (BOOTP), which provides the framework for passing configuration information to hosts on a TCP/IP network. DHCP adds the

More information

The Google File System

The Google File System October 13, 2010 Based on: S. Ghemawat, H. Gobioff, and S.-T. Leung: The Google file system, in Proceedings ACM SOSP 2003, Lake George, NY, USA, October 2003. 1 Assumptions Interface Architecture Single

More information

Troubleshooting DHCP server configuration 28

Troubleshooting DHCP server configuration 28 Contents DHCP overview 1 Introduction to DHCP 1 DHCP address allocation 1 Allocation mechanisms 1 Dynamic IP address allocation process 2 IP address lease extension 2 DHCP message format 3 DHCP options

More information

Example File Systems Using Replication CS 188 Distributed Systems February 10, 2015

Example File Systems Using Replication CS 188 Distributed Systems February 10, 2015 Example File Systems Using Replication CS 188 Distributed Systems February 10, 2015 Page 1 Example Replicated File Systems NFS Coda Ficus Page 2 NFS Originally NFS did not have any replication capability

More information

Table of Contents 1 DHCP Overview DHCP Server Configuration 2-1

Table of Contents 1 DHCP Overview DHCP Server Configuration 2-1 Table of Contents 1 DHCP Overview 1-1 Introduction to DHCP 1-1 DHCP Address Allocation 1-2 Allocation Mechanisms 1-2 Dynamic IP Address Allocation Process 1-2 IP Address Lease Extension 1-3 DHCP Message

More information

Kea Messages Manual. Kea Messages Manual

Kea Messages Manual. Kea Messages Manual Kea Messages Manual i Kea Messages Manual Kea Messages Manual ii Copyright 2011-2018 Internet Systems Consortium, Inc. ("ISC") Kea Messages Manual iii Contents 1 Introduction 1 2 Kea Log Messages 2 2.1

More information

DHCP Overview. Introduction to DHCP

DHCP Overview. Introduction to DHCP Table of Contents DHCP Overview 1 Introduction to DHCP 1 DHCP Address Allocation 2 Allocation Mechanisms 2 Dynamic IP Address Allocation Process 2 IP Address Lease Extension 3 DHCP Message Format 3 DHCP

More information

Equitrac Office and Express DCE High Availability White Paper

Equitrac Office and Express DCE High Availability White Paper Office and Express DCE High Availability White Paper 2 Summary............................................................... 3 Introduction............................................................

More information

Table of Contents. Cisco How NAT Works

Table of Contents. Cisco How NAT Works Table of Contents How NAT Works...1 This document contains Flash animation...1 Introduction...1 Behind the Mask...2 Dynamic NAT and Overloading Examples...5 Security and Administration...7 Multi Homing...9

More information

DHCP Capacity and Performance Guidelines

DHCP Capacity and Performance Guidelines This appendix contains the following sections: Introduction, on page Local Cluster DHCP Considerations, on page Regional Cluster DHCP Considerations, on page 6 Introduction This document provides capacity

More information

CS 167 Final Exam Solutions

CS 167 Final Exam Solutions CS 167 Final Exam Solutions Spring 2018 Do all questions. 1. [20%] This question concerns a system employing a single (single-core) processor running a Unix-like operating system, in which interrupts are

More information

DHCP Technology White Paper

DHCP Technology White Paper DHCP Technology White Paper Keywords: DHCP, DHCP server, DHCP relay agent, DHCP client, BOOTP client. Abstract: This document describes DHCP basic concepts and applications, as well as the main functions

More information

Managing Switch Stacks

Managing Switch Stacks Finding Feature Information, page 1 Prerequisites for Switch Stacks, page 1 Restrictions for Switch Stacks, page 2 Information About Switch Stacks, page 2 How to Configure a Switch Stack, page 14 Troubleshooting

More information

Operation Manual DHCP H3C S3600 Series Ethernet Switches-Release Table of Contents

Operation Manual DHCP H3C S3600 Series Ethernet Switches-Release Table of Contents Table of Contents Table of Contents Chapter 1 DHCP Overview... 1-1 1.1 Introduction to DHCP... 1-1 1.2 DHCP IP Address Assignment... 1-1 1.2.1 IP Address Assignment Policy... 1-1 1.2.2 Obtaining IP Addresses

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.0 for Windows Servers Agent for Oracle VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Introduction...3

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.1 for Windows Servers Agent for Oracle 11/20/2003 1 TABLE OF CONTENTS Introduction...3 Oracle Backup Basics...3

More information

IP/MAC Address Translation

IP/MAC Address Translation IP/MAC Address Translation -Go over quiz answers -ARP -DHCP -NAT Today Transition from Network to Datalink How do we get datagrams to the right physical host? Tricky part comes when a router is forwarding

More information

Linksys Stackable Switches

Linksys Stackable Switches TECHNICAL BULLETIN Linksys Stackable Switches How to Build Stacks and Understand Their Operation This document describes how to stack Linksys switches and covers advanced stacking information, as well

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. This chapter contains the following sections

More information

Operation Manual DHCP. Table of Contents

Operation Manual DHCP. Table of Contents Table of Contents Table of Contents Chapter 1 DHCP Overview... 1-1 1.1 Introduction to DHCP... 1-1 1.2 DHCP IP Address Assignment... 1-2 1.2.1 IP Address Assignment Policy... 1-2 1.2.2 Obtaining IP Addresses

More information

Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol

Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol Contents Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol Overview 1 Multimedia: The Role of DHCP in the Network Infrastructure 2 Lesson: Adding and Authorizing the DHCP

More information

MODELS OF DISTRIBUTED SYSTEMS

MODELS OF DISTRIBUTED SYSTEMS Distributed Systems Fö 2/3-1 Distributed Systems Fö 2/3-2 MODELS OF DISTRIBUTED SYSTEMS Basic Elements 1. Architectural Models 2. Interaction Models Resources in a distributed system are shared between

More information

Boundary control : Access Controls: An access control mechanism processes users request for resources in three steps: Identification:

Boundary control : Access Controls: An access control mechanism processes users request for resources in three steps: Identification: Application control : Boundary control : Access Controls: These controls restrict use of computer system resources to authorized users, limit the actions authorized users can taker with these resources,

More information

MODELS OF DISTRIBUTED SYSTEMS

MODELS OF DISTRIBUTED SYSTEMS Distributed Systems Fö 2/3-1 Distributed Systems Fö 2/3-2 MODELS OF DISTRIBUTED SYSTEMS Basic Elements 1. Architectural Models 2. Interaction Models Resources in a distributed system are shared between

More information

EEC-682/782 Computer Networks I

EEC-682/782 Computer Networks I EEC-682/782 Computer Networks I Lecture 15 Wenbing Zhao w.zhao1@csuohio.edu http://academic.csuohio.edu/zhao_w/teaching/eec682.htm (Lecture nodes are based on materials supplied by Dr. Louise Moser at

More information

Operation Manual DHCP H3C S5500-SI Series Ethernet Switches. Table of Contents. Table of Contents

Operation Manual DHCP H3C S5500-SI Series Ethernet Switches. Table of Contents. Table of Contents Table of Contents Table of Contents Chapter 1 DHCP Overview... 1-1 1.1 Introduction to DHCP... 1-1 1.2 DHCP Address Allocation... 1-1 1.2.1 Allocation Mechanisms... 1-1 1.2.2 Dynamic IP Address Allocation

More information

Evaluating Backup Interfaces, Floating Static Routes, and Dialer Watch for DDR Backup

Evaluating Backup Interfaces, Floating Static Routes, and Dialer Watch for DDR Backup Evaluating Backup Interfaces, Floating Static Routes, and Dialer Watch for DDR Backup Document ID: 10213 Contents Introduction Prerequisites Requirements Components Used Conventions Configurations Backup

More information

ForeScout CounterACT. Resiliency Solutions. CounterACT Version 8.0

ForeScout CounterACT. Resiliency Solutions. CounterACT Version 8.0 ForeScout CounterACT Resiliency Solutions CounterACT Version 8.0 Table of Contents About ForeScout Resiliency Solutions... 4 Comparison of Resiliency Solutions for Appliances... 5 Choosing the Right Solution

More information

Avaya Web Conferencing Administrator's Guide

Avaya Web Conferencing Administrator's Guide Avaya Web Conferencing Administrator's Guide Version 4.1.20 October 2008 Document number 04-603073 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information

More information

Occasionally, a network or a gateway will go down, and the sequence. of hops which the packet takes from source to destination must change.

Occasionally, a network or a gateway will go down, and the sequence. of hops which the packet takes from source to destination must change. RFC: 816 FAULT ISOLATION AND RECOVERY David D. Clark MIT Laboratory for Computer Science Computer Systems and Communications Group July, 1982 1. Introduction Occasionally, a network or a gateway will go

More information

DHCP and DNS. Nick Copyright Conditions: GNU FDL (seehttp://www.gnu.org/licenses/fdl.html) A computing department

DHCP and DNS. Nick Copyright Conditions: GNU FDL (seehttp://www.gnu.org/licenses/fdl.html) A computing department OSSI DHCP and DNS p. 1/44 DHCP and DNS Nick Urbanik Copyright Conditions: GNU FDL (seehttp://www.gnu.org/licenses/fdl.html) A computing department OSSI DHCP and DNS p. 2/44 DHCP and DNS

More information

Category: Standards Track February Fault Tolerance for the Label Distribution Protocol (LDP)

Category: Standards Track February Fault Tolerance for the Label Distribution Protocol (LDP) Network Working Group A. Farrel, Ed. Request for Comments: 3479 Movaz Networks, Inc. Category: Standards Track February 2003 Fault Tolerance for the Label Distribution Protocol (LDP) Status of this Memo

More information

rfc1541.txt Impreso por Emilio Hern 25 oct 93 15:17 rfc1541.txt 25 oct 93 15:17 Página RFC 1541 Dynamic Host Configuration Protocol October 1993

rfc1541.txt Impreso por Emilio Hern 25 oct 93 15:17 rfc1541.txt 25 oct 93 15:17 Página RFC 1541 Dynamic Host Configuration Protocol October 1993 25 oct 93 15:17 Página 1/39 25 oct 93 15:17 Página Network Working Group R. Droms Request for Comments: 1541 Bucknell University Obsoletes: 1531 October 1993 Category: Standards Track Status of this memo

More information

Step-by-Step Guide to Installing Cluster Service

Step-by-Step Guide to Installing Cluster Service Page 1 of 23 TechNet Home > Products & Technologies > Windows 2000 Server > Deploy > Configure Specific Features Step-by-Step Guide to Installing Cluster Service Topics on this Page Introduction Checklists

More information

Triple Play DHCP Configuration Commands. Global Commands. shutdown. description ESS Triple Play Service Delivery Architecture Page 413

Triple Play DHCP Configuration Commands. Global Commands. shutdown. description ESS Triple Play Service Delivery Architecture Page 413 Triple Play Service Delivery Architecture Triple Play DHCP Configuration Commands Global Commands Note: For the 7450 ESS configurations, the DHCP6 and IPv6 ESM commands apply only when in mixed-mode. shutdown

More information

Microsoft Skype for Business Deployment Guide. High-Availability Deployment

Microsoft Skype for Business Deployment Guide. High-Availability Deployment Microsoft Skype for Business Deployment Guide High-Availability Deployment 12/8/2017 High-Availability Deployment Contents 1 High-Availability Deployment 1.1 Skype for Business High Availability 1.2 T-Server

More information

IP Addressing: DHCP Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series)

IP Addressing: DHCP Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series) IP Addressing: DHCP Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series) First Published: 2014-07-29 Last Modified: 2014-11-22 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

High Availability (HA) Feature Description

High Availability (HA) Feature Description Feature Description UPDATED: 28 March 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Chapter 7. IP Addressing Services. IP Addressing Services. Part I

Chapter 7. IP Addressing Services. IP Addressing Services. Part I Chapter 7 IP Addressing Services Part I CCNA4-1 Chapter 7-1 IP Addressing Services Dynamic Host Configuration Protocol (DHCP) CCNA4-2 Chapter 7-1 Dynamic Host Configuration Protocol (DHCP) Every device

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M

Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M Topics: TACACS+ Authentication for Centralized Control of Switch Access Security (page 7) CDP (page

More information

DHCP and DDNS Services for Threat Defense

DHCP and DDNS Services for Threat Defense The following topics explain DHCP and DDNS services and how to configure them on Threat Defense devices. About DHCP and DDNS Services, on page 1 Guidelines for DHCP and DDNS Services, on page 3 Configure

More information

Assigning the Switch IP Address and Default Gateway

Assigning the Switch IP Address and Default Gateway CHAPTER 4 Assigning the Switch IP Address and Default Gateway This chapter describes how to create the initial switch configuration (for example, assigning the switch IP address and default gateway information)

More information

Final Examination CS 111, Fall 2016 UCLA. Name:

Final Examination CS 111, Fall 2016 UCLA. Name: Final Examination CS 111, Fall 2016 UCLA Name: This is an open book, open note test. You may use electronic devices to take the test, but may not access the network during the test. You have three hours

More information

Distributed Computation Models

Distributed Computation Models Distributed Computation Models SWE 622, Spring 2017 Distributed Software Engineering Some slides ack: Jeff Dean HW4 Recap https://b.socrative.com/ Class: SWE622 2 Review Replicating state machines Case

More information

DHCP and DDNS Services

DHCP and DDNS Services This chapter describes how to configure the DHCP server or DHCP relay as well as dynamic DNS (DDNS) update methods. About, page 1 Guidelines for, page 3 Configure the DHCP Server, page 4 Configure the

More information

Distributed Systems 11. Consensus. Paul Krzyzanowski

Distributed Systems 11. Consensus. Paul Krzyzanowski Distributed Systems 11. Consensus Paul Krzyzanowski pxk@cs.rutgers.edu 1 Consensus Goal Allow a group of processes to agree on a result All processes must agree on the same value The value must be one

More information

ForeScout CounterACT Resiliency Solutions

ForeScout CounterACT Resiliency Solutions ForeScout CounterACT Resiliency Solutions User Guide CounterACT Version 7.0.0 About CounterACT Resiliency Solutions Table of Contents About CounterACT Resiliency Solutions... 5 Comparison of Resiliency

More information

Cisco Network Registrar for the Cisco CMTS Routers

Cisco Network Registrar for the Cisco CMTS Routers Cisco Network Registrar for the Cisco CMTS Routers This chapter supplements the Cisco Network Registrar (CNR) documentation by providing additional cable-specific instructions to provision a hybrid fiber-coaxial

More information

Token Ring VLANs and Related Protocols

Token Ring VLANs and Related Protocols CHAPTER 4 Token Ring VLANs and Related Protocols A VLAN is a logical group of LAN segments, independent of physical location, with a common set of requirements. For example, several end stations might

More information

WIFIRANGER TROUBLESHOOTING POSSIBLE CAUSES

WIFIRANGER TROUBLESHOOTING POSSIBLE CAUSES Rev 1-8/1/2013 WIFIRANGER TROUBLESHOOTING No IP Address from WiFi Network DESCRIPTION The WiFiRanger is told to connect to a WiFi network but gets the message No IP Address in it s WiFi status box on the

More information

More Internet Support Protocols

More Internet Support Protocols More Internet Support Protocols Domain Name System (DNS) Ch 2.5 Problem statement: Average brain can easily remember 7 digits On average, IP addresses have 10.28 digits We need an easier way to remember

More information

Configuring Rapid PVST+

Configuring Rapid PVST+ This chapter contains the following sections: Information About Rapid PVST+, page 1, page 16 Verifying the Rapid PVST+ Configuration, page 24 Information About Rapid PVST+ The Rapid PVST+ protocol is the

More information

Chapter 7 LAN Configuration

Chapter 7 LAN Configuration Chapter 7 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Wireless ADSL Modem VPN Firewall Router. These features can be found by selecting Network Configuration

More information

Distributed Systems. Fault Tolerance. Paul Krzyzanowski

Distributed Systems. Fault Tolerance. Paul Krzyzanowski Distributed Systems Fault Tolerance Paul Krzyzanowski Except as otherwise noted, the content of this presentation is licensed under the Creative Commons Attribution 2.5 License. Faults Deviation from expected

More information

Data Modeling and Databases Ch 14: Data Replication. Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich

Data Modeling and Databases Ch 14: Data Replication. Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich Data Modeling and Databases Ch 14: Data Replication Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich Database Replication What is database replication The advantages of

More information

Configuring the Cisco IOS DHCP Server

Configuring the Cisco IOS DHCP Server Cisco devices running Cisco software include Dynamic Host Configuration Protocol (DHCP) server and the relay agent software. The Cisco IOS DHCP server is a full DHCP server implementation that assigns

More information

FANUC CNC Parts IMPORTANT PRODUCT INFORMATION. Hardware Identification. Firmware Identification. PACSystems RX7I Ethernet Module

FANUC CNC Parts IMPORTANT PRODUCT INFORMATION. Hardware Identification. Firmware Identification. PACSystems RX7I Ethernet Module June 3, 2003 IMPORTANT PRODUCT INFORMATION READ THIS INFORMATION FIRST Product: PACSystems RX7I Ethernet Module IC698ETM001-AA This document contains information that is not available in any other publication;

More information

Introduction to DHCP. DHCP Overview

Introduction to DHCP. DHCP Overview Table of Contents Introduction to DHCP 1 DHCP Overview 1 DHCP Address Allocation 2 Allocation Mechanisms 2 Dynamic IP Address Allocation Process 2 DHCP Message Format 3 Protocols and Standards 4 DHCP Server

More information

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard.

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard. CHAPTER 18 This chapter describes how to configure the Cisco implementation of the IEEE 802.1s Multiple STP (MSTP) on the IE 3010 switch. Note The multiple spanning-tree (MST) implementation is based on

More information

Technical White Paper iscsi Boot November 11, 2004

Technical White Paper iscsi Boot November 11, 2004 Technical White Paper iscsi Boot November 11, 2004 SN0032004-00 Rev A 11/04 Page 1 of 12 Table of Contents I. Executive Summary...3 II. Booting The Basics...3 Booting Options...3 Boot Methods Pros and

More information

Enhanced Failover Basics

Enhanced Failover Basics ifix 5.0 and higher revised 3/12/2014 1 About This Guide The purpose of this document is to provide users and developers with the basics of ifix 5.0 and higher Enhanced Failover. Content will help with

More information

Important Announcement: Substantial Upcoming Enhancement to Mirroring. Change Required for Sites Currently Using IsOtherNodeDown^ZMIRROR

Important Announcement: Substantial Upcoming Enhancement to Mirroring. Change Required for Sites Currently Using IsOtherNodeDown^ZMIRROR One Memorial Drive, Cambridge, MA 02142, USA Tel: +1.617.621.0600 Fax: +1.617.494.1631 http://www.intersystems.com January 30, 2014 Important Announcement: Substantial Upcoming Enhancement to Mirroring

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure LAN Setup, LAN Groups and Routing (Static IP) features of your ProSafe VPN Firewall 50. These features can be found under the Network

More information

Protocol Classification

Protocol Classification DNS and DHCP TCP/IP Suite Suite of protocols (not just TCP and IP) Main protocols TCP and UDP at the Transport Layer, and IP at the Network Layer Other protocols ICMP, ARP, Telnet, Ftp, HTTP, SMTP, SNMP

More information

Dynamic Host Configuration Protocol Using Fault Tolerant and Load Balancing

Dynamic Host Configuration Protocol Using Fault Tolerant and Load Balancing Dynamic Host Configuration Protocol Using Fault Tolerant and Load Balancing Dr A.Chandrabose 1 T.Manivannan 2 Asst.Prof Dept Of Computer Science Research Scholar M.Jayakandan 3 S.Arunkumar 4 Research Scholar

More information

Database Architectures

Database Architectures Database Architectures CPS352: Database Systems Simon Miner Gordon College Last Revised: 11/15/12 Agenda Check-in Centralized and Client-Server Models Parallelism Distributed Databases Homework 6 Check-in

More information

Configuring Failover. Understanding Failover CHAPTER

Configuring Failover. Understanding Failover CHAPTER CHAPTER 14 This chapter describes the security appliance failover feature, which lets you configure two security appliances so that one takes over operation if the other one fails. The ASA 5505 series

More information

Drive Sparing in EMC Symmetrix DMX-3 and DMX-4 Systems

Drive Sparing in EMC Symmetrix DMX-3 and DMX-4 Systems Applied Technology Abstract Drive sparing significantly increases data protection and availability. EMC Symmetrix systems support dynamic and permanent sparing. This white paper explains the benefits of

More information

Configuring Stickiness

Configuring Stickiness CHAPTER 5 This chapter describes how to configure stickiness (sometimes referred to as session persistence) on an Cisco 4700 Series Application Control Engine (ACE) appliance. It contains the following

More information

12. Name & Address 최양희서울대학교컴퓨터공학부

12. Name & Address 최양희서울대학교컴퓨터공학부 12. Name & Address 최양희서울대학교컴퓨터공학부 How do you get IP address? Manual Configuration Stateful Address Configuration (i.e. from servers) BOOTP DHCPv4, DHCPv6 Stateless Autoconfiguration : IPv6 2009 Yanghee

More information

GR Reference Models. GR Reference Models. Without Session Replication

GR Reference Models. GR Reference Models. Without Session Replication , page 1 Advantages and Disadvantages of GR Models, page 6 SPR/Balance Considerations, page 7 Data Synchronization, page 8 CPS GR Dimensions, page 9 Network Diagrams, page 12 The CPS solution stores session

More information

EMC VNX Series: Introduction to SMB 3.0 Support

EMC VNX Series: Introduction to SMB 3.0 Support White Paper EMC VNX Series: Introduction to SMB 3.0 Support Abstract This white paper introduces the Server Message Block (SMB) 3.0 support available on the EMC VNX and the advantages gained over the previous

More information

[MS-WINSRA]: Windows Internet Naming Service (WINS) Replication and Autodiscovery Protocol

[MS-WINSRA]: Windows Internet Naming Service (WINS) Replication and Autodiscovery Protocol [MS-WINSRA]: Windows Internet Naming Service (WINS) Replication and Autodiscovery Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper By Anton Els

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper By Anton Els Disaster Recovery Solutions for Oracle Database Standard Edition RAC A Dbvisit White Paper By Anton Els Copyright 2017 Dbvisit Software Limited. All Rights Reserved V3, Oct 2017 Contents Executive Summary...

More information

Token Ring VLANs and Related Protocols

Token Ring VLANs and Related Protocols Token Ring VLANs and Related Protocols CHAPTER 4 Token Ring VLANs A VLAN is a logical group of LAN segments, independent of physical location, with a common set of requirements. For example, several end

More information

CptS 464/564 Lecture 18

CptS 464/564 Lecture 18 CptS 464/564 Lecture 18 2nd November 2004 Checkpoint What have we covered so far? Paradigms and Models: frameworks for the discussion of DS What is the plan ahead? Next: examples of distributed systems

More information

Configuring Rapid PVST+ Using NX-OS

Configuring Rapid PVST+ Using NX-OS Configuring Rapid PVST+ Using NX-OS This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices. This chapter includes the following sections:

More information

NETWORK PACKET ANALYSIS PROGRAM

NETWORK PACKET ANALYSIS PROGRAM NETWORK PACKET ANALYSIS PROGRAM Duration: 3 days (21 hours) Mode: 1. Instructor Led Class room Training and Labs 2. Online In this hands-on course, you will receive in-depth training on Protocol analysis

More information

Technical Support. Web site. 24online Support Contact. ( a) Technical support (Corporate Office):

Technical Support. Web site.   24online Support Contact. ( a) Technical support (Corporate Office): Technical Support Please feel free to contact us for any of your query, comments, or requests concerning the software you purchased, your registration status, or similar issues to Customer Care/Service

More information

DHCP Service Configuration Mode Commands

DHCP Service Configuration Mode Commands DHCP Service Configuration Mode Commands The Dynamic Host Control Protocol (DHCP) Configuration Mode is used to create and manage DHCP service instances for the current context. The commands or keywords/variables

More information

Manual Configuration Stateful Address Configuration (i.e. from servers) Stateless Autoconfiguration : IPv6

Manual Configuration Stateful Address Configuration (i.e. from servers) Stateless Autoconfiguration : IPv6 Manual Configuration Stateful Address Configuration (i.e. from servers) BOOTP DHCPv4, DHCPv6 Stateless Auto : IPv6 최양희서울대학교컴퓨터공학부 2005 Yanghee Choi 2 RARP Hardware address ---> IP address requires direct

More information

CS603: Distributed Systems

CS603: Distributed Systems CS603: Distributed Systems Lecture 2: Client-Server Architecture, RPC, Corba Cristina Nita-Rotaru Lecture 2/ Spring 2006 1 ATC Architecture NETWORK INFRASTRUCTURE DATABASE HOW WOULD YOU START BUILDING

More information

XP7 High Availability User Guide

XP7 High Availability User Guide XP7 High Availability User Guide Abstract HPE XP7 High Availability helps you create and maintain a synchronous copy of critical data in a remote location. This document describes and provides instructions

More information