Network layers

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

1/17

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.

18 Terms

1
New cards

Network layer order (server to client)

Link, Internet, Transport, Application (LITA)

2
New cards

Network Protocol

A set of rules that defines how data is transmitted between devices / how devices communicate

3
New cards

MAC Address

A MAC Address (Media Access Control Address) is a unique identifier assigned to a device's network interface card (NIC). It is used to identify devices on a local network.

4
New cards

Application Layer

Handles interaction with network services, such as web browsing or emailing.

5
New cards

HTTP (AL)

Hyper text transfer protocol
Transfers data between web servers and browsers, e.g., retrieving web pages.

6
New cards

HTTPS (AL)

Hyper text transfer protocol secure
Adds encryption to HTTP for secure communication.

7
New cards

IMAP (AL)

Internet messaging access protocol
Used to retrieve emails from a server

8
New cards

SMTP (AL)

Simple mail transfer protocol
Used to send emails and transfer emails between servers.

9
New cards

FTP (AL)

File transfer protocol
Transfers files between client and server computers.

10
New cards

Transport Layer

Manages host-to-host communication and ensures data is correctly split into packets.

11
New cards

TCP (TL)

(Transmission Control Protocol): Ensures reliable delivery by retransmitting lost packets and reordering them.

  • Sends an acknowledgment which doubles the signals sent (for the same amount of data sent)
  • If ack not received, the packet is re-requested Suitable for tasks where information cannot be lost
    E.g. Used to send emails
12
New cards

UDP (TL)

(User Datagram Protocol): Faster but does not guarantee packet delivery or order.

  • Does not handle unreceived data, allows information to be lost
  • Suitable for time-sensitive tasks
    E.g. Used in Video Calls
13
New cards

Internet Layer

Routes packets across networks by adding IP addresses for senders and recipients.

14
New cards

IP addresses (IL)

Addresses used to identify senders and recipients in packet routing.

15
New cards

Link Layer

Handles the physical transmission of data, converting packets for transmission.

16
New cards

Ethernet (LL)

Transmits data as electrical signals over wired connections.

17
New cards

Wi-Fi (LL)

Transmits data as radio waves for wireless communication.

18
New cards

Device Drivers (LL)

Enable hardware interaction and function at the link layer.