Computer Networks - Lecture 1

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

1/20

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from the introduction to computer networks lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What are the two types of switching in network taxonomy?

Circuits (Connection-Oriented, circuit switching) and Packets (Connectionless, packet switching).

2
New cards

What are the two types of network architecture?

Peer-to-peer and client-server.

3
New cards

What are the three types of networks based on use?

Public, private, and hybrid.

4
New cards

What are the different network types according to size?

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

5
New cards

What is a network topology?

A way of arranging connections (links) between stations (nodes) in a network.

6
New cards

What does the separation of layers in the ISO/OSI model allow?

Independent development and implementation of layers and communication protocols.

7
New cards

What are the 7 layers of the ISO/OSI model?

Application, Presentation, Session, Transport, Network, Data Link, and Physical.

8
New cards

What is a medium in the OSI model?

Cable, air, etc.

9
New cards

What does LH stand for?

Layer Header.

10
New cards

What does PDU stand for?

Protocol Data Unit.

11
New cards

What is the purpose of the Internet Protocol (IP)?

It allows data to be delivered between stations using unique IP addresses.

12
New cards

To what layer of the TCP/IP model does the IP protocol belong?

The network layer.

13
New cards

What is the main motivation for IP addressing?

To assign unique "names" for all computers in the network.

14
New cards

What are the bit sizes for IPv4 and IPv6 addresses?

32 bits (IPv4) and 128 bits (IPv6).

15
New cards

What is the purpose of subnetting or segmentation?

To group computers communicating with each other into certain groups.

16
New cards

What is the IPv4 prefix notation?

IP/PREFIX LENGTH, where prefix length indicates the number of bits common to all members of the same network.

17
New cards

What is a network prefix?

The network prefix is the designation of all IP addresses that belong to a given address range.

18
New cards

What is a default gateway?

A router through which communication goes outside the local network.

19
New cards

What is a broadcast?

A message received by all stations on the network except for the originator.

20
New cards

What is the network prefix address?

The lowest address in the range.

21
New cards

What is the broadcast address?

The highest address in the range.