wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

nwc 221-240

Total questions: 22

Worksheet time: 12mins

Name
Class
Date
1.

In order to maximize the usage of limited IP addresses, which of the following protocol is commonly used

a)

NAT

b)

DHCP

c)

Both of the above

d)

None of the above

2.

The internet protocol allows IP fragmentation so that datagrams can be fragmented into pieces small enough to pass over a link with a smaller MTU than the original datagram size

a)

t

b)

f

3.

Which of the following statement is correct for IPv6

a)

Addresses are not hierarchical and are randomly assigned

b)

There are 2.7 billion available addresses

c)

Broadcast in IPv4 have been replaced with multicast in IPv6

d)

Does not support multiple multiple IPv6 address per interface

4.

Bootstrap Protocol (BOOTP) allows a diskless workstation to be remotely booted up in a network with TCP port designation for both client and server

a)

t

b)

f

5.

In NAT operations, which of the following statements are correct

a)

NAT maps each private IP address and port number into shared global IP address and available port number

b)

Hosts inside private networks generate packets with private IP address and TCP/UDP port numbers

c)

Translation table allows packets to be routed unambiguously

d)

Translation table allows packets to be routed ambiguously

6.

Packet is to be forwarded to a network with MTU of 592 bytes. The packet has an IP header of 20 bytes and a data part of 1484 bytes. Which of following maximum data length per fragment is legitimate?

a)

592

b)

572

c)

568

d)

562

7.

What information is used as the entry of the lookup table in a Network Address Translation box?

a)

UDP port number

b)

IP address

c)

All of the above

d)

TCP port number

8.

IPv6 allows fragmentation at

a)

Source only

b)

Intermediate routers only

c)

Both source and intermediate routers

d)

None of the above

9.

Which of following fields that IPv6 dropped from IPv4?

a)

Header length

b)

Header checksum

c)

All of the above

d)

ID/flags/frag offset

10.

in practical IPv6 application, a technology encapsulates IPv6 packets inside IPv4 packets, this technology is called

a)

Routing

b)

IP tunneling

c)

Network address translation

d)

Dynamic host configuration protocol

11.

Which fields in IP packet provide for fragmentation of datagrams to allow differing MTUs in the internet

a)

Type of service

b)

Fragmentation offset

c)

Identification

d)

Flags

12.

IPv6 has a much larger space of

a)

2^8

b)

2^16

c)

2^32

d)

2^128

13.

Which of these statements are true of IPv6 representation

a)

The first 64 bits represent the dynamically created interface ID.

b)

Leading zeros in an IPv6 16 bit hexadecimal field are mandatory

c)

A single interface may be assigned multiple IPv6 addresses of any type

d)

Every IPv6 interface contains at least one loopback address

14.

Which of the following statement is true for DHCP

a)

Used extensively to assign temporary IP addresses to hosts

b)

Allows ISP to maximize usage of their limited IP addresses

c)

Time threshold to enforce lease time

d)

All of the above

15.

In Network Address Translation (NAT), which of the following statement is true for a packet with an associated private IP address at the routers in the global internet

a)

Discarded due to the nature of the packet address

b)

Redirected to other routers for address confirmation

c)

Create an exception and then forward the packet to the destination address in the header

d)

Forwarded to the destination address in the packet header

16.

Which of following control is enabled in UDP?

a)

Flow control

b)

Error control

c)

Congestion control

d)

None of the above

17.

Which of following information is not used in UDP de-multiplexing?

a)

Source IP address

b)

Destination IP address

c)

Source port number

d)

Destination port number

18.

TCP adopts selective repeat ARQ protocol for flow control. In TCP flow control implementation, the window slides at

a)

Per-packet basis

b)

Per-byte basis

c)

Per-bit basis

d)

None of the above

19.

Which flag bit in TCP header must be set when a TCP client initiates a three-way handshake?

a)

SYN

b)

ACK

c)

RST

d)

None of the above

20.

Which flag bit in TCP header must be set when a TCP entity wants to terminate a connection?

a)

FIN

b)

SYN

c)

RST

d)

ACK

21.

In Transmission Control Protocol (TCP), When a segment carries a combination of data and control information, it uses a

a)

Sequence Number

b)

Source Number

c)

Slot Number

d)

Port Number

22.

Transmission Control Protocol (TCP), has same Checksum controlling like

a)

TCP/IP

b)

ICMP

c)

UDP

d)

IP