Transport Layer SecurityTransport Layer Security (TLS) is a cryptographic protocol designed to provide communications security over a computer network. The protocol is widely used in applications such as email, instant messaging, and voice over IP, but its use in securing HTTPS remains the most publicly visible. The TLS protocol aims primarily to provide security, including privacy (confidentiality), integrity, and authenticity through the use of cryptography, such as the use of certificates, between two or more communicating computer applications.
Overhead lineAn overhead line or overhead wire is an electrical cable that is used to transmit electrical energy to electric locomotives, trolleybuses or trams. The generic term used by the International Union of Railways for the technology is overhead line. It is known variously as overhead catenary, overhead contact line (OCL), overhead contact system (OCS), overhead equipment (OHE), overhead line equipment (OLE or OHLE), overhead lines (OHL), overhead wiring (OHW), traction wire, and trolley wire.
Ocean worldAn ocean world, ocean planet, panthalassic planet, maritime world, water world or aquaplanet, is a type of planet that contains a substantial amount of water in the form of oceans, as part of its hydrosphere, either beneath the surface, as subsurface oceans, or on the surface, potentially submerging all dry land. The term ocean world is also used sometimes for astronomical bodies with an ocean composed of a different fluid or thalassogen, such as lava (the case of Io), ammonia (in a eutectic mixture with water, as is likely the case of Titan's inner ocean) or hydrocarbons (like on Titan's surface, which could be the most abundant kind of exosea).
Borders of the oceansThe borders of the oceans are the limits of Earth's oceanic waters. The definition and number of oceans can vary depending on the adopted criteria. The principal divisions (in descending order of area) of the five oceans are the Pacific Ocean, Atlantic Ocean, Indian Ocean, Southern (Antarctic) Ocean, and Arctic Ocean. Smaller regions of the oceans are called seas, gulfs, bays, straits, and other terms. Geologically, an ocean is an area of oceanic crust covered by water.
Data bufferIn computer science, a data buffer (or just buffer) is a region of a memory used to temporarily store data while it is being moved from one place to another. Typically, the data is stored in a buffer as it is retrieved from an input device (such as a microphone) or just before it is sent to an output device (such as speakers). However, a buffer may be used when moving data between processes within a computer. This is comparable to buffers in telecommunication.
Circular bufferIn computer science, a circular buffer, circular queue, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams. There were early circular buffer implementations in hardware. A circular buffer first starts out empty and has a set length.