What is User Datagram Protocol (UDP)?

What will be an ideal response?


This protocol is similar to TCP in that it handles the
addressing of a message. UDP breaks a message into numbered segments so that it can
be transmitted. It then reassembles the message when it reaches the destination computer.
Unlike TCP, UDP is connectionless: it simply sends segments of messages without
performing error-checking or waiting for an acknowledgment that the message has
been received. Such a protocol is useful for video and audio broadcasts on the Internet.
TCP and UDP are often mentioned together in discussions of firewalls because
both transmit data through ports and thus open up vulnerabilities. It's useful to set up
rules to block UDP traffic on all ports 21 and below so as to block traffic on ports
that control hardware and are not part of the routed network environment.

Computer Science & Information Technology

You might also like to view...

The YEARFRAC calculates ________.

A. the year 2018 from a date B. the number of years between two dates C. the serial number of the year D. the fraction of a year in days between two dates

Computer Science & Information Technology

Which of the following cable types is MOST commonly used with POTS?

A. CAT3 B. Multimode C. CAT6 D. Coaxial

Computer Science & Information Technology

When two or more methods have the same name but different parameter lists, the methods are referred to as overloaded methods.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. In a circular doubly linked list, inserting into the first position of the list is a special case. 2. Each node in a linear linked list references both its predecessor and its successor.

Computer Science & Information Technology