Net+ Chapter 2 OSI Layers

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

1/86

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.

87 Terms

1
New cards

encapsulation

the process of encoding data as it goes down the OSI model layers

2
New cards

Open Systems Interconnection reference model

OSI, the 7 layers

3
New cards

OSI Model

the primary architecture model for networks

4
New cards

reference model

a conceptual blueprint of how communications should take place

5
New cards

layer

a logical grouping in a model, particularly in OSI

6
New cards

binding

communication processes that are related to each other are bound, or grouped together, at a particular layer

7
New cards

physical layer

1, physical topology

8
New cards

data link layer

2, framing

9
New cards

network layer

3, routing

10
New cards

transport layer

4, end-to-end connection

11
New cards

session layer

5, dialog control

12
New cards

presentation layer

6, data encryption, compression, translation services

13
New cards

application layer

7, file, print, msg, db, and application services (interface)

14
New cards

application layer

7, provides a user interface

15
New cards

presentation layer

6, presents data, handles processing such as encryption

16
New cards

session layer

5, keeps different applications' data separate

17
New cards

transport layer

4, provides reliable or unreliable delivery

18
New cards

network layer

3, provides logical addressing, which router uses for path determination

19
New cards

data link layer

2, combines packets into bytes and bytes into frames

20
New cards

data link layer

2, provides access to media using MAC address

21
New cards

data link layer

2, performs error detection, not correction

22
New cards

physical layer

1, moves bits between devices, specifies voltage, wire speed, and pin-out of cables

23
New cards

application layer

chooses and determines the availability of communicating partners along with the resources necessary to make their required connections

24
New cards

application layer

coordinates partnering applications and forms a consensus on procedures for controlling data integrity and error recovery

25
New cards

application layer

layer comes into play only when it's apparent that access to the network will be needed soon

26
New cards

application layer

acts as an interface between the application program

27
New cards

presentation layer

presents data to the Application layer and is responsible for data translation and code formatting

28
New cards

presentation layer

data compression, decompression, encryption, and decryption are all associated with this layer

29
New cards

session layer

responsible for setting up, managing, and then tearing down sessions between Presentation layer entities

30
New cards

session layer

coordinates communication between systems and organizes their communication by offering three different modes

31
New cards

session layer

allows multiple web browser sessions on your desktop at the same time

32
New cards

simplex

one direction

33
New cards

half-duplex

both directions, but only one direction at a time

34
New cards

full-duplex

bidirectional

35
New cards

transport layer

segments and reassembles data into a data stream

36
New cards

transport layer

handles data from upper-layer applications and unites it into the same data stream

37
New cards

transport layer

provides end-to-end data transport services and can establish a logical connection between the sending host and destination host on the internetwork

38
New cards

transport layer

provides the mechanisms for multiplexing upper-layer applications, establishing virtual connections, and tearing down virtual circuits

39
New cards

transport layer

hides the many and sundry details of any network-dependent information from the higher layers, facilitating data transfer

40
New cards

transport layer

can be connection-oriented or connectionless

41
New cards

virtual circuit

the result of the following steps > a transmitting host starts to send segments down the OSI layered model, the sender's TCP process contacts the destination's TCP process to establish a connection

42
New cards

connection oriented

a connection based on a virtual circuit

43
New cards

handshake

where processes agree beforehand how much data will be sent in either direction before it is sent

44
New cards

TCP 3 way handshake

request for sync, acknowledge sync request and establish rules, acceptance of rules and establish sync

45
New cards

overhead

the steps taken to fully establish data transfer

46
New cards

flow control

provides a means for the receiver to govern the amount of data sent by the sender, prevents overwhelming of the buffers of the receiving host

47
New cards

flow control

delivered segments are ack, non-ack segments are retransmitted, segments are resequenced at destination, manageable data flow is maintained

48
New cards

buffer

where excess datagrams are stored, can be overflowed, transport can issue signals to indicate status

