Computer Networks Lecture Review

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

1/19

flashcard set

Earn XP

Description and Tags

Twenty flashcards covering key concepts from the networking lecture, formatted in Question and Answer style to help students prepare for exams.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What is a Personal Area Network (PAN) and what devices commonly use it?

The smallest type of network, connecting devices in very close proximity—such as smart-watches, headsets, and wireless headphones—typically via Bluetooth.

2
New cards

How does a Local Area Network (LAN) differ from a Wide Area Network (WAN)?

A LAN links devices over a small geographic area (e.g., one school or office), whereas a WAN spans a large geographic area by interconnecting multiple LANs; the Internet is the largest WAN.

3
New cards

State the main characteristic of a Wide Area Network (WAN).

It enables communication over very large geographic areas by linking several LANs together, often using leased lines, satellites, or the Internet.

4
New cards

List two benefits of using networked devices.

1) Users can share hardware such as printers. 2) Users can share software licences, communicate easily, and share a common Internet connection.

5
New cards

Give two disadvantages of setting up and running a network.

1) Networking hardware and installation can be expensive. 2) Management is complex and viruses can spread quickly if one device becomes infected.

6
New cards

What service does a File Server provide?

It offers devices on a network centralized storage space and access to shared files.

7
New cards

What is the role of a Print Server?

It allows multiple networked devices to share one or more printers efficiently.

8
New cards

What does a Mail Server do on a network?

It stores email messages and authenticates users so they can send and receive email.

9
New cards

Why is a Web Server important?

It stores Internet-accessible files (web pages, images, etc.) and transmits them to users over the World Wide Web.

10
New cards

What is a Network Interface Controller (NIC) and what unique identifier does it contain?

A hardware component that enables a device to connect to a network; each NIC carries a unique, manufacturer-assigned MAC address.

11
New cards

How does a network switch decide where to forward data?

By storing the MAC address of every connected device and sending each data packet only to its intended destination MAC address.

12
New cards

What is the purpose of a Wireless Access Point (WAP)?

It lets devices connect to a wired network via Wi-Fi, acting as a bridge between wireless clients and the cabled infrastructure.

13
New cards

What does a router do in a network?

It connects different networks together, finds the fastest route for data, and typically provides Internet access to local devices.

14
New cards

Which three networking components are combined in a typical home ‘all-in-one’ device?

A router, a wireless access point (WAP), and a multi-port switch.

15
New cards

State two advantages of fibre-optic cable over copper Ethernet cable.

Higher bandwidth (up to ~100 Tbps) and greater resistance to electromagnetic interference, resulting in faster and more reliable transmission.

16
New cards

What are the maximum theoretical data rates for Wi-Fi and Bluetooth?

Wi-Fi: up to 9.6 Gbps; Bluetooth: about 2 Mbps.

17
New cards

How many bits make up one byte?

Eight bits form a single byte.

18
New cards

Distinguish between serial and parallel data transmission.

Serial transmission sends data one bit at a time over a single channel; parallel transmission sends multiple bits (often 8) simultaneously on separate channels.

19
New cards

What is ASCII used for in computing?

The American Standard Code for Information Interchange; it represents characters (letters, digits, symbols) in binary form so computers can process text.

20
New cards

How does echo checking identify transmission errors?

The receiver sends the data back to the sender; if the returned data differs from the original, an error is flagged and the data is retransmitted.