Preview

06 -TCP/IP and UDP

 1. Read the following historical excerpt on TCP/IP and decide/research whether it is true or false.
In March 1982, the US Department of Defense declared TCP/IP as the 
standard for all military computer networking. In 1985, the 
Internet Architecture Board held a three day workshop on TCP/IP 
for the computer industry, attended by 250 vendor representatives, 
promoting the protocol and leading to its increasing commercial use

  TRUE

  FALSE

 2. The _________ in the world, TCP/IP protocol suite, was designed in 1970s by 2 DARPA scientists—Vint Cerf and Bob Kahn, persons most often called the fathers of the Internet
tcpipudp_cerfandkahn.jpg

   most popular network protocol

  most popular modem

  most famous cable architecture

  most used internet service provider

 3. TCP stands for Transmission Central Protection

  TRUE

  FALSE

 4. TCP/IP is…

  A set of physical 'layers' that are at the very core of the internet

  The protocol (two parts TCP and IP) that is used for communicating over the internet

  A set of foundational cables that lie under the atlantic ocean

  The very first form of an internet service provider (ISP)

 5. The TCP protocol prepares messages for transmission and reassembles any received messages.

  FALSE

  TRUE

 6. When sending data the TCP rules (protocols) include:

  All of the above

  Adding a sequence number to each packet so that the packet can be reassembled

  Adding extra error correction information so that errors can be spotted and fixed

  Dividing the message into packets

 7. When receiving data the TCP rules(protocols) will check to see if all packets are present and if so….

  send all the packets back to the sender

  use the error correction information to remove errors and return to sender

  use the sequence number of each packet to return the packets to the sender

  use the sequence number of each packet to re-assemble the message

 8. The receiving TCP rules also…

  spot missing packets and request for them to be re-sent

  spot IP addresses that are unauthenticated and potentially dangerous

  None of the above

  spot cables that are old and not suitable for data transmission

 9. When transmitting messages, this protocol is responsible for providing the destination address and recognising incoming data packets

  TCP

  FTP

  IP

  UDP

 10. For sending data the IP rules or protocols include adding the destination address to each data packet and….

  Dividing the message into packets

  Adding extra error correction information so that errors can be spotted and fixed

  adding its own address to indicate the source / where it came from

  All of the above

 11. For receiving data packets IP protocols (rules) include accepting data packets that have its own address attached and…

  Adding extra error correction information so that errors can be spotted and fixed

  Dividing the message into packets

  ignoring all data packets that do not contain its own address

  None of the above

 12. Both TCP and UDP are both protocols used for sending bits of data — known as packets — over the Internet. TCP isn't the only protocol!

  FALSE

  TRUE

 13. UDP stands for User Datagram Protocol — a datagram is the same thing as a packet of information. It works…

  similarly to TCP, but it throws all the error-checking stuff out.

  exactly like TCP - there is no difference

  completely differently to TCP and is more like SMTP and FTP

  like the IP and FTP protocols combined together

 14. When using UDP, packets are just sent to the recipient. The sender will not wait to make sure the recipient received the packet — it will just continue sending the next packets.

  TRUE

  FALSE

 15. UDP is used when speed is desirable and error correction is not necessary. For example, UDP is frequently used for live broadcasts and online games

  TRUE

  FALSE