CAB222 - Lecture 1: Network Architecture OSI Model

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

1/48

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

49 Terms

1
New cards

LAN (Local Area Network)

Small-area network within a building or campus where devices are close and share local switching or Wi-Fi

2
New cards

WAN (Wide Area Network)

Network linking distant sites via a carrier across cities or countries

3
New cards

MAN (Metropolitan Area Network)

City-scale network connecting multiple LANs across a metro region

4
New cards

Internetwork

Multiple LANs joined by routers to act as one larger network

5
New cards

Internet

Public global internetwork using open standards such as TCP IP and HTTP

6
New cards

Intranet

Private internal network for an organisation’s staff

7
New cards

Extranet

Controlled access for trusted external partners into parts of an intranet

8
New cards

Packet (OSI Layer 3 Network)

Network-layer unit carrying IP source and destination with payload used for routing

9
New cards

Frame (OSI Layer 2 Data Link)

Link-layer unit that encapsulates a packet with MAC addresses plus an FCS for error detection used for switching

10
New cards

Bit (OSI Layer 1 Physical)

Smallest unit of data represented as a physical signal 0 or 1 on wire fiber or radio

11
New cards

Client

Application or device that requests data or services such as a web browser

12
New cards

Server

Application or device that provides data or services such as a web server

13
New cards

Protocol

Agreed rules for formatting and exchanging data such as HTTP TCP IP

14
New cards

NIC (Network Interface Card)

Hardware that places bits on the medium and receives bits from it

15
New cards

NIC Driver

Software that hands properly formatted frames to the NIC and accepts frames from it

16
New cards

Switch

Layer 2 device that connects hosts inside a LAN and forwards frames using MAC addresses

17
New cards

Router

Layer 3 device that connects networks and forwards packets using IP addresses and routes

18
New cards

Access Point (AP)

Wireless bridge that connects Wi-Fi devices to the wired LAN

19
New cards

Message flow 4 steps

App creates message then system formats then protocols package with IP TCP then driver and NIC transmit signals

20
New cards

Why small chunks

Improves fairness fits buffers and limits retransmission to only the errored chunk

21
New cards

Layering concept

Split functions into layers so components can change independently and troubleshooting is simpler

22
New cards

Network Architecture

Blueprint for how a network is built arranged governed and how data moves

23
New cards

Reference Models TCP IP and OSI

Conceptual maps that place functions in layers so different systems interoperate

24
New cards

Encapsulation

Each layer adds its header and sometimes trailer as data moves down and the receiver removes them on the way up

25
New cards

Application Layer 7

Provides user-facing network services such as web email and name resolution clients

26
New cards

Presentation Layer 6

Handles data representation including formatting compression and encryption

27
New cards

Session Layer 5

Starts manages and ends conversations including who talks when and checkpointing

28
New cards

Transport Layer 4

End to end delivery segmentation reliability ordering and flow control with TCP or UDP

29
New cards

Network Layer 3

Logical addressing and routing to find best path using IP and routing protocols

30
New cards

Data Link Layer 2

Local link delivery framing MAC addressing and error detection for switching

31
New cards

Physical Layer 1

Sends and receives bits as electrical optical or radio signals and defines media and connectors

32
New cards

Troubleshooting L3

Wrong IP or subnet and routing problems

33
New cards

Troubleshooting L2

MAC or frame errors collisions duplex or speed mismatch and bad drivers

34
New cards

Troubleshooting L1

Damaged cables interference loose connectors and faulty NIC or port

35
New cards

Scope memory aid

LAN building then MAN city then WAN country or world

36
New cards

Data path memory aid

Application then Protocols then Driver or NIC then Medium

37
New cards

Encapsulation memory aid

Headers added going down and removed going up

38
New cards

Hardware building blocks

NIC (interfaces host to network), network medium (cable/fiber/radio), interconnecting devices: router (between networks), switch (within LAN), access point (wireless to wired bridge)

39
New cards

Software components

Client (requests service), server (provides service), protocols (rules/format), NIC driver (hands frames to/from NIC)

40
New cards

Four steps of a send

1) App accesses resource; 2) Client formats message; 3) Protocols package (e.g., IP/TCP) and pass to driver; 4) Driver/NIC emit signals on medium

41
New cards

Layering concept (alt)

Each step is a “layer” with a specific task; layers work together so parts can change independently and be troubleshot separately

42
New cards

Encapsulation essentials

Sender adds headers (and sometimes trailer) at each layer; receiver removes them; think nested envelopes

43
New cards

Why reference models

Define layered functions (OSI/TCP-IP) so multi-vendor systems interoperate and implementations remain modular/manageable

44
New cards

OSI structure facts

Seven layers; each serves the one above; same-layer peers communicate logically across hosts

45
New cards

Transport layer highlights

Segmentation due to MTU; reliability via ACKs/retransmission; ordering/re-sequencing; flow control (e.g., TCP)

46
New cards

Network layer highlights

Logical addressing and best-path routing; routers operate here; key protocols include IP/ARP/ICMP

47
New cards

Data Link layer highlights

Frames = header + trailer (FCS/CRC); MAC addressing; switches/NICs operate here; common issues: FCS errors, collisions, duplex/speed mismatches

48
New cards

Physical layer highlights

Converts bits↔signals (voltage/light/radio); includes cables, connectors, repeaters/hubs; common issues: bad cables, interference, loose connectors, faulty NIC/port

49
New cards

Purposes of layering

Clear modules, easier changes without breaking others, simpler implementation and troubleshooti