WorksheetsA+ - 5B - Use Basic TCP/IP Concepts
Total questions: 12
Worksheet time: 15mins
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:
Link or Network Interface Layer: Manages frames on the physical network, using technologies like Ethernet or Wi-Fi for local communications.
Internet Layer: Handles packet addressing and routing within networks using the Internet Protocol (IP) and resolves IP addresses to MAC addresses using ARP.
Transport Layer: Manages multiple connections for different application layer protocols via TCP (connection-oriented, reliable) or UDP (connectionless, faster).
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.
What is the purpose of a network prefix in an IPv4 address?
To distinguish between the network number and host number
To configure the default gateway parameter
To identify a host within a particular IP network
To allocate public IP addresses to customer networks
How is a network prefix expressed in slash notation?
/32
/24
/16
/8
What is the purpose of a subnet mask in IPv4 networking?
To forward packets to other networks
To divide a single IP network into multiple logical subnetworks
To identify the default gateway
To configure the DNS server addresses
When does a host assume that the packet must be routed to another IP network?
When the masked portions of the source and destination IP addresses match
When the destination interface is assumed to be on the same IP network
When the subnet mask is configured with a block of valid public addresses
When the source and destination network IDs match
What are the three private address ranges defined in the IPv4 address scheme?
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
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
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
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
What are the address classes in the IPv4 address scheme?
B, C, D, E
A, B, D, E
A, B, C, E
A, B, C, D
How can internet access be facilitated for hosts using a private addressing scheme?
Through a proxy server that fulfills requests for Internet resources on behalf of clients
Both A and B
Through a router configured with a single or block of valid public addresses
None of the above
What are the two other parameters typically configured for a host to make it fully functional?
Default gateway parameter and Domain Name System (DNS) server addresses
Default gateway parameter and proxy server address
Default gateway parameter and subnet mask
Domain Name System (DNS) server addresses and subnet mask
How is an IPv4 address and subnet mask set manually in a static configuration?
By entering the IP address as four octal numbers separated by periods and the subnet mask in octal notation
By entering the IP address as four hexadecimal numbers separated by periods and the subnet mask in hexadecimal notation
By entering the IP address as four binary numbers separated by periods and the subnet mask in binary notation
By entering the IP address as four decimal numbers separated by periods and the subnet mask in dotted decimal notation
What is the valid range of host addresses in the IP network 192.168.0.0/24?
192.168.0.1 to 192.168.0.254
192.168.0.0 to 192.168.0.255
192.168.0.0 to 192.168.0.253
192.168.0.1 to 192.168.0.255
What is the purpose of the default gateway parameter in IPv4 networking?
To send packets to a router for forwarding to remote networks
To configure the DNS server addresses
To forward packets to other networks
To identify the network ID portion of an IP address
What is the purpose of Domain Name System (DNS) server IPv4 addresses in IPv4 networking?
To provide resolution of host and domain names to their IP addresses
To forward packets to other networks
To identify the default gateway
To divide a single IP network into multiple logical subnetworks
What is the purpose of the address resolution protocol (ARP) in IPv4 networking?
To identify the MAC address associated with the destination IP address
To configure the default gateway parameter
To forward packets to other networks
To divide a single IP network into multiple logical subnetworks
What is the purpose of network address translation (NAT) in IPv4 networking?
To identify the default gateway
To convert between the private and public addresses
To forward packets to other networks
To divide a single IP network into multiple logical subnetworks
What is the purpose of a proxy server in IPv4 networking?
To divide a single IP network into multiple logical subnetworks
To forward packets to other networks
To fulfill requests for Internet resources on behalf of clients
To identify the default gateway
Which protocol allows a host to obtain its IP address dynamically along with other network configuration parameters?
ARP
NAT
DHCP
DNS
Which device requires configuration of both public and private interfaces, including IP addresses and subnet masks?
Switch
Router
Hub
Modem
How is the LAN interface of a SOHO router utilized?
For accessing the ISP's network
As the default gateway for hosts
For wireless connections
For DNS server configuration
What term is used by other vendors instead of APIPA for a similar feature?
Static addressing
Link-local addressing
Dynamic IP assignment
Stateless addressing
Which address range is typically used for APIPA (Automatic Private IP Addressing) in IPv4?
192.168.0.0 to 192.168.255.255
169.254.0.1 to 169.254.255.254
10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.255.255
When a host using DHCP fails to contact a DHCP server, what mechanism provides it with an IP address within a specific range?
Dynamic IP assignment
Static IP addressing
APIPA
DNS resolution
What is the primary drawback of using static IP addressing in a large network?
Higher security risks
Less prone to errors
Time-consuming configuration and prone to errors
Easier tracking of IP allocations
In IPv6, which part of the address is used for network addressing?
First 32 bits
Last 32 bits
First 64 bits
Last 64 bits
What protocol is used in IPv6 for a host to discover a router and obtain its interface address?
DHCPv6
ARP
ND (Neighbor Discovery)
DNS
Which address range is NOT considered a valid public IPv4 address?
192.168.0.0 to 192.168.255.255
10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.255.255
203.0.113.1
Have you submitted your standup form yet?
Click the link below
Not yet
I have now.
