Chapter 1: Introduction to Computer Networking — Key Terms

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

1/34

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

35 Terms

1
New cards

Business Data Communications

Synonym for computer networking; the field focusing on data communications in business contexts.

2
New cards

Data network

A network that interconnects computers and devices to share data across campuses, ISPs, and homes.

3
New cards

Packetization

Process of breaking data into packets; each packet has a header and payload.

4
New cards

Header

Control information added to the front of a packet (e.g., addressing, sequencing).

5
New cards

Packet

A formatted unit of data for transmission, consisting of header and user data.

6
New cards

Five-layer TCP/IP stack

Practical model with Application, Transport, Network, Data-Link, and Physical layers; standard TCP/IP protocols combined with network technologies.

7
New cards

Application layer

Layer that handles user needs and application protocols (e.g., HTTP, SMTP).

8
New cards

Transport layer

Layer that guarantees data transfer; segmentation/reassembly; TCP provides reliability, UDP is best-effort.

9
New cards

Network layer

Layer that handles routing and addressing to identify destinations across networks.

10
New cards

Data-link layer

Layer ensuring error-free transmission over a single link; includes MAC addressing and framing.

11
New cards

Physical layer

Layer that transmits raw signals over the physical medium (cables, wireless).

12
New cards

OSI model

Open Systems Interconnection model; seven-layer reference framework for network communications.

13
New cards

TCP/IP model

Protocol suite that maps to a five-layer stack; the practical core of modern networks; includes TCP/IP and Ethernet.

14
New cards

Multiplexing

Technique to combine multiple signals/data streams for transmission over one medium.

15
New cards

Circuit switching

Dedicated end-to-end path established for a session; typically billed by the minute.

16
New cards

Packet switching

Data sent as packets routed independently; billed by data volume; supports bursty traffic.

17
New cards

Router

Device that forwards packets between networks using routing tables.

18
New cards

DNS

Domain Name System; translates domain names to IP addresses.

19
New cards

RFC

Requests For Comment; documents that define Internet standards.

20
New cards

IP

Internet Protocol; network-layer protocol that routes packets across networks.

21
New cards

TCP

Transmission Control Protocol; provides reliable, ordered delivery of a data stream.

22
New cards

UDP

User Datagram Protocol; connectionless, best-effort delivery with no guaranteed delivery.

23
New cards

HTTP

Hypertext Transfer Protocol; application-layer protocol for web resources.

24
New cards

SMTP

Simple Mail Transfer Protocol; protocol for sending email.

25
New cards

Ethernet

LAN technology; data-link layer standard widely used for local networks.

26
New cards

Baran 1964

Early concept of standardized message blocks to support multiple applications in packet networks.

27
New cards

Interconnected networks principle

Design principle that the Internet is a network of multiple independent networks that interoperate.

28
New cards

Burstiness

High variability in traffic; bursty data patterns; packet switching helps average demand across users.

29
New cards

Traffic aggregation

Consolidating traffic from multiple users to improve link utilization.

30
New cards

Destination address

Header field that specifies where the packet is intended to be delivered.

31
New cards

Sequence numbers

Header field used to order packets within a data flow.

32
New cards

Error check

Header field or mechanism that detects transmission errors and ensures integrity.

33
New cards

User data

Payload carried by the packet, representing the actual information from upper layers.

34
New cards

Layering

Organizing networking functionality into hierarchical layers to simplify design and processing of packets.

35
New cards

Segmentation

Process of splitting a data stream into smaller packets for transmission.