E
east/west
The flow of traffic traversing a data center or cloud horizontally between servers. Contrast with
north/south.
Edge Virtual Bridging (EVB)
A mechanism that enables a virtual switch to send all traffic to an adjacent physical switch. This moves the forwarding decisions and network operations from the host CPU to the switch. EVB leverages the advanced management capabilities in access or aggregation layer switches. Defined by IEEE
802.1Qbg.
egress
Outbound or outgoing, referring to a
protocol data unit (PDU) exiting a device. See also
ingress.
encapsulation
The technique used by layered protocols in which a layer adds its own header information to the
protocol data unit (PDU) from the layer above. As an example, in the
Open Systems Interconnection (OSI) Reference Model, a PDU can contain a header for
Layer 1 (L1), followed by a header for
Layer 2 (L2), followed by a header for the
Layer 3 (L3), followed by a header for the transport layer (
Transmission Control Protocol (TCP), followed by data for the higher layers.
encryption
The process of encoding information in an attempt to make it secure from unauthorized access, particularly during transmission. The reverse of this process is known as decryption. Two main encryption schemes are in common use:
• Private (symmetrical) key: Using a private encryption key known to both the sender and the receiver of the information.
• Public (asymmetrical) key: Using a public key to encrypt and a private key to decrypt.
end-of-row switch
A chassis-based
switch in a rack or cabinet at either end of the server row in a data center that connects to hundreds of servers in that row. Each cabinet in the row has cabling connecting 48 (or more) servers to the end-of-row switch. An end-of-row switch typically has redundant supervisor engines, power supplies, and overall better high availability characteristics than a
Top-of-Rack (ToR) switch.
An end-of-row switch extends
Layer 1 (L1) cabling topology from the switch to each rack, resulting in a smaller
Layer 2 (L2) footprint and fewer
Spanning Tree Protocol (STP) nodes in the topology.
Enhanced Transmission Selection (ETS)
A protocol for assigning bandwidth to frame priorities. Defined in IEEE
802.1Qaz.
equal-cost multipath (ECMP)
A forwarding mechanism for routing traffic along multiple paths of equal cost that ensures load balancing. The
link-state routing protocols that use a cost-based metric such as
Intermediate System to Intermediate System (IS-IS) and
Open Shortest Path First (OSPF) explicitly allow ECMP routing.
Encapsulating Security Payload (ESP)
An
Internet Protocol Security (IPsec) protocol that ensures confidentiality by encrypting IP packets. An encryption algorithm combines the data in a packet with a key to transform the packet into an encrypted form. At the destination, the packet is decrypted it using the same algorithm. ESP also ensures the integrity of a packet using a
hash message authentication code (HMAC). ESP also supports an authentication scheme like that used in
Authentication Header (AH), or can be used in conjunction with AH.
Ethernet
A specification for a LAN technology at
Layer 1 (L1) and
Layer 2 (L2) of the
Open Systems Interconnection (OSI) Reference Model based on packetized transmissions between physical ports over a variety of electrical and optical media. Ethernet can transport several upper-layer protocols, the most popular of which is
Transmission Control Protocol/Internet Protocol (TCP/IP). Ethernet standards are maintained by the IEEE 802.3 committee.
Ethernet uses a bus topology and CSMA/CD (Carrier Sense Multiple Access/Collision Detection) to resolve contention when two devices try to access the network at exactly the same time. Transmission speeds range from 10 Mbps, to Fast Ethernet at 100 Mbps, to Gigabit Ethernet at 1000 Mbps.
Ethernet Linear Protection Switching (ELPS)
A type of
Automatic Protection Switching (APS) that specifies these techniques:
• Linear 1+1 (One-plus-One) operates with either uni-directional or bi-directional switching; normal traffic is copied and fed to both working and protection transport entities
• Linear 1:1 (One-to-One) operates with bi-directional switching; normal traffic is transported either on the working transport entity or on the protection transport entity, using a selector bridge at the source
Ethernet Local Management Interface (E-LMI)
An
Operation, Administration, and Maintenance (OAM) protocol for communications between two
User-to-Network Interface (UNI) instances. E-LMI provides both UNI and
Ethernet Virtual Connection (EVC) status information to customer edge devices. This information enables automatic configuration of customer edge operation based on the configuration. Defined by
Metro Ethernet Forum (MEF) 16.
Ethernet Ring Protection Switching (ERPS)
A type of
Automatic Protection Switching (APS) that protects traffic in a ring topology by ensuring that no loops are within the ring. Loops are prevented by blocking traffic on either a predetermined link or a failed link. ERPS integrates
Operation, Administration, and Maintenance (OAM) functions with a simple APS protocol. An
Ethernet ring uses normal learning, forwarding, filtering, and flooding mechanisms and a forwarding database (FDB). Defined by ITU-T
G.8032.
Ethernet to the First Mile (EFM)
A set of extensions to the 802.3 MAC and MAC sub layer. EFM describes technologies and the physical layer specifications for subscriber access, including remote failure detection, remote loop back, and link monitoring. Defined by IEEE
802.3ah.
Ethernet Virtual Connection (EVC)
An association of two or more instances of a
User-to-Network Interface (UNI). There are three types of EVC:
• In a point-to-point EVC, exactly two UNIs are associated with one another.
• In a multipoint EVC, two or more UNIs are associated with one another.
• In a rooted-multipoint EVC, one or more of the UNIs must be designated as root and each of the other UNIs must be designated as a leaf. If root, the UNI can send service frames to all other points in the EVC; if leaf, the UNI can send and receive service frames to and from root only.
Explicit Route Object (ERO)
An extension to
Resource Reservation Protocol (RSVP) that allows a path message to traverse an explicit sequence of routers that is independent of conventional shortest-path IP routing.
Exterior Gateway Protocol (EGP)
An interdomain protocol such as
Border Gateway Protocol (BGP) used to exchange network reachability information between
autonomous system (AS) instances. Contrast with
Interior Gateway Protocol (IGP).
Last modified date: 06/16/2023