Network+ 1.1 & 1.5 & 1.6 Flashcards

1
Q

What does OSI model stand for?

A

OSI Model - Open Systems Interconnection Reference Model

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

How many layers are in OSI model?
Name all of them.
Also, say a sentence that is used as a “hint” to remember the layers.

A
There are 7 layers in the OSI model. 
Layer 1 - Physical
Layer 2 - Data Link
Layer 3 - Network
Layer 4 - Transport
Layer 5 - Session
Layer 6 - Presentation
Layer 7 - Application

7 -> 1 “All People Seem To Need Data Processing” A P S T N D P
Application, Presentation, Session, Transport, Network, Data Link, Physical

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

What is a Layer 1 (physical) for?

A

Layer 1 - Physical - for Cables, fiber, and the signal itself - electrical signals

Phyisical topology.

Moves bits between devices.
Specifies voltage, wire speed, and pin-out of cables.

“You have a physical layer problem”

  • Fix cabling, punch-downs, etc.
  • Run loopback tests, test/replace cables, swap adapter cards
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Layer 2 (Data Link Layer)?

A

Layer 2 - Data Link Layer or “the switching layer” - Ethernet - Frame, MAC Address, Extended Unique Identified (EUO-48, EUI-64), Switch

Combines packets into bytes and bytes into frames.
Provides access to media using MAC address.
Performs error detection, not correction.

The foundation of communication at the data link.
Data Link Control (DLC) protocols - MAC (Media Access Control) address on Ethernet

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

What is a Layer 3 (Network Layer)?

A

Layer 3 - Network Layer or the “routing layer” - Network: IP encapsulation - for IP Address, Router, Packet

Routing.
Provides logical addressing, which routers use for path determination.

Internet Protocol (IP)
Fragments frames to traverse different networks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Layer 4 (Transport Layer)?

A

Layer 4 - Transport Layer - TCP encapsulation - for TCP segment, UDP datagram

End-to-end connection.
Provides reliable or unreliable delivery.
Performs error correction before retransmit.

TCP (Transmission Control Protocol) and UDP (User Datagram Protocol)

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

What is a Layer 5 (Session Layer)?

A

Layer 5 - Session Layer - Link the presentation to the transport

Dialog control.
Keeps different applications’ data separate.

Communicating management between devices (Start, stop, restart)
Control Protocols, tunneling protocols

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

What is a Layer 6 (Presentation Layer)?

A

Layer 6 - Presentation Layer - SSL encryption - for application encryption (SSL/TLS)

Data encryption, compression, and translation services.
Presents data.
Handles processing such as encryption.

Character encoding
Application encryption
Often combined with the Application Layer

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

What is a Layer 7 (Application layer)?

A

Layer 7 - Application Layer - https://mail.google.com - for your EYES

File, print, message, database, and application services.
Provides a user interface.

The layer we see.
HTTP, FTP, DNS, POP3

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

What is encapsulation?

A

Encapsulation is the process of encoding data as it goes down the Open Systems Interconnection (OSI) stack.

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

What is the central purpose of the OSI model?

A

Like all networking models, the purpose of OSI model is to allow different vendors’ networks to interoperate smoothly.

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

What are mnemonics to remember the OSI model?

A

Please Do Not THrow Sausage Pizza Away - Physical, Data Link, Network, Transport, Session, Presentation, Application

All People Seem To Need Data Processing - Application Presentation Session Transport Network DataLink Physical

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

Does the upper layer know anything about network addresses?

A

No.

The upper layers (5 - 7) (Session, Presentation, Application) don’t know anything about networking or network addresses.

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

What does the bottom 4 layer know about networking or data?

A

It’s the responsibility of the bottom 4 layers to know networking and networking addresses.

These bottom layers determine how to rebuild a data stream from a transmitting host to a destination hosts’s application.

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

How do users communicate on the application layer?

A

API - Application Programming Interfaces

APplication processes, interfaces.

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

What is a virtual circuit? Is it called connection-oriented or connectionless?

A

When the sender’s TCP process contacts the destination’s TCP process to establish a connection, the resulting creation is called “a virtual circuit”.

This type of communication is connection-oriented.

After all of this required synchronization occurs, a connection is fully established and the data transfer begins. This virtual circuit setup is called overhead.

17
Q

Describe the steps of the TCP three-way handshake:

A

In simple words: SYN, SYN/ACK, ACK.

  1. The first “connection agreement” segment is a request for synchronization.
  2. The next segments acknowledge the request and establish connection parameters - the rules - between hosts. These segments request that the receiver’s sequencing is synchronized here as well so that a bidirectional connection is formed.
  3. The final segment is also an acknowledgment. It notifies the host that the connection agreement has been accepted and that the connection has been established. Data transfer can now begin.
18
Q

What is a router? What layer does it use?

A

Routers are layer 3 devices that are specified at the Network layer and provide the routing services within the internetwork.

19
Q

What is a Data Link layer (2) responsible for?

A

The Data Link layer (2) is responsible for the unique identification of each device that resides on a local network.

20
Q

What does LLC stand for?

A

LLC - Logical Link Control

In the IEEE 802 reference model computer networking, the logical link control data communication protocol layer is the upper sublayer of the data link layer of the seven-layer OSI models.

LLC sublayer acts as an interface between the media access control sublayer and the network layer.

21
Q

What is an encapsulation order?

A

Data, segment, packet, frame, bits.

22
Q

What does CSMA/CD stand for and which IEEE standard specifies the protocol for it?

A

The 802.3 standard, commonly associated with Ethernet specifies the media-access method used by Ethernet, which is known as Carrier Sense Multiple Access with Collision Detection (CSMA/CD).

23
Q

What does FQDN stand for?

A

FQDN stands for Fully Qualified Domain Name.

It includes all the components from the top of DNS Namespace to the host.