week 11 Flashcards
(37 cards)
what is the application layer
- -> The application layer is the closest to the user
- -> Provides interface between the applications we use to communicate and underlying network over which our messages are transmitted
- -> application layer protocols are used to exchange data between source and destination hosts
what are the 3 functions of the presentation layer
–> formats data from the source device into a compatible form for receipt by the destination device
–> compression of data in a way that can be decompressed by the destination device
–> Encryption of the data for transmission and the decryption of data upon receipt by the destination
what are the functions of the session layer
- -> creates and maintains dialogs between source and destination applications
- -> Handles the exchange of information to initiate dialogs, keep them active and to restart the session s
what is DNS
used to resolve internet names to ip addresses
what is telnet
a terminal emulation protocol used to provide remote access to servers and networking devices
what is DHCP
used to assign ip address, subnet mask, default gateway and DNS server to a host
what is HTTP used for
used to transfer flies that make up webpages of the world wide web
what is FTP
used for interactive file transfer between systems
what is trivial file transfer protocol (TFTP)
used for connectionless active file transfer
what is simple mail transfer protocol
used for transfer of mail messages and attachments
what is post office protocol (POP)
used by email clients to retrieve mail from a remote server
what is internet message access protocol (IMAP)
another protocol for email retrieval
every connected end device are considered _________ in the p2p network
equal
what is a peer in peer to peer networks
it is the end devices
what do peer networks do with the resources on the network
peer to peer networks decentralize the resources on a network
instead of locating the data to be shared on dedicated servers, data can be located anywhere and on any connected device
what do p2p applications do instead of using a central database
The devices on the network each tell the others what files are available when queried, and use the file sharing protocol and services to support locating resources
what are some common p2p applications
- -> edonkey
- -> eMule
- -> BitTorrent
- -> Bitcoin
- -> LionShare
in a client server architecture in addition to actual data transfer what else is required
user authentication
identification of file data
what protocols does HTTP specify
request and response protocol
what are 3 common request message types in HTTP
GET
POST
PUT
SMTP used to __________
send mails
_________ and __________ used to retrive mail
POP and IMAP
SMTP transfers mail reliably and efficiently to ___________–
destination email server
describe how SMTP works
- -> transfers mail
- -> SMTP processes must be running on both client and server
- -> message and message header must have a properly formatted recipient email address and a sender
- -> uses port 25