OSI Know This
Words and Terms
Parts and Pieces
MAC Attack
Web of Lies
100

TCP/IP has 5 layers. How many layers does OSI have?

7 Layers

100

SMTP - What does this acronym stand for?

Simple Mail Transfer Protocol

100

Sequence 200,001 - bits 41-60 are lost during a transmission. If pieces of a transmission are lost then error recovery can help recover them. What protocol is error recovery native to?

TCP - Transmission Control Protocol

100

At what layer does a MAC address get used?

Layer 2

100

What does the acronym URL mean?

Uniform Resource Locator

200

What does the acronym "OSI" stand for?

Open Standards Interconnection

200

When data is stored in a cache to wait until it can be sent over the line what state is the data in?

Buffering

200

Parts and Pieces - More like Ports and... tabs? When a web browser has multiple tabs open how does a web server know which one to send it to?

Each tab has a port on the extended range (1024+)

200

The acronym "MAC" in MAC Address stands for what?

Media Access Control

200

HTTP stands for this

Hypertext Transfer Protocol

300

This word means to wrap data up before it's sent out - starts with an "E"

Encapsulation

300

*Daily Double* This type of address is used at the Transport Layer to make sure data gets to the correct applications

Ports

300

FTP uses these commands to add data to, and take data from, a server

PUT and GET

300

The MAC address on your computer has 2 parts. What are these parts (list and describe)?

OUI (Organizationally Unique Identifier) and NIC (Network Interface Card) Identifier

300

The three way handshake of a computer accessing a web server goes like this:

SYN
SYN ACK
ACK

400

Nexflix, and other streaming services, use this protocol in please of TCP to transmit their data to you (hint: no error recovery)

UDP: User Datagram Protocol

400

The 3 "F"'s of switching are these:

Filter, Flood, Forward

400

What two parts, in conjunction, tell the receiving computer that a data stream is incoming?

The Preamble and the Starting Delimiter

400

A switch contains this type of table within its memory to be able to forward to a certain computer based on its unique layer 2 address

MAC Address Table

400

*Double Jeopardy* POP3, SMTP, and IMAP4: Only 1 of these allows users to access a centralized e-mail server that updates on all devices simultaneously - which one?

IMAP4 (Think Gmail)

500

From layer 7 down name the PDUs that represent what types of information being sent over (hint: bits on the physical layer)

Layer 7: Data
Layer 6: Data
Layer 5: Data
Layer 4: Segment
Layer 3: Packet
Layer 2: Frame
Layer 1: Bit

500

FTP stands for this

File Transfer Protocol

500

HTTP, HTTP/2, and HTTP/3 are similar in how they work with getting data to the destination but how do they differ in how they deliver it?

HTTP:Alternating HTTP GET then HTTP OK with single piece of data
HTTP/2:HTTP GET then single HTTP OK with all data at once
HTTP/3:HTTP GET then multiple HTTP OK one after the other with all data

500

How many bits is a MAC Address?

48 bit

500

I lied that this wouldn't be on your review (don't worry, it's not on the test): Take these binary numbers, turn them into decimal numbers, and then add them to get the final answer.

01000010 + 10000101 + 00000001 = ?

66 + 133 + 1 = 200