03 Flashcards

1
Q

What is the first six bytes in anipv4 packet?

A

destination address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is bytes 7-12 in an ipv4 packet?

A

source address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is bytes 13-14 in an ipv4 packet?

A

next protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the first and second bit of byte 15 in Ipv4 packet??

A

What version of IP/ The Header length = (5-F)*4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is byte 13-16 in an IPV4 packet?

A

source ip

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the parameters of Time to Last in an IPV4 packet?

A

Time to Last
40 = (Unix/64 hops)
80 = (windows/128 hops)
FF = (Cisco/255 hops)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the options of Protocol connection in an IPV4 packet? What byte is it always located on?

A

Protocol Connection

01 = ICMP
06 = TCP (connection Oriented)
11 = UDP (connectionless)

10th

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is byte 13-16 In an IPV4 packet?

A

Source IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is bytes 17-20 in an IPV4 packet?

A

Target IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you convert from hex too dotted decimal notion?

0A:5A:7B:01:0A:5A:7B:64

A

you multiply the first bit 0|A by 16 and the second by 1 and then add the two togeather

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The _____ is a list of networks and paths the router references for decisions on packet forwarding

A

Routing Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is manually built by the administrator in a Routing table?

A

static routes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What Routes are learned from other routes in a Routing table?

A

dynamic routes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is used by a routing table if there is no entry for destination? What’s the process?

A

default route, sending traffic to the next-hop router for forwarding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A ________ is required for each network that needs to communicate with a different network, The ______ is a ________________________________

A

Default gateway, router that connects LAN to WAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

___________ known as non-routable addresses, have been reserved for private networks and are not routed across the internet

A

Private IP ranges

17
Q

169.254.0.0 /16 is primarily used by __________ and is called _________ allows _____________ to communicate on the LAN

A

Windows hosts, APIPA, windows machines

18
Q

127.0.0.0 /8 is called the __________ address range, the entire subnet is reserved for testing NIC’s ability to send or receive traffic

A

loopback

19
Q

Class D range of 224.0.0/4 is reserved for?
Class E range of 224.0/4 is reserved for?

A

multi casting use
experimentation and research use

20
Q

What is the common representation of an IP address?

A

Dotted notation

21
Q

The ______ is a number similar to an IP address, that defines where the network bits stop and the host bits begins

A

Subnet mask

22
Q

The most prevalent logical address is _________

A

Internet Protocol IP

23
Q

What are the private ip ranges for Class A,B, and C?

A

10.0.0.0 /8
172.16.0.0 /12
192.168.0.0 /16

24
Q

In a subnetting table what are the numbers that follow SMN?

A

128 192 224 240 248 252 254 255

25
Q

What do you do if your bit value is bigger then the octet of interest?

A

for the in-between do 0/number that you are given-1, when doing broad cast and beyond add 255 but do not take from octet of intrest