WEEK 5: Computer Networks

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

1/96

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.

97 Terms

1
New cards

Networking

The process of delivering a message from a source to a destination.

2
New cards

Communication

The process of giving meaning to these messages received.

3
New cards

Computer Network

System of two or more computers linked together to share resources, exchange data, and communicate.

4
New cards

Computer Network

Key Features: 1. Connectivity: A bunch of computers linked together. 2. Cost-Efficient: Reduces expenses by sharing devices (e.g., printers, storage) and internet access. 3. Reliable: Provides backup and redundancy in case one device fails. 4. Communication Medium: Enables fast and efficient sharing of information through emails, messaging, file transfer, etc.

5
New cards

Uses of Network for People

Access to remote information, Person-to-person communication, Interactive entertainment

6
New cards

Communication Channel

A pathway over which information can be transferred.

7
New cards

How do Communication Channels Work

Source (Transmitter): The origin of the information. Channel: The medium/path through which data travels. Destination (Receiver): The end-point where the information is delivered.

8
New cards

Communication Channel

Ex. When you send a text message, your phone (transmitter) sends data through the cellular network channel, and your friend’s phone (receiver) gets it.

9
New cards

Types of Communication Transmission

Simplex Channel, Half-Duplex Channel, Full-Duplex Channel

10
New cards

Simplex Channel

Transmission is one-way only (unchanging direction). Ex: TV broadcast, radio broadcast.

11
New cards

Half-Duplex Channel

Transmission is two-way, but only one direction at a time; Requires “turn-taking” to switch sender and receiver roles. Ex: Walkie-talkie, CB radio.

12
New cards

Full-Duplex Channel

Transmission is two-way, simultaneous (both can send and receive at the same time). Ex: Telephone call, video conferencing.

13
New cards

Simplex Channel

Single-way

14
New cards

Half-Duplex Channel

Two-way but alternate

15
New cards

Full-Duplex Channel

Two-way simultaneous

16
New cards

Types of Transmission Technologies

Point-to-point Networks & Broadcast Networks

17
New cards

Point-to-point Networks

Network made up of direct connections between individual pairs of machines.

18
New cards

Point-to-point Networks

Communication occurs from one specific sender to one specific receiver. Ex: Telephone network, leased line connections.

19
New cards

Broadcast Networks

All machines on the network share one common communication channel.

20
New cards

Broadcast Networks

When a message is sent, every machine receives it, but only the intended recipient processes it. Ex: Traditional LAN with shared bus, Wi-Fi.

21
New cards

Point-to-point Networks

Private path (pair-to-pair communication).

22
New cards

Broadcast Networks

Shared path (one-to-all communication).

23
New cards

Types of Network Topologies

Bus Topology, Star Topology, Ring Topology, Tree Topology, Mesh Topology, Hybrid Networks, Daisy Chain

24
New cards

Bus Topology

All devices are connected to a single central cable (bus); Requires terminators at both ends to prevent signal reflection.

25
New cards

Bus Topology

Advantage: Easy to implement, cost-effective for small networks. Disadvantage: If the main cable fails, the whole network goes down.

26
New cards

Star Topology

Every device connects to a central hub/switch with point-to-point links; All communication passes through the central hub.

27
New cards

Star Topology

Advantage: Easy to manage, failure of one device does not affect others. Disadvantage: If the hub fails, the whole network stops.

28
New cards

Ring Topology

Devices form a circular path, with data traveling in one direction; Each device has a receiver and transmitter to pass data along.

29
New cards

Ring Topology

Advantage: Easy to install and expand, predictable data path. Disadvantage: Failure in one device or link can disrupt the entire network.

30
New cards

Tree (Hierarchical) Topology

Stars of stars: leaf/peripheral nodes connect to one parent only and don’t relay other traffic; The “central” control can be spread across multiple upper-level nodes instead of a single hub.

31
New cards

Tree (Hierarchical) Topology

Advantage: Scalable and easy to manage large networks. Disadvantage: Higher-level node failure affects all its sub-branches.

32
New cards

Mesh Topology

Devices are interconnected; data can travel on multiple paths.

33
New cards

Fully Connected Mesh

Usually too costly/complex and is used only for small node counts.

34
New cards

Fully Connected Mesh

Every node connects to all others (expensive, complex).

35
New cards

Partially Connected Mesh: Only some nodes are fully connected (practical use).

36
New cards

Practical Partial Meshes

