Home / Computer Science / Computer Networking :: Discussion

Discussion :: Computer Networking

  1. Which of the following are valid ways to refer only to host 172.16.30.55 in an IP access list? 1. 172.16.30.55 0.0.0.255 2. 172.16.30.55 0.0.0.0 3. any 172.16.30.55 4. host 172.16.30.55 5. 0.0.0.0 172.16.30.55 6. ip any 172.16.30.55

  2. A.

     1 and 4

    B.

     2 and 4

    C.

     1, 4 and 6

    D.

     3 and 5

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The wildcard 0.0.0.0 tells the router to match all four octets. This wildcard format alone can be replaced with the host command.


Be The First To Comment