Chapter 1 Flashcards

(60 cards)

1
Q

What port does DNS use?

A

Port 53

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

What port does FTP use?

A

Port 21

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

What port does SSH use?

A

Port 22

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

What port does SFTP use?

A

Port 22 (via SSH)

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

What port does TFTP use?

A

Port 69

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

What port does HTTP use?

A

Port 80

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

What port does HTTPS use?

A

Port 443

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

What port does SMTP use?

A

Port 25

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

What port does IMAP use?

A

Port 143

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

What port does POP3 use?

A

Port 110

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

What port does SNMP use?

A

Port 161

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

What port does Telnet use?

A

Port 23

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

What does DNS stand for and what does it do?

A

Domain Name System - Translates domain names into IP addresses.

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

What does DHCP stand for and what does it do?

A

Dynamic Host Configuration Protocol - Assigns IP addresses automatically.

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

What does SNMP stand for and what does it do?

A

Simple Network Management Protocol - Monitors network devices.

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

What are the 7 layers of the OSI model (top to bottom)?

A

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

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

What layer of the OSI model is responsible for reliable delivery and port numbers?

A

Transport layer (Layer 4)

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

What layer handles routing and IP addressing?

A

Network layer (Layer 3)

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

What layer uses MAC addresses and handles framing?

A

Data Link layer (Layer 2)

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

What layer transmits raw bits over the medium?

A

Physical layer (Layer 1)

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

What layer provides encryption and formatting?

A

Presentation layer (Layer 6)

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

What layer manages sessions and dialog control?

A

Session layer (Layer 5)

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

What layer interacts directly with applications?

A

Application layer (Layer 7)

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

What is the data unit at the Physical layer?

A

Bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the data unit at the Data Link layer?
Frames
26
What is the data unit at the Network layer?
Packets
27
What is the data unit at the Transport layer?
Segments
28
Which OSI layer does a router operate on?
Network layer (Layer 3)
29
Which OSI layer does a switch operate on?
Data Link layer (Layer 2)
30
What are the four layers of the TCP/IP model?
Application, Transport, Internet, Network Interface
31
Which layer of the TCP/IP model maps to OSI layers 5-7?
Application layer
32
Which layer of the TCP/IP model handles IP addressing?
Internet layer
33
Which TCP/IP layer corresponds to OSI Transport?
Transport layer
34
Which layer of TCP/IP handles NICs and hardware?
Network Interface layer
35
Which protocol operates at the TCP/IP Internet layer?
IP (Internet Protocol)
36
What is encapsulation?
The process of wrapping data with headers/trailers for each layer.
37
What is decapsulation?
The process of removing headers/trailers as data moves up the OSI model.
38
What is unicast communication?
One-to-one communication.
39
What is broadcast communication?
One-to-all communication on a network.
40
What is multicast communication?
One-to-many communication to a specific group.
41
What protocol resolves IP to MAC addresses?
ARP (Address Resolution Protocol)
42
What protocol resolves domain names to IP addresses?
DNS
43
What is a client-server network?
A centralized model where servers provide services to clients.
44
What is a peer-to-peer network?
Each device acts as both a client and a server.
45
One benefit of client-server networks?
Centralized control and easier management.
46
One benefit of P2P networks?
Easy to set up with no dedicated server needed.
47
What does the ping command do?
Tests connectivity to another host.
48
What does ipconfig do?
Displays IP configuration on a Windows device.
49
What does tracert do?
Shows the path packets take to a destination.
50
What does nslookup do?
Queries DNS to obtain domain-to-IP mapping.
51
What is a host?
Any device that sends or receives data on a network.
52
What is a protocol?
A set of rules that define communication between devices.
53
What is a network?
A group of connected devices that share resources.
54
What is a topology?
The physical or logical arrangement of network devices.
55
What is a MAC address?
A unique hardware address assigned to network interfaces.
56
What is an IP address?
A logical address used to identify a host on a network.
57
What is a packet?
A formatted unit of data sent across a network.
58
What is segmentation?
Breaking large data into smaller pieces for transmission.
59
What is flow control?
Mechanism to prevent data overflow during transmission.
60
What is a port number?
A logical address used to identify specific processes/services.