Network + vocabulary
- Encapsulate
meaning - v - express the essential features of (something) succinctly.
- enclose (something) in or as if in a capsule.
computing - enclose (a message or signal) in a set of codes that allow transfer across networks.
("data requested is encapsulated and can be manipulated.")
- provide an interface for (a piece of software or hardware) to allow or simplify access for the user.
- Ephemeral
n - an ephemeral plant
networking - an ephemeral port is a very short-lived transport protocol port for Internet Protocol(IP) communications. Ephemeral ports are allocated automatically from a predefined range by the IP stack software. On servers, ephemeral ports may also be used as the port assignment on the server end of a communication. (Wikipedia)
- Duplex
adj - (of a house) consisting of two apartments.
- (of paper or board) having two differently colored layers or sides.
Networking - Half duplex/ full duplex
half duplex - the transmission of data in just one direction at a time. e.g. walkie-talkie
full duplex - the transmission of data in both direction.
- Preamble (synonym - introduction)
networking - A preamble is a signal used in network communications to synchronize transmission timing between two or more systems.The role of the preamble is to define a specific series of transmission criteria that is understood to mean "someone is about to transmit data". (techtarget)
Ethernet Frame
- Teredo/Miredo
Miredo - Miredo is a Teredo tunneling client designed to allow full IPv6 connectivity to computer systems which are on the IPv4-based internet but which have no direct native connection to an IPv6 network. (findwords)
- hops (similar : jump, bound, skip)
IPv4 and IPv6
IPv4 supports around 4.29 billion addresses
Tuple - In mathematics, a tuple is a finite ordered list of elements. An n-tuple is a sequence of n elements, where n is a non-negative integer. There is only one 0-tuple, an empty sequence, or empty tuple, as it is referred to. An n-tuple is defined inductively using the construction of an ordered pair.
Tuples are used to group together related data, such as a person's name, their age, and their gender. An assignment to all of the elements in a tuple using a single assignment statement. Tuple assignment occurs simultaneously rather than in sequence, making it useful for swapping values.
Scalper - meaning - A person who resells shares or tickets at a large or quick profit.
Comments
Post a Comment