Application Layer Flashcards
(97 cards)
what are the two possible structures of network applications
peer to peer
client server
does the server ip address change
no
does the server ip address change
no
how can servers be scaled
farming out to data centres
can client ip addresses change
yes
what do clients always communicate with in client server architecture
servers
is there an always on server in peer to peer architecture
no
in peer to peer architecture, do the clients have to go through the server always
no
how do peers use each other in peer to peer architecture
request service from each other and provide service in return
as new peers are added to the peer to peer architechture, how does this affect the system
increases load
new peers bring new capacity to give service to each other but also more demands for service
do the clients always keep the same ip address in p2p archicecture
no
why is there being no centralised system a good feature of p2p architecture
no point of attack
harder to bring down
what is the client process
process that initiates communication
what is the server process
process that waits to be contacted
which processes are performed in p2p arch
clients can perform both client and server processes
examples of apps that could tolerate some loss
audio
examples of apps that need 100% reliable data transfer
file transfer, web applications
examples of apps that require low time delay to be effective
multi player games
examples of apps that require low time delay to be effective
multi player games
example of apps where timing delays are not important
emails
what is throughput
how much data you can put through the system
examples of apps that require minimum amount of throughput to be effective
multimedia
what does it mean if an app is elastic
make use of whatever throughput they get
what does URL stand for
uniform resource locator