Chapter 3 Flash Cards - LANs

1
Q

Provide the following information about Ethernet:

  1. Speed
  2. Alternative Name
  3. IEEE Standard
  4. Cable type
  5. Maximum Length.
A
  1. 10 Mbps
  2. 10BASE-T
  3. IEEE 802.3
  4. Copper
  5. 100 m
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Provide the following information about Fast Ethernet:

  1. Speed
  2. Alternative Name
  3. IEEE Standard
  4. Cable type
  5. Maximum Length.
A
  1. 100 Mbps
  2. 100BASE-TX
  3. IEEE 802.3u
  4. Copper
  5. 100 m
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Provide the following information about Gigabit Ethernet:

  1. Speed
  2. Alternative Name
  3. IEEE Standard
  4. Cable type
  5. Maximum Length.
A
  1. 1000 Mbps
  2. 1000BASE-T
  3. IEEE 802.3ab
  4. Copper
  5. 100 m
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Provide the following information about Gigabit Ethernet (Fiber):

  1. Speed
  2. Alternative Name
  3. IEEE Standard
  4. Cable type
  5. Maximum Length.
A
  1. 1000 Mbps
  2. 1000BASE-LX, 1000BASE-SX
  3. IEEE 802.3z
  4. Fiber
  5. 550 m (SX), 5 km (LX)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Basically, the CSMA/CD algorithm can be summarized as follows:

A
  • A device that wants to send a frame waits until the LAN is silent–in other words, no frames are currently being sent–before attempting to send an electrical signal.
  • If a collision still occurs, the devices that caused the collision wait a random amount of time and then try again.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What order pinout is TIA Standard T568A?

A
  1. G/W
  2. Green
  3. O/W
  4. Blue
  5. Blue/W
  6. Orange
  7. Brown/W
  8. Brown
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What order pinout is TIA Standard T568B?

A
  1. O/W
  2. Orange
  3. G/W
  4. Blue
  5. Blue/W
  6. Green
  7. Brown/W
  8. Brown
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain the Ethernet Straight-Through Cable Concept

A

An Ethernet Straight-Through cable connects the wire at pin 1 on one end of the cable to pin 1 at the other end of the cable the wire at pin 2 needs to connect to pin 2 on the other end of the cable; pin 3 on one end connects to pin 3 on the other; and so on. (To create a straight-through cable, both ends of the cable use the same EIA/TIA pinout standard on each end of the cable.) A straight-through cable is used to connect dissimilar devices to one another.

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

Explain the Ethernet Crossover Cable Concept

A

You swap pins 1/3 and 2/6. A crossover cable is used to connect similar devices to one another.

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

Which pin pairs are used for sending and receiving for the following device?PC NICs

A

Transmit: 1/2
Receive: 3/6

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

Which pin pairs are used for sending and receiving for the following device?Routers

A

Transmit: 1/2
Receive: 3/6

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

Which pin pairs are used for sending and receiving for the following device?Wireless Access Point (Ethernet Interface)

A

Transmit: 1/2
Receive: 3/6

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

Which pin pairs are used for sending and receiving for the following device?Networked Printers (Printers that connect directly to the LAN)

A

Transmit: 1/2
Receive: 3/6

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

Which pin pairs are used for sending and receiving for the following device?Hubs

A

Transmit: 3/6
Receive: 1/2

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

Which pin pairs are used for sending and receiving for the following device?Switches

A

Transmit: 3/6
Receive: 1/2

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

Explain the 6 steps of CSMA/CD Logic.

A
  1. A device with a frame to send listens until the Ethernet is not busy.
  2. When the Ethernet is not busy, the sender(s) begin(s) sending the frame.
  3. The sender(s) listen(s) to make sure that no collision occurred.
  4. If a collision occurs, the devices that had been sending a frame each send a jamming signal to ensure that all stations recognize the collision.
  5. After the jamming is complete, each sender randomizes a timer and waits that long before trying to resent the collided frame.
  6. When each random timer expires, the process starts over with Step 1.
