Network Models Flashcards

1
Q

What is the first layer of the OSI model and what does it deal with

A

Physical layer - Getting the ones and zeroes from one system to another , takes off the preamble and the frame checksum of the ethernet frame and then sends it off to the data link layer

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

What is the second layer of the OSI model and what does it deal with

A

Data link layer - Inspects ethernet frames to see if it is meant for that computer based off the mac address by looking at the destination mac address of the ethernet frame, if it is meant for that computer it takes off the destination and source mac address and saves it to send a frame back to the sender

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

What is the third layer of the OSI model and what does it deal with

A

Network layer - Takes a look at the incoming packets , looks at the ip addresses and makes sure the packet is going to the right places, strips off the destination and source ip addresses, keeps the source ip adddress to be able to send anything back to the sender

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

What is the fourth layer of the OSI model and what does it deal with

A

Transport layer - Assemble and disassemble data as they come in , then sends the rest up to the session layer

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

What is the fifth layer of the OSI model and what does it deal with

A

Session layer - Makes connection to the remote host , takes off the destination port and source ports of the ethernet frame

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

What is the sixth layer of the OSI model and what does it deal with

A

Presentation layer - makes sure data gets to where it needs to be and make sure that its data that the application can view

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

What is the third layer of the OSI model and what does it deal with

A

Application Layer - Allows api to understand the data coming

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

How many bites are in a frame

A

up to 1500 bytes

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

Where are frames created and consumed

A

within the NIC

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

What do the first three pairs of the MAC address represent

A

The OEM number

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

What do the last three pairs of the MAC address represent

A

The unique ID

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

What does a cyclic redundancy check do

A

checks to see if the data is good or not

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

What is the range of MAC addresses decimals and letters used to make a MAC address

A

0 - 9 and A - F

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

What the MAC address for a broadcast look like

A

All F’s - FF:FF:FF:FF:FF:FF

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

Where do ip packets sit in

A

Frames

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

What are the first 1,024 ports called

A

Well known ports

17
Q

What is the maximum number of ports available

A

65,535

18
Q

ip address range from what numbers

A

0 - 255