An administrator attempts to open a web page and sees the following error: ‘Error 404: Page notfound‘. The administrator then uses the ping command and finds that the default gateway cannotbe pinged.At which of the following layers does the problem MOST likely reside?()A.Layer 1B.Layer 4C.Layer 5D.Layer 7

An administrator attempts to open a web page and sees the following error: ‘Error 404: Page notfound‘. The administrator then uses the ping command and finds that the default gateway cannotbe pinged.At which of the following layers does the problem MOST likely reside?()

A.Layer 1

B.Layer 4

C.Layer 5

D.Layer 7


相关考题:

下列代码的执行结果是______。public class Test{public static void main(String[]args){int[]x={0, 1, 2, 3};for(int i=0;i<3;i+=2){try{System.out println(x[i+23/x[i]+x[i+1]);}catch(ArithmeticException e){System.out.println("error1");}catch (Exception e){System.out.println("error2");}}}}A) error1B) error2C) error1D) 2error2 error2A.B.C.D.

你在创建一个 Web 窗体。这个 Web 窗体允许用户计算值并在名为 lblResults 的 Label 控件中显示结果。你需要在 Web 窗体通过 Error 事件截获所有未处理的异常并显示异常在 Web 窗体上。你可以使用下面那个代码段实现?() A. protected void Page_Error(object sender, EventArgs e) { lblResults.Text = e.ToString();e=null;}B. protected void Page_Error(object sender, EventArgs e) { lblResults.Text =Server.GetLastError().ToStri();Server.ClearError();}C. protected void Page_Error(object sender, EventArgs e) Response.Write(e.ToString());e=null;}D. protected void Page_Error(object sender, EventArgs e) Response.Write(Server.GetLastError().ToString()); Server.ClearError();}

你需要在Web页截获所有未处理的事件并且在一个处理事件日志的方法中处理他们。已知Web页的AutoEventWireup属性设置为enabled。请问,你应该创建那一个方法?() A.Page_ErrorB.ErrorC.Page.ErrorPageD.Application_Error

GiventhisfragmentfromaJavaEEdeploymentdescriptor:341.error-page342.exception-typejava.lang.Throwable/exception-type343.location/mainError.jsp/location344./error-page345.error-page346.exception-typejava.lang.ClassCastException/exception-type347.location/castError.jsp/location348./error-pageIfthewebapplicationassociatedwiththefragmentabovethrowsaClassCastException.Whichstatementistrue?()A.Thedeploymentdescriptorisinvalid.B.ThecontainerinvokesmainError.jsp.C.ThecontainerinvokescastError.jsp.D.NeithermainError.jspnorcastError.jspisinvoked.

下列程序的运行结果是( )。 A.error1:10.5B.error2C.error1:10.5 error2S 下列程序的运行结果是( )。A.error1:10.5B.error2C.error1:10.5 error2D.以上都不对

下列代码的执行结果是( )。A.error1B.error2C.error1 error2D.2 error2

What does ECC stand for?() A. Error-Checking CodeB. Extended-Checking CodeC. Error-Correction CodeD. Enhanced-Correction Code

如果当前JSP页面出现异常时需要转到一个异常页,需要设置page指令的()属性A.ExceptionB.isErrorPageC.ErrorPageD.error

如果当前JSP页面出现异常时需要转到一个异常页,需要设置page 指令的()属性。A.errorPageB.isErrorPageC.ExceptionD.error