wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

A+ - 5B - Use Basic TCP/IP Concepts

Total questions: 12

Worksheet time: 15mins

Name
Class
Date
1-15.

Introduction to TCP/IP: TCP/IP is a widely adopted protocol suite for communication between networked hosts, defining a set of rules governing data transmission. It consists of four layers: Link or Network Interface, Internet, Transport, and Application layers.

Layers in TCP/IP:

  1. Link or Network Interface Layer: Manages frames on the physical network, using technologies like Ethernet or Wi-Fi for local communications.

  2. Internet Layer: Handles packet addressing and routing within networks using the Internet Protocol (IP) and resolves IP addresses to MAC addresses using ARP.

  3. Transport Layer: Manages multiple connections for different application layer protocols via TCP (connection-oriented, reliable) or UDP (connectionless, faster).

  4. Application Layer: Hosts application protocols (e.g., HTTP, FTP) responsible for high-level functions beyond addressing and data transportation.

IPv4 Addressing:

  • IPv4 Basics: IPv4 addresses are 32-bit values grouped into four octets, commonly written in dotted decimal notation for human ease.

  • Network Prefixes: Part of the IP address that identifies the network and host within it, used in conjunction with subnet masks for subnetting.

  • Public and Private Addressing: Certain ranges are reserved for private addressing (e.g., 192.168.x.x), not routable over the public Internet.

IPv4 Forwarding and Configuration:

  • IPv4 Forwarding: Hosts determine whether to deliver packets locally or route them to another network based on matching network IDs.

  • Host Address Configuration: Configured with IP address, subnet mask, default gateway, and DNS server addresses manually or via DHCP.

IPv6 Addressing:

  • IPv6 Basics: IPv6 addresses are 128-bit values, represented in hexadecimal format, with a 64-bit network ID and 64-bit interface ID.

  • Global and Link-Local Addressing: Global addresses are unique on the internet, while link-local addresses are used for local segment communication.

  • Dual Stack: Most devices support both IPv4 and IPv6, defaulting to IPv6 and falling back to IPv4 if necessary.

TCP/IP, initially developed by the US Department of Defense, has become an open standard allowing contributions through the Internet Engineering Task Force (IETF) via Request For Comments (RFCs). IPv6, aimed at replacing IPv4 due to address exhaustion, offers a larger pool of addresses and improved functionalities.

1.

What is the purpose of a network prefix in an IPv4 address?

a)

To distinguish between the network number and host number

b)

To configure the default gateway parameter

c)

To identify a host within a particular IP network

d)

To allocate public IP addresses to customer networks

2.

How is a network prefix expressed in slash notation?

a)

/32

b)

/24

c)

/16

d)

/8

3.

What is the purpose of a subnet mask in IPv4 networking?

a)

To forward packets to other networks

b)

To divide a single IP network into multiple logical subnetworks

c)

To identify the default gateway

d)

To configure the DNS server addresses

4.

When does a host assume that the packet must be routed to another IP network?

a)

When the masked portions of the source and destination IP addresses match

b)

When the destination interface is assumed to be on the same IP network

c)

When the subnet mask is configured with a block of valid public addresses

d)

When the source and destination network IDs match

5.

What are the three private address ranges defined in the IPv4 address scheme?

a)

172.16.0.0 to 172.31.255.255, 10.0.0.0 to 10.255.255.255, 192.168.0.0 to 192.168.255.255

b)

192.168.0.0 to 192.168.255.255, 172.16.0.0 to 172.31.255.255, 10.0.0.0 to 10.255.255.255

c)

10.0.0.0 to 10.255.255.255, 172.16.0.0 to 172.31.255.255, 192.168.0.0 to 192.168.255.255

d)

10.0.0.0 to 10.255.255.255, 192.168.0.0 to 192.168.255.255, 172.16.0.0 to 172.31.255.255

6.

What are the address classes in the IPv4 address scheme?

a)

B, C, D, E

b)

A, B, D, E

c)

A, B, C, E

d)

A, B, C, D

7.

How can internet access be facilitated for hosts using a private addressing scheme?

a)

Through a proxy server that fulfills requests for Internet resources on behalf of clients

b)

Both A and B

c)

Through a router configured with a single or block of valid public addresses

d)

None of the above

8.

What are the two other parameters typically configured for a host to make it fully functional?

a)

Default gateway parameter and Domain Name System (DNS) server addresses

