Softpanorama
(slightly skeptical) Open Source Software Educational Society

May the source be with you, but remember the KISS principle ;-)

Google   


Application Layer of TCP/IP Protocol

News

Lecture Notes Recommended Books Recommended Links TCP/Protocol layers  OSI Protocol Layers FAQs   RFCs
Classic Net tools   IBM Redbooks Solaris Solaris Networking Certification Ftp Telnet ssh Mail
DHCP NIS NFS DNS NTP Samba LDAP RPC
inetd sniffers tcpdump snoop Solaris getent Tips Humor Quiz

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.

Recommended Links


In case of broken links please try to use Google search. If you find the page please notify us about new location
Google     

Understanding Application Layer Protocols

Quiz

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: June 05, 2008