Module 1 - Intro to Networking & Services Flashcards

1
Q

What are the advantages of protocol layering?

A

Protocol layering provides a way to simplify a complex problem by dividing it into a number of smaller functions. Each layer performs a specific function.

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

What are the four layers of technology used in the TCP/IP protocol suite?

A

Application Layer, Transport Layer, Internet Layer, and Link Layer

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

What is Data Encapsulation?

A

Data encapsulation is the mechanism by which each layer in the protocol stack adds information to the application-generated data. That information is intended to be interpreted by an entity of the same layer in a remote device, in such a way that the data is properly processed and delivered to the intended receiver and to the right application.

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

Describe the Application layer of the TCP/IP Suite

A

The Application layer packages the data in such a way that it can be properly interpreted at the remote end.

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

Describe the Transport Layer of the TCP/IP Suite

A

The Transport Layer breaks the information into smaller segments that can be transported from end to end and passes them down to the Internet layer.

Comprised of two main protocols: TCP and UDP

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

Describe the Internet Layer of the TCP/IP Suite

A

The Internet Layer provides end-to-end addressing and carries the data packets from source to destination.

Universal and consistent forwarding service across a TCP/IP network

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

Describe the Link Layer of the TCP/IP Suite

A

The Link Layer has to do with local hop-by-bop addressing, data framing, and medium access control; it assumes there is a mechanism in place to transmit signals from one device to the next.

Defines the actual interfaces between nodes

Ethernet

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

Define a Layer-2 Broadcast Domain

A
  • All hosts are connected to the same Local Area Network (LAN)
  • There may be several LAN segments interconnected by switches which make forwarding decisions based on MAC addresses
  • All hosts obtain IP Addresses with the same prefix, also known as an IP Subnet, which identifies the layer-2 domain.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define a Layer-3 Domain

A
  • There may be two or more layer-2 broadcast domains (subnets) interconnected by routers, which make forwarding decisions based upon IP Addresses
  • When an IP packet needs to be sent to a host in a different subnet it is first sent to a router.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are functions of the control plane?

A
  • Enable routers to exchange control messages and to agree on the best way to forward packets
  • Establish the necessary routing paths and/or tunnels required to deliver packets from source to destination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are functions of the Data Plane?

A
  • Use forwarding tables created by control-plane functions to properly forward every data packet towards its intended destination.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What occurs when a packet travels from an upper layer to a lower layer?

A

The data is encapsulated with a new header

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

What occurs when a packet travels from a lower layer to the upper layer?

A

A layer-specific header is removed from the data

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

What happens to the link-layer header at each router?

A

A new layer-2 header/link-layer header is created

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