384 Study Guide Exam 1

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/44

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

Layer 1

Physical

2
New cards

Layer 2

Data Link

3
New cards

Layer 3

Network

4
New cards

Layer 4

Transport

5
New cards

Layer 5

Application

6
New cards

Unit of Communication Layer 1

Bits

7
New cards

Unit of Communication Layer 2

Frames

8
New cards

Unit of Communication Layer 3

Packets (IPv4 or IPv6)

9
New cards

Unit of Communication Layer 4

TCP Segments or UDP Datagrams

10
New cards

Unit of Communication Layer 5

Data

11
New cards

Addressing Layer 2

MAC addresses

12
New cards

Addressing Layer 3

IP addresses

13
New cards

Addressing Layer 4

Port numbers

14
New cards

Delivery Type Layer 2

Local

15
New cards

Delivery Type Layer 3

Indirect

16
New cards

Delivery Type Layer 4

End-to-end

17
New cards

Encapsulation

adding the header as data moves down the layers.

18
New cards

Decapsulation

removing the header as data moves up the layers.

19
New cards

Command to Set Root User

sudo -i or su -

20
New cards

Command to Edit Files

nano or vi

21
New cards

Command to Check Network Interfaces

ip a

22
New cards

Layer 2 Main Protocol

Ethernet

23
New cards

Frame Field Preamble

Synchronization

24
New cards

Frame Field Destination MAC

Identifies recipient

25
New cards

Frame Field Source MAC

Identifies sender

26
New cards

Frame Field Type/Length

Protocol type or data size

27
New cards

Frame Field Payload

Data being transferred

28
New cards

Frame Field FCS

Error checking

29
New cards

Frame Size Min Length

64 bytes

30
New cards

Frame Size Max Length

1518 bytes

31
New cards

Frame Data Length

Up to 1500 bytes

32
New cards

Unicast

Single device communication

33
New cards

Multicast

communication with a group of devices

34
New cards

Broadcast

All devices on the network (all f’s)

35
New cards

Padding

Ensures frame meets minimum size

36
New cards

Layer 3 Main Protocol

IP

37
New cards

Layer 3 Services

Routing, Logical addressing, Packet forwarding

38
New cards

Datagram Header Field Version

IPv4 or IPv6

39
New cards

Datagram Header Field Header Length

Size of the header

40
New cards

Datagram Header Field Source Address

Sender's IP address

41
New cards

Datagram Header Field Destination Address

Recipient's IP address

42
New cards

Datagram Header Field TTL

Limits packet's lifetime - The field that limits the lifetime of a packet to avoid loops.

43
New cards

Datagram Header Length Min

20 bytes

44
New cards

Datagram Header Length Max

60 bytes

45
New cards

Purpose of Fragmentation

Breaks large packets into smaller for easy transportation