Domain 4 - Communications & Network Security Flashcards

1
Q

OSI Reference Model

A

Open System Interconnect Layers:

  1. Application
  2. Presentation
  3. Session
  4. Transport
  5. Network
  6. Data Link
  7. Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Physical Layer

A

Describes network hardware such as electrical signals, network interfaces, and cables. Hubs and repeaters are at this level.

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

Data Link Layer

A

Describes data transfer between machines by Ethernet or other technologies like Token Ring. MAC (Media Access Control), LLC (Logical Link Control), switches and bridges are at this level.

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

Network Layer

A

Describes data transfer between networks by IPv4 or IPv6. IP Addresses and Routers are at this level.

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

Transport Layer

A

Describes data transfer between applications, flow control and error detection and correction. TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are at this level.

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

Session Layer

A

Describes the handshake between applications like authentication processes.

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

Presentation Layer

A

Describes the presentation of information like ASCII, JPEG, GIF and TIFF. Data conversion, character sets and image formats are at this level.

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

Application Layer

A

Describes the structure, interpretation, and handling of information. In security terms, it is relevant because it relies on all the other layers.

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

Logical Link Control (LLC)

A

Manages connections between two peers. It provides error and flow control and control bit sequencing. Used in Layer 2 - Data Link.

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

Media Access Control (MAC)

A

Transmits and receives frames between peers. An Ethernet 48-bit hardware address is often referred to as a MAC address. Used in Layer 2 - Data Link.

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

Internet Protocol (IP)

A

The most important network layer protocol and has two functions:
Addressing - Destination IP addresses are used to transmit packets through networks until the packet’s destination is reached.
Fragmentation - IP will subdivide a packet if its size is greater than the maximum size allowed on a local network.

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

Routing Information Protocol (RIP)

A

A standard exchange of routing information among gateways and hosts. Uses distance vector algorithms to determine the direction and distance to any link in the internetwork. Hop count is the only routing metric used by RIP.
v1 allows a maximum hop count of 15 and allows updates at a programmable interval.
v2 adds cryptographic authentication and adds additional information.

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

Open Shortest Path First (OSPF)

A

An interior gateway routing protocol for IP based on shortest route first or link state algorithm.

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

Internet Control Message Protocol (ICMP)

A
ICMP's goals are to provide a means to send error messages from non-transient error conditions and to provide a way to probe the network in order to determine general characteristics about the network.
Functions:
1. Announce Network Errors
2. Announce Network Congestion
3. Assist Troubleshooting
4. Announce Timeouts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Internet Group Management Protocol (IGMP)

A

Used to manage multicasting groups. There are three versions of this protocol that provide additional features.

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

TCP Control Bits

A
URG - Urgent Pointer field significant
ACK - Acknowledgement field significant
PSH - Push Function
RST - Reset the connection
SYN - Synchronize sequence numbers
FIN - No more data from sender
17
Q

Border Gateway Protocol (BGP)

A

Created to replace Exterior Gateway Protocol (EGP) to allow fully decentralized routing.