Ethernet Basics | Ethernet Basics | Ethernet Basics | Ethernet Basics | Modern Ethernet |
---|---|---|---|---|
What is a bridge loop?
An interconnection of bridging devices (usually switches) installed in such a fashion that they create a loop, causing packets to loop continuously. Switches using the Spanning Tree Protocol (STP) prevent bridge loops by turning off looping ports.
|
What is an RJ-45 connector?
A connector introduced with the 10BaseT standard in which each of the eight pins connects to a single wire inside the cable, allowing devices to put voltage on the individual wires within the cable
|
What is an uplink port?
A port on a hub that allows you to connect two hubs together using a straight-through cable
|
What is frame?
Data that has been broken up into smaller chunks by networking technologies for the purpose of transmitting it over a network
|
What is fast ethernet?
Nickname for all the 100 Mbps Ethernet standards. It originally applied to 100BaseT
|
What is a MAC address?
A 48-bit (6-byte) binary hard-coded address that uniquely identifies each node on a network.
|
What is a switch?
In an Ethernet network, a hub-like device, with intelligence that allows it to use MAC addresses to create point-to-point connections between two conversing computers, effectively giving them the full bandwidth of the network
|
What is a segment?
The bus cable to which computers on an Ethernet network connect
|
What is a crimper?
Also called a crimping tool, a tool used to secure an RJ-45 connector (a “crimp”) onto the end of a UTP cable
|
What is Gigabit Ethernet?
A cabling standard that can handle a 1-Gbps transfer rate. Also known as 1000BaseT
|
What is full-duplex?
Method of sending and receiving data where the device can both send and receive at the same time
|
What is pad?
Extra data added (by the sending NIC) to an Ethernet frame that is less than 64 bytes to bring the frame up to the 64-byte minimum.
|
What is TIA/EIA 568A?
A standard for crimping of four-pair UTP cable for 10BaseT networks, in which the wires are in the following order (beginning with position one): green/white, green, orange/white, blue, blue/white, orange, brown/white, brown.
|
What is a port?
On a network hub, the connections that receive the wire links from nodes.
|
|
What is promiscuous mode ?
When the NIC processes all the frames it sees on the cable, regardless of their MAC addresses
|
What is a sniffer?
A network diagnosis program that can cause a NIC to run in promiscuous mode in order to capture all the traffic on an Ethernet network.
|
What is Spanning Tree Protocol (STP)?
A protocol used in Ethernet switches that allows a switch detecting a bridge loop to disable the loop by turning off any port causing the loop.
|
What is a hub?
A device at the center of a star topology network that acts like an electronic repeater in that it interprets the ones and zeros coming in from one port and repeats the same signal out to the other connected ports.
|
|
What is a node?
Any device with a NIC connected to an Ethernet network
|
What is TIA/EIA 568B?
A standard for crimping of four-pair UTP cable for 10BaseT networks, in which the wires are in the following order (beginning with position one): orange/white, orange, green/white, blue, blue/white, green, brown/white, brown.
|
What is a repeater?
A device that interprets the signals coming in from one port and repeats the same signals out to the other connected ports.
|
What is half duplex?
Method of sending and receiving data where the device can only send or receive at one time
|
What is Fiber Distributed Data Interface (FDDI) ?
Fiber-optic-based network using a token bus protocol over a ring topology running at 100 Mbps.
|