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.
What leading bit values in the IP address indicate a class A and Class B address ? a. 0 and 10 b. 0 and 11 c. 1 and 11 d. 01 and 10 e. 10 and 110
What IP network addresses are set-aside for class B (for private use)? a. 128.0.0.0 (mask 255.255.0.0) b. 128.252.0.0 (mask 255.255.0.0) c. 172.16.0.0 (mask 255.240.0.0) d. 172.16.0.0 (mask 255.255.0.0) e. 172.240.0.0 (mask 255.255.0.0)
Give the importance of implementing a fault tolerance system? Are there limitations?
one server is down it doen't display anything what you do?
Define slip?
what is patch panel? what is the use
I have two switch.Two Uplink ports of a switch is interconnected with other switch.consider uplink port of a switch is 100 Mbps.Now tell me whether bandwidth of uplink port will increase or not.IF it is How much?
You have connected a Token Ring Network (4MBit/s) and an Ethernet Network. Copying a 5MB File from Ethernet to Token Ring takes 30 seconds. Copying from Token Ring to Ethernet takes 2 Minutes. Why? a. the Token Ring network is slower b. the packet size is larger with Ethernet than Token Ring. c. the packet size is larger with Token Ring than Ethernet. d. TCP windows size
What resolves the differences in data byte ordering, data type size, representation and alignment between architecture.
Protocols that support multipath LAN to LAN communication are what type of protocols.
True/False: Solaris supports SMTP, ESMTP, and POP3.
Howmany layers TCP/IP has ? a. 2 b. 3 c. 4 d. 5