Notes from Mike Meyers book Flashcards

1
Q

What does ISO stand for and why are they important?

A
  • International Organization for Standardization

- Created the OSI (Open Systems Interconnect model) which was a prescriptive model.

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

What are protocols?

A

-Sets of clearly defined rules, regulations, standards, and procedures that enable hardware and software manufacturers 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
3
Q

Describe Layer 7 of the OSI model.

A

-Application layer: encryption, user authentication, code that enables network aware applications such as APIs.

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

Describe Layer 6 of the OSI model.

A

-Presentation layer: conversion of data into formats readable by system. Data conversion.

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

Describe Layer 5 of the OSI model.

A

-Session: connects applications to applications; initiates, accepts incoming sessions, opens and closes existing sessions. Netstat-a

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

Describe Layer 4 of the OSI model.

A

-Transport: TCP: breaks data into packets and gives sequence #; initializes requests for packtes. Assembly/disassembly.

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

Describe Layer 3 of the OSI model.

A
  • Network: packets created and addressed. Internet protocl, dotted decimal.
  • packet handed off to programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe Layer 2 of the OSI model.

A
  • Data link: Creates and sends frames, NIC. Data link control: service.
  • Logical link control, media access control.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe Layer 1 of the OSI model.

A

-Physical: Cabling/hubs

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

Describe a NIC.

A

-Network interface card: contains 48-bit value called media access control device.

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

Describe a Mac address.

A
  • IEEE assigns blocks of MAC addresses
  • Organizationally Unique Identifier: first six digits.
  • Device ID: last six digits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does logical link control do?

A

Talks to operating system, puts data into frames, creates CRC on frames, processes incoming frames, erases frames.

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

What are network protocols?

A

Create unique identifiers and sets of communication rules.

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

Describe the application layer of the TCI/IP model?

A

-equivalent of session, presentation, application; initiates, controls and disconnects.

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

Describe the transport layer of the TCP/IP model.

A

equivalent of OSI Transper and session and application layers. Assembly, dissasembly, connection vs. connectionless. TCP segment.

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

Describe the internet layer of the TCP/IP model.

A

IP packet layer, routers.

17
Q

Describe the Link/network inteface layer of the TCP/IP model.

A

equivalent of OSI layer 1 and 2.

18
Q

Describe POP?

A

connection oriented.

19
Q

Describe VOIP.

A

connectionless UDP