Network Models CH 2 Flashcards

1
Q

OSI and TCP/IP models are two tools that provide what for a IT professional?

A
  1. Provide powerful mental tools, for diagnosing problems . Understanding models enables a tech to determine quickly at what layer a problem can occur.
  2. Provide a common language to describe networks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

OSI Layer 7 Represents what?

A

Application

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

OSI Layer 6 Represents what?

A

Presentation

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

OSI layer 5 Represents what?

A

Session

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

OSI Layer 4 Represents what?

A

Transport

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

OSI Layer 3 Represents what?

A

Network

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

OSI layer 2 Represents what?

A

Data Link

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

OSI Layer 1 Represents what?

A

Physical

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

Whats in the Physical layer of the OSI Model

A

Anything that moves data from one system to another, such as copper cabling, fiber optics, radio waves etc…

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

A NIC serves what function

A

Interface between the PC and the Network

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

NIC Provides what kind of Unique identifier

A

MAC Address (48-Bit value) (media access control address)

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

A in Hex represents What In decimal?

A

10

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

B in Hex represents What In decimal?

A

11

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

C in Hex represents What In decimal?

A

12

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

D in Hex represents What In decimal?

A

13

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

E in Hex represents What In decimal?

A

14

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

F in Hex represents What In decimal?

A

15

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

FF in Hex represents What In decimal?

A

255

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

An Oscilloscope is used to measure what?

A

Oscilloscope can measure voltage between network devices. Note: These voltages can assist in identifying the binary signals coming across the wire.

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

What is a Frame in Networking

A

Frame is 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

NIC Creates and Sends, as well as receives and reads frames True or False?

A

True, The NIC is designed to create and send frames, as well as receive and read frames.

22
Q

CRC

A

(Cyclic redundancy check) error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data.

23
Q

FCS

A

(Frame Check Sequence) Uses a type of binary math called CRC (cyclic redundancy check that the receiving NIC uses to verify that the data arrived intact. (Integrity)1

24
Q

A NIC is composed of two logical parts what are they?

A

LLC and MAC

25
What does the LLC part of a NIC handle
LLC handles multiple Network Protocols and provides flow control.
26
The basic paramaters for TCP/IP were developed where?
(DARPA) Defense Advanced Research Projects Agency. Robert E. Kahn and Vinton Cerf worked out the robustness of the design and eventual implementation.
27
IP is on what layer of the OSI Model
Layer 3, Network Layer
28
What protocol uses a Doted Octet numbering system
IPv4
29
What command can you use if your system shares the same IP address as another on the network?
Ipconfig /release, Ipconfig /renew... If these commands do not work you can check event viewer logs for DHCP error codes.
30
What OSI layer are packets created?
Layer 3 Networking
31
What does the Transport Protocol Do?
Breaks up the data into chunks called segments or datagrams. and gives each segment some type of sequence number. Assembly Disassembly and initialize requests for packets that were not received in good order.
32
Datagrams have sequence numbers assigned by the transport protocol. True-False
False - Only segments have sequence numbers assigned by the transport protocol
33
Layer 4 in the OSI model represents what?
Transport Layer
34
Layer 5 of the OSI model Represents what?
Session Layer
35
What is the Session Layer responsible for?
Initiates sessions, accepts incoming sessions and opens and closes existing sessions.
36
Layer 6 of the OSI model Represents what?
Presentation Layer
37
What is the Presentation Layer responsible for?
Translates data from lower layers into a format usable by the application layer.
38
SSL TLS are on what layer of the OSI Model
Both layer 5 and 6. SSL and TLS initiate at layer 5 then encrypt and decrypt at layer 6.
39
Layer 7 of the OSI Model Represents what?
Application Layer
40
What is the Application Layer responsible for?
Refers not to the applications itself but rather the code built into all operating systems that enable network-aware applications. All operating systems have application programing interfaces (APIs) that programers can use to make their programs network aware.
41
What does a API provide
A standard way for programmers to enhance extend an applications capabilities.
42
How many layers does the OSI model consist of?
7 Layers
43
How many layers does the TCP/IP model consist of?
4 Layers Application/Transport/Internet/Link/Network Interface.
44
Where does a hub send Data?
To all systems connected to the hub
45
What Uniquely Identifies every NIC
MAC address
46
A MAC address is known as a ________ Address
Physical
47
A NIC sends data in discrete chunks called
Frames
48
Which MAC address begins a frame
begins with the MAC address of the receiving NIC followed by the MAC address of the sending NIC, Followed by type of encapsulation data, the data, and FCS
49
A frame ends with a special bit called the frame check sequence What does FCS do?
Verifies the data arrived correctly (Integrity)
50
Which layer of the TCP/IP model controls the assembly and disassembly of data
Transport Layer
51
Which layer of the OSI seven-layer model keeps track of a systems connections to send the right response to the right computer?
Session Layer keeps track of a systems connections to ensure that it sends the right response to the right computer.