Point To Point Communication
   HOME

TheInfoList



OR:

In telecommunications, a point-to-point connection refers to a communications connection between two
communication endpoint A communication endpoint is a type of communication network node. It is an interface exposed by a communicating party or by a communication channel. An example of the latter type of a communication endpoint is a publish-subscribe topic or a grou ...
s or
nodes In general, a node is a localized swelling (a "knot") or a point of intersection (a Vertex (graph theory), vertex). Node may refer to: In mathematics *Vertex (graph theory), a vertex in a mathematical graph *Vertex (geometry), a point where two ...
. An example is a telephone call, in which one telephone is connected with one other, and what is said by one caller can only be heard by the other. This is contrasted with a '' point-to-multipoint'' or ''
broadcast Broadcasting is the distribution of audio or video content to a dispersed audience via any electronic mass communications medium, but typically one using the electromagnetic spectrum ( radio waves), in a one-to-many model. Broadcasting began ...
'' connection, in which many nodes can receive information transmitted by one node. Other examples of point-to-point communications links are
leased line A leased line is a private telecommunications circuit between two or more locations provided according to a commercial contract. It is sometimes also known as a private circuit, and as a data line in the UK. Typically, leased lines are used by ...
s and
microwave radio relay Microwave transmission is the transmission of information by electromagnetic waves with wavelengths in the microwave frequency range of 300MHz to 300GHz(1 m - 1 mm wavelength) of the electromagnetic spectrum. Microwave signals are normally lim ...
. The term is also used in computer networking and computer architecture to refer to a wire or other connection that links only two computers or circuits, as opposed to other
network topologies Network topology is the arrangement of the elements ( links, nodes, etc.) of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks, including command and contro ...
such as
buses A bus (contracted from omnibus, with variants multibus, motorbus, autobus, etc.) is a road vehicle that carries significantly more passengers than an average car or van. It is most commonly used in public transport, but is also in use for cha ...
or
crossbar switch In electronics and telecommunications, a crossbar switch (cross-point switch, matrix switch) is a collection of switches arranged in a matrix configuration. A crossbar switch has multiple input and output lines that form a crossed pattern of int ...
es which can connect many communications devices. ''Point-to-point'' is sometimes abbreviated as '' P2P''. This usage of ''P2P'' is distinct from ''P2P'' meaning '' peer-to-peer'' in the context of file sharing networks or other data-sharing protocols between peers.


Basic data link

A traditional point-to-point data link is a communications medium with exactly two endpoints and no data or packet formatting. The host computers at either end take full responsibility for formatting the data transmitted between them. The connection between the computer and the communications medium was generally implemented through an RS-232 or similar interface. Computers in close proximity may be connected by wires directly between their interface cards. When connected at a distance, each endpoint would be fitted with a modem to convert analog telecommunications signals into a digital data stream. When the connection uses a telecommunications provider, the connection is called a dedicated,
leased A lease is a contractual arrangement calling for the user (referred to as the ''lessee'') to pay the owner (referred to as the ''lessor'') for the use of an asset. Property, buildings and vehicles are common assets that are leased. Industrial ...
, or private line. The ARPANET used leased lines to provide point-to-point data links between its packet-switching nodes, which were called Interface Message Processors.


Modern links

In modern computer networking, the term point-to-point telecommunications means a wireless data link between two fixed points. The telecommunications signal is typically bi-directional and either ''
time-division multiple access Time-division multiple access (TDMA) is a channel access method for shared-medium networks. It allows several users to share the same frequency channel by dividing the signal into different time slots. The users transmit in rapid succession, o ...
'' (TDMA) or
channelized Channelized in a telecommunications environment means that the line that communications have been transmitted over contains more than one message thread, separated in some fashion. Typical channelization methods include packetizing, frequency-d ...
. This can be a microwave relay link consisting of a transmitter which transmits a narrow beam of microwaves with a parabolic dish antenna to a second parabolic dish at the receiver. It also includes technologies such as lasers which transmit data modulated on a light beam. These technologies require an unobstructed line of sight between the two points and thus are limited by the visual horizon to distances of about .


Networking

In a
local network A local area network (LAN) is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building. By contrast, a wide area network (WAN) not only covers a larger ...
, repeater hubs or switches provide basic connectivity. A hub provides a point-to-multipoint (or simply multipoint) circuit in which all connected client nodes share the network bandwidth. A switch on the other hand provides a series of point-to-point circuits, via microsegmentation, which allows each client node to have a dedicated circuit and the added advantage of having full-duplex connections. From the OSI model's layer perspective, both switches and repeater hubs provide point-to-point connections on the
physical layer In the seven-layer OSI model of computer networking, the physical layer or layer 1 is the first and lowest layer; The layer most closely associated with the physical connection between devices. This layer may be implemented by a PHY chip. The ...
. However, on the data link layer, a repeater hub provides point-to-multipoint connectivity – each frame is forwarded to all nodes – while a switch provides virtual point-to-point connections – each
unicast Unicast is data transmission from a single sender (red) to a single receiver (green). Other devices on the network (yellow) do not participate in the communication. In computer networking, unicast is a one-to-one transmission from one point in ...
frame is only forwarded to the destination node. Within many switched telecommunications systems, it is possible to establish a permanent circuit. One example might be a telephone in the lobby of a public building, which is programmed to ring only the number of a telephone dispatcher. "Nailing down" a switched connection saves the cost of running a physical circuit between the two points. The resources in such a connection can be released when no longer needed, for example, a television circuit from a parade route back to the studio.


Notes


References

{{Network topologies Network topology Telecommunication services