Network Models Flashcards

1
Q

What does OSI stand for?

A

Open Systems Interconnection

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

What does TCP/IP stand for?

A

Transmission Control Protocol/Internet Protocol

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

What is ISO?

A

International Organization for Standardization - created the OSI Seven Layer Model

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

What are Protocols?

A

Sets of clearly defined rules,regulations, standards and procedures that enable hardware and software developers to make devices and applications that function properly at a particular level

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

What are the OSI Seven Layers?

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

What is a UTP?

A

Unshielded Twisted Pair - usually contains 4 pairs of wires that can transmit and receive data

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

What OSI Layer are the cabling and central box a part of?

A

Layer 1 - Physical Layer

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

What layer of the OSI model are copper cabling, fiber optics and radio waves?

A

Layer 1 - Physical Layer

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

What is a NIC?

A

Network Interface Card - serves as the interface between the PC and the network

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

Where can you find the NIC?

A

Built into the motherboard

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

What is a MAC address?

A

Media Access Control address - unique identifier with a 48-bit value

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

What do the first 6 digits of a MAC address represent?

A

The number of the NIC manufacturer

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

What do the last six digits of a MAC address represent?

A

Manufacturer’s unique serial number for that particular NIC ( also known as the Device ID)

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

What does OUI stand for?

A

Organizationally Unique Identifier

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

What is the Windows command prompt to see the MAC address for your NIC?

A

ipconfig all/

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

What is the MacOS command prompt to see the MAC address for your NIC?

A

ifconfig

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

What is the Linux command prompt to see the MAC address for your NIC?

A

ip a

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

What does EUI stand for?

A

Extended Unique Identifier

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

What is an oscilloscope?

A

Powerful tool that enables you to see electrical pulses

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

What is a frame?

A

Basically a container for a chunk of data moving across a network

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

What is a PDU?

A

Protocol Data Unit - unit of data specified by a protocol at each layer of the OSI model

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

What is Ethernet?

A

Most common wired network technology

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

What is a type field?

A

Indicates what’s encapsulated in the frame

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

What is the data field of a frame?

A

Contains what is encapsulated in the frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is FCS?
Frame Checking Sequence - special bit of checking information
26
What is CRC?
Cyclic Redundancy Check - type of binary math used by the receiving NIC to verify that the data arrived intact
27
What do switches do?
Filter traffic by MAC address
28
How long are FCS’s?
4 bytes long
29
What happens if a NIC sends a frame using the broadcast address?
Every single NIC on the network will process that frame
30
What is a unicast frame?
Any frame addressed specifically to another devices MAC address
31
What is the LLC?
Logical Link Control - 1. talks to the systems operating system(usually via device drivers) 2. Handles multiple network protocols and provides flow control
32
What layer of the OSI model is the only layer with sub-layers?
Layer 2 - Data Link
33
What is MAC?
Media Access Control - | A sub-layer of Layer 2 of the OSI model
34
What does the MAC sublayer do?
1. Adds the NIC’s own MAC address 2. Attaches MAC addresses to the frames 3. Adds or checks the FCS 4. Ensures frames are sent along the network cabling
35
What layer of the OSI model do Network cards operate at?
Both Layer 2 and Layer 1
36
What is a simple network?
Network in which all the computers connect to one switch
37
What are subnets?
Smaller networks that were broken down from large networks
38
What does a network protocol do?
1. Creates unique identifier for each system | 2. Creates set of communication rules for issues
39
MAC addresses are also known as ________.
Physical addresses
40
What is a protocol suite?
Several network protocols designed to work together
41
What is the primary logical addressing protocol for TCP/IP?
The Internet Protocol(IP)
42
What does the IP do?
Makes sure that a piece of data gets to where it needs to go on a network
43
What is an IP address?
A unique numeric identifier given to a device by the IP
44
IP address is also known as the _______.
Logical address
45
What is a router?
Connects subnets
46
How do routers forward data?
IP address
47
Where is the MAC address located?
Literally burned into the chips on the NIC
48
Where can the IP address be found?
Stored in the system’s software
49
What is Layer 1 of the OSI model?
Physical layer
50
What is Layer 2 of the OSI model?
Data Link layer
51
What is Layer 3 of the OSI model?
Network layer
52
What is layer 4 of the OSI model?
Transport layer
53
What is Layer 5 of the OSI model?
Session layer
54
What is Layer 6 of the OSI model?
Presentation layer
55
What is Layer 7 of the OSI model?
Application layer
56
What happens at Layer 4(Transport Layer)?
1. Segmentation/reassembly | 2. Initializes requests for packets that weren’t revived in good order
57
What does session software do?
Handles connecting applications to applications
58
What happens at Layer 5(Session layer)?
Initiated sessions, accepts incoming sessions and opens and closes existing sessions
59
What happens at Layer 6(Presentation Layer)?
Translation of data from lower layers into a format usable by the Application layer, and vice versa
60
At what layer of the OSI model is a Hub found?
Layer 1 - Physical
61
At what layer of the OSI model is a router found?
Layer 3 - Network
62
What is encapsulation?
Entire process of preparing data to go onto a network
63
What is de-encapsulation?
Reverse process of encapsulation
64
How many layers does the TCP/IP model have?
4 layers
65
What are the TCP/IP layers?
Application Transport Internet Link/Network Interface
66
What happens in the Internet Layer of the TCP/IP model?
1. IP addressing | 2. Creation of IP packets
67
What happens at the Transport Layer of the TCP/IP model?
Segmentation and reassembly of data
68
What is IMAP?
Internet Message Access Protocol - used for sending e-mail messages
69
What is UDP?
User Datagram Protocol - connectionless protocol
70
In logical terms, what is a port?
1. Number between 1 and 65,536 | 2. Logical value assigned to specific applications or services
71
Where does a hub send data?
To all the systems connected to the hub
72
What uniquely identifies every NIC?
Media Access control address
73
A NIC sends data in discrete chunks called ____.
Frames
74
Which MAC address begins a frame?
Receiving system
75
A frame ends with a special bit called the frame check sequence(FCS). What does the FCS do?
Verified that the data arrived correctly
76
``` Which of the following is an example of a MAC address? A. 0-255 B. 00-50-56-A3-04-0C C. SBY3M7 D. 192.168.4.13 ```
B. 00-50-56-A3-04-0C
77
Which layer of the TCP/IP model controls the segmentation and reassembly of data?
Transport layer
78
Which layer of the OSI model keeps track of a system’s connections to send the right response to the right computer?
Session layer