ET0730 Chapter 1 - Introduction to Computer Networking

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

1/24

flashcard set

Earn XP

Description and Tags

Question-and-answer flashcards covering basic networking concepts from the lecture notes, including elements of networks, types of networks, devices, media, rules, protocols, and distributed computing models.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What are the four basic elements common to all networks?

Devices, Media, Messages, and Rules.

2
New cards

What does the 'Devices' element refer to in networking?

Devices are used for exchanging messages; they can be end devices (hosts) or intermediary devices.

3
New cards

What does the 'Media' element refer to in networking?

A means of interconnecting devices; can be wired (copper cables, optical fibres) or wireless (air/space).

4
New cards

What are 'Messages' in networking terms?

Information that travels from one device to another (web pages, email, instant messages, calls, etc.).

5
New cards

What are 'Rules' in networking terms?

Protocols; the rules governing communication between devices (e.g., TCP/IP).

6
New cards

Name the four main types of networks discussed in the notes.

Local Area Network (LAN), Wide Area Network (WAN), Internet, Intranet.

7
New cards

What is a Local Area Network (LAN) used for?

Used within small areas (office/building); usually administered by a single organization; high-speed (e.g., 1 Gbps); uses hubs or switches.

8
New cards

What is a Wide Area Network (WAN)?

Networks spanning large geographic distances; connects multiple LANs over long distances; may use satellites, routers, modems; often slower links; interconnections via telecom providers.

9
New cards

What is the Internet?

Public internetwork created by interconnecting ISP networks; enables worldwide access; ISPs connect to provide access for millions of users.

10
New cards

What is an Intranet?

Private network consisting of LANs and WANs belonging to an organization; accessible only to members or authorized users.

11
New cards

What are the two main types of networking devices used to connect hosts?

End devices (hosts) and Intermediary devices (switches, routers, firewalls, modems).

12
New cards

What are end devices?

Devices that originate or consume messages (hosts) such as computers, servers, IP phones, network printers, IP cameras.

13
New cards

What are intermediary devices?

Devices that direct/manage messages across the network (switches, routers, firewalls, modems).

14
New cards

What is a 'Hub' in networking?

A simple star topology device; data is broadcast to all connected devices; bandwidth is shared; slower; can cascade (daisy-chaining) hubs.

15
New cards

What is a 'Switch' and its advantage over hubs?

Switches send data only to the intended recipient, reducing network traffic; connects LAN segments; supports different port speeds.

16
New cards

What is a 'Router' used for?

Routes messages among sub-networks; finds the best path for data; connects the network to the Internet.

17
New cards

What does 'cascading hubs' mean?

Daisy-chaining: connecting a port on one hub to a port on another hub to increase the number of nodes.

18
New cards

What are the two models of distributed computing discussed?

Client-server model and Peer-to-peer model.

19
New cards

In the Client-Server model, who requests resources and who provides them?

Clients request resources; servers provide data, services, and applications; centralized management.

20
New cards

What is a key characteristic of the Client-Server model?

Dedicated server; centralized management; scalable; higher security and logging facilities.

21
New cards

In the Peer-to-Peer model, how do nodes function?

Each node acts as both client and server; resources provided by peers; no central server.

22
New cards

What are the advantages of Peer-to-Peer networks?

Simple to setup; minimal additional hardware/software; easy sharing of printers and files; no centralized administration.

23
New cards

What are the disadvantages of Peer-to-Peer networks?

Lack of centralized control; inconsistent availability; uneven performance; poorer security.

24
New cards

What is TCP/IP?

A set of protocols specifying formatting, addressing, and routing to ensure delivery of messages.

25
New cards

What is the difference between End Devices and Intermediary Devices?

End devices originate/consume messages (e.g., computers, servers, IP phones, printers, IP cameras); Intermediary devices direct/manage messages (switches, routers, firewalls, modems).