Networks

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/171

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.

172 Terms

1
New cards

What is a computer network?

Two or more computers connected to share resources and data

2
New cards

Why use computer networks?

Share files, share hardware, communication, centralized management

3
New cards

What is a standalone computer?

Computer not connected to a network

4
New cards

What is a LAN?

Local Area Network (covers small geographical area)

5
New cards

Examples of where LANs are used?

Homes, schools, offices, single buildings

6
New cards

Who owns/maintains a LAN?

The organization using it

7
New cards

What is a WAN?

Wide Area Network (covers large geographical area)

8
New cards

Example of a WAN?

The Internet

9
New cards

Who owns/maintains a WAN?

Multiple organizations, telecom companies

10
New cards

Key difference between LAN and WAN?

Geographical size and ownership

11
New cards

What connects LANs together to form WAN?

Routers and telecommunications infrastructure

12
New cards

What is network topology?

The layout/arrangement of devices in a network

13
New cards

What is a star topology?

All devices connect to central switch/hub

14
New cards

Advantages of star topology?

If one cable fails, only that device affected; easy to add devices; fast performance

15
New cards

Disadvantages of star topology?

If central switch fails, whole network down; requires lots of cabling; expensive

16
New cards

What is a bus topology?

All devices connected to single main cable (backbone)

17
New cards

Advantages of bus topology?

Cheap, uses less cable, easy to add devices

18
New cards

Disadvantages of bus topology?

If main cable fails, whole network fails; performance degrades with more devices; difficult to identify faults

19
New cards

What is a mesh topology?

Each device connected to multiple other devices

20
New cards

Types of mesh topology?

Full mesh (all connected to all) and partial mesh (some connected to some)

21
New cards

Advantages of mesh topology?

Very reliable (multiple paths); data can reroute if path fails; no single point of failure

22
New cards

Disadvantages of mesh topology?

Expensive (lots of cables/wireless connections); complex to set up and maintain

23
New cards

Where are mesh topologies commonly used?

Internet backbone, critical systems requiring high reliability

24
New cards

What is wired networking?

Connecting devices using physical cables

25
New cards

What is wireless networking?

Connecting devices using radio waves (Wi-Fi)

26
New cards

What is Ethernet?

Wired networking standard using cables

27
New cards

Types of Ethernet cable?

Twisted pair (Cat5e, Cat6), fiber optic

28
New cards

What is twisted pair cable?

Cable with pairs of copper wires twisted together

29
New cards

Advantages of twisted pair cable?

Cheap, flexible, easy to install

30
New cards

Disadvantages of twisted pair cable?

Limited distance (100m), susceptible to interference

31
New cards

What is fiber optic cable?

Cable using light pulses through glass/plastic fibers

32
New cards

Advantages of fiber optic cable?

Very fast, long distances, no electrical interference, secure

33
New cards

Disadvantages of fiber optic cable?

Expensive, fragile, difficult to install

34
New cards

What is Wi-Fi?

Wireless networking technology

35
New cards

Advantages of wireless networks?

No cables needed, devices can move freely, easy to connect new devices

36
New cards

Disadvantages of wireless networks?

Slower than wired, limited range, less secure, interference issues

37
New cards

What is a NIC?

Network Interface Card (hardware for connecting to network)

38
New cards

What is a wireless access point?

Device that allows wireless devices to connect to wired network

39
New cards

What is a switch?

Device connecting multiple devices in a LAN and directing data to correct recipient

40
New cards

What is a router?

Device connecting different networks together and directing traffic between them

41
New cards

What is a modem?

Device converting digital signals to analogue (and vice versa) for transmission over phone lines

42
New cards

What is a hub?

Basic device broadcasting data to all connected devices (outdated)

43
New cards

Difference between switch and hub?

Switch sends data only to intended recipient; hub sends to all

44
New cards

What is a server?

Powerful computer providing services/resources to other computers

45
New cards

Types of servers?

File server, web server, email server, database server

46
New cards

What is a client?

Computer accessing services from a server

47
New cards

What is a client-server network?

Network where central server provides resources to client computers

48
New cards

Advantages of client-server network?

Centralized management, better security, centralized backup, controlled access

49
New cards

Disadvantages of client-server network?

Expensive (server costs), server failure affects all clients, requires technical expertise

50
New cards

