OSI MODEL Flashcards

(34 cards)

1
Q

Physical Layer Characteristics

A

PDU: Bits
Protocol: Bluetooth, TIA
Devices: Cable, Hub

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

What are the 2 methods to utilize bandwidth?

A

Broadband and baseband

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

Explain broadband and baseband

A

Broadband: Like cable tv, each channel share the same bandwidth
Baseband: Like phone call, 1 phone call at a time - use reference clock to allow for synchronous communication

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

Mutiplexing

A

Simultaneous use of baseband connection

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

Hub

A

A layer 1 networking device
Single collision domain, single broadcast domain
Use half duplex for communication n CSMA/CD

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

Data Link Layer Characteristics

A

PDU: Frame
Device: Switch, NIC, Bridges
Protocols: Ethernet, PPP, ATM

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

MAC Address

A

Physical address
48-bit (12 digit hexa letter) address assigned to a NIC
First 3 pairs are vendor code

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

Logical Link Control LLC

A

Provide basic flow control, basic error control func, connection services, and ack receipt of messages
Work via MAC Address

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

How communication are synchronized at Layer 2?

A

ISOCHRONOUS, SYNCHRONOUS, and ASYNCHRONOUS

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

Isochronous

A

Network devices use a common reference clock and create time slot for transmission (less overhead compared to the other 2)

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

Synchronous

A

uses a common reference clock
have beginning and ending frames and special control characters

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

Asynchronous

A

each device uses its own internal clock
use stop and start bits

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

Network Layers Characteristics

A

PDU: Packet
Devices: Routers, multilayer switches
Protocols: IPv4, IPv6, ICMP

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

What are the 3 ways that data is routed or forwarded in layer 3?

A

Packet switching
Circuit switching
Message switching

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

Packet switching

A

data divided into packets and forwarded based on IP
keep switching packet until it reaches the final destination IP

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

Circuit switching

A

SAME PATH THE WHOLE TIME (it might changes path when session ends tho)

17
Q

Message switching

A

data divided into messages
can be stored and forwarded

18
Q

Route Discovery and Selection

A

Manually configured as a static route or dynamically thru a routing protocol

19
Q

Which path to send? (Network layer)

A

Router uses routing table to forward packets based on destination IP via protocols like EIGRP, RIP, OSPF

20
Q

Layer 3 Connection Services

A

Augment layer 2 connection services to improve reliability: flow control and packet reordering

21
Q

ICMP

A

Internet Control Message Protocol (ping, traceroute)
send error messages and operational info to an IP destination

22
Q

Transport layer characteristics

A

PDU: Segment, Datagram
Protocol: TCP, UDP
Devices: WAN Accelerators, Load balancer, firewalls

23
Q

TCP

A

Transmission Control Protocol
connection oriented - reliable
segment retransmission and flow control thru windowing
segment sequencing
acknowledging segment

24
Q

UDP

A

User Datagram Protocol
connection-less - unreiable
good for streaming video and audio
less buffering

25
Windowing
Allows the client to adjust the amount of data in each segment To maximize thruput and bandwidth
26
Buffering
Occurs when devices allocate memory to store segments if bandwidth isn’t readily available
27
Session Layer Characteristics
PDU: Data Protocol: H.323, H.264, NetBIOS
28
Session layer’ functions
Set up: checking user credential, assigning a number to session to identify them Maintain: transfer data, reestablish connection, acknowledgment receipt Close: ending a session after the transfer is done or when one of the party disconnects
29
Presentation Layer Characteristics
PDU: Data Protocols: POP3, IMAP, SMTP
30
Application Layer’s Function
Provides application-level services where users communicate w computers
31
Application services
Unite communications between components from more than one network application (POP3, IMAP, SMTP)
32
Service Advertisement
Sending out announcements to other devices in the network to state the service they offer
33
TCP FLAGS
SYN: Synchronize connections ACK: Ack receipt SYN-ACK: FIN: Tear down connection created by 3 ways handshake RST: Used when received unexpected packets PSH: Give data priority URG: Prioritize packet immediately
34
Ethernet MTU
1500 Bytes