Week 1 The TCP/IP Five-Layer Network Model Flashcards

1
Q

What is the physical layer of the Five-Layer model?

A

cabling, connectors and sending signals

represents the physical devices that interconnect computers.

specifications for the networking cables
specifications for the connectors that join devices together
&
the specifications describing how signals are sent over these connections.

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

What is the second layer in the Five-Layer Network Model & what is it responsible for?

A

The second layer is known as the “data link layer”

itsresponsible for defining a common way of interpreting signals, so network devices can communicate.

Its responsible for sending data in a single link.

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

Lots of protocols exist at the data link layer, but the most common is known as what?

A

The most common protocol at the data link layer is known as Ethernet

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

the Ethernet standards define a protocol responsible for getting what?

A

“getting data to nodes on the same network or link.”

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

The third layer also known as the “the network layer” is also sometimes called the what?

A

The third layer also known as the “the network layer” is also sometimes called the “Internet Layer”

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

What layer allows different networks to communicate with each other through devices known as routers?

A

The 3rd layer also known as “network layer” allows different networks to communicate with each other through devices known as routers.

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

A collection of networks connected together through routers is a what?

A

A collection of networks connected together through routers is an “internetwork”

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

What is the most famous internetwork?

A

the “Internet” is the most famous internetwork.

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

Which layer is responsible for getting data across a single link?

A

the data link layer is responsible for getting data across a single link.

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

Which layer is responsible for getting data delivered across a collection of networks?

A

The “Network Layer” is responsible for getting data delivered across a collection of networks.

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

Think of when a device on your home network connects with a server on the Internet, which layer helps get data between these two locations?

A

the “Network Layer” helps get data between a device on your home network & the server on the internet

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

The most common protocol used at the third layer network layer is known as what?

A

The most common protocol used at the third layer, network layer is known as IP or Internet Protocol.

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

The most common protocol used at the third layer network layer is known as what?

A

The most common protocol used at the third layer, network layer is known as IP or Internet Protocol.

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

What is the heart of the Internet and the heart of most small networks around the world?

A

IP is the heart of the Internet and most small networks around the world.

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

Network software is usually divided into what two categories?

Which one initiates a request for data & which one answers the request across the network?

A

Network software is usually divided into “Client and Server” categories. with the “client application initiating a request for data” and the “server software answering the request across the network.”

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

True or False?
A single node may be running multiple client or server applications. So, you might run an email program and a web browser, both client applications, on your PC at the same time, and your email and web server might both run on the same server. Even so, emails end up in your email application and web pages end up in your web browser. That’s because of the transport layer.

A

True

16
Q

Which layer delivers data between two individual nodes?

A

the network layer delivers data between two individual nodes.

17
Q

Which layer sorts out which client and server programs are supposed to get data.

A

the “transport layer” also known as “4th Layer” sorts out which client and server programs are supposed to get data.

18
Q

the protocol most commonly used in the fourth layer, the transport layer, is known as what?

A

the protocol most commonly used in the fourth layer, the transport layer, is known as TCP or Transmission Control Protocol.

19
Q

While often said together as the phrase TCP IP, to fully understand and troubleshoot networking issues, it’s important to know that they’re entirely different what

A

it’s important to know that they’re entirely different protocols serving different purposes.

20
Q

the network layer, in our case IP, is responsible for getting data from one node to another.
What layer is responsible for ensuring that data gets to the right applications running on those nodes.

A

the transport layer, mostly TCP and UDP, is responsible for ensuring that data gets to the right applications running on those nodes.

21
Q

What is the 5th Layer known as?

A

the 5th Layer is known as “the Application Layer”

22
Q

What are common protocols used on the 5th Layer?

A

Protocols used to allow you to browse the web or send receive email are some common ones.

23
Q

True or False?
You can think of layers like different aspects of a package being delivered. The physical layer is the delivery truck and the roads. The data link layer is how the delivery trucks get from one intersection to the next over and over. The network layer identifies which roads need to be taken to get from address A to address B. The transport layer ensures that delivery driver knows how to knock on your door to tell you your package has arrived. And the application layer is the contents of the package itself..

A

True

24
Q

What’s the difference between a client and a server?

A

A client requests data, and a server responds to that request.