Unit 1 Flashcards

(31 cards)

1
Q

What is a computer network?

A

A computer network is a collection of interconnected devices that communicate with each other to share resources and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the main types of computer networks?

A

LAN, MAN, WAN, PAN, WLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between LAN and WAN?

A

LAN covers a small area (like a home or office), while WAN spans large geographical areas (like the internet).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a network topology?

A

The physical or logical arrangement of network devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name five common network topologies.

A

Bus
Star
Ring
Mesh
Hybrid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a protocol in networking?

A

A set of rules that govern data transmission between devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the main functions of a router?

A

Forwarding data packets
Network traffic management
Connecting different networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the OSI model?

A

A seven-layer framework for network communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the Physical Layer do?

A

Transmits raw binary data over a physical medium.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the role of the Data Link Layer?

A

Handles MAC addressing, error detection, and frame synchronization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the function of the Network Layer?

A

Routing and IP addressing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which protocols work at the Transport Layer?

A

TCP
UDP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the role of the Session Layer?

A

Manages and controls communication sessions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the Presentation Layer do?

A

Data translation, encryption, and compression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are examples of Application Layer protocols?

A

HTTP
FTP
SMTP
DNS

17
Q

What are the four layers of the TCP/IP model?

A

Network Interface
Internet
Transport
Application

18
Q

What is the main difference between OSI and TCP/IP models?

A

OSI has 7 layers, while TCP/IP has 4 layers and is more practical.

19
Q

What protocol is used for reliable communication in TCP/IP?

A

TCP (Transmission Control Protocol).

20
Q

What is the main advantage of UDP over TCP?

A

Faster transmission without error checking.

21
Q

What is an IP address?

A

A unique numerical identifier for devices in a network.

22
Q

What is the purpose of the Internet Layer in TCP/IP?

A

Handles logical addressing and packet routing.

23
Q

What is a switch in networking?

A

A device that forwards data only to the intended recipient in a LAN.

24
Q

What is the difference between a hub and a switch?

A

A hub broadcasts data to all devices, while a switch directs data to specific devices.

25
What does a modem do?
Converts digital signals to analog and vice versa for internet access.
26
What is a gateway in networking?
A device that connects different networks and translates communication protocols.
27
What are private IP addresses?
IP addresses used within a private network (e.g., 192.168.x.x, 10.x.x.x).
28
What is subnetting?
Dividing a large network into smaller sub-networks for efficiency.
29
What is the difference between IPv4 and IPv6?
IPv4 has 32-bit addresses, while IPv6 has 128-bit addresses for a larger address space.
30
What is DNS (Domain Name System)?
A system that translates domain names into IP addresses.
31
What is DHCP (Dynamic Host Configuration Protocol)?
A protocol that automatically assigns IP addresses to devices in a network.