In: Computer Science
. What is the primary difference between UDP and TCP?
33. A router deals with which part of the IP address:
34. A hop in a TCP/IP network refers to:
35. How many subnets (excluding all 0’s and all 1’s) can be uniquely identified with 4 bits?
36. How many subnets (excluding all 0’s and all 1’s) can be uniquely identified with 5 bits?
37. What is one of the main purposes of IP version 6 (IP Next Generation)?
38. Address 205.169.85.0 is assigned by ICANN as a corporate IP address. Which of the following statements is true:
32. What is the primary difference betwwn UDP and TCP
ans ----> a. One is connection-oriented and one is
connectionless
TCP is connection-oriented
UDP is connectionless
33. A router deal with which part of the IP address.
ans ----> Network ID
A router is the point of contact betweent to networks.
so router identifies the network id.
34 A hop in a TCP/IP network refers to:
ans ----> Going through a router.
Every time a packet passes
through a router , its hop is
increased by one.
35. How many subnets (excluding all 0’s and all 1’s) can be
uniquely identified with 4 bits?
ans ----> 14
total combinations using 4 bits = 2^4 = 16
excluding two , we have 14.
36. How many subnets (excluding all 0’s and all 1’s) can be
uniquely identified with 5 bits?
ans ----> 30
total combinations using 5 bits = 2^5 = 32
excluding two , we have 30.
37. What is one of the main purposes of IP version 6 (IP Next
Generation?
ans ----> Allows for more IP addresses
since IP Version 6 is 128 bit
long . so it can be used to provide unique ip address to every
single device in the world.
38. Address 205.169.85.0 is assigned by ICANN as a corporate IP
address. Which of the following statements is true:
ans -----> It is a class C address
class C address range is 192.0.0.0 to
223.255.255.255