CS 536 Park Introduction — Computer Networks

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

1/44

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts from the CS 536 Park Introduction notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

Host devices

Computers and devices that host applications and services in a network (e.g., PCs, servers, laptops, handhelds).

2
New cards

Routers & switches

Network devices; routers forward packets between networks, switches forward frames within a LAN (e.g., IP router, Ethernet switch, WiFi routers).

3
New cards

Links

The transmission medium connecting network devices; can be wired, wireless, or quantum.

4
New cards

Protocols

Software-level rules and conventions that bind networked devices, e.g., IP, TCP, UDP, CSMA/CA, OSPF, BGP.

5
New cards

Applications

Top-layer services running over protocols, e.g., DNS, HTTP, SMTP, SNMP, SSL.

6
New cards

Humans and bots

Users or automated agents generating traffic; examples include spam, DoS, worms.

7
New cards

Hardware side

The physical components of a network: hosts, routers, and links.

8
New cards

Software side

Protocols and applications that run on top of the hardware.

9
New cards

NIC

Network Interface Card; hardware in a host for connecting to a network (with firmware).

10
New cards

Device driver

OS software that interfaces with NIC hardware, handling interrupts and I/O.

11
New cards

ARP

Address Resolution Protocol; maps IP addresses to MAC addresses; enables translation between 32-bit IP and 48-bit MAC.

12
New cards

RARP

Reverse Address Resolution Protocol; maps MAC addresses to IP addresses (older method).

13
New cards

IP

Internet Protocol; software glue of the global Internet; provides addressing and routing.

14
New cards

OSPF

Open Shortest Path First; intra-domain routing protocol used inside an organization.

15
New cards

RIP

Routing Information Protocol; intra-domain routing protocol.

16
New cards

BGP

Border Gateway Protocol; inter-domain routing protocol on the global Internet.

17
New cards

Intra-domain

Routing within a single organization or domain.

18
New cards

Inter-domain

Routing between different organizations across the Internet.

19
New cards

TCP

Transmission Control Protocol; reliable, connection-oriented transport for data (e.g., files).

20
New cards

UDP

User Datagram Protocol; connectionless, best-effort transport for multimedia and streaming.

21
New cards

DNS

Domain Name System; resolves hostnames to IP addresses.

22
New cards

HTTP

Hypertext Transfer Protocol; protocol for transferring web pages.

23
New cards

SMTP

Simple Mail Transfer Protocol; email transfer.

24
New cards

SNMP

Simple Network Management Protocol; protocol for managing networks.

25
New cards

SSL

Secure Sockets Layer; cryptographic protocol for securing communications (TLS successor).

26
New cards

SSH

Secure Shell; protocol for secure remote login and command execution.

27
New cards

BitTorrent

Peer-to-Peer file sharing protocol.

28
New cards

YouTube

Video sharing/streaming platform.

29
New cards

Netflix

Video streaming service.

30
New cards

Facebook

Social media platform/application.

31
New cards

Twitter

Social media platform/application.

32
New cards

CDNs

Content Delivery Networks; distribute content to users efficiently.

33
New cards

IoT

Internet of Things; networked everyday devices.

34
New cards

Sub-GHz spectrum

Frequencies around 300–700 MHz used for data networking in some contexts.

35
New cards

RFID

Radio-Frequency Identification; used for tagging and tracking (payments, tolls, inventory).

36
New cards

CAN bus

Controller Area Network; a specialized vehicle networking bus for inter-module communication.

37
New cards

GPS

Global Positioning System; satellite-based location/navigation data incorporated with networks.

38
New cards

Self-driving vehicles

Autonomous vehicles that connect to GPS, cellular, and IP networks for operation.

39
New cards

Internetwork

Network of networks; recursion where point-to-point and multi-access networks form a larger network.

40
New cards

IP addresses

Logical addresses (IPv4/IPv6) assigned to devices for routing.

41
New cards

LAN addresses

Local addresses used on a multi-access link within a LAN.

42
New cards

Port number

16-bit number used with IP to identify a specific process on a host (IP:port).

43
New cards

Multi-homed

A host with multiple NICs and multiple IP addresses.

44
New cards

Autonomous System Number (ASN)

Numeric identifier for an autonomous system; used for inter-domain routing.

45
New cards

Global routing

Routing across multiple autonomous systems on the Internet; policy-based decisions.