iRules Flashcards

1
Q

HTTP_REQUEST

A

triggered when the system fully parses the complete client HTTP request headers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTTP_REQUEST_DATA

A

triggered when an HTTP::collect command has collected the specified amount of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HTTP_REQUEST_SEND

A

triggered immediately before an HTTP request is sent to the server side TCP stack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

HTTP_REQUEST_RELEASE

A

triggered when the system is about to release HTTP data on the server side of the connection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CLIENT_ACCEPTED

A

triggered when a client has established a connection (3-way handshake complete)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CLIENT_DATA

A

triggered each time new data is received from the client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CLIENT_CLOSED

A

this event is fired at the end of any client connection, regardless of protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

HTTP_RESPONSE

A

triggered when the system parses all of the response status and header lines from the server response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SERVER_CONNECTED

A

triggered when a connection has been established with the target node (3-way handshake complete)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SERVER_CLOSED

A

this event is triggered when the server side connection closes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CLIENTSSL_HANDSHAKE

A

xx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SERVER_DATA

A

triggered when new data is received from the target node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

LB_SELECTED

A

xx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

LB_FAILED

A

xx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SERVER_CONNECTED

A

xx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

SERVERSSL_HANDSHAKE

A

xx

17
Q

HTTP_RESPONSE

A

triggered when the system parses all of the response status and header lines from the server response

18
Q

HTTP_RESPONSE_DATA

A

triggered when an HTTP::collect command has collected the specified amount of data

19
Q

HTTP_RESPONSE_CONTINUE

A

triggered when the system receives a 100 Continue response from the server

20
Q

HTTP_RESPONSE_RELEASE

A

triggered when the system is about to release HTTP data on the client side of the connection

21
Q

HTTP::header

A

command to read and write HTTP header data

22
Q

HTTP::redirect

A

command redirects an HTTP request or response to the specified URL

23
Q

HTTP::retry

A

command resends a request to the server

24
Q

HTTP::cookie

A

command can read and write HTTP cookie data

25
Q

HTTP::respond

A

command which lets BIG-IP respond to a client request on behalf of the server

26
Q

DNS_REQUEST

A
27
Q

DNS_RESPONSE

A

xx