Ch. 1 The TCP/IP and OSI Networking Models Flashcards

0
Q

IP

A

Internet protocol

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

TCP

A

Transmission Control Protocol

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

OSI

A

Open systems interconnections

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

What are the 5 layers of TCP/IP

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

Http

A

Hypertext transfer protocol

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

URL

A

Uniform resource locator

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

UDP

A

User datagram protocol

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

Seq

A

Sequence number

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

DDN

A

Dotted Decimal Notation

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

WAN

A

Wide area network

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

LH and LT

A

Link header and link trailer

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

PDU

A

Protocol Data unit

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

What are the 7 layers of OSI

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

Provides an interface between software on a computer and the network itself. Does not define the application but the service the application needs.

A

TCP/IP application

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

Provides services to the application layer protocols that reside one layer higher in the TCP/IP model

A

TCP/IP Transport Layer

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

When a computer uses a protocol to communicate with the same layer on another computer it is called:

A

Same-layer interaction

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

When a layer on a single computer provides a service to a higher layer it is called:

A

Adjacent layer interaction

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

This layer is defined by the IP, each host computer has a different IP address

A

TCP/IP Network layer

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

What are the five layers of the TCP/IP?

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

Provides an interface between the communications software and any applications that need to communicate outside the computer on which the application resides, and performs user authentication

A

OSI application layer

21
Q

Defines and negotiates data formats such as ASCII text, binary, JPEG, etc. also defines encryption

A

OSI protocol layer

22
Q

Defines how to start, control, and end conversations (called sessions). Bidirectional confirmation of sent/received messages

A

OSI session layer

23
Q

Data delivery to another computer. IE error recovery and flow control

A

OSI transport layer

24
Defines three main features: logical addressing, routing (forwarding), and path determination
OSI network layer
25
Defines the rules that determine when a device can send data over a particular medium. Formats the header and trailer
OSI data link
26
Physical characteristics of the transmission. (Connectors, pins, etc) and rules for how to activate/deactivate physical mediums
OSI physical layer
27
7 application 6 presentation 5 session Name Sample OSI devices and protocols
Devices: Telnet, http, FTP, SMTP, pop3, VoIP, snmp Protocols: hosts, firewalls
28
4 Transport | Name OSI devices and protocol
Devices: hosts, firewalls Protocols: TCP, UDP
29
3 network | Name OSI devices and protocols
Devices: router Protocols: IP
30
2 data link | Name OSI devices and protocols
Devices: Ethernet (IEEE 802.3) Protocols: LAN switc, WAP, cable modem, DSL modem
31
1 physical | Name OSI devices and protocols
Devices: LAN hub, LAN repeater, cables Protocols: RJ 45, Ethernet (IEEE 802.3)
32
The process of HTTP asking TCP to send some data and making sure that it is received is an example of?
Adjacent layer interaction
33
The process of one computer marking a TCP segment as segment 1 and the receiving computer acknowledging the receipt of TCP segment 1 is an example of?
Same layer interaction
34
The process of a web server adding a TCP header and then adding a data link is an example of what?
Data encapsulation
35
What is the term used to specifically identify the entity created when encapsulating data inside data link layer headers and trailers?
Frame
36
Which OSI layer defies the functions of logical network wide addressing and routing
Layer 3, the network layer
37
Which OSI layer denies the standards for cabling and connectors?
Layer 1, the physical layer
38
``` Which of the following terms are not valid terms for the names of the seven OSI layers? Application Data link Transmission Presentation Internet Session ```
Transmission and internet
39
What are the four step for delivering IP packets from host to host
Encapsulation Transmit Deencapsulation Receive
40
What are the five steps of data encapsulation in TCP/IP?
1 create/encapsulate application data 2 encapsulate the data supplied by the application layer inside a transport layer 3 encapsulate the data supplied by the transport layer header 4 encapsulate the data supplied by the network layer inside a data link header and trailer 5 transmit the bits
41
The header and trailer of the transport layering TCP|data
Segment
42
The header and trailer for the network layer IP|data
Packet
43
The header and trailer for the link layer LH|data|LT
Frame
44
Compare the OSI and TCP/IP old and new models ``` 7 application 6 presentation 5 session 4 transport 3 network 2 data link 1 physical ```
``` 7 application. | 6 presentation | Application 5 session | 4 transport Transport 3 network Network (internet old) 2 data link Data link 1 physical Physical 1 & 2 link(old) ```
45
What are the benefits of OSI layering?
Less complex, standard interfaces, easier to learn, multivendor interoperability, modular engineering
46
Name and define The OSI encapsulation term
PDU - protocol data unit, represents the bits that include headers and trailers for that layer as well as the encapsulated data
47
What is a protocol
A set of logical rules that devices must follow in order to communicate
48
What is data encapsulation
The process of putting together headers (and sometimes trailers) around some data
49
What is the networking model? | What do we use today
A comprehensive set of documents, TCP/IP
50
To recover from errors TCP uses the concept of:
Acknowledgements
51
IP's most important features are:
Addressing and routing