IT 520 Module 3 and 4

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

1/34

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.

35 Terms

1
New cards

Layer 2 Addressing

Uses MAC addresses (physical hardware addresses) for communication within the same network segment.

2
New cards

Layer 3 Addressing

Uses IP addresses (logical addresses) for routing data between different networks.

3
New cards

Layer 4 Addressing

Uses port numbers to identify specific applications or services on a host.

4
New cards

Class A

1.0.0.0 – 126.255.255.255
Default Subnet Mask: 255.0.0.0
Large networks (16 million hosts per network).

5
New cards

Class B

128.0.0.0 – 191.255.255.255
Default Subnet Mask: 255.255.0.0
Medium-sized networks (65,000 hosts per network).

6
New cards

Class C

192.0.0.0 – 223.255.255.255
Default Subnet Mask: 255.255.255.0
Small networks (254 hosts per network).

7
New cards

Class D

224.0.0.0 – 239.255.255.255
Used for multicast.

8
New cards

Class E

240.0.0.0 – 255.255.255.255
Experimental; not used for regular networking.

9
New cards

Public IP Addresses

Globally unique and routable on the internet.

10
New cards

Private IP Addresses

Used within private networks; not routable on the internet.
Ranges:

  • Class A: 10.0.0.0 – 10.255.255.255

  • Class B: 172.16.0.0 – 172.31.255.255

  • Class C: 192.168.0.0 – 192.168.255.255

11
New cards

Required Addressing on a Host

IP Address, Subnet Mask, Default Gateway, DNS Server

12
New cards

IP Address

Identifies the device on the network.

13
New cards

Subnet Mask

Defines the network and host portions.

14
New cards

Default Gateway

The route out of the local network.

15
New cards

DNS Server

Resolves domain names to IP addresses.

16
New cards

IPv6 Address

128-bit address written in hexadecimal.

17
New cards

Purpose of IPv7

Provides a vastly larger address space and eliminates the need for NAT.

18
New cards

Data Encapsulation

The process of wrapping data with protocol information at each layer of the OSI model.

19
New cards

Encapsulation Order

Application → Transport → Network → Data Link → Physical

20
New cards

De-Encapsulation Order (receiving data)

Physical → Data Link → Network → Transport → Application

21
New cards

Application Layer

Data

22
New cards

Transport Layer

Segments (uses port numbers)

23
New cards

Network Layer

Packets (uses IP addresses)

24
New cards

Data Link Layer

Frames (uses MAC addresses)

25
New cards

Physical Layer

Bits (raw data transmission)

26
New cards

TCP (transmission Control Protocol)

  • Connection-oriented

  • Reliable, ordered, and error-checked

    • Used for web (HTTP/HTTPS), email (SMTP), file transfer (FTP)

27
New cards

UDP (User Datagram Protocol)

  • Connectionless

  • Fast but unreliable

  • Used for streaming, gaming, and VoIP

28
New cards

Common TCP Ports

HTTP – 80
HTTPS – 443
FTP – 20/21
SMTP – 25
SSH – 22
Telnet – 23

29
New cards

Common UDP Ports

DNS – 53
DHCP – 67/68
TFTP – 69
SNMP – 161/162

30
New cards

ARP (Address Resolution Protocol) purpose

Resolves IP addresses (Layer 3) to MAC addresses (Layer 2) on a local network.

31
New cards

ARP Taple

Stored locally; lists known IP-to-MAC mappings.

32
New cards

ARP Request

Broadcast asking, “Who has this IP?”

33
New cards

ARP Reply

Response from the device owning that IP address with its MAC address.

34
New cards

Telenet

  • Remote terminal protocol using plaintext.

  • Insecure (data is not encrypted).

  • Port 23.

35
New cards

SSH (Secure Shell)

  • Encrypted remote access for secure logins and management.

  • Port 22.

  • Preferred alternative to Telnet.