CSE 4344 Quiz 1: Key Internet Concepts and Protocols

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

1/36

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.

37 Terms

1
New cards

BW/date rate

A measure of the amount of data transmitted over a network in a given time period.

2
New cards

Latency

The time it takes for a packet of data to travel from the source to the destination.

3
New cards

Loss

The percentage of packets that are lost during transmission over a network.

4
New cards

Transmission Delay

The time taken to push all the packet's bits into the wire.

5
New cards

Propagation Delay

The time it takes for a signal to propagate from the sender to the receiver.

6
New cards

Nodal Delay

The total time taken at a node for processing, queuing, transmission, and propagation.

7
New cards

Processing Delay

The time taken by a router to process the packet header.

8
New cards

Queuing Delay

The time a packet spends waiting in a queue before being transmitted.

9
New cards

Time Division Multiplexing

A method of transmitting and receiving independent signals over a common signal path using synchronized switches.

10
New cards

Frequency Division Multiplexing

A technique where multiple signals are transmitted simultaneously over a single communication channel by allocating a unique frequency band to each signal.

11
New cards

Circuit Switching

A method of communication where a dedicated communication path is established between two endpoints for the duration of the communication session.

12
New cards

Packet Switching

A method of data transmission where data is broken into packets and sent independently over the network.

13
New cards

Packet Loss

The failure of one or more transmitted packets to arrive at their destination.

14
New cards

Traffic Intensity

A measure of the load on a network, calculated as L a / R, where L is the average packet arrival rate and R is the service rate.

15
New cards

Persistent HTTP

A mode of HTTP where a single TCP connection is used to send and receive multiple requests and responses.

16
New cards

Non-Persistent HTTP

A mode of HTTP where a new TCP connection is established for each request and response pair.

17
New cards

Cache

A storage layer that temporarily holds frequently accessed data to speed up retrieval.

18
New cards

Client Cache

Cache located on the client side to store data for quicker access.

19
New cards

Server Cache

Cache located on the server side to reduce load and improve response times.

20
New cards

Advantages of Cache

  1. Reduces latency

  1. Decreases bandwidth usage

  1. Improves data retrieval speed.

21
New cards

Post Office Protocol (POP)

A protocol used by email clients to retrieve emails from a server.

22
New cards

Internet Message Access Protocol (IMAP)

A protocol that allows email clients to access messages on a mail server without downloading them.

23
New cards

Recursive Query

A type of DNS query where the DNS server takes on the responsibility of resolving the query completely.

24
New cards

Iterative Query

A type of DNS query where the DNS server responds with the best answer it can provide, which may not be the final answer.

25
New cards

Manifest File

A file that contains metadata about a set of resources, often used in streaming protocols.

26
New cards

Transmission Control Protocol (TCP)

A connection-oriented protocol that ensures reliable data transmission.

27
New cards

User Datagram Protocol (UDP)

A connectionless protocol that allows for faster data transmission without guaranteeing delivery.

28
New cards

Application Layer

Enables software programs to negotiate formatting, procedural, security, synchronization, and other requirements with the network.

29
New cards

HyperText Transfer Protocol

The protocol used for transmitting web pages over the Internet

30
New cards

SMTP (email)

Email Protocol

Transmit data (email) from your server to your outgoing mail server.

Also transmit data (email) from your outgoing mail server to your recipients mail server.

31
New cards

DNS (Domain Name System)

The Internet's system for converting alphabetic names into numeric IP addresses.

32
New cards

DASH

Dynamic, Adaptive Streaming over HTTP

33
New cards

Dynamic DASH

Means that the video stream is not fixed but can change during playback. It allows the system to adjust video delivery in real time based on fluctuating conditions like: Network speed, Device performance, Buffering status

34
New cards

Adaptive DASH

Adaptive refers to the ability of the streaming system to automatically choose the best video quality based on: The user's current internet speed, The device's screen size/resolution, The current buffer health

35
New cards

POP and IMAP: Email Storage Location

POP: Downloads emails from the server to the local device and usually deletes them from the server.

IMAP: Keeps emails on the server, allowing access from multiple devices

36
New cards

POP and IMAP: Device Synchronization

POP: Does not support synchronization across devices. Actions taken on one device (e.g., reading or deleting an email) do not reflect on others.

IMAP: Supports real-time synchronization, so changes made (like reading, moving, or deleting emails) appear the same across all devices.

37
New cards

POP and IMAP: Offline Access and Management

POP: Since emails are downloaded, they are fully accessible offline, but managing folders or status (like read/unread) can be limited.

IMAP: Requires an internet connection for full access and management, although some clients cache messages locally for limited offline use.