Module 4-7 Netacad

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

1/31

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.

32 Terms

1
New cards

Each IPV4 address contains a string of 32 bits divided into 4 sections called octets.

How are IPv4 addresses formed

2
New cards

8 bits

Octet to Bits

3
New cards

8 hextets, or 8*16 bits

IPv6 Length in Bits

4
New cards

Counting starts after the value 10, where 11 is A, 12 is B, etc., with each letter represented by 4 bits.

Hexadecimal Counting Explain

5
New cards

Data Link Layer

Prepares network data for the physical network and includes the Network Interface Card (NIC).

6
New cards

Layer 3 Packets

Accepted by the Data Link Layer and encapsulated into Layer 2 frames.

7
New cards

Error Detection

Performed by the Data Link Layer to reject corrupted frames.

8
New cards

Data Link Sublayers

Includes IEEE 802 LAN/MAN and Logical Link Control (LLC).

9
New cards

Logical Link Control (LLC)

Communicates with networking software and device hardware, allowing multiple protocols to use the same interface.

10
New cards

Media Access Control (MAC)

Implements data encapsulation and controls access to the shared medium.

11
New cards

Router

Accepts frames, de-encapsulates them, and re-encapsulates packets into new frames for forwarding.

12
New cards

Hub and Spoke, Mesh, and Point to Point WAN (PPP).

Network Topologies

13
New cards

Half-Duplex

Allows devices to transmit and receive, but not simultaneously.

14
New cards

Full-Duplex

Allows devices to transmit and receive simultaneously.

15
New cards

CSMA/Collision Detection

Checks if any device is transmitting on the medium. If no signal is detected, it proceeds. If a collision is detected (from a higher signal amplitude than normal by the nic), both data would be corrupted and have to be resent.

16
New cards

CSMA/Collision Avoidance

Used on wireless LANs to avoid collisions by waiting before transmitting.

17
New cards

Data Link Frame

Prepares encapsulated data for transport by adding a header and trailer.

18
New cards

Include start/stop indicators, addressing, type, control, data, and error detection.

Packet Frame Fields

19
New cards

Layer 2 Addresses

Physical addresses used in transporting frames, specified in the frame header.

20
New cards

LAN and WAN Frames

Layer 2 protocols work with Layer 3 IP protocols, determined by technology and services.

21
New cards

Minimum size is 64 bytes; frames larger than 1500 bytes are considered jumbo frames.

Ethernet Frame Guidelines

22
New cards

Preamble and SFD

Used for synchronization of receiving/sending devices.

23
New cards

Type/Length

2-byte field identifying the upper layer protocol in the Ethernet frame.

24
New cards

MAC Addresses

Unique identifiers assigned to devices, with the first 6 digits being the OUI.

25
New cards

Unicast MAC Addresses

Used for Layer 2 unicast communication, determined by ARP for IPv4.

26
New cards

Broadcast MAC Address

Flooded to all Ethernet switch ports except the incoming port.

27
New cards

Multicast MAC Address

Used for multicast communication, not forwarded by routers unless configured.

28
New cards

Ethernet Switch

Uses L2 MAC addresses for forwarding decisions and maintains a MAC address table.

29
New cards

Frame Forwarding Methods

Includes store-and-forward and cut-through switching.

30
New cards

Memory Buffering

Used when the destination port is busy, with port-based and shared memory options.

31
New cards

Duplex Mismatch

Occurs when one port operates at half-duplex and another at full-duplex, causing collisions.

32
New cards

Auto MDIX

Switch automatically detects cable type and configures interfaces accordingly.