|
Softpanorama |
May the source be with you, but remember the KISS principle ;-)
Softpanorama Search
|
Application layer is the top layer of TCP/IP protocol. The Application layer includes all the processes that use Transport layer protocols to deliver data to the Internet layer. There are many application protocols, and new protocols are frequently added.
Some common TCP/IP applications include:
The Application layer handles the details of the particular application.
The primary functions of this layer are:
Protocols, such as NIS and NFS, use RPC for session management between clients and servers.
Q4. True:False: RPC is supported in Solaris environment.
A: True
Q5. TI RPC stands for ____________________ ?
Ans: Transport - Independent Remote Procedure Call (TI-RPC)
Q6. ________ resolves the differences in data byte ordering, data type size, representation and alignment between architecture.
A: XDR
Q7. XDR stands for _____________________ ?
A: External Data Representation
160. Which file is used to identify and register the reserved port numbers, services, and protocols for the Internet. (well know ports)
Ans: /etc/inet/services
161. Which port is reserved for telnet ?
Ans: 23
162. Which port is reserved for FTP ?
Ans: 23
163. Which port is reserved for HTTP ?
Ans: 80
164. Which init script starts the inetd daemon ?
Ans: /etc/init.d/inetsvc
165. Which command would you use to kill a process by name ?
Ans: pkill
166. Which file dictates what ports inetd will listen for ?
Ans: /etc/inet/inetd.conf
167. Which command will make the inetd reread the inetd.conf file ?
Ans: pkill –HUP inetd
Last Modified: August 10, 2009