What is a peer-to-peer (P2P) network?

Network where all computers are equal and share resources

51
New cards

Advantages of P2P network?

Cheap (no server needed), easy to set up, no single point of failure

52
New cards

Disadvantages of P2P network?

Difficult to manage, less secure, no centralized backup, slower performance

53
New cards

When to use client-server?

Large organizations, need for security and centralized control

54
New cards

When to use peer-to-peer?

Small networks, home/small office, limited budget

55
New cards

What is network hardware?

Physical devices needed for networking

56
New cards

What is network performance measured by?

Bandwidth and latency

57
New cards

What is bandwidth?

Maximum amount of data that can be transmitted per second

58
New cards

What is bandwidth measured in?

Bits per second (bps), usually Mbps or Gbps

59
New cards

What is latency?

Time delay in data transmission

60
New cards

What affects network performance?

Bandwidth, number of users, type of connection, network traffic, interference

61
New cards

How does more users affect performance?

Reduces available bandwidth per user, increases congestion

62
New cards

What is a protocol?

Set of rules for data transmission and communication

63
New cards

Why are protocols needed?

Ensure different devices can communicate correctly

64
New cards

What is TCP/IP?

Transmission Control Protocol/Internet Protocol (main internet protocol suite)

65
New cards

What does TCP do?

Breaks data into packets, ensures reliable delivery, reassembles packets

66
New cards

What does IP do?

Addresses and routes packets across networks

67
New cards

What is a packet?

Small unit of data transmitted over network

68
New cards

What information is in a packet?

Header (addresses, sequence number) and payload (actual data)

69
New cards

Why break data into packets?

Efficient transmission, can take different routes, easier error checking

70
New cards

What is HTTP?

HyperText Transfer Protocol (for web pages)

71
New cards

What is HTTPS?

Secure HTTP (encrypted web communication)

72
New cards

What is FTP?

File Transfer Protocol (for uploading/downloading files)

73
New cards

What is SMTP?

Simple Mail Transfer Protocol (for sending emails)

74
New cards

What is POP3/IMAP?

Protocols for receiving emails

75
New cards

What is DNS?

Domain Name System (converts domain names to IP addresses)

76
New cards

Example of DNS in action?

Converting www.google.com to 172.217.169.46

77
New cards

What is an IP address?

Unique numerical address identifying a device on network

78
New cards

What is IPv4?

IP address version 4 (32-bit, e.g., 192.168.1.1)

79
New cards

What is IPv6?

IP address version 6 (128-bit, allows more addresses)

80
New cards

Why was IPv6 created?

IPv4 addresses running out

81
New cards

What is a MAC address?

Unique hardware address assigned to NIC

82
New cards

Can MAC address be changed?

Technically yes, but it's permanent in hardware

83
New cards

What is the Internet?

Global network of interconnected networks (WAN)

84
New cards

What is the World Wide Web (WWW)?

Collection of web pages accessed via Internet

85
New cards

Difference between Internet and WWW?

Internet is infrastructure; WWW is service running on it

86
New cards

What is a URL?

Uniform Resource Locator (web address)

87
New cards

Parts of a URL?

Protocol (http://), domain (www.example.com), path (/page.html)

88
New cards

What is a web browser?

Software for accessing and displaying web pages

89
New cards

Examples of web browsers?

Chrome, Firefox, Safari, Edge

90
New cards

What is a search engine?

Website that indexes and searches web content

91
New cards

Examples of search engines?

Google, Bing, DuckDuckGo

92
New cards

What is cloud storage?

Storing data on remote servers accessed via Internet

93
New cards

Examples of cloud storage?

Google Drive, Dropbox, OneDrive, iCloud

94
New cards

Advantages of cloud storage?

Access from anywhere, automatic backup, no local storage needed, easy sharing

95
New cards

Disadvantages of cloud storage?

Requires Internet connection, privacy concerns, ongoing costs, dependent on provider

96
New cards

What is cyber security?

Protecting computer systems from digital threats

97
New cards

Why is cyber security important?

Prevent data theft, protect privacy, maintain system functionality, avoid financial loss

98
New cards

What is a cyber threat?

Potential danger to computer systems/data

99
New cards

What is malware?

Malicious software designed to harm systems

100
New cards

Types of malware?

Virus, worm, trojan horse, spyware, adware, ransomware, rootkit