Locator/Identifier Separation Protocol

Locator/ID Separation Protocol (LISP) is a “map-and-encapsulate” protocol which is developed by the Internet Engineering Task Force LISP WorkingGroup. The basic idea behind the separation is that the Internet architecture combines two functions, routing locators (where a client is attached to the network) and identifiers (who the client is) in one number space: the IP address. LISP supports the separation of the IPv4 and IPv6 address space following a network-based map-and-encapsulate scheme. In LISP, both identifiers and locators can be IP addresses or  arbitrary elements like a set of GPS coordinates or MAC address.


'Computer Science > Terminology' 카테고리의 다른 글

System in Package (SiP)  (0) 2018.03.30
System on a Chip (SoC)  (0) 2018.03.30
Dictionary attack  (0) 2018.03.30
Denial-of-Service (DoS)  (0) 2018.03.30
Single-Board Computer (SBC)  (0) 2018.03.30

MAC address

A media access control address (MAC address), also called a physical address, of a computer which is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are used as a network address for most IEEE 802 network technologies, including Ethernet and Wi-Fi. Logically, MAC addresses are used in the media access control protocol sublayer of the OSI reference model.

MAC addresses are most often assigned by the manufacturer of a network interface controller (NIC) and are stored in its hardware, such as the card’s read-only memory or some other firmware mechanism. If assigned by the manufacturer, a MAC address usually encodes the manufacturer’s registered identification number and may be referred to as the burned-in address (BIA). It may also be known as an Ethernet hardware address (EHA), hardware address or physical address. This can be contrasted to a programmed address, where the host device issues commands to the NIC to use an arbitrary address.

A network node may have multiple NICs and each NIC must have a unique MAC address.

MAC addresses are formed according to the rules of one of three numbering name spaces managed by the IEEE.


'Computer Science > Terminology' 카테고리의 다른 글

Location-Based Service (LBS)  (0) 2018.03.30
Electrical grid  (0) 2018.03.30
Cyclic Redundancy Check (CRC)  (0) 2018.03.30
Hypertext Markup Language (HTML)  (0) 2018.03.30
Vendor  (0) 2018.03.30

+ Recent posts