CCNA ITN: Module 7

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

Ethernet

family of LAN technologies using wired communication defined by IEEE 802.2 and 802.3

2
New cards

LLC sublayer

places info in frame to identify network layer protocol

3
New cards

MAC sublayer

handles data encapsulation, addressing, error detection, and media access control

4
New cards

modern Ethernet

operates in full-duplex, legacy uses CSMA/CD

5
New cards

invalid Ethernet frames

less than 64 bytes (runt) or more than 1500 bytes (jumbo/baby giant)

6
New cards

Preamble and SFD

8-byte fields for synchronization and attention of receiving node

7
New cards

Destination MAC Address

6-byte field identifying the intended receiver (unicast, multicast, broadcast)

8
New cards

Source MAC Address

6-byte field identifying sender

9
New cards

Type/Length field

2-byte field identifying encapsulated upper-layer protocol

10
New cards

Data field

contains 46–1500 bytes of payload, may be padded

11
New cards

FCS field

4-byte field for CRC error detection

12
New cards

MAC address

48-bit unique binary value shown in 12 hexadecimal digits

13
New cards

MAC uniqueness

combination of IEEE OUI and vendor-assigned value

14
New cards

frame delivery

only matching destination MAC processes the frame, others discard it

15
New cards

unicast frame

has one destination MAC

16
New cards

broadcast MAC address

FF-FF-FF-FF-FF-FF, flooded out all ports, not forwarded by routers

17
New cards

multicast frame

forwarded only if router is configured to allow it

18
New cards

switch forwarding decisions

based only on MAC address, protocol unaware

19
New cards

MAC address table

learned dynamically using source MAC and incoming port

20
New cards

MAC table timer

default timeout is 5 minutes for entries

21
New cards

unknown unicast

frame is forwarded out all ports except source port if destination is unknown

22
New cards

multiple MACs per port

occurs when switch is connected to another switch or multiple devices

23
New cards

store-and-forward switching

entire frame received and CRC checked before forwarding

24
New cards

cut-through switching

frame forwarded before full reception

25
New cards

fast-forward switching

forwards after destination address read, lowest latency

26
New cards

fragment-free switching

stores first 64 bytes to avoid forwarding collisions

27
New cards

port-based buffering

each port has its own queue, one frame can delay others

28
New cards

shared memory buffering

common memory space dynamically allocated as needed

29
New cards

auto-negotiation

automatically selects best speed and duplex settings

30
New cards

auto-MDIX

auto-detects cable type (crossover or straight-through) and configures ports

31
New cards

mdix auto

command to enable auto-MDIX

32
New cards

best cable practice

use correct cable type even if auto-MDIX is enabled