-
asynchronous
Communication that does not use a common clock between the sender and receiver.
Additional info is sent to maintain timing, synch and receive circuit to the incoming data.
10Mbps Ethernet device does not send sync signals.
-
ARP table / cache
Logical storage in host's RAM to store ARP entries.
-
ARP spoofing / poisoning
Technique to attack an Ethernet network by sending fake ARP messages to an Ethernet LAN.
Frames contain false MAC addresses that "confuse" network devices (ex: switches).
Causes frames intended for one node could be sent to another by mistake.
-
bridge
Device that connects multiple network segments at the data link layer of the OSI model.
Predecessor to the LAN switch.
-
bridge table
Used by a switch or bridge that associates MAC addresses with the outgoing port.
Uses table as reference for forwarding & filtering.
-
bridging
Process of forwarding frames in a switch or bridge from one port to another port from segment to segment.
-
BIA
Burned-In Address
MAC address that is permanently assigned to a LAN interface or NIC.
- Burned onto the chip on the card.
- Can not be changed.
aka UAA (Universally Administered Address)
-
CSMA/CD
Carrier Sense Multiple Access / Collision Detect
MAC algorithm used by Ethernet devices in a shared media.
Protocol requires a node listen for existing signal on the media before attempting to send its data.
If signal is found the node waits until the media is clear before transmit.
If collision occurs and/or is detected the sending node issues a back-off algorithm before retransmitting.
-
collision domain
Physical or logical area in a LAN where the signal sent by the interfaces may be subject collision.
Every device in the same collision domain receives frames sent out by other devices on that same segment.
- Hubs increase the size of the collision domain.
- Switches separate them.
-
delimiter
Field of a frame signals the beginning or end of a frame.
-
extended star
Network topology characterized by a central location connected to multiple hubs.
Hierarchical topology but typically drawn w/ central site in the center.
aka hierarchical star
-
Ethernet PHY
Physical interface transceivers.
Deals with Layer 1 of Ethernet.
-
flooding
Switch/bridge process to forward broadcasts & unknown destination unicasts out all ports except the one frame is received on.
-
filtering
Ethernet switch/bridge process that decides not to forward a frame out another port.
-
forwarding
Ethernet switch/bridge process that decides to forward a frame out another port.
-
FastEthernet
Common name for Ethernet technology that operates at 100 Mbps.
-
Gigabit Ethernet
Ethernet that transmits data at 1,000,000,000 (1billion) bits per second.
-
host group
Group defined by a class D address
(multicast, ranging 224.0.0.0 - 239.255.255.255)
Hosts can pertain to multicast groups.
Groups = hosts with same multicast address
-
hub
Ethernet device that receives an electrical signal in one port -interprets the bits- regenerates the signal out all ports.
- Several ports
- Extends networks - collision domains
- Repeaters
- Usually RJ-45
-
interframe spacing
Time period between Ethernet frames that inserts a space between frames.
{allows fairness with the CSMA/CD algorithm }
-
jam signal
A shared media Ethernet network signal generated when a collision is detected.
Lasts long enough for all devices to receive.
Part of CSMA/CD.
-
LAA
Locally Administered Address
MAC address that can be configured on a device.
Can be used in place of BIA.
Allows NIC to be replaced or device substituted w/o changing the address used by the network to access the station.
-
latency
Time that passes while some event occurs.
Refers to the time that occurs between when something is sent in a network until it is received by another device.
-
MAC table
Table on a switch that lists all known MAC addresses and the association port for forwarding frames.
-
MAN
Metropolitan-Area Network
Networks geographic size - between LAN and WAN [in size].
Used by ISPs to create high-speed networks in metropolitan areas.
-
OUI
Organizational Unique Identifier
First half of MAC address.
Manufacturers must register the value of the OUI with the IEEE.
Identifies manufacturer of Ethernet NIC or interfaces.
-
Pad
Part of the Ethernet frame that fills in the data field to ensure that the data field meets the minimum size requirement of 46 bytes.
-
proxy ARP
Process that uses the same ARP messages as normal ARP however a router replies instead of the host listed in the request.
Router acts on behalf of the host to respond to the ARP request with the router's MAC address listed in the ARP reply so that the device can reach the intended host that it otherwise would not be able to reach.
-
PAM
Pulse Amplitude Modulation
Form of signal modulation where the message information is encoded in the amplitude of a series of signal pulses.
Transmits data by varying the amplitudes (voltage/power levels) of the individual pulses.
Obsolete: replaced by PCM (Pulse Code Modulation)
-
ROM
Type of memory on which data has been prerecorded.
Can not be removed - only read.
-
RAM
Main working area [temporary storage] used by the CPU for most processing and operations.
Requires electrical power to maintain data storage. (Power turned off before saving - data is lost.)
aka read-write memory
-
runt frames
Ethernet frame that is less than 64 bytes in size
Caused by collisions
- aka collision fragments
- { minimum frame size = 64 bytes }
-
selective forwarding
Decisions to forward packets are made dynamically, hop by hop based on conditions on downstream nodes.
-
store & forward
Internal processing by LAN switches.
Switch must receive the entire frame before it sends the first bit of the frame.
(Cisco switches)
-
switch table
Associates MAC addresses with their corresponding port.
see also bridge table.
-
synchronous
Communication that uses a common clocking signal.
One of the communicating devices generates a clock signal into the circuit - additional timing info is not required in the header.
-
slot time
Minimum time a NIC or interface can take to send an entire frame.
Slot time, then implies a minimum frame size.
-
Thicknet
Common term for 10BASE5 Ethernet.
Thicker than 10BASE2 coax cable used for Thinnet.
-
Thinnet
Common term for 10BASE2 Ethernet.
Thinner than 10BASE5 cable for Thicknet.
-
transparent bridging
Device learns source addresses of incoming frames and adds them to the bridging table (switch table, etc.)
For forwarding frames received on one of the interfaces.
-
UAA
Universally Administered Address
- aka
- BIA - burned in Address
- MAC Address
-
VoIP
Voice data encapsulated in an IP packet that allows it to traverse already implemented IP networks w/o needing its own network infrastructure.
-
VLAN
Network of computers that behave as if they are connected to the same network segment - even if they are located on different segments of a LAN.
- Configured through software on the switch and router.
- (IOS on Cisco routers/switches)
|
|