2.1 Application Layer Principles Flashcards

services provided by the transport layer, API (Application-layer interface)

1
Q

P2P architecture meaning

A

there is no server;
instead, end systems (peers) DIRECTLY communicate with each other

no permanent IP

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

TCP vs UDP

A

both are transport-layer protocols:

TCP - reliable, makes sure all data packets arrive and are in the correct order
- requires handshake between client & server before sending data
- used for web browsing (HTTP), email (SMTP), file transfer

UDP - faster but unreliable data transfer
- for video streams, live gaming

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

What type of architecture does file-sharing use? (e.g. BitTorrent)

A

Peer-to-peer (P2P)

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

client-server architecture meaning

A

client: sends request
server: processes and sends back data

server:
- host is always ON
- has a well-known permanent IP address

client:
- not always connected to the internet
- no permanent IP
- clients do NOT communicate directly with each other

HTTP, IMAP, FTP

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

API meaning

A

application-layer interface

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

application definition

A

multiple programs (processes) interacting, exchanging messages

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

socket definition

A

abstraction that sends messages between API and transport layers

like a door; the sending process shoves the message out the door

relies on underlying structure (application, transport, network, link)

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

object definition

A

a structured data unit
- e.g. HTML files, JPEG images, Java applets

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

identifier definition

A

information attached to a process that enables it to receive messages

like an address
every host device has a unique 32-bit IP address

2 important pieces of info:
1. IP address
2. port numbers

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

open vs proprietary protocol

A

open: allows for interoperability, message syntax is public info (RFCs are publicly available)
e.g. WiFi, HTTP, STMP

proprietary: owned by a company, operation isn’t publicly known
e.g. Skype, Zoom

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

TCP

A

Transmission Control Protocol - communication protocol that operates on the transport layer

reliable, makes sure all data packets arrive and are in the correct order

requires handshake between client & server before sending data

used for web browsing (HTTP), email (SMTP), file transfer

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

UDP

A

communication protocol that operates on the transport layer

faster but unreliable data transfer

for video streams, live gaming

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

datagram definition

A

packets of information that are exchanged at the application layer

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