17
Q

Explain the structure of Unicast Ethernet Addresses

A

First Half:
Organizationally Unique Identifier (OUI)
Size: 24 bits / 6 Hex Digits (i.e. 00 60 2F)
Second Half:
Vendor Assigned (NIC Cards, Interfaces)
Size: 24 bits / 6 Hex Digits (i.e. 3A 07 BC)

18
Q

Define: MAC

A

Media Access Control. 802.3 (Ethernet) defines the MAC sub layer of IEEE Ethernet

19
Q

Define: Ethernet address, NIC address, LAN address

A

Other names often used instead of MAC address. These terms describe the 6-byte address of the LAN interface card.

20
Q

Define: Burned-in Address

A

The 6-byte address assigned by the vendor making the card.

21
Q

Define: Unicast Address

A

A term for a MAC that represents a single LAN interface.

22
Q

Define: Broadcast Address

A

An address that means “all devices that reside on this LAN right now.”

23
Q

Define: Multicast Address

A

On Ethernet, a multicast address implies some subset of all devices currently on the Ethernet LAN.

24
Q

Define: 1000BASE-T

A

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

25
Q

Define: 100BASE-TX

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.

26
Q

Define: 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 limits of approximately 100 m (328 feet) per segment.

27
Q

Define: 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-TX networks, this cable swaps the pair at pins 1,2 to pins 3,6 on the other end of the cable, and the pair at pins 3,6 to pins 1,2 as well.

28
Q

Define: CSMA/CD

A

Carrier Sense Multiple Access Collision Detect.A media-access mechanism in which devices ready to transmit data first check the channel for a carrier. If no carrier is sensed for a specific period of time, a device can transmit. If two devices transmit at once, a collision occurs and is detected by all colliding devices. This collision subsequently delays re-transmissions from those devices for some random length of time.

29
Q

Define: Full Duplex

A

Generically, any communication in which two communicating devices can concurrently send and receive data. In Ethernet LANs, the allowance for both devices to send and receive at the same time, allowed when both devices disable their CSMA/CD logic.

30
Q

Define: Half Duplex

A

Generically, any communication in which only one device at a time can send data. In Ethernet LANs, the normal result of the CSMA/CD algorithm that enforces the rule that only one device should send at any point in time.

31
Q

Define: Hub

A

A LAN device that provides a centralized connection point for LAN cabling, repeating any received electrical signal out all other ports, thereby creating a logical bus. Hubs do not interpret the electrical signals as a frame of bits, so hubs are considered to be Layer 1 devices.

32
Q

Define: Pinout

A

The documentation and implementation of which wires inside a cable connect to each pin position in any connector.

33
Q

Define: Protocol Type Field

A

A field in a LAN header that identifies the type of header that follows the LAN header. Includes the DIX Ethernet Type field, the IEEE 802.2 DSAP field and the SNAP protocol Type Field.

34
Q

Define: Shared Ethernet

A

An Ethernet that uses a hub, or even the original coaxial cabling, which results in the devices having to take turns sending data, sharing the available bandwidth.

35
Q

Define: 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.

36
Q

Define: Switch

A

A network device that filters, forwards, and floods Ethernet frames based on the destination address for each frame.

37
Q

Define: Switched Ethernet

A

An Ethernet that uses a switch, and particularly not a hub, so that the devices connected to one switch port do not have to contend to use the bandwidth available on another port. This term contrasts with shared Ethernet, in which the devices must share bandwidth, whereas switched Ethernet provides much more capacity, as the devices do not have to share the available bandwidth.

38
Q

Define: Twisted Pair

A

Transmission medium consisting of two insulated wires, with the wires twisted around each other in a spiral. An electrical circuit flows over the wire pair, with the current in opposite directions on each wire, which significantly reduces the interference between the two wires.