Key Terms - ICND1 - Chapter 2 Flashcards

1
Q

Ethernet

A

A series of LAN standards defined by the IEEE, originally invented by Xerox Corporation and developed jointly by Xerox, Intel, and Digital Equipment Corporation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IEEE

A

Institute of Electrical and Electronics Engineers. A professional organization that develops communication and network standards, among other activities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Wired LAN

A

A local area network (LAN) that physically transmits bits using cables, often the wires in cables. A term for local-area networks that use cables, emphasizing the fact that the LAN transmit data using wires (in cables) instead of wireless radios.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Wireless LAN

A

A local area network (LAN) that physically transmits bits using radio waves. The name “wireless” compares these LANs to the more traditional “wired” LANs, which are LANs that use cables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Ethernet Frame

A

A term referring to an Ethernet data link header and trailer, plus the data encapsulated between the header and trailer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

10BASE-T

A

The 10-Mbps baseband Ethernet specification using two pairs of twisted-pair cabling (Categories 3, 4, or 5): One pair transmits data and the other receives data. 10BASE-T which is part of the IEEE 802.3 specification has a distance limit of approximately 100M (328 ft) per segment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

100BASE-T

A

A name for the IEEE Fast Ethernet standard that uses two-pair copper cabling, a speed of 100 Mbps, and a maximum cable length of 100 meters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

1000BASE-T

A

A name for the IEEE Gigabit Ethernet standard that uses two-pair copper cabling, a speed of 1000Mbps (1 Gbps), and a maximum cable length of 100 meters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Fast Ethernet

A

The common name for all the IEEE standards that send data at 100 megabits per second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Gigabit Ethernet

A

The common name for all the IEEE standards that send data at 1 gigabit per second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Ethernet Link

A

A generic term for any physical link between two ethernet nodes, no matter what type of cabling is used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

RJ-45

A

A popular type of cabling connector used for ethernet cabling. It is similar to the RJ-11 connector used for telephone wiring in homes in the united states. RJ-45 allows the connection of eight wires.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Ethernet Port

A

A generic term for the opening on the side of any ethernet node, typically in an Ethernet NIC or LAN switch, into which an Ethernet cable can be connected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Network Interface Card (NIC)

A

A computer card, sometimes an expression card and sometimes integrated into the motherboard of the computer, that provides the electronics and other functions to connect to a computer network. Today, most NICs are specifically Ethernet NICs, and most have an RJ-45 port, the most common type of Ethernet port.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Straight-Through Cable

A

In Ethernet, a cable that connects the wire on pin 1 on one end of the cable to pin 1 on the other end of the cable, pin 2 on one end to pin 2 on the other end, and so on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Crossover Cable

A

An Ethernet cable that swaps the pair used for transmission on one device to a pair used for receiving on the device on the opposite end of the cable. In 10BASE-T and 100BASE-T networks, this cable swaps the pairs at pins 1,2 to pins 3,6 on the other end of the cable, and the pairs at 3,6 to pins 1,2 as well.

17
Q

Ethernet Address

A

A 48-bit (6-byte) binary number, usually written as 12-digit hexadecimal number, used to identify Ethernet nodes in an Ethernet network. Ethernet frame headers list a destination and source address field, used by Ethernet devices to deliver frames to deliver Ethernet frames to the correct destination.

18
Q

MAC Address

A

A standardized data link layer address that is required for every device that connects to a LAN. Ethernet MAC addresses are 6 bytes long and are controlled by the IEEE. Also known as hardware address, a MAC layer address, and a physical address.

19
Q

Unicast Address

A

Generally, any address in networking that represents a single device or interface, instead of a group of addresses (as would be represented by a multicast or broadcast address).

20
Q

Broadcast Address

A

Generally, any address that represents all devices, and can be used to send one message to all devices. In Ethernet, the MAC address of all binary 1s, or FFFF.FFFF.FFF in hex. For the IPv4, see subnet broadcast address.

21
Q

Frame Check Sequence (FCS)

A

A field in many data link trailers used as part of the error-detection process.