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
meaning - adj - lasting for a very short time.
                 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
meaning - n - a house divided into two apartments, with a separate entrance for each.
                 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)
meaning - n - a preliminary or preparatory statement an 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
Teredo meaning - n - a wormlike marine bivalve mollusk with reduced shells which it uses to drill into                                    wood. It can cause substantial damage to wooden structures and (formerly) ships.
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)
networking - In wired networks, the hop count refers to the number of intermediate network devices through which data must pass between source and destination. Hop count is a rough measure of distance between two hosts. On a layer 3 network such as IP, each router along the data path constitutes a hop.

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

Popular posts from this blog

Spanning Tree Protocol

Unicasts, Multicasts, and Broadcasts

Protocol Data Units