AP Cyber Security - Chapter 2 Flashcards

1
Q

UDP

A

User Datagram Protocol

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

What is UDP?

A

Transmission Protocol

Doesn’t acknowledge transmitted packets
Doesn’t allow for retransmission of lost packets

Faster than TCP
Less accurate than TCP
Packets aren’t guaranteed to arrive

(FLP)

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

TCP

A

Transmission Control Protocol

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

What is TCP?

A

Ensures accurate delivery of network communications between two hosts

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

What does TCP provide to ensure message delivery?

A

Sequencing of data packets
Flow control
Error checking
Retransmission of lost packets

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

Topology

A

Expresses how a network’s nodes are arranged and connected

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

Physical Topology

A

How a network’s devices are physically connected

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

Logical Topology

A

How data travels within the physical topology

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

Mesh Topology

A

Each node is connected directly to each other

Used in wireless and very large networks

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

Ring Topology

A

Nodes are connected in a circular chain that loops back to the originating node

Used in wide area networks (WANs)

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

Star Topology

A

Each node is connected indirectly to every other node through a central network device, typically a network switch

Very common in modern computer networks

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

Bus Topology

A

All nodes are connected to a single medium that transmits data

Outdated, but still used in modern cars and boats

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

Hybrid Topology

A

Created when two or more network topologies are joined together

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

IPv4

A

Consists of 32 bits that are typically grouped into four octets (group of eight bits)

Typically written in dotted decimal format, where four decimal numbers are period-separated.

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

IPV6

A

Consists of 128 bits that are typically grouped as 8 hextets (groups of 16 bits) written with hexadecimal digits separated by colons.

ALSO: An IPv6 address can be abbreviated with a double colon

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

IP is the abbreviation for?

A

Internet Protocol

17
Q

What do we use an IP address for?

A

Connecting to different networks

18
Q

Where would the IP address be found in the OSI model?

A

Network Layer

19
Q

Where would the IP address be found in the TCP/IP model?

A

Internet Layer

20
Q

What does MAC stand for?

A

Media Access Control

21
Q

What is MAC referred to as?

A

Physical address, burned-in address, hardware address, or an ethernet address

22
Q

MAC address

A

A unique 48-bit number that is used to identify an Ethernet host within a LAN.

Each MAC address is assigned to the NIC by the manufacturer

23
Q

How are MAC addresses written?

A

MAC addresses are typically written as six pairs of hexadecimal numbers separated by hyphens or colons.

24
Q

Mesh Topology

Advantages and Disadvantages

A

Advantages -

Redundant and Resilient
Can support high volumes of traffic

Disadvantages -

Most expensive
Complex to administer
May be overkill (unused connections)

25
Q

Ring Topology

Advantages and Disadvantages

A

Advantages -

Simpler and less expensive than star and mesh
Easy to troubleshoot

Disadvantages -

Traffic goes in one direction so a single node may cause a network failure
Data may travel through nodes that are not intended

26
Q

Star Topology

Advantages and Disadvantages

A

Advantages -

Less expensive to set up than mesh
Troubleshooting is easier
Traffic is easier to analyze
Easy to scale
Nodes only recieve data intented for them

Disadvantages -

Central device is a single point of failure

27
Q

Bus Topology

Advantages and Disadvantages

A

Advantages -

Simplest and least expensive

Disadvantages -

Can’t handle a large number of nodes
Difficult to troubleshoot
Less secure

28
Q
A