In the 5-layer reference model used with the TCP/IP Internet protocols, what is the purpose of each of the five layers?
What will be an ideal response?
The 5-layers of TCP/IP and their purposes are given as follows:
? Layer 1 (Physical): Protocols in the Physical layer specify details about the underlying
transmission medium and the associated hardware.
? Layer 2 (Network Interface): Protocols in the Network Interface layer specify details about
communication between higher layers of protocols and the underlying network.
? Layer 3 (Internet): Protocols in the Internet layer form the fundamental basis for the Internet.
Layer 3 protocols specify communication between two computers across the Internet
? Layer 4 (Transport): Protocols in the Transport layer provide for communication from an
application program on one computer to an application program on another.
? Layer 5 (Application): Protocols in the top layer of the TCP/IP stack specify how a pair of
applications interacts when they communicate.
You might also like to view...
The procedures that an object performs are known as the object's __________.
a. records b. methods c. addresses d. fields
What is output in the GUI by the following Visual Basic code segment?
Dim temp As Integer temp = 200 If temp > 90 Then resultLabel.Text = "This porridge is too hot." End If If temp < 70 Then resultLabel.Text = "This porridge is too cold." End If If temp = 80 Then resultLabel.Text = "This porridge is just right!" End If a) This porridge is too hot. b) This porridge is too cold. c) This porridge is just right! d) None of the above.
The playback speed of a Flash movie may depend on the user agent.
Answer the following statement true (T) or false (F)
"Accessor" methods are also called "get" methods.
Answer the following statement true (T) or false (F)