3. TCP/IP & OSI

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

http data sent from YT web server displayed via web browser. what's this an example of?

same layer interaction

2
New cards

http data has been encapsulated with three separate headers and one trailer. what's the name of this PDU?

frame

3
New cards

Packet

OSI layer 3 PDU. two headers (layer 3 and 4) and no trailer

4
New cards

segment

OSI layer 4 PDU. one header (layer 4) and no trailer

5
New cards

data

upper layer data prior to encapsulation. no headers or trailer

6
New cards

which layers of network model most most relevant to role of network engineer?

transport - network - data link - physical

7
New cards

link layer of TCP/IP model is equivalent to what layer(s) of OSI model?

data link - physical

8
New cards

Which layer of OSI model provides host-to-host communications?

transport

9
New cards

networking models

categorize and give a structure for networking protocols and standards

10
New cards

network protocol

set of rules defining how network devices and sw should work

11
New cards

OSI

open systems interconnection [model].

12
New cards

name the seven layers of the osi model

7. Application

6. Presentation

5. Session

4. Transport

3. Network

2. Data Link

1. Physical

13
New cards

what network model was made by the international organization for standardization (iso)

osi model

14
New cards

application layer

layer closest to the end user. interacts with sw apps (eg web browser)

15
New cards

name 2 layer seven protocols

http and https

16
New cards

what are the functions of layer 7

identifying common partners. synchronizing communication.

17
New cards

encapsulation

as data processed through osi stack each layer adds something to origional data

18
New cards

de-encapsulation

additonal info removed as data is processedup the stack of network model from physical layer up to app layer

19
New cards

adjecent layer interaction

both encap and de-encap are examples of this. interaction bw dif layers of osi model.

20
New cards

same-layer interaction

interaction bw osi model layers which allows for same layers to interact with each other

21
New cards

presentation layer

data in app layer is in 'application format'. it needs to be 'translated' into dif format to be sent over network.

22
New cards

what are the functions of layer 6

translate bw app and network formats. translate bw dif app layer formats.

23
New cards

session layer

controls dialogues (sessions) bw communicationg hosts

24
New cards

what are the functions of layer 5

establishes, manages, and terminates connections bw local app and the remote app (eg bw your web browser and YT)

25
New cards

transport layer

segments and reassembles data for communications between end hosts. breaks large pieces of data into smaller segments which can be more easily sent over network and are less likely to cause transmission probs if errors happen. provide host to host communication (aka end to end communication).

26
New cards

network layer

provides connectivity between end hosts on dif networks (ie outside the LAN). provides logical addressing (IP addresses). provides path selection bw source and destination. routers operate at this layer.

27
New cards

data link layer

provides note to node connectivity and data transfer (eg pc to switch, switch to router, router to router). defines how data is formatted for the transmission over a phys medium (eg copper utp cables). detects and (possibly) corrects phys layer errors. uses layer 2 addressing, separate from layer 3 addressing. switches operate at this layer.

28
New cards

physical layer

defines phys characteristics of medium used to transfer data bw devices. digital bits converted into electrical (for wired connections) or radio (for wireless connections) signals.

29
New cards

acronym for osi model

Please Do Not Teach Students Pointless Acronyms

Physical, Data Link, Network, Transport, Session, Presentation, Application

30
New cards

segment

when layer 4 header is added at the transport layer, this is the combination of data plus layer 4 header

31
New cards

packet

layer 3 header added on at network layer (that includes IP address)

32
New cards

frame

complete unit where layer 2 header and trailer are added at the data link layer

33
New cards

PDU

protocol data unit. include data, segment, packet, and frame.

34
New cards

tcp/ip suite

conceptual model and set of communications protocols used in the internet and other networks.

35
New cards

tcp/ip suite

developed by US Dept of Defence through DARPA (defense advanced research projects agency)

36
New cards

tcp/ip suite equivalent to osi model application, presentation, and session layers

application layer

37
New cards

tcp/ip suite equivalent to osi model transport layer

transport layer

38
New cards

tcp/ip suite equivalent to network layer

internet layer

39
New cards

tcp/ip suite equivalent to data link layer and physical layer

link layer

40
New cards

tcp/ip suite layers

1. link layer, 2. internet layer, 3. transport layer, 4. application layer