Computer Science - TCP/IP layers

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

1/12

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.

13 Terms

1
New cards

what are the four layers in the TCP/IP structure

  1. application

  2. transport

  3. network

  4. link

2
New cards

what does a data packet consist of

  1. sender/receiver IP address

  2. packet length

  3. sequence number

  4. actual data being transported

  5. checksum

3
New cards

what is used in the application layer

web browsers

4
New cards

what are the protocols for the application layer

  1. HTTP and HTTPS

  2. POP3 and IMAP

5
New cards

what does the transport layer do

enables communication between hosts and splits data into packets

6
New cards

what protocol is found in the transport layer

TCP

7
New cards

what does the network layer do

addresses and packages data for transmission. It also routes the packets across the network

8
New cards

what protocol is used in the network layer

IP

9
New cards

what does the link layer do

it is the physical network hardware/connection between devices, such as NIC

10
New cards

what protocol is used in the link layer

  1. ethernet

  2. wi-fi

11
New cards

what is the difference between HTTP and HTTPS

HTTPS is a secure version of HTTP

12
New cards

what does HTTP and HTTPS do

allows communication between clients and servers

13
New cards

what is the difference between POP3 and IMAP

both protocols are used to download emails from an email server, but when POP3 is used, the email is removed from the server, but if IMAP is used, a copy of the email is retained.