__ meshes data takes the shortest path between nodes.

37
New cards

Mesh Topology

Advantage: Highly reliable, multiple paths ensure fault tolerance. Disadvantage: Costly and complex to install for large networks.

38
New cards

Hybrid Networks

Combination of two or more topologies (e.g., star + bus, star + ring) so the result doesn’t match any single standard type; Used in real-world networks where no single topology fits all needs.

39
New cards

Hybrid Networks

Advantage: Flexible and scalable. Disadvantage: Complex design and expensive.

40
New cards

Daisy Chain

Easiest way to add more computers (except in star networks) is to connect each in series and bounce messages along the line until the destination; It can take two forms: linear or ring.

41
New cards

Daisy Chain

Devices are connected in series (linear or ring form); Messages pass from one device to the next until reaching the destination.

42
New cards

Daisy Chain

Advantage: Simple and inexpensive. Disadvantage: Failure in one link can affect the whole chain.

43
New cards

Bus Topology

Ex: A small office with 5 computers connected to a single coaxial cable line. If one PC sends a file, the data travels across the same cable, and all other PCs can "see" it.

44
New cards

Star Topology

Ex: In a computer lab at school, each student’s PC is connected directly to a central switch or hub. If the teacher sends a file, it passes through the hub to reach the target student’s PC.

45
New cards

Ring Topology

Example: A bank’s branch network in the 90s, where each branch computer was connected in a circle. Data (like a transaction request) goes around the loop until it reaches the right computer.

46
New cards

Tree (Hierarchical) Topology

Example: A university network: 1. The main server connects to college-level switches. 2. Each college switch connects to multiple department switches. 3. Each department switch connects to computers in classrooms.

47
New cards

Mesh Topology

Example: The internet backbone between countries uses mesh topology. If one undersea cable fails, data can reroute through other cables connecting different regions.

48
New cards

Hybrid Networks

Example: A big mall’s Wi-Fi system: 1. Each floor uses a star topology (all routers connect to a floor switch). 2. The floor switches are connected using a bus or ring backbone.

49
New cards

Daisy Chain

Example: A series of holiday lights (Christmas lights). If one bulb (node) goes out in a linear daisy chain, all the lights after it stop working.

50
New cards

Bus Topology

One cable → like a clothesline with pegs.

51
New cards

Star Topology

Hub in middle → like a wheel with spokes.

52
New cards

Ring Topology

Circle → like a relay race track.

53
New cards

Tree (Hierarchy) Topology

Hierarchy → like a family tree.

54
New cards

Mesh Topology

All connected → like a spider web.

55
New cards

Hybrid Network

Mixed of types → like a smoothie of topologies.

56
New cards

Daisy Chain

Linked in series → like holiday lights.

57
New cards

Distributed System

CDP (Centralized Data Processing), DDP (Distributed Data Processing), Client/Server

58
New cards

CDP (Centralized Data Processing)

Ex: In the 1970s mainframe systems, a bank had one big central computer that processed all customer transactions while terminals (screens/keyboards) only served as input/output devices.

59
New cards

CDP (Centralized Data Processing)

The conventional way of doing all the processing and control on centralized computers.

60
New cards

DDP (Distributed Data Processing)

Manipulation of data using distributed systems; Data is processed across multiple interconnected computers, each handling part of the workload.

61
New cards

DDP (Distributed Data Processing)

Ex: In a university network, the registrar’s office server manages enrollment, the accounting server handles payments, and the library server manages borrowing records—working together but independently.

62
New cards

Client/Server

Extension of distributed data processing, it provides the best of both centralized & distributed data processing.

63
New cards

Client/Server

Example: When you use Gmail: Your device/browser

64
New cards

Client/Server

Special form of distributed processing where the server provides resources/services and the client requests them.

65
New cards

CDP (Centralized Data Processing)

One restaurant kitchen cooks everything for all customers.

66
New cards

DDP (Distributed Data Processing)

Each food stall in a food court handles its own specialty.

67
New cards

Client/Server

You (client) order food, the chef (server) prepares and gives it to you.

68
New cards

Types of Network

LAN (Local Area Network), MAN (Metropolitan Area Network), WAN (Wide Area Network), PAN (Personal Area Network)

69
New cards

LAN (Local Area Network)

Connects devices over short distances, usually owned by one person or organization. 10–100 Mbps (can be higher today).

70
New cards

LAN (Local Area Network)

