If my source is 192.168.0.128 & destination is 192.168.1.128. How will the packet travel? Given paths are: 192.168.0
0/24, 192.168.1.64/26, 10.2.1.0/16, 10.1.0.0/16, 192.168.1.0/26 and 172.16.100.0/24.
Packet Forwarding at router goes like this
--> Take destination address and do 'logical AND' with subnet mask of each outgoing network entry in routing table
--> Check with all networks that are enlisted in it's routing table
--> Take the path with which destination address is matched
--> If multiple out network id's are matched, then take longest prefix match of destination ip
Example : -- here destination is 192.168.1.128
Router has 6 entries . Take first one 192.168.0.0/24
Sub net mask is 1111 1111.1111 11111.1111 1111.0000 0000
logical and ing subnet mask with destination gives us ---
192 . 168 . 1 . 128
1111 1111.1111 11111.1111 1111.0000 0000
-----------------------------------------------------------------------------------------------------
192 . 168 . 1 . 0 is not equal to given network id 192.168.0.0



Here routing table should be mentioned very clearly. But in general, default entry is always present at last. Therefore output must be 172.16.100.0/24.
If my source is 192.168.0.128 & destination is 192.168.1.128. How will the packet travel? Given paths...
Routing Paths and Subnets
TOTAL POINTS 1
1.Question 1
Let’s see how much you’ve learned about routing paths and
subnetting! In this activity, you are given a bunch of source and
destination IP address pairs. Your task is to route each of these
packets from the correct source network to the correct destination
network.
Step 1: You will be presented 8 source and
destination IP address pairs in the table below.
Step 2: You will mimic how the packets travel...
I have to mimic how the packets travel from the source IP address
to the destination IP address within the network. How do I solve
this?Routing Paths and Subnets 192.168.0.0/24 10.1.0.0/16 192.168.1.64/26 192.168.1.0/26 10.2.1.0/16 172.16.100.0/24
there are different addresses given which is 192.168.0.0/2410.1.0.0/16192.168.1.0/26172.16.100.0/2410.2.1.0/16192.168.1.64/26
Describe the form of data unit for the 5-layer TCP/IP model. Given the following IP source and destination addresses in Hexadecimal format: 3. P source address: 81 7E 7B 01 IP destination address: 81 7E 7B 24, converi then to standard doited decimal format.
Describe the form of data unit for the 5-layer TCP/IP model. Given the following IP source and destination addresses in Hexadecimal format: 3. P source address: 81 7E 7B 01 IP destination address: 81 7E 7B...
1. Can this message be delivered directly by the source to the
destination, or will it require routers to handle the message?
Frame Type Frame Data Destination Hardware Address 6 Bytes Source Hardware Address 6 Bytes 2 Bytes 46 - 1500 Bytes 3 Byte 0 1 2 3 bit 012345678 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 O Version Header Length Type Of Service...
ADJACENCY LIST ( use Breadth-First Search algorithm) How to get the total number of paths of fixed length from vector of vector adjacency LIST. REMEMBER: the fixed length has to be the shortest length. So, const std::vector< std::vector<unsigned> > & adjList; and I'm supposed to get the number of paths for a given shortest path from the adjList. What I want: 1. To define the function countingGraphPathWays(const vector< vector > &adjVertex, unsigned source, vector & thPathLen, vector & numOfTheShortestPaths) 2....
What is the network ID in the destination
address?
What is the host ID in the destination
address?
Write the destination IP address in dotted-decimal
notation.
Find the source IP address.
What class is the source IP address?
What is the network ID in the source
address?
What is the host ID in the source
address?
Write the source IP address in dotted-decimal
notation.
Can this message be delivered directly by the source to
the destination, or will it require...
Could anyone explain how we
get these numbers
Given 172.16.0.0/16 your Network needs to accommodate 1000 sales department users, 1023 Workstations, 8 Managers, and 200 staff. Given 192.168.1.0/24 your Network needs to accommodate 4 Managers, 120 Users, and 32 staff. What would be the Next IP address if you needed to expand on your scheme.
This was the question i was given by my chem lecturer. Not sure
how the data could be wrong?
Q3. The evaporation of water is monitored over time giving the following data: time / min 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 Vol. H20/1 0.250 0.248 0.247 0.245 0.244 0.242 0.240 0.239 0.237 0.236 0.234 0.233 0.231 0.229 0.228 0.226 0.224...
1. To which of the following subnets does IP address 225.3.2.22 belong? 225.3.2.0/24 225.3.2.22/24 225.2.3.0/24 225.0.0.0/24 none of the above Question 2 On which of the following devices does the transport layer NOT run? laptop router cellphone A, B and C none of the above Question 3 What is the source address contained in the discover message sent by a host that is wanting to obtain an IP address? 255.255.255.255 0.0.0.0 the IP address of the server the last IP...