Quiz chapter 1, 2, 3 & 8 Flashcards
What is a message on the application layer called?
Message
What is a message on the Transport layer called?
Segment
What is a message on the Network layer called?
Datagram
What is a message on the Link layer called?
Frame
What is a message on the Physical layer called?
Bits
What are all the protocol layers together called?
Protocol stack
What does SMTP stand for and what is it used for?
Simple Mail Transfer Protocol
Is used for sending emails
What does IMAP and POP stand for and when are they used?
Internet Message Access protocol
and
Post Office Protocol
are used for recieving email
What does HTTP stand for and what is it used for?
Hypertext Transfer Protocol
is used to
Transfer Web messages
What does DNS stand for and what is it used for?
Domain Name System
is used to
translate domain names to the actual IP-address
What does TCP stand for and what is it used for?
Transmission controll protocol
is used for
Reliable unencrypted byte-oriented data stream
What does TLS stand for and what is it used for?
Transport layer security
is used for
Reliable encrypted byte-oriented data stream
What does UDP stand for and what is it used for?
User Datagram Protocol
is used for
Segments without reliable data transfer
Name two service quality guaranties TCP gives
-In-order data delivery
-Reliable data transfer
True or false?
When UserDatagramProtocol is used, then any fault correction is up to the application
True!