Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Reminder: The network portion of an IP address is the result of the bitwise & ( AND ) operation on the IP address and subnet

Reminder: The network portion of an IP address is the result of the bitwise & (AND) operation
on the IP address and subnet mask (or netmask). Remember the netmask may be written in
dotted decimal (e.g.255.255.240.0) or it may be abbreviated using CIDR notation (e.g./20)
EXAMPLE: Find the network portion of IP address 192.168.177.134 with subnet mask
255.255.255.192
STEP 1: Convert IP address to binary:11000000101010001011000110000100
STEP 2: Convert netmask to binary: 11111111111111111111111111000000
STEP 3: calculate bitwise &: 11000000101010001010000110000000
STEP 4: Convert result to decimal: 192.168.177.128
Result: 192.168.177.128
1) Find the network portion of IP address 29.172.43.79 with netmask 255.255.248.0
STEP 1:
STEP 2:
STEP 3:
STEP 4:
Result:
2) Find the network portion of IP address 201.231.164.80 with netmask 255.255.255.192
STEP 1:
STEP 2:
STEP 3:
STEP 4:
Result:
3) Find the network portion of IP address 11.147.36.94 with netmask 255.128.0.0
STEP 1:
STEP 2:
STEP 3:
STEP 4:
Result:
2022 by Howard Community College. 2
4) Find the network portion of IP address 159.124.127.32 with netmask /22
STEP 1:
STEP 2:
STEP 3:
STEP 4:
Result:
5) Find the network portion of IP address 129.154.127.32 with netmask /27
STEP 1:
STEP 2:
STEP 3:
STEP 4:
Result:
BONUS (5 points): The IP address 223.254.27.32 is part of a Class C network. Find the network
portion of this IP address using the default netmask for a Class C network.
STEP 0: the default netmask for a Class C Network:
STEP 1:
STEP 2:
STEP 3:
STEP 4:
Result:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database System

Authors: Elmasri Ramez And Navathe Shamkant

7th Edition

978-9332582705

More Books

Students also viewed these Databases questions

Question

a. Do team members trust each other?

Answered: 1 week ago

Question

What is DDL?

Answered: 1 week ago