When you download music or movies it sue UDP or TCP/IP protocol?

Stuckfree

Member
When you download music or movies it sue UDP protocol only? Or when you download any datas like pdf file is use TCP/IP protocol?
 

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    2 G
    Motherboard
    HP
    Memory
    2 G
    Graphics Card(s)
    AMD
    Sound Card
    REALTEK
    Monitor(s) Displays
    2
That is correct, TCP requires each packet sent to be acknowledged before the next packet is sent to the client. TCP is used for data and webpages so that information can be recovered if packets are lost. To speed the process up the host will send more and more packets each time to the client reducing the amount of acknowledgements needed. If one packet is dropped then the packet count sent is reduced to maintain stability. This is known as 'Windowing'.

[YOUTUBE]VEusGio4844[/YOUTUBE]

UDP is another Transport protocol where no acknowledgement from the client is received. UDP is typically used for streaming services such as video or VoIP. This is because a packet that is resent would not be needed since the time has already passed when the packet was needed. This also reduces the bandwidth required for running a stream application since less packets are sent overall (No acknowledgments). The most noticeable applications which use UDP to transport packets are DNS requests, video and voice streaming and online multiplayer gaming.

Note   Note
The ports on each protocol will be different. For example TCP Port 80 (http) is not the same as UDP Port 80


A typical analogy would be:

TCP : "Tell me when you get there"

UDP: "I hope it gets there"

Hope This Helps,
Josh! :)
 

My Computer

System One

  • Manufacturer/Model
    Custom Built
    CPU
    Intel Core i5 2400 @ 3.10GHz
    Motherboard
    Foxconn H67MP-S/-V/H67MP
    Memory
    8.0GB DDR3 @ 665MHz (2GBx4)
    Graphics Card(s)
    AMD HD Radeon 6870
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    SMB1930NW (1440x900@60Hz)
    Screen Resolution
    1280x800
    Hard Drives
    977GB Seagate ST31000524AS ATA Device (SATA) + 250GB WD iSCSI attached Drive
    Case
    Novatech Night
    Keyboard
    Standard PS/2 Keyboard
    Mouse
    Dell HID-compliant mouse
Back
Top