b)

Default gateway parameter and proxy server address

c)

Default gateway parameter and subnet mask

d)

Domain Name System (DNS) server addresses and subnet mask

9.

How is an IPv4 address and subnet mask set manually in a static configuration?

a)

By entering the IP address as four octal numbers separated by periods and the subnet mask in octal notation

b)

By entering the IP address as four hexadecimal numbers separated by periods and the subnet mask in hexadecimal notation

c)

By entering the IP address as four binary numbers separated by periods and the subnet mask in binary notation

d)

By entering the IP address as four decimal numbers separated by periods and the subnet mask in dotted decimal notation

10.

What is the valid range of host addresses in the IP network 192.168.0.0/24?

a)

192.168.0.1 to 192.168.0.254

b)

192.168.0.0 to 192.168.0.255

c)

192.168.0.0 to 192.168.0.253

d)

192.168.0.1 to 192.168.0.255

11.

What is the purpose of the default gateway parameter in IPv4 networking?

a)

To send packets to a router for forwarding to remote networks

b)

To configure the DNS server addresses

c)

To forward packets to other networks

d)

To identify the network ID portion of an IP address

12.

What is the purpose of Domain Name System (DNS) server IPv4 addresses in IPv4 networking?

a)

To provide resolution of host and domain names to their IP addresses

b)

To forward packets to other networks

c)

To identify the default gateway

d)

To divide a single IP network into multiple logical subnetworks

13.

What is the purpose of the address resolution protocol (ARP) in IPv4 networking?

a)

To identify the MAC address associated with the destination IP address

b)

To configure the default gateway parameter

c)

To forward packets to other networks

d)

To divide a single IP network into multiple logical subnetworks

14.

What is the purpose of network address translation (NAT) in IPv4 networking?

a)

To identify the default gateway

b)

To convert between the private and public addresses

c)

To forward packets to other networks

d)

To divide a single IP network into multiple logical subnetworks

15.

What is the purpose of a proxy server in IPv4 networking?

a)

To divide a single IP network into multiple logical subnetworks

b)

To forward packets to other networks

c)

To fulfill requests for Internet resources on behalf of clients

d)

To identify the default gateway

16.

Which protocol allows a host to obtain its IP address dynamically along with other network configuration parameters?

a)

ARP

b)

NAT

c)

DHCP

d)

DNS

17.

Which device requires configuration of both public and private interfaces, including IP addresses and subnet masks?

a)

Switch

b)

Router

c)

Hub

d)

Modem

18.

How is the LAN interface of a SOHO router utilized?

a)

For accessing the ISP's network

b)

As the default gateway for hosts

c)

For wireless connections

d)

For DNS server configuration

19.

What term is used by other vendors instead of APIPA for a similar feature?

a)

Static addressing

b)

Link-local addressing

c)

Dynamic IP assignment

d)

Stateless addressing

20.

Which address range is typically used for APIPA (Automatic Private IP Addressing) in IPv4?

a)

192.168.0.0 to 192.168.255.255

b)

169.254.0.1 to 169.254.255.254

c)

10.0.0.0 to 10.255.255.255

d)

172.16.0.0 to 172.31.255.255

21.

When a host using DHCP fails to contact a DHCP server, what mechanism provides it with an IP address within a specific range?

a)

Dynamic IP assignment

b)

Static IP addressing

c)

APIPA

d)

DNS resolution

22.

What is the primary drawback of using static IP addressing in a large network?

a)

Higher security risks

b)

Less prone to errors

c)

Time-consuming configuration and prone to errors

d)

Easier tracking of IP allocations

23.

In IPv6, which part of the address is used for network addressing?

a)

First 32 bits

b)

Last 32 bits

c)

First 64 bits

d)

Last 64 bits

24.

What protocol is used in IPv6 for a host to discover a router and obtain its interface address?

a)

DHCPv6

b)

ARP

c)

ND (Neighbor Discovery)

d)

DNS

25.

Which address range is NOT considered a valid public IPv4 address?

a)

192.168.0.0 to 192.168.255.255

b)

10.0.0.0 to 10.255.255.255

c)

172.16.0.0 to 172.31.255.255

d)

203.0.113.1

26.

Have you submitted your standup form yet?

Click the link below

https://airtable.com/appg2CeX4DA9Y7hDi/shrUyD9aoryvXZgfu

a)

Not yet

b)

I have now.