export_week 4 Flashcards
The IMAP/POP3 application layer protocols utilizes the _____ transport layer protocol.
TCP
Compute the one’s complement sum of the following two numbers.
11111111 11111111
11111111
Compute the one’s complement sum of the following two numbers. 00000001 11111111
00000001
A simple checksum can detect all 2-bit errors (T/F)?
False
The UDP Protocol provides error detection (T/F)?
True
What phrase best describes reliable data transfer in the internet (using networking terminology)?
The ability to send and receive info that you are reasonably sure is what was sent, w/o losing any info.
If I want to be sure I don’t overwhelm the receive host with too much info, I would use the ____ protocol.
TCP
The one’s complement of 01101001 is ______
10010110
The TCP protocol provides error detection and correction (T/F)?
False
If I want to be fair about my usage of internet resources, I would use the _____ protocol.
TCP
The UDP Protocol uses a ____ bit ____ ‘s complement of the 1’s complement sum to compute the checksum.
16, 1
When it comes to pushing data into the internet, ____ is the more effective protocol.
TCP
It is acceptable to create two TCP connections on the same server/port doublet from the same client/port doublet (T/F)?
False
THE TCP protocol uses a 16 bit ___’s complement of the ___’s complement sum to compute the checksum
1, 1
A simple checksum can detect some 2-bit errors (T/F)?
True