Network Models Flashcards

1
Q

Models are used to

A

represent how networks function

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

The two most popular network models are

A

The OSI seven-layer model and the TCP/IP model

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

The OSI models seven layers are

A
1 - Physical
2- Data Link
3- Network
4- Transport
5- Session
6- Presentation
7- Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The OSI Physical layer covers

A

Cables

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

The OSI data link layer covers

A

Anything that uses a MAC address such as network cards, switches, etc

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

The OSI network layer covers

A

Logical addresses such as IP addresses and things that use them like routers

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

The OSI transport layer covers

A

PACKETS- assembles and disassembles packets

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

The OSI session layer covers

A

The actual connection between two systems(TCP/IP, PC to web server, etc)

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

The OSI presentation layer covers

A

(Old) Converts data into a format that your applications can read

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

The OSI application layer covers

A

The parts of the applications we use that makes them “network aware” (API)

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

The TCP/IP network interface layer covers

A

Physical cabling, mac addresses, network cards, most hardware excluding routers

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

The TCP/IP internet layer covers

A

IP addresses, routers, etc

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

The TCP/IP transport layer covers

A

Packet assembly/disassembly, system connection TCP/UDP

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

The TCP/IP application layer covers

A

Equivalent to the OSI session, presentation, and application layers.

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

What do port numbers do?

A

They help direct packet traffic between the source and destination

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

What are sequence numbers and what are they associated with?

A

Sequence numbers are used by PACKETS to allow the network software to reassble the file correctly

17
Q

Frames are a maximum of ____ in size

A

1500 BYTES

18
Q

Frames are created and destroyed inside the ___

A

Network Interface Card (NIC)

19
Q

A MAC address is?

A

a UNIQUE 48-bit indentifier assigned to each NIC

20
Q

Frames have destination and source _____ addresses

A

MAC addresses

21
Q

NICs use ___ addresses to decide whether or not to process a frame

A

MAC addresses

22
Q

Unicast transmissions are addressed to?

A

a SINGLE DEVICE on a network

23
Q

a broadcast transmission is?

A

sent to EVERY device in the broadcast domain

24
Q

What does a broadcast address look like?

A

FF-FF-FF-FF-FF-FF

25
Q

What are OEM numbers?

A

the first 6 digits of a MAC address, that are assigned to the manufacturer of the NIC

26
Q

Which digits are unique to each NIC?

A

The last 6 digits of the MAC address are unique to that specific physical NIC

27
Q

What is the format for an IPv4 address?

A

0.0.0.0 First 3 sets are shared by all devices on a network last are identifying

28
Q

what is the format of an IPv6 address?

A

0000:00000:0000::

29
Q

A router does what?

A

connects multiple LAN networks