Lecture 1 Flashcards
(13 cards)
What does the internet protocal stack contains
The IPS contains five layers: Physical, Link Network, Transport and Applcation
Physical Layer
Physical Layer is the bits on the wire layer
Link layer
Link layer is the data transfer between neoghboring network elements (Ethernet, wifi )
Network layer
Is the routing of datagrams from source to destination (IP , routing protocols)
Transport layer
process-process data transfer (TCP, UDP)
Application layer
Supporting network application (FTP, SMTP, HTTP)
Some network apps examples include
e-mail , voice over IP , real time video conferencing
Client server architecute
Server: always on host, permanent IP address, server farms sor scaling
Client server architecture
Client:
Communicate with server
may be intermittently connected
may have dynamic IP address
P2P connection (Peer to peer connection)
No always on server
end systems directly communicate
peers intermittently connected and change IP address
Skype is hybrid of P2P and client server
true
HTTP is stateless
It doesnot maintain information about past client requests
HTTP connections
Non persistenet HTTP : At most one connection is sent over a TCP
Persistent HTTP: Multiple objects can be sent over singlt TCP