What Network is this? Example: A school computer lab where all PCs are connected to the same Wi-Fi or Ethernet network.

71
New cards

MAN (Metropolitan Area Network)

Covers a city or large campus, bigger than a LAN but smaller than a WAN. ~5–10 Mbps (older standard; now can be higher with fiber).

72
New cards

MAN (Metropolitan Area Network)

What Network is this? Example: A city government network connecting multiple offices (e.g., City Hall, Police HQ, Fire Department)

73
New cards

WAN (Wide Area Network)

-Spans large physical distance (geographically dispersed collections of LANs)

74
New cards

WAN (Wide Area Network)

Not owned by any one organization, but rather exists under collective or distributed ownership and management. 256Kbps-2Mbps (classic rates; modern WANs are faster with broadband/fiber).

75
New cards

WAN (Wide Area Network)

What Network is this? Example: The Internet is the biggest WAN, linking networks across the globe.

76
New cards

PAN (Personal Area Network)

Very small network around one person, usually within 10 meters.

77
New cards

PAN (Personal Area Network)

Personal computer devices that are used to develop the personal area network are: Laptop, Mobile phones, Media player, and PlayStation.

78
New cards

PAN (Personal Area Network)

What Network is this? Example: Connecting your phone to wireless earbuds via Bluetooth or laptop hotspot to your phone.

79
New cards

PAN (Personal Area Network)

Your personal bubble (Bluetooth, hotspot, gadgets).

80
New cards

LAN (Local Area Network)

Your house, school, or office Wi-Fi.

81
New cards

MAN (Metropolitan Area Network)

Your entire city’s network (e.g., LGU offices).

82
New cards

WAN (Wide Area Network)

The whole world (Internet).

83
New cards

Network Devices

Modem, Router, Switch, Access Point/Mesh Node, Firewall

84
New cards

Modem

Connects your home/school to the ISP (turns wall signal into internet). Ex: The box your internet provider installs that plugs into the wall and brings internet into your home.

85
New cards

Router

Shares the connection, gives devices IP addresses, and creates your Wi-Fi name.

86
New cards

Switch

Provides extra wired connections for more computers, printers, or servers. Ex: In a computer lab, the switch connects 20 PCs to the same network.

87
New cards

Access Point/Mesh Node

Extends or creates Wi-Fi coverage in different rooms or areas. Ex: A Wi-Fi extender placed upstairs to boost the Wi-Fi signal from your router.

88
New cards

Firewall (often inside the router)

Protects your network by filtering harmful or unauthorized traffic. Often built into modern routers. Ex: Stops hackers or malware from entering your home/school network.

89
New cards

Network Cables

Ethernet (UTP Cat5e/Cat6/Cat6a, RJ-45), Fiber (SM/MM; LC/SC), Coaxial, Telephone (RJ-11/DSL)

90
New cards

Ethernet (UTP Cat5e/Cat6/Cat6a, RJ-45)

Everyday wired links; Stable & Fast (use Cat6 as a safe default).

91
New cards

Ethernet (UTP Cat5e / Cat6 / Cat6a, RJ-45)

Most common cable for wired internet. Uses an RJ-45 connector; Speed/Use: Cat5e (1 Gbps), Cat6 (1–10 Gbps, safer default), Cat6a (better shielding, longer runs). Ex: Blue/gray cable connecting your PC/console to the router.

92
New cards

Fiber (SM/MM; LC/SC)

Very high speed & long distance; Building/backbone links.

93
New cards

Fiber (SM/MM; LC/SC)

Uses light instead of electricity to transmit data. Extremely fast and good for long distances. Speed/Use: 1–100+ Gbps, often used in backbone links between buildings, campuses, or ISPs. Ex: Thin yellow (SM)/orange (MM) fiber cables in data centers.

94
New cards

Coaxial

Cable-internet line between wall and modem.

95
New cards

Coaxial

Thick cable with a copper core, mostly used for TV and internet service. Speed/Use: Connects the wall outlet → cable modem (e.g., Comcast, Sky, PLDT cable internet). Ex: Round black cable that screws into the back of your modem.

96
New cards

Telephone (RJ-11/DSL)

Used by DSL lines from wall to modem.

97
New cards

Telephone (RJ-11/DSL)

Older twisted-pair cable with RJ-11 connector, smaller than Ethernet. Speed/Use: Used for DSL internet (internet over telephone lines). Ex: Thin gray cable from your telephone wall jack → DSL modem.