Answer:
The TCP/IP is the transmission control protocol and internet protocol and in the TCP/IP model the transport layer is the second layer.
The primary responsibility of this layer is that it is basically used to deliver messages to the host and that is why it is known as end to end layer.
It basically provide the point to point connection between the destination to server host for delivering the various types of the services efficiently and reliably.
In the TCP/IP model the transport layer are basically responsible for transferring the data or service error free between the server to destination host.
Answer:
False
Explanation:
Because pointer itself is a variable that holds the memory address of a variable as it's content.
Answer:
In Python
for i in range(-13,0,6):
print(i)
Explanation:
Required: A program to display the given output
From the program, we observe the following:
The output begins at 13 i.e begin = 13
The output ends at -1 i.e end = 1
And the difference between each output is 6.
i.e. 
So, the syntax of the for loop is: (begin, end + 1, difference)
The program explanation goes thus:
<em>This iterates through the -13 to 1 with a difference of 6</em>
for i in range(-13,0,6):
<em>This prints the required output</em>
print(i)
Could be 'home or work' or intranet. Not enough context to answer any better.