Exam 1- Fund. of Computer Networks

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

1/19

flashcard set

Earn XP

Description and Tags

Chapter 1 & 2

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Q: What are the two distinct definitions of the Internet?

A: 1) A network of networks that connects millions of devices worldwide. 2) A platform for applications and services (email, web, social media).

2
New cards

Q: What is a network?

A: A collection of devices (hosts) connected by communication links that exchange data.

3
New cards

Q: What is a protocol?

A: A set of rules governing how data is transmitted and received across a network

4
New cards

Q: What is the network edge?

A: The devices and hosts (like computers, phones, servers) at the boundary of the network.

5
New cards

Q: What are the CIA traits?

A: Confidentiality (only authorized access),  Integrity (data accuracy and trust), Availability (data accessible when needed).

6
New cards

Q: What is encapsulation?

A: The process where each layer of the network adds its own header (and sometimes trailer) to data as it passes downward.

7
New cards

Q: OSI vs TCP/IP: How many layers?

A: OSI = 7 layers; TCP/IP = 5 layers.

8
New cards

Q: Main difference between OSI and TCP/IP?

A: OSI is theoretical and detailed; TCP/IP is practical and based on real-world protocols.

9
New cards

Q: What is an RFC?

A: “Request for Comments”

10
New cards

Q: What is process-to-process communication?

A: Communication between applications running on different end systems,  enabled by transport layer protocols.

11
New cards

Q: Name the four transport layer services.

A: Reliable data transfer, Flow control, Error detection, Multiplexing(send)/demultiplexing(recive).

12
New cards

Q: SMTP vs IMAP – similarity?

A: Both are email-related protocols.

13
New cards

Q: SMTP vs IMAP – key difference?

A: SMTP sends mail, IMAP retrieves and manages mail on the server.

14
New cards

Q: What are the two types of HTTP connections?

A: Persistent and non-persistent.

15
New cards

Q: Advantage of persistent HTTP?

A: Multiple requests over a single connection → less delay.

16
New cards

Q: HTTP is stateless. What solves this?

A: Cookies.

17
New cards

Q: Three uses of cookies?

A: Authentication (login sessions), personalization (user settings), tracking (analytics, ads).

18
New cards

Q: Main benefit of web caching?

A: Reduces response time and server load by storing frequently accessed data closer to users.

19
New cards

Q: How do CDNs solve scalability and heterogeneity

A: By distributing content across many servers worldwide, improving speed and reliability for users everywhere.

20
New cards

Q: HTTP/1.1 vs HTTP/2 vs HTTP/3 – key improvements?

A:HTTP/1.1: Persistent connections. HTTP/2: Multiplexing, faster. HTTP/3: Based on QUIC/UDP, lower latency.