Introduction to Networks: OSI and TCP/IP

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

1/56

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the lecture notes on networks, OSI/TCP-IP, topologies, media, and related concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

57 Terms

1
New cards

Network

A set of devices (nodes) connected by communication links that can send and receive data.

2
New cards

Node

Any device on a network capable of sending or receiving data (computer, printer, etc.).

3
New cards

Computer network

A collection of autonomous computers interconnected by a single technology, enabling information exchange.

4
New cards

Distributed system

A system where independent computers appear as a single coherent system to users, often implemented with middleware; example: World Wide Web.

5
New cards

Middleware

Software layer on top of the operating system that implements a distributed model.

6
New cards

World Wide Web

A distributed information system that runs on the Internet and presents information as documents (web pages).

7
New cards

OSI model

Open Systems Interconnection model; a seven-layer conceptual framework for network interactions to enable interoperability.

8
New cards

Physical layer (OSI)

Bottom OSI layer; transmits raw bits over a physical medium.

9
New cards

Data Link layer (OSI)

OSI layer responsible for node-to-node data transfer, framing, and error detection.

10
New cards

Network layer (OSI)

OSI layer responsible for routing and forwarding packets through the network.

11
New cards

Transport layer (OSI)

OSI layer providing end-to-end communication control and reliability.

12
New cards

Session layer (OSI)

OSI layer managing sessions between applications.

13
New cards

Presentation layer (OSI)

OSI layer handling data representation, encryption, and translation.

14
New cards

Application layer (OSI)

OSI layer providing network-based applications and services to end users.

15
New cards

TCP/IP model

Practical protocol suite with four layers: Application, Transport, Internet, Network Access.

16
New cards

Internet

Global network of networks that interconnects millions of devices; backbone of the Internet.

17
New cards

Local Area Network (LAN)

A network designed for a small geographic area (building, campus); typically uses Ethernet or WLAN.

18
New cards

Metropolitan Area Network (MAN)

Larger network spanning a city or campus; connects multiple LANs and may use fiber.

19
New cards

Wide Area Network (WAN)

The largest-scale network, spanning long distances and often connecting multiple LANs/MANs; e.g., Internet.

20
New cards

Campus Area Network (CAN)

A MAN for a campus; links buildings within a campus.

21
New cards

Ethernet

A LAN technology using CSMA/CD for medium access; standard for wired networks.

22
New cards

CSMA/CD

Carrier Sense Multiple Access with Collision Detect; Ethernet access method that listens before transmitting and detects collisions.

23
New cards

Token Ring

LAN access method using a circulating token to grant the right to transmit.

24
New cards

ArcNet

An older LAN technology.

25
New cards

100VG-AnyLAN

A LAN technology (older standard) for local area networks.

26
New cards

Open architecture

Concept of interoperable, vendor-neutral system design within networks.

27
New cards

Point-to-point

A dedicated link between two devices with exclusive use of the link capacity.

28
New cards

Multipoint

A shared link among three or more devices where capacity is shared.

29
New cards

Simplex

One-way data transmission.

30
New cards

Half-Duplex

Two-way communication, but not simultaneous.

31
New cards

Full-Duplex

Simultaneous two-way communication.

32
New cards

Physical topology

The physical layout of devices and links in a network.

33
New cards

Mesh topology

Topology where every node connects to every other node (full mesh vs partial).

34
New cards

Full mesh

Every computer in the network has a direct connection to every other computer.

35
New cards

Partial mesh

Some but not all pairs of computers are directly connected, providing redundancy.

36
New cards

Star topology

All devices connect to a central hub or switch.

37
New cards

Bus topology

All devices share a single backbone cable; data travels along the backbone.

38
New cards

Ring topology

Devices connected in a closed loop; data circulates around the ring.

39
New cards

Hybrid topology

Combination of two or more topologies (e.g., star with bus branches).

40
New cards

Bridge

Device that connects and forwards traffic between LAN segments.

41
New cards

Performance (network criterion)

How fast data moves in a network, including transit time and response time.

42
New cards

Throughput

Actual amount of data successfully transmitted per unit time.

43
New cards

Delay

Time data spends traveling through the network; affected by congestion.

44
New cards

Reliability

Frequency of failures, recovery time, and robustness of the network.

45
New cards

Security

Protection of data from unauthorized access and loss; includes recovery policies.

46
New cards

Transmission medium

Path that carries signals between devices; can be guided (wired) or unguided (wireless).

47
New cards

Guided transmission media

Wired media such as twisted-pair, coaxial, and fiber-optic cables.

48
New cards

Unguided transmission media

Wireless media such as radio waves, microwaves, and infrared.

49
New cards

Bits

The basic unit of data at the Physical layer.

50
New cards

Frames

Data units at the Data Link layer.

51
New cards

Packets

Data units at the Network layer.

52
New cards

Segments

Data units at the Transport layer.

53
New cards

Data

Application-layer information prepared for transmission.

54
New cards

ISDN

Integrated Services Digital Network; a digital network service for WANs.

55
New cards

SONET

Synchronous Optical Network; high-speed optical networking standard.

56
New cards

HDLC

High-Level Data Link Control; a data link layer protocol.

57
New cards

SDLC

Synchronous Data Link Control; an older data link protocol.