What is the Role of TCP/IP in data transmission from source
to destination explain it with an example
Answer Posted / vijay
TCP/IP is a protocol stack used for data transmission from source to destination.
in the physical layer all the physical connections like LAN cards, cables etc will b there which will send data in the form of bits. layer 2 operates with frames where the switches comes into picture.
in the network layer which operates on packets.routing takes places, routers are the devices used for this.
transport layer is above the network layer and it uses mainly TCP/ UDP for transport of data.
the application layers is on top of this layer.
application layer
|
transport layer[tcp/udp]
|
network layer[routers]
|
datalink layer[switches]
|
physical layer[Network Interface card, cables etc]
for any transfer of data between 2 systems this TCP/IP stack comes into picture, whether it is file transfer or uploading something,sending an email etc. any application based on web will use TCP/IP
hope this helps
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How do I find my servers ip address?
How can I see all devices on my network?
What is unix port?
What is p and v in semaphore?
How are semaphores used?
How do I find my ip address on a mac using terminal?
If my ip address seems to be wrong, how can that be?
Explain the basic difference between tcp/ip and osi model.
What is the port 8000?
How many layers are there under tcp/ip?
What are the protocols used in Transport layer?
Does http request contain ip address?
What is tcp example?
How can we detect that the other end of a tcp connection has crashed? Can we use "keepalives" for this?
What is port 8080 typically used for?