Top

TCP/IP

1.

What is the address range of a Class B network address in binary?

Answer: C

The range of a Class B network address is 128-191. This makes our binary range 10xxxxxx.

Enter details here

2.

Which of the following protocols uses both TCP and UDP?

Answer: D

DNS uses TCP for zone exchanges between servers and UDP when a client is trying to resolve a hostname to an IP address.

Enter details here

3.

What protocol is used to find the hardware address of a local device?

Answer: B

Address Resolution Protocol (ARP) is used to find the hardware address from a known IP address.

Enter details here

4.

Which of the following are TCP/IP protocols used at the Application layer of the OSI model?

1.IP

2.TCP

3.Telnet

4.FTP

5.TFTP

Answer: C

Telnet, File Transfer Protocol (FTP), and Trivial FTP (TFTP) are all Application layer protocols. IP is a Network layer protocol. Transmission Control Protocol (TCP) is a Transport layer protocol.

Enter details here

5.

Which statements are true regarding ICMP packets?

1.ICMP guarantees datagram delivery.

2ICMP can provide hosts with information about network problems.

3.ICMP is encapsulated within IP datagrams.

4.ICMP is encapsulated within UDP datagrams.

Answer: B

ICMP is used for diagnostics and destination unreachable messages. ICMP is encapsulated within IP datagrams, and because it is used for diagnostics, it will provide hosts with information about network problems.

Enter details here

Loading…