CMPT 371: Data Link Layer and Ethernet Overview

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/170

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

171 Terms

1
New cards

Point-to-point

A communication link between two devices.

2
New cards

Null modem

A communication method that allows direct connection between two devices without a modem.

3
New cards

RS 232

A standard for serial communication transmission of data.

4
New cards

Multipoint

A communication link that connects multiple devices.

5
New cards

Ethernet

A widely-used networking technology for local area networks (LANs).

6
New cards

Token Ring

A network protocol that uses a token-passing method for data transmission.

7
New cards

Transmission Mode

The method by which data is transmitted over a communication channel.

8
New cards

Simplex

A transmission mode where data flows in one direction only.

9
New cards

Half-duplex

A transmission mode where data can flow in both directions, but not simultaneously.

10
New cards

Full-duplex

A transmission mode where data can flow in both directions simultaneously.

11
New cards

Topology

The arrangement of different elements (links, nodes, etc.) in a computer network.

12
New cards

Mesh

A network topology where each device is connected to multiple other devices.

<p>A network topology where each device is connected to multiple other devices.</p>
13
New cards

Star

A network topology where all devices are connected to a central hub.

<p>A network topology where all devices are connected to a central hub.</p>
14
New cards

Tree

A network topology that combines characteristics of star and bus topologies.

15
New cards

Bus

A network topology where all devices share a single communication line.

<p>A network topology where all devices share a single communication line.</p>
16
New cards

Ring

A network topology where each device is connected to two other devices, forming a circular pathway.

17
New cards

Hybrid

A network topology that combines two or more different types of topologies.

18
New cards

Data Link Layer

The layer in the OSI model responsible for node-to-node data transfer.

<p>The layer in the OSI model responsible for node-to-node data transfer.</p>
19
New cards

Line Discipline

The rules that determine how devices on a communication line interact.

20
New cards

ENQ/ACK

A method of communication where a sender requests acknowledgment from the receiver.

21
New cards

CSMA/CD

Carrier Sense Multiple Access with Collision Detection, a network protocol for managing data transmission.

22
New cards

Stop and Wait Flow Control

A flow control method where the sender waits for an acknowledgment after sending each frame.

<p>A flow control method where the sender waits for an acknowledgment after sending each frame.</p>
23
New cards

Sliding Window

A flow control method that allows multiple frames to be in transit before needing an acknowledgment.

<p>A flow control method that allows multiple frames to be in transit before needing an acknowledgment.</p>
24
New cards

Error Control: Stop-and-Wait

A method of error control that requires acknowledgment for each frame sent.

<p>A method of error control that requires acknowledgment for each frame sent.</p>
25
New cards

Error Control: Go-Back-N

A method of error control where the sender can send multiple frames but must retransmit from the last acknowledged frame upon error.

<p>A method of error control where the sender can send multiple frames but must retransmit from the last acknowledged frame upon error.</p>
26
New cards

Error Control: Selective Reject

A method of error control that allows only the erroneous frames to be retransmitted.

27
New cards

Repeater

A device that regenerates and amplifies signals in a network.

28
New cards

Bridge

A device that connects two or more network segments and filters traffic.

29
New cards

Multiport Bridge

A bridge that connects multiple network segments.

30
New cards

Router

A device that forwards data packets between computer networks.

31
New cards

Gateway

A device that connects two different networks and translates communication between them.

32
New cards

Ethernet Ubiquity

Until 2010-2013, it was the most ubiquitous type of LAN. Now overtaken by WiFi in the consumer market. Still the dominant LAN in enterprise and high-performance networks.

33
New cards

Ethernet Transmission Speeds

Supports transmission speeds from 3 Mbps to 100 Gbps.

34
New cards

Logical Link Control (LLC)

Specified in IEEE 802.2, responsible for multiplexing/demultiplexing, flow and error control.

35
New cards

LLC Services

Includes Unacknowledged connectionless service (mandatory), Acknowledged connectionless service (optional), Connection-oriented service (optional).

36
New cards

Medium Access Control (MAC)

Constructs the frames and transmits them over the physical layer.

37
New cards

Maximum Cable Length

Each version of Ethernet has a maximum cable length per segment over which the signal will propagate.

38
New cards

10Base5

Allows maximum 5 segments connected with 4 repeaters, each segment no longer than 500 meters (10 μs round-trip time).

39
New cards

Manchester Encoding

Data is sent using Manchester encoding where a logical '1' is transmitted by a high-to-low transition and a logical '0' is transmitted by a low-to-high transition.

40
New cards

Signal Levels in Manchester Encoding

Low and high are, respectively, -0.85V and +0.85V.

41
New cards

Collision of Signals

In classic Ethernet, if two or more stations transmit at the same time, their signals will mix (collision) resulting in garbage.

42
New cards

Jamming Signal

4 or 6 bytes of a random pattern of bits that disrupts the CRC so all stations know to discard what they received.

43
New cards

Binary Exponential Backoff

After i successive collisions, a random number between 0 and 2i-1 is chosen, and the station waits for that many time slots.

44
New cards

Time Slot Duration

A time slot is equal to one complete round trip time, which is 51.2 μs.

45
New cards

Collision Handling

After 10 successive collisions, the wait time is frozen at 1023 slots. After 16 successive collisions, the transmission is considered to have failed.

46
New cards

Preamble

Essentially used for tuning.

47
New cards

Start of Frame (SoF) Delimiter (SFD)

Last octet is 10101011

48
New cards

Unicast Addresses

48 bits long and displayed as 12 hexadecimal digits

49
New cards

Example of Unicast Address

00:80:C8:22:6B:E2

50
New cards

