Network Model Flashcards

1
Q

What is the OSI model and what does each layer do (examples help)? Remember to number the layers, as that’s how it’s referenced.

A

OSI Model:

  1. Application – API of an application (how we make it network aware)
  2. Presentation – If data comes in, can your computer read it? Used to convert data to readable data
  3. Session – What’s taking place and how that connectivity works
  4. Transport – Disassemble packets
  5. Network – Logical addresses, IP Address (routers)
  6. Data Link – Anything that uses Mac Address (Network card and switches)
  7. Physical - Hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the TCIP Model? Include explanation of each layer and the number.

A

TCIP Model

  1. Application – Email, FTP, Tellnet
  2. Transport – What it takes to get the data to the other location.
  3. Internet – routers
  4. Network Interface – hardware except for routers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the process for receiving data and what layers does it include?

A

PHYSICAL AND DATA/LINK and NETWORK INTERFACE LAYER:
Network Card verifies that the data is for the user (verifies via Mac Address)
Data link checks that it is good data. It deciphers it by removing the Mac addresses, and what you have is an IP PACKET.

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

What does the transport layers do?

A

TRANSPORT AND TRANSPORT LAYER:

It assembles or disassembles based on sequencing numbers.

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

What does the session layer do?

A

Connect a server to an application. Most modern applications do this automatically (Outlook starting and connecting to exchange), but it used to be a manual process before

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

What’s the presentation layer do?

A

ASCII Files and making sure its readable

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

What’s the process for sending data? Include layers and explanation of what they do.

A

SENDING DATA PROCESS -
Application, Presentation, Session: gather data, source, and to port numbers.

Transport: Organizing data into IP packets with sequencing numbers

Network: Adds Ip address to the TCP Segment

Data Link: Adds Mac Address to the IP Packet

Physical: Verify the integrity and sends it out to the destination.

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

How many bits is a MAC address?

A

48 bit address because it’s in hexadecimal and there’s 12 numbers. 1 Hexadecimal = 4 digits. 4 x 12 = 48 digits

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

What is a MAC address? Which part is the OEM identifier (what is it) and which is the unique ID?

A

Mac Address is 12 numbers broken up in pairs of two
The first 6 digits is called the OEM Identifier
The last 6 digits is called the unique ID

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

What’s the difference between unicast and multicast?

A

Unicast transmission is meant for one device on the network. The computer can tell this when it sees the packet is intended for it’s specific Mac address
Broadcast comes in repeating Fs: FF-FF-FF-FF-FF-FF
When a PC sees that it is a Broadcast Mac Address, it will process the data regardless because it’s in a Broadcast domain.

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

What’s a broadcast domain?

A

Broadcast domain – It’s basically a LAN. It’s interconnecting PCs on a LAN. A broadcast transmission is sent to every device in a broadcast domain

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

What is the range of port numbers on a router? Which are reserved?

A

Range of port numbers go from 0-65535.

First 1024 are reserved

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

What port is normally reserved for HTTP connections?

A

Port 80

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

Which port is normally reserved for FTP connections?

A

Port 20/21

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