Solaris machines more often than not runs routed daemon. routed is the unix equivalent of RIP. It is always run with -q option. Why ?
a. q options optimizes the process
b. q option uses a default route
c. q option only activates itself in the absence of a default router
d. q option tells the process not to advertise any routes. It just listens
to the RIP udates. That way it does not interfere with router in the subnet.
802.X is /collision detect a.3 b.4 c.5 d.12
Which script reads the /etc/hostname.xxx(interface) to bring up interfaces ?
You are using DNS only for name resolution. If the primary server is not responding (down), which "condition" (nsswitch.conf) does this situation fall in?
You you ran pkill -INT in.named, where will it write the snapshot of its in-memory cached data ?
You have class B network with a 12 bit subnet. How many subnets and how many hosts per subnet are available ? a. 14, 14 b. 14, 4094 c. 4096, 14 d. 4094, 16 e. 4094, 14
You have a class B subnet. You would like to divide it up into 12 more subnets by "subnetting". However you also have to have at least 4000 hosts per subnet. Can you do it?
Which init script starts the inetd daemon ?
PPP supports which of the following features? a. encryption b. login c. password d. error correction
Which of the following protocols are Dial-Up-Protocols? a. SLIP b. PPP
Which protocol is used typically within an AS ?
Which of the follwoing are Layer2 protocols ? Choose all that apply. a. HDLC b. IP c. UDP d. SLIP e. PPP
A server has already shared out /usr/local. Can it also share out /usr to other machines?