49
New cards

connection oriented characteristics

A virtual circuit is set up (such as a three-way handshake). It uses sequencing. It uses acknowledgments. It uses flow control.

50
New cards

window

quantity of data segments (measured in bytes) that the transmitting machine is allowed to send without receiving an acknowledgment

51
New cards

window size

how many data segments can be sent before an acknowledgment is needed, delimits the number of bytes that can be sent at a time

52
New cards

positive acknowledgment with retransmission

a technique that requires a receiving machine to communicate with the transmitting source by sending an acknowledgment message back to the sender when it receives data. Source will retransmit if no ack is received for a segment, receiver also acknowledges a loss in transit

53
New cards

network layer

manages logical device addressing, tracks the location of devices on the network, and determines the best way to move data

54
New cards

network layer

must transport traffic between devices that aren't locally attached

55
New cards

data packets

used to transport user data through the internetwork

56
New cards

routed protocols

Protocols used to support data traffic, IP, IPv6

57
New cards

route-update packets

used to update neighboring routers about the networks connected to all routers within the internetwork

58
New cards

routing protocols

Routing Information Protocol (RIP), RIPv2, Enhanced Interior Gateway Routing Protocol (EIGRP), and Open Shortest Path First (OSPF)

59
New cards

routing table

stores network address, interface, and metric

60
New cards

Network Addresses

protocol-specific network addresses

61
New cards

Interface

exit a packet will take when destined for a specific network

62
New cards

Metric

value equals the distance to the remote network, RIP uses hop count

63
New cards

hop count

number of routers a packet must pass through to reach destination

64
New cards

Routers

by default, won't forward any broadcast or multicast packets

65
New cards

Routers

use the logical address in a Network layer header to determine the next-hop router to forward the packet to

66
New cards

Routers

can use access lists, created by an administrator, to control security on the types of packets that are allowed to enter or exit an interface

67
New cards

Routers

can provide layer 2 bridging functions if needed and can simultaneously route through the same interface

68
New cards

Routers

a layer 3 device, provide connections between virtual LANs (VLANs)

69
New cards

Routers

can provide quality of service (QoS) for specific types of network traffic

70
New cards

Routers

Layer 3 switch

71
New cards

data link layer

provides the physical transmission of the data and handles error notification, network topology, and flow control

72
New cards

data link layer

ensures that messages are delivered to the proper device on an LAN using hardware (MAC) addresses and translates messages from the Network layer into bits for the Physical layer to transmit

73
New cards

data frame

data link layer formats into pieces, and adds a customized header containing the destination and source hardware addresses

74
New cards

data link layer

the only layer with sublayers

75
New cards

logical link control

data link sublayer, responsible for identifying Network layer protocols and then encapsulating them, header tells the Data Link layer what to do with a packet once a frame is received

76
New cards

media access control

data link sublayer, defines how packets are placed on the media. Physical addressing is defined here, as are logical topologies

77
New cards

media access control

line discipline, error notification (not correction), ordered delivery of frames, and optional flow control can also be used at this sublayer

78
New cards

physical layer

it sends bits and receives bits, uses state transitions, defines topology

79
New cards

physical layer

specifies the electrical, mechanical, procedural, and functional requirements for activating, maintaining, and deactivating a physical link between end systems

80
New cards

data communication equipment

DCE, located at the customer, a modem

81
New cards

encapsulation

data is wrapped with protocol information at each layer, each layer only communicates with its peer layer at destination

82
New cards

protocol data units

hold control information attached to the data at each layer of the model, can be header or trailer

83
New cards

data encapsulation steps

Application data → [TCP segment | UDP datagram] → IP packet (IP datagram) → Frame → Bits

84
New cards
802.1
LAN/MAN Management and MAC Bridges
85
New cards
802.3
CSMA/CD (Ethernet)
86
New cards
802.11
Wireless LAN
87
New cards
802.15
Wireless PAN