Types of Internet Protocols

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

1/41

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.

42 Terms

1
New cards

Internet Protocols

A set of rules that allow computers and other devices to communicate over the Internet.

2
New cards

Internet Protocol (IP)

Assigns unique addresses to devices on the internet to ensure correct data delivery.

3
New cards

Internet Protocol Address (IP Address)

A unique identifier assigned to a device in a network, similar to a house address.

4
New cards

Dividing Data into Packets

Splitting information into smaller units.

5
New cards

Addressing

Assigning a destination to each packet.

6
New cards

Routing

Sending packets through various paths to the destination.

7
New cards

Reassembly

Putting packets back together at the destination.

8
New cards

Handling Missing Packets

Managing lost or corrupted data.

9
New cards
  1. Dividing Data into Packets

  2. Addressing

  3. Routing

  4. Reassembly

  5. Handling Missing Packets

5 Step by step working of internet protocol:

10
New cards

TCP/IP

The fundamental protocol for communication between devices over the Internet.

11
New cards

Transmission Control Protocol (TCP)

Ensures data is accurately transmitted and received.

12
New cards

Internet Protocol (IP)

Defines addressing and routing of data.

13
New cards
  • Enables communication between different networks.

  • Works for small and large networks.

  • Uses open standards for compatibility.

  • Ensures reliable data transfer with error-checking.

4 Advantages of Transmission Control Protocol/Internet Protocol (TCP/IP)

14
New cards
  • Complex configuration.

  • Lacks built-in security.

  • Inefficient for small networks.

3 Disadvantages of Transmission Control Protocol/Internet Protocol (TCP/IP)

15
New cards

Simple Mail Transfer Protocol (SMTP)

Application-layer protocol used for sending and relaying emails.

16
New cards
  • Sends emails through a Mail Transfer Agent (MTA).

  • Uses request and response messages.

  • Notifies the recipient upon email arrival.

3 Step by Step Working of SMTP:

17
New cards
  • End-to-End Method

  • Store-and-Forward Method

2 SMTP Models:

18
New cards

End-to-End Method

An SMTP Model that is used between different organizations.

19
New cards

Store-and-Forward Method

An SMTP Model that is used within an organization.

20
New cards

  • Supports bulk emailing.

  • Reliable email delivery.

  • Allows email tracking.

3 Advantages of SMTP

21
New cards
  • Can be blocked by firewalls.

  • Lacks strong security.

  • Limited character set (7-bit ASCII).

3 Disadvantages od SMTP:

22
New cards

Point-to-Point Protocol (PPP)

A data link layer protocol used to establish direct network connections.

23
New cards

  • Flag

  • Address

  • Control

  • Protocol

  • Data

  • FCS (Frame Check Sequence)

6 PPP Frame Format:

24
New cards

Flag

Determine the PPP Frame Format:

  • Marks the start and end of a frame.

25
New cards

Address

Determine the PPP Frame Format:

  • Typically set to broadcast.

26
New cards

Control

Determine the PPP Frame Format:

  • Default unnumbered frame.

27
New cards

Protocol

Determine the PPP Frame Format:

  • Identifies encapsulated data.

28
New cards

Data

Determine the PPP Frame Format:

  • Contains actual information.

29
New cards

FCS (Frame Check Sequence)

Determine the PPP Frame Format:

  • Error-checking mechanism.

30
New cards

File Transfer Protocol (FTP)

A protocol for transferring files between a client and a server.

31
New cards

Anonymous FTP

Types of FTP:

  • Allows public access without credentials.

32
New cards

Password Protected FTP

Types of FTP:

  • Requires authentication.

33
New cards

FTP Secure (FTPS)

Types of FTP:

  • Uses encryption for security.

34
New cards

FTP over Explicit SSL/TLS (FTPES)

Types of FTP:

  • Encrypts commands and data transfer.

35
New cards

Secure FTP (SFTP)

Types of FTP:

  • Uses SSH for secure file transfers.

36
New cards
  • Control Connection - Manages session commands.

  • Data Connection - Transfers files.

2 Types of FTP Connections:

37
New cards

Control Connection

Types of FTP Connections:

  • Manages session commands.

38
New cards

Data Connection

Types of FTP Connections:

  • Transfers files.

39
New cards

  • Port 21 - Used for command control.

  • Port 20 - Used for data transfer.

2 FTP Ports:

40
New cards

Port 21

  • FTP Ports:

    • Used for command control.

41
New cards

Port 20

  • FTP Ports:

    • Used for data transfer.

42
New cards