Introduction to TCP/IP Networking Flashcards

1
Q

System Network Architecture

A

IBM proprietary networking scheme (1974)

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

International Organization for Standardization (ISO)

A

In the late 70s began working on what would become known as the Open Systems Interconnection (OSI) networking model to standardize data networking protocols to allow communication among all computers across the entire planet.

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

RFC

A

Request for comments

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

Ethernet LAN

A

Standard defined by IEEE (Institute of Electrical and Electronic Engineers)

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

TCP/IP Model

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

TCP/IP Application layer examples

A

HTTP, POP3, SMTP

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

TCP/IP Transport layer examples

A

TCP, UDP

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

TCP/IP Network layer examples

A

IP, ICMP

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

TCP/IP Data link & Physical layer examples

A

Ethernet, 802.11 (Wi-Fi)

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

URL

A

Uniform Resource Locator

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

TCP

A

Trasmission Control Protocol

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

UDP

A

User Diagram Protocol

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

Error-recovery service

A

Provided by TCP to Application layer

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

Adjacent-layer interaction

A

On a single computer, one lower layer provides a service to the layer just above. The software or hardware that implements the higher layer requests that the next lower layer perform the needed function.

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

Same-layer interaction

A

The two computers use a protocol to communicate with the same layer on another computer. The protocol defines a header that communicates what each computer wants to do

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

IP

A

Internet Protocol (provides addressing and routing)

17
Q

DDN

A

Dot Decimal Notation

18
Q

Frame

A

Link header + Data + Link Trailer at Data-Link layer

19
Q

Packet

A

Header + Data at Network layer

20
Q

Encapsulation

A

The process of putting headers (and sometimes trailers) around some data

21
Q

Five Steps of Data Encapsulation: TCP/IP

A
  1. Application layer (may or may not have a header): data
  2. Transport layer adds for example TCP header: TCP + data
  3. Network layer adds IP header: IP + TCP + data
  4. Data-Link lauer adds Ethernet header AND trailer: Data-link + IP + TCP + data + Data-link
  5. Physical layer trasmits the bits
22
Q

Segment

A

Header + Data at Transport layer

23
Q

Open Systems Interconnection (OSI)

A

Network model no longer used but for terminology

24
Q

Layer 7

A

Application Layer in OSI Model (still used today even if OSI Model is not)

25
Q

Protocol Data Unit (PDU)

A

Generic definition equivalent to segment, packet and frame

26
Q

LxPDU

A

Layer x PDU