Network Models Flashcards

1
Q

What is the 7 layer OSI model?

A

Open Systems Interconnection, model is a conceptual framework that divides network communications functions into seven layers that explains how a network works.

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

What are the 7 layers of the OSI model?

PDNTSPA

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
3
Q

What is the Physical layer of the OSI model?

A

1st layer, Cabling, network card, getting 1’s and 0’s from one machine to another.

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

What is the Data Link layer of the OSI model?

A

2nd Layer, Mac Addresses / for NICs and Switches

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

What is the Network layer of the OSI model?

A

3rd Layer, Logical addresses, TCP/IP and Routers, packets are created

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

What is the Transport layer of the OSI model?

A

4th Layer, assembles and disassembles data 1500 bytes maximum, sequencing, segments

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

What is the Session Layer of the OSI Model?

A

5th layer, makes the actual connection to the remote host or other computers, uses Port numbers

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

What is the Presentation Layer of the OSI Model?

A

6th layer, makes sure that the Data gets to the application, not really important anymore.

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

What is the Application Layer of the OSI Model?

A

7th Layer, API or Application Program Interface, smart application

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

How is Data transferred from one device to another?

A

Frames or Packets in chunks of 1’s and 0’s

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

What is the cornerstone of Networking?

A

Packetized Data

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

Frames are created and destroyed in what hardware device?

A

Network Card (NIC)

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

Each hexadecimal character has?

A

4 binary characters ex: ( 40-8d-5c-1c-5a-50 ) = 12x4=48 Bit address

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

1st 3 - Hexadecimals ( 40-8d-5c ) are known as:

A

OEM identifier

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

Last 3 - Hexadecimals ( 1c-5a-50 )

A

Unique identifier

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

CRC stands for what?

A

Cyclic Redundancy Check ( verifies data is good )

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

All “F’s” address ( FF-FF-FF-FF-FF-FF ) is a :

A

Broadcast domain ( sends to all machines on the network )

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

Domain that know a one specific mac address is:

A

Unicast domain ( Only sends to one Single Machine )

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

Logical Address

A

Is considered a Virtual Address, doesn’t physically exist

20
Q

IP addressing

A

The unique identifying number assigned to every device connected to the internet

21
Q

IP Packets never travel by themselves, they are always incapsulated by a:

22
Q

IP Packets never Change but:

23
Q

Some Port numbers ( ex: 80-1694 ) are unique to applications:

A

80 - Internet or web page ( HTTP )
20 and 21 - are for FTP

24
Q

Port numbers can be up to:

A

0 - 65535, they direct packet traffic between the source and destination computers

25
What and how many port numbers are reserved ( or well known ports )?
1st 1024
26
Routers look at _____ not MAC addresses.
IP addresses
27
Every router has one of these and based on the network information of the packet, where to actually send the data:
Routing Table
28
TCP, which makes sure data gets from PC to PC completely stands for:
Transmission Control Protocol ( Connection oriented )
29
2 big pieces of TCP are:
Sequencing number and Acknowledgement Number
30
What protocol is connectionless, just sends data and hopes:
UDP ( User Datagram Protocol ) used for videos and gaming
31
How does the network software know how to reassemble a file?
Sequencing numbers
32
This hardware device Generates, receives, and destroys frames:
NIC network interface card
33
Packets come from what layer:
Layer 3 or Network Layer
34
Segments and sequencing take place and come from what layer:
Layer 4 or Transport layer
35
What is & describes physical addressing, and the rules about creating and transmitting frames:
MAC ( Media Access Control )
36
Mediums and Cablings are also known as:
Topologies
37
MAC addresses use hexadecimal values of:
0-9 and A-F only
38
2 types of Topologies are:
Physical - how a network is laid out. Logical - Explains how data is sent between them.
39
What is the oldest Topology computers share the same bandwidth and utilize "Drop Downs" or one single trunk
Bus Topology
40
IBM Token Ring - all computers are connected in a ring:
Ring Topology
41
Computers are plugged into a hub / switch in the center of the computers
Star Topology
42
Most popular Topology used today
Star-Bus / or Hybrid Topology
43
Where all hosts are connected to all host at the same time and is great for Wireless networks.
Mesh Topology (or Mess)
44
Mesh Topologies have __________ which when a cable breaks between 2 computers, it doesn't affect the connection between the other machines.
Fault tolerance
45
large Partially Mesh networks use________ for better connectivity
Extenders
46
What is the Electronic Circuit Flow of Frames
Logical Topology
47
Examples of a broadcast IP address:
192.255.255.255 or 192.168.255.255 or 255.255.255.255