Multiple choice Which of the following ServerVariables returns the client's IP address as a string? Request.SeverVariables(SERVER_NAME) Request.ServerVariable(REMOTE_ADDR) Request.Form(fieldname: string) Form object Response object Reveal answer Fill a bubble to check yourself B Correct answer Explanation It returns the client's IP address as a string.