Chapter 1: Introduction to Data Communications (Video Notes)

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

1/22

flashcard set

Earn XP

Description and Tags

A set of practice flashcards covering key concepts from Chapter 1: Introduction to Data Communications.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

What are the three fundamental questions this book answers?

1) How does the Internet work? (Chapters 1–5) 2) How do I design a network? (Chapters 6–10) 3) How do I manage my network to ensure security, performance, and cost? (Chapters 11–12)

2
New cards

Define data communications.

The movement of computer information from one point to another by electrical or optical transmission systems.

3
New cards

What are the three basic hardware components of a data communications network?

Server (stores data/software), Client (input–output device at the user end), and Circuit (the pathway messages travel).

4
New cards

What is a peer-to-peer network?

A network without a dedicated server.

5
New cards

What is a Local Area Network (LAN)?

A network with several client computers connected by switches and cables, possibly wireless via an access point, with a router connecting to other networks or the Internet.

6
New cards

What is a backbone network (BN)?

A central network linking LANs and other networks (BNs, MANs, WANs) with typical speeds around 100–1,000 Mbps and over varying distances.

7
New cards

What is an intranet?

A LAN using Internet technologies but open only to inside the organization; may be served by a separate Web server hidden from the Internet.

8
New cards

What is an extranet?

A LAN using Internet technologies provided to invited external users (customers, suppliers) who access it over the Internet.

9
New cards

What are the two most important network models?

The Open Systems Interconnection (OSI) reference model and the Internet model.

10
New cards

How many layers does the OSI model have and what are they from top to bottom?

Seven layers: Application, Presentation, Session, Transport, Network, Data Link, and Physical.

11
New cards

Who developed the OSI model, when, and is it commonly used today?

Developed by ISO in 1984; widely referenced but rarely used commercially in North America; some European networks still use it.

12
New cards

What are the five layers of the Internet model?

Physical, Data Link, Network, Transport, and Application.

13
New cards

How do the OSI and Internet models differ in layer grouping?

OSI has seven layers; the Internet model has five. Some group Data Link with Physical (hardware layer) and Transport with Network (internetwork layers); such groupings vary by convention.

14
New cards

What is encapsulation in layered networking?

The process of placing a higher-layer PDU inside a lower-layer PDU as data moves down the stack; each layer adds its own header/trailer; PDUs are often called packets.

15
New cards

What is a Protocol Data Unit (PDU)?

A unit of data at a given layer (e.g., packet, segment, frame) used by that layer's protocol.

16
New cards

Why are standards important in networking?

To ensure interoperability among hardware and software from different vendors and prevent vendor lock-in; enables layer-by-layer development.

17
New cards

What is the difference between de jure and de facto standards?

De jure standards are formal, official standards; de facto standards emerge in the marketplace without formal status and gain widespread support.

18
New cards

Name some standard-making organizations.

ISO, ITU-T, ANSI, IEEE, and IETF.

19
New cards

What are some common data communications standards by layer?

Application: HTTP, HTML, MPEG, H.323, SMTP/IMAP/POP; Transport: TCP; Network: IP; Data Link: Ethernet, Frame Relay, WAN/LAN links; Physical: T1, RS-232C, Category 5, V.92.

20
New cards

What are the core IT capabilities in organizational settings?

Storing and retrieving data; analyzing and visualizing data; automating data operations; protecting data.

21
New cards

What future trends are mentioned in Chapter 1?

Wireless LAN and BYOD (bring your own device); Internet of Things (IoT) and the Network of Things (NoT); massively online activities (games and education).

22
New cards

What are the cybersecurity implications discussed?

Networks and the Internet enable many devices to connect; increasing demand for secure storage, secure transfer of data, and secure servers as capacity grows.

23
New cards

Name some common server types described in the notes.

File server (stores data/software); Web server (serves documents/graphics); Mail server (handles and delivers email).