In computer networking, unicast transmission is the sending of messages to a single network destination host on a packet switching network.
The term unicast is formed in analogy to the term broadcast which means transmitting the same data to all possible destinations. Another multi-destination distribution method, multicasting, sends data only to interested destinations by using special address assignments.
Unicast messaging is used for all network processes in which a private or unique resource is requested.
Certain network applications which are mass-distributed are too costly to be conducted with unicast transmission since each network connection consumes computing resources on the sending host and requires its own separate network bandwidth for transmission. Such applications include streaming media of many forms. Internet radio stations using unicast connections may have high bandwidth costs.
These terms are also used by streaming content providers' services. Unicast-based media servers open and provide a stream for each unique user. Multicast-based servers can support a larger audience by serving content simultaneously to multiple users. Read more about: Unicast
The User Datagram Protocol (UDP) is one of the core members of the Internet Protocol Suite, the set of network protocols used for the Internet. With UDP, computer applications can send messages, in this case referred to as datagrams, to other hosts on an Internet Protocol (IP) network without requiring prior communications to set up special transmission channels or data paths. UDP is sometimes called the Universal Datagram Protocol. The protocol was designed by David P. Reed in 1980 and formally defined in RFC 768.[1]
UDP uses a simple transmission model without implicit hand-shaking dialogues for guaranteeing reliability, ordering, or data integrity. Thus, UDP provides an unreliable service and datagrams may arrive out of order, appear duplicated, or go missing without notice. UDP assumes that error checking and correction is either not necessary or performed in the application, avoiding the overhead of such processing at the network interface level. Time-sensitive applications often use UDP because dropping packets is preferable to waiting for delayed packets, which may not be an option in a real-time system. If error correction facilities are needed at the network interface level, an application may use the Transmission Control Protocol (TCP) or Stream Control Transmission Protocol (SCTP) which are designed for this purpose.
UDP's stateless nature is also useful for servers that answer small queries from huge numbers of clients. Unlike TCP, UDP is compatible with packet broadcast (sending to all on local network) and multicasting (send to all subscribers).
Common network applications that use UDP include: the Domain Name System (DNS), streaming media applications such as IPTV, Voice over IP (VoIP), Trivial File Transfer Protocol (TFTP) and many online games. Read more about: User Datagram Protocol
A terabyte is a SI-multiple (see prefix tera) of the unit byte for digital information storage and is equal to 1012 (1000000000000) bytes or 1000 gigabytes. The unit symbol for the terabyte is TB.
The designation terabyte is rarely used to refer to the tebibyte, its binary prefix analogue, because only recent (since 2007) disk drives have this capacity. Disk drive sizes are always designated in SI units by manufacturers. However, a possible confusion arises from this definition with the long-standing tradition in some fields of information technology and the computer industry of using binary prefix interpretations for memory sizes. Standards organizations such as International Electrotechnical Commission (IEC), Institute of Electrical and Electronics Engineers (IEEE) and International Organization for Standardization (ISO) recommend to use the alternative term tebibyte to signify the traditional measure of 10244 bytes, or 1024 gibibytes, leading to the following definitions:
* In standard SI usage, 1 terabyte (TB) equals 1000000000000bytes = 10004 or 1012 bytes.
* Using the traditional binary interpretation, a terabyte is 1099511627776bytes = 10244 = 240 bytes = 1 tebibyte (TiB).
The capacities of computer storage devices are typically specified using their the standard SI meaning of unit prefixes, but many operating systems and applications report in binary-based units. Mac OS X 10.6 (Snow Leopard) reports decimal units. Read more about: Terabyte
Multicast addressing is a network technology for the delivery of information to a group of destinations simultaneously using the most efficient strategy to deliver the messages over each link of the network only once, creating copies only when the links to the multiple destinations split.
The word "multicast" is typically used to refer to IP multicast which is often employed for streaming media and Internet television applications. In IP multicast the implementation of the multicast concept occurs at the IP routing level, where routers create optimal distribution paths for datagrams sent to a multicast destination address spanning tree in real-time. At the Data Link Layer, multicast describes one-to-many distribution such as Ethernet multicast addressing, Asynchronous Transfer Mode (ATM) point-to-multipoint virtual circuits or Infiniband multicast. Read more about: Multicast
The gigabyte is an SI-multiple of the unit byte for digital information storage. The prefix giga means 109, therefore 1 gigabyte is 1000000000bytes. The unit symbol for the gigabyte is GB or Gbyte, but not Gb (lower case b) which is used for the gigabit.
Historically, the term has also been used in some fields of computer science and information technology to denote the gibibyte, or 1073741824 (10243, 230) bytes. The Institute of Electrical and Electronics Engineers (IEEE) defined the unit accordingly for the use in power switchgear. In 2000, however, IEEE adopted the International Electrotechnical Commission (IEC) recommendation, which uses the metric prefix interpretation.
Today the usage of the unit gigabyte is still ambiguous: its value may depend on the context of usage. When referring to disk storage capacities it usually means 10003 bytes. This also applies to data transmission quantities over telecommunication circuits, as the telecommunications and computer networking industries have always used the SI prefixes with their standards-based meaning. When referring to RAM sizes it most often (see binary prefix adoption) has a binary interpretation of 10243 bytes, i.e. as an alias for gibibyte. File systems and software often list file sizes or free space in some mixture of SI units and binary units; they sometimes use SI prefixes to refer to binary interpretation - that is using a label of gigabyte or GB for a number computed in terms of gibibytes (GiB), continuing the confusion.
In order to address this confusion, the International Electrotechnical Commission has been promoting the use of the term gibibyte for the binary definition. This position is endorsed by other standards organizations including the IEEE, the International Committee for Weights and Measures (CIPM) and the U.S. National Institute of Standards and Technology (NIST), but the binary prefixes have seen limited acceptance. The JEDEC indus Read more about: Gigabyte