Question 91

How many IP addresses can be used for unique hosts inside the IPv4 subnet 192.168.2.128/26?
  • Question 92

    Which of the following commands can be used to display the local routing table? (Choose TWO correct answers.)
  • Question 93

    When an Apache server is configured to provide 10 spare server processes, which kind of website would it typically serve?
  • Question 94

    What output is produced by the following command sequence?
    echo '1 2 3 4 5 6' | while read a b c; do
    echo result $c $b $a;
    done
  • Question 95

    What is the purpose of the iconv command?