12.6 References

12.7 Quiz

  1. What filesets need to be installed to support PPP?
    1. bos.net.ppp, bos.uucp.net

    2. bos.net.ppp, bos.net.uucp

    3. bos.net.ppp

    4. bos.net

  2. Given the following command and output:
    # cat /etc/ppp/lcp_config
    server_name pppserver
    lcp_server 1
    lcp_client 0
    lcp_demand 0
    num_if 1
    num_hdlc 1
    

    Is this a server or client PPP system? How many server connections and client connects can this system make respectively.

    1. Client, 2, 0

    2. Client, 1, 0

    3. Server, 0, 1

    4. Server, 1, 0

12.7.1 Answers

  1. C

  2. D

12.8 Exercises