Scenario:
An administrator is creating services for servers in a farm where the
IP addresses do not change rapidly. The administrator plans to use the
NetScaler system to forward encrypted traffic to server1, server2, and
server3 so that the traffic goes to the back-end web server without
decryption. The IP addresses for server1, server2 and server3 are
192.10.10.1-3 and all servers are listening on port 443. The service for
encrypted traffic is named "encrypted." The administrator will load
balance these servers. How can the administrator create the service
through the command line interface for this scenario?
Options are :
- add service encrypted 192.10.10.1-3 SSL 443
- add service encrypted1 server1 SSL_Bridge 443 add service encrypted2 server2 SSL_Bridge 443 add service encrypted3 server3 SSL_Bridge 443
(Correct)
- add service encrypted 192.10.10.1-3 SSL_Bridge 443
- add service encrypted1 server1 SSL 443 add service encrypted2 server2 SSL 443 add service encrypted3 server3 SSL 443
Answer : add service encrypted1 server1 SSL_Bridge 443 add service encrypted2 server2 SSL_Bridge 443 add service encrypted3 server3 SSL_Bridge 443
Citrix 1Y0-731 Netscaler 8.0 Administration Practice Test Set 3
With which two types of actions can the expression url == * txt || res.http.header content- encoding == text/html be used?
Options are :
- Caching
(Correct)
- Content Switching
- Cache Redirection
- Compression
(Correct)
Answer : Caching
Compression
Scenario:
An administrator is trying to improve site security by using the
content filtering feature to terminate a client connection when it
detects a possible instance of nimda virus. The administrator has
already created a policy expression that will match traffic with
ROOT.EXE or CMD. EXE and plans to use the RST action to terminate the
appropriate connections. How can the administrator associate the policy
expression and action to achieve the desired result?
Options are :
- Configure the action, then add the filter with the policy expression and the action specified.
- Configure the action, then add the filter, then add the action and the policy expression to the filter.
- Add the filter with the policy expression and the action specified.
(Correct)
- Add the filter with the policy expression, then add the action to the filter.
Answer : Add the filter with the policy expression and the action specified.
Scenario:
A company is installing a new application onto their web servers which
require a restart. The application must be installed and tested on all
60 servers by the end of the week. The installation team will be working
day and night to accomplish this task and cannot guarantee when any one
server will be up or down. The network administrator has HTTP-Inline
and TCP-ECV monitors bound to services that send traffic to the servers.
During the installation and testing period, the administrator wants the
services to be considered DOWN the first time the response timeout is
reached and the probe time to reflect the time it usually takes to
restart a server. Which two parameters does the administrator need to
customize on these monitors to achieve this?
Options are :
- Down Time
(Correct)
- Retries
(Correct)
- Response Timeout
- Interval
Answer : Down Time
Retries
Citrix 1Y0-351 NetScaler 10.5 Essentials and Networking Exam Set 7
Scenario:
A company that provides online downloads of large files has implemented
a NetScaler system to load balance their servers. The administrator is
currently configuring monitoring and wants the monitors to accurately
reflect the service dependencies in the environment. Which two
parameters will the administrator need to configure in order to properly
monitor the services for FTP downloads using the default FTP monitor?
Options are :
- Password
(Correct)
- Query type
- Custom Header
- Dispatcher IP
- User Name
(Correct)
Answer : Password
User Name
Scenario:
A company determined that High Availability is necessary for the
reliability of web traffic to their web site. The administrator now
needs to configure the NetScaler systems for High Availability
Monitoring in onE. arm mode. Must the administrator disable any
interfaces, and if so, which interfaces must the administrator disable
while configuring HA monitoring?
Options are :
- Yes, all system interfaces except for the two connected to the internal and external switches.
- No, the HA monitor determines the interfaces that are active.
- Yes, all system interfaces except for the one connected to the switch.
(Correct)
- No, the HA monitor requires all interfaces to be active.
Answer : Yes, all system interfaces except for the one connected to the switch.
Which command should an administrator type in the command line interface to configure the mapped IP address as 10.48.192.12?
Options are :
- set ns ip -ipaddress 10.48.192.12 -netmask 255.255.255.0 -mip
- add ns config -ipaddress 10.48.192.12 -subnet mask 255.0.0.0
- add ns ip 10.48.192.12 255.255.255.0 -typemip
(Correct)
- set ns config -ipaddress 10.48.192.12
Answer : add ns ip 10.48.192.12 255.255.255.0 -typemip
Citrix 1Y0-614 Access Suite 4.0 Design Practice Exam Set 1
A
company is planning on implementing NetScaler systems in High
Availability pairs. Which entry in the NS.CONF file of the secondary
system needs to be unique from those of the primary system?
Options are :
- VMAC
- MIP address
- NSIP address
(Correct)
- Node ID
Answer : NSIP address
In which scenario would an administrator require two NetScaler systems configured as a High Availability pair?
Options are :
- A business critical application needs to be load balanced.
(Correct)
- One NetScaler system resides in the DMZ while the second NetScaler system resides in the internal network.
- Two network interface cards on a NetScaler system are being used in fault tolerant mode.
- Two firewall devices require configuration in failover mode.
- Internal access to the intranet is required for an employee expense program.
Answer : A business critical application needs to be load balanced.
Scenario:
Only one specific logging application requires the client IP address in
order to process information correctly in an environment where a
NetScaler system is load balancing all the web servers. This application
is hosted on one web server in the farm. How must an administrator
configure Client IP header insertion appropriately for this scenario?
Options are :
- as an advanced vserver option
- as an advanced server option
- as a global feature
- as an advanced service option
(Correct)
Answer : as an advanced service option
Citrix 1Y0-614 Access Suite 4.0 Design Practice Exam Set 5
An
administrator needs to configure load balancing for a web farm so that
traffic will not be dropped when the virtual server is marked DOWN. The
administrator can configure or ___________ so that it will receive
traffic when the virtual server is marked DOWN. (Choose the two options
that correctly complete the sentence.)
Options are :
- a redirect URL string
(Correct)
- the name of a backup virtual server
(Correct)
- the node ID of the secondary in the HA pair
- another NetScaler system
Answer : a redirect URL string
the name of a backup virtual server
How many untagged VLANs can an administrator configure on a single interface?
Options are :
- 2
- 1
(Correct)
- 256
- 16
- 4096
Answer : 1
An
administrator plans to configure a redirect URL for a load balancing
virtual server so that requests are sent to the default page of the
desired URL. When configuring the URL, which format should the
administrator use so that the request is sent to the correct page?
Options are :
- http://www.citrix.com/index.html
- http://www.citrix.com/
(Correct)
- http://www.citrix.com/%default%
- http://www.citrix.com
Answer : http://www.citrix.com/
Citrix 1Y0-327 Password Manager 4.5 Administration Test Set 2
How must an administrator configure a health check for firewalls that are load balanced by a NetScaler system?
Options are :
- Increase the response timeout parameter.
- Select the reverse parameter.
- Select the secure parameter.
- Increase the interval parameter.
- Select the transparent parameter.
(Correct)
Answer : Select the transparent parameter.
In order to content switch browser-based requests based on the domain, which expression should an administrator use?
Options are :
- REQ. HTTP.HEADER Host == www.domain.com
(Correct)
- REQ. HTTP.URL == http://www.domain.com
- HEADER Host == http://www.domain.com/
- REQ.HTTP.URL contains www.domain.com
Answer : REQ. HTTP.HEADER Host == www.domain.com
Which mode must an administrator use to override the default route?
Options are :
- Layer 2
- Path MTU discovery
- SSL VPN
- MaC.based forwarding (MBF)
(Correct)
Answer : MaC.based forwarding (MBF)
Citrix 1Y0-731 Netscaler 8.0 Administration Practice Test Set 3
Scenario:
An administrator is planning to deploy NetScaler systems in an
environment with multiple IP subnets, one of which is non-routable. The
company is an online retailer and needs outbound connections from the
non-routable subnet in order to verify credit cards. What will an
administrator need to configure to meet the company's requirements?
Options are :
- SIP
- Layer 2 mode
- USIP
- USNIP
- RNAT
(Correct)
Answer : RNAT
Scenario:
A company is setting up new NetScaler systems in High Availability (HA)
mode using inline mode. The administrator has connected four interfaces
per box and two pairs per box have inline mode configured. The
administrator set up each pair with link aggregation because throughput
performance is critical. Which option is critical to ensure that the
minimum bandwidth is available for link aggregation?
Options are :
- The physical interface has HA monitor enabled.
- The throughput option is enabled on the link aggregation channel.
(Correct)
- Monitoring is enabled on link aggregation channel.
- Failover interface sets (fis) are defined.
Answer : The throughput option is enabled on the link aggregation channel.
Scenario:
An administrator needs to configure a health check for the bank web
servers so that the probe fails if the monitor does not receive the
expected HTTP data response for an encrypted HTTP request. How should
the administrator configure the health check in the configuration
utility to meet this requirement?
Options are :
- Add an HTTP monitor, select the secure parameter and type in the appropriate HTTP request and response.
- Add an HTTPS-ECV monitor and type in the appropriate send and receive string.
- Add an HTTPs monitor and type in the appropriate HTTPs request and response.
- Add an HTTP-ECV monitor, select the secure parameter and type in the appropriate send and receive string.
(Correct)
Answer : Add an HTTP-ECV monitor, select the secure parameter and type in the appropriate send and receive string.
Citrix 1Y0-992 Meta Frame Presentation Server Feature Exam Set 2
Which command must an administrator use to assign a mapped IP address on a NetScaler system from the command line interface?
Options are :
- add ns ip -type mip
(Correct)
- set ns ip -type mip
- set ns ip type mappedIP
- add ip -mip
Answer : add ns ip -type mip
Scenario:
A company based in Beijing was unable to reach their data center for
more than a week due to a nearby earthquake. The company now has
Distributed Data Centers in multiple regions, including a disaster
recovery center, to increase redundancy. The company wants their new
NetScaler systems to load balance these centers. Which NetScaler feature
will allow load balancing across these centers only for redundancy?
Options are :
- Proximity-based Global Server Load Balancing based on the RTT of client requests to virtual servers
- SNMP load monitor bound to each location and bound to the default NetScaler metric table and with the appropriate SNMP OlDs to load balance the different locations
- TCP-based content switching to make a decision between the load balance virtual servers
- Global Server Load Balancing to make load balancing decisions between the two sites
(Correct)
Answer : Global Server Load Balancing to make load balancing decisions between the two sites
Which
information does an administrator need to get from the Dashboard to
determine the bandwidth utilization of a virtual server?
Options are :
- Current client connections vs. current server connections
- Requests vs. responses
- Current client connections vs. current clientEst connections
- Request bytes vs. response bytes
(Correct)
Answer : Request bytes vs. response bytes
Citrix 1Y0-731 Netscaler 8.0 Administration Practice Exam Set 1
Scenario:
A company is deploying a NetScaler system in a network environment with
some subnets open to the public Internet and one non-routable subnet.
The administrator plans on enabling UsE. Subnet-IP mode and disabling
UsE. SourcE. IP mode. Which two IP addresses can the administrator set
as source IP addresses for nnections to back-end servers?
Options are :
- NSIP
- VIP
- SNIP
(Correct)
- MIP
(Correct)
Answer : SNIP
MIP
Scenario:
A consultant is in charge of a new NetScaler8.0 deployment at a large
customer site. The customer gave the consultant the following
information and IP addresses to use when configuring the NetScaler
system: Internal Citrix Presentation Server 4.0 IP address:
192.168.100.12 IP addresses to use when configuring the NetScaler 8.0
deployment NSIP: 10.165.30.45 MIP: 10.165.30.60 VIP: 12.15.30.62 When
configuring the NetScaler system for this scenario, which two
configuration options could an administrator specify on the NetScaler
system to communicate with the server running Citrix Presentation
Server?
Options are :
- Virtual Server in the 192.168.100.X subnet
- Intranet IP in the 192.168.100.X subnet
- Subnet IP in the 192.168.100.X subnet
(Correct)
- Static Route to the 192.168.100.X subnet
(Correct)
Answer : Subnet IP in the 192.168.100.X subnet
Static Route to the 192.168.100.X subnet
Which method can an administrator configure to load balance cache servers?
Options are :
- Domain Hash
- Destination IP Hash
- Source IP/Destination IP Hash
- URL Hash
(Correct)
Answer : URL Hash
Citrix 1Y0-327 Password Manager 4.5 Administration Exam Set 3
Which event would trigger a failover in a High Availability pair?
Options are :
- A monitored interface fails on the secondary node.
- The default gateway does not return a heartbeat packet from the primary node.
- The primary appliance is upgraded.
(Correct)
- A forced synchronization event fails.
Answer : The primary appliance is upgraded.
An
administrator should configure Link Aggregation on a NetScaler system
when __________ (Choose the correct option to complete the sentence.)
Options are :
- network connections between LAN switches and network servers require more than 8 Gb/sec
- network connections between LAN switches and network servers require more than 10 Gb/sec
- redundancy on an operation across multiple data rates is required
- redundancy is required
(Correct)
Answer : redundancy is required
An
administrator should configure Link Aggregation on a NetScaler system
when ___________ (Choose the correct option to complete the sentence.)
Options are :
- redundancy on a half duplex operation is required
- redundancy on an operation across multiple data rates is required
- network connections between LAN switches and network servers require more than 8 Gb/sec
- network connections between LAN switches and network servers require more than 1 Gb/sec
(Correct)
Answer : network connections between LAN switches and network servers require more than 1 Gb/sec
Citrix 1Y0-327 Password Manager 4.5 Administration Exam Set 6
Scenario:
A consultant is in charge of a new NelScaler 8.0 deployment at a large
customer site. The customer gave the consultant the following
information and IP addresses to use when configuring the NetScaler
system: Internal Citrix Presentation Server 4.0 IP address: 10.165.30.12
IP addresses to use when configuring the NetScaler 8.0 deployment MIP -
10.165.30.45 NSIP - 10.165.30.60 VIP - 12.15.30.62 DNS Server -
78.35.14.99 When configuring the NetScaler system for this scenario,
which IP address will be used by the NetScaler to communicate with the
server running Citrix Presentation Server?
Options are :
- 10.165.30.60
- 78.35.14.99
- 12.15.30.62
- 10.165.30.12
- 10.165.30.45
(Correct)
Answer : 10.165.30.45
Scenario:
An administrator needs to configure a health check for the web servers
of a bank so that the probe fails if the monitor does not receive a 200
code HTTP response for an encrypted HTTP request. How should the
administrator configure the health check in the configuration utility to
meet this requirement?
Options are :
- Add an HTTPs monitor, type in the appropriate HTTPs request and delete the response code.
- Add an HTTPs-ECV monitor, type in the appropriate HTTPs send string and delete the receive string.
- Add an HTTP-ECV monitor, select the secure parameter, type in the appropriate send string and delete the receive string.
- Add an HTTP monitor, select the secure parameter and type in the appropriate HTTP request.
(Correct)
Answer : Add an HTTP monitor, select the secure parameter and type in the appropriate HTTP request.