Organizationally Unique Identifier (OUI)

The first 3 octets constitute the OUI assigned by IEEE to a manufacturer.

51
New cards

OUI assignee for Xerox Corp.

13, 00:00:00

52
New cards

OUI assignee for Cisco Systems

1188, 00:1B:67

53
New cards

OUI assignee for Ciena Corp.

26, 14:4E:2A

54
New cards

Least-significant bit of the first octet in Unicast Addresses

Is a 0.

55
New cards

Multicasting

Sending one message to several receivers.

56
New cards

Multicast group

A multicast group is setup and assigned a MAC address where the least significant bit of the first octet is 1.

57
New cards

IPv4 Multicast prefix

01:00:5e:00:00:00 to 01:00:5e:7F:FF:FF

58
New cards

IPv6 Multicast prefix

33:33:00:00:00:00 to 33:33:FF:FF:FF:FF

59
New cards

Broadcasting

Sending one message to all nodes on the network.

60
New cards

Broadcast address

All 1s, so FF:FF:FF:FF:FF:FF.

61
New cards

Maximum frame length

1518 bytes (not including Preamble+SoF).

62
New cards

Minimum frame length

64 bytes to distinguish a valid frame from noise and prevent the sender from completing its transmission of a short frame before a possible jamming signal reaches the sender.

63
New cards

Destination Service Access Point (DSAP)

1 byte in the IEEE 802.2 LLC header.

64
New cards

Source Service Access Point (SSAP)

1 byte in the IEEE 802.2 LLC header.

65
New cards

Control Field in LLC header

1 to 2 bytes indicating the type of LLC service.

66
New cards

Unnumbered Frames (U-frames)

1 byte, used for connectionless services.

67
New cards

Information Frames (I-frames)

2 bytes, used for flow control in connection-oriented services, includes a sequence number.

68
New cards

Supervisory Frames (S-frames)

2 bytes, used for error and flow control in connection-oriented services.

69
New cards

Common SAP values

06: IPv4, 12: LAN Printing, AA: Sub-Network Access Protocol (SNAP), BC: Banyan, E0: Novell.

70
New cards

Data in LLC

The payload coming from the upper layer: LLC and the networking layer's packet.

71
New cards

Maximum data length

1500 bytes.

72
New cards

Pad in networking

Used to achieve the minimum frame size if there's not enough data.

73
New cards

Checksum

Used to detect errors; Frame is dropped if it has error(s); Checksum is calculated by a 32-bit Cyclic Redundancy Check (CRC), where the CRC is the remainder of modulo-2 division (bitwise XOR) of the frame by a generator pattern.

74
New cards

Interframe Gap (IFG)

Pause to allow the receiver to prepare for another packet; e.g., resetting counters and emptying buffers, clock recovery, etc.

75
New cards

Ethernet Efficiency

Defined as the percentage of time data is sent and received correctly.

76
New cards

Ethernet Hub

A device where each station has a dedicated cable running to a central hub; connects all incoming wires, acting as one shared medium.

77
New cards

Switched Ethernet

A system where the switch decides which output port to forward the signal to based on the destination address and buffers signals to avoid collisions.

78
New cards

Fast Ethernet

IEEE 802.3u, standardized in 1995.

79
New cards

Ethernet II

Also known as Ethernet DIX; widely deployed from the beginning.

80
New cards

IEEE 802.3 frame format

A standard for Ethernet frames that was pushed by IEEE.

81
New cards

Type field

Identifies the upper layer protocol in Ethernet II frames.

82
New cards

Length field

Not present in Ethernet II, which determines the end of the frame at the physical layer.

83
New cards

padding portion of frame

Determined by the protocol-specific length field, e.g., IPv4's Total Length field.

84
New cards

Ethernet segment

A network segment where Ethernet II and IEEE 802.3 frames can coexist.

85
New cards

Coexistence with IEEE 802.3

Distinguished by the Type/Length field, where values ≥ 1536 indicate Ethernet II.

86
New cards

Wireless LAN

Also known as Wireless Fidelity (WiFi), standardized by the IEEE 802.11 family.

87
New cards

Wireless speeds

Range from 1 Mbps (IEEE 802.11) to 303 Gbps (IEEE 802.11ay).

88
New cards

Access Point (AP)

Also known as a wireless router or base station, typically connected to a wired network.

89
New cards

Wireless distribution system (WDS)

A method of connecting APs wirelessly, which has no standard.

90
New cards

Infrastructure mode

A mode where each client is associated with an AP.

91
New cards

Ad-hoc mode

A mode where there is no AP, and nodes can directly send frames to each other.

92
New cards

Physical Layer

Transmits baseband signals modulated at 2.4 GHz, 5 GHz, or 6 GHz.

93
New cards

Multipath fading

Occurs when signals are reflected off objects, causing fluctuations in the received signal.

94
New cards

Path diversity

A solution to multipath fading by sending data along multiple independent paths.

95
New cards

Modulation diversity

Using different frequencies simultaneously during modulation to combat signal issues.

96
New cards

Frequency Hopping Spread Spectrum (FHSS)

An obsolete modulation method used in earlier 802.11 protocols.

97
New cards

Direct-Sequence Spread Spectrum (DSSS)

A legacy modulation method where the baseband signal is modulated with a spreading sequence.

98
New cards

Orthogonal Frequency-Division Multiplexing (OFDM)

A modulation method used in WiFi 4 (IEEE 802.11n) and later protocols.

99
New cards

Multiple-Input and Multiple-Output (MIMO)

A technology used in WiFi 4 and later to improve wireless communication.

100
New cards

OFDM

Orthogonal Frequency-Division Multiplexing