Hi DEB,
We will uses/enables IP Spoofing, when the following 3 criteria s is fulfilled:
1: When there are multiple Web servers in our application architecture.
2: Those web servers are clustered to balance the web load.
3: That Clustering algorithm is IP based.
Deb
--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en

> different NIC's (hence diff. IP addresses)
Not quite. A NIC has a hardware address or Ethernet address (in 99.9999% of the cases). The Internet Protocol (IP) runs on top of Ethernet.
In most cases there is only one IP address configured per NIC, but not always.
"IP spoofing" means activating multiple IP-addresses on one NIC. The receiving end (load balancer) can't tell the difference between using multiple NICs or IP spoofing when there is a router in the network path (because the load balancer will receive network packets containing the Ethernet address of the router).
Having one IP address on multiple NICs is also possible, e.g. a active/hot-standby configuration in firewalls.
So only use IP spoofing if you MUST use more (or different) IP addresses than load generators available. Thus when you know for sure that the load will be off balanced otherwise.
An other option is to bypass the load balancer and do your own load balancing.
André
On Tuesday, June 26, 2012 7:22:00 PM UTC+2, Ajit Lal wrote:Hi Deb,Adding to what Kesav has shared, to simulate the real life situation, the Controller/LG machines are configured with more than one NIC's. Like in Performance Center, there is an option of selecting IP Spoofing, once you create the scenario. When Vusers are initiated and request is sent to Load Balancer, then different NIC's (hence diff. IP addresses) comes into picture and it seems to Load Balancer that the request is coming from different IP's.Thanks,Ajit