ITE 384 Exam 1 Study Guide

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

1/25

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.

26 Terms

1
New cards

What are the layers of the TCP/IP model?

5. Application
4. Transport
3. Network
2. Data Link
1. Physical

2
New cards

What is the unit of communication at the Physical layer?

Bit

3
New cards

What is the unit of communication at the Data Link layer?

Frame

4
New cards

What is the unit of communication at the Network layer?

Datagram

5
New cards

What is the unit of communication at the Transport layer?

Segment / Packet

6
New cards

What is the unit of communication at the Application layer?

Message

7
New cards

Addressing used at layer 2?

Physical Address (MAC Address)

8
New cards

Addressing used at layer 3?

Logical Address (IP Address)

9
New cards

Addressing used at layer 4?

Port Addresses (Port Number)

10
New cards

Delivery type for layer 2?

Hop-to-Hop (Node-to-Node)

11
New cards

Delivery type for layer 3?

Source to Destination

12
New cards

Delivery type for layer 4?

Process to Process

13
New cards

Process of Encapsulation/Decapsulation

knowt flashcard image
14
New cards

Command to set yourself as root user

Sudo-s

15
New cards

Command to edit files

vi (name of file)

16
New cards

Command to check interfaces

ip a

17
New cards

What is the purpose of the Destination Address Field?

the purpose of the destination address field is to route the message to its destination.

18
New cards

What is the purpose of the PDU field?

the purpose of the PDU field is to define what protocol the message should follow.

19
New cards

What is the largest data size that can be carried in an Ethernet frame?

1500

20
New cards

What is the smallest valid Ethernet frame size?

64

21
New cards

Preamble

contains 7 bytes of alternating 0s and 1s that alerts the receiving system to the incoming frame and enables it to synchronize its input timing.

22
New cards

SFD (Start Frame Delimter)

signals the beginning of the frame to warn the receiver that this is the last chance to synchronize. It is always 10101011.

23
New cards

Type of address used for Destination address?

the physical address (MAC) of the destination

24
New cards

Type of address used for Source address?

the physical address (MAC) of the souce.

25
New cards

Header Field length?

20-60 bytes

26
New cards

IP Datagram length?

20-65,535 bytes