AWS Networking Flashcards
What is the RFC for the private address space?
RFC 1918
What is layer 1 of the OSI layer?
Physical, used for Ethernet, DSL, ISDN, WiFi.
What is layer 2 of the OSI layer?
Data link layer, used for Ethernet frames. Switching layer with switches and hubs.
What is layer 3 of the OSI layer?
Network layer, used for Ipv4, IPv6, ICMP, IPSec. Routing layer used with routers.
What is layer 4 of the OSI layer?
Transport layer, TCP, UDP, Apple Talk., SPX.
What is layer 5 of the OSI layer?
Sessions layer, establish and teardown
What is layer 6 of the OSI model?
Presetation, translation, compression, excryption.
What is layer 7 of the OSI model?
Application layer, HTTP, DNS, FTP
Where in the OSI layer does TLS fit
TLS fits in the Presentation layer where the presentation layer is used for encryption and compression.

How many hosts IP’s can I have with an AWS VPC /24?
251, you have 256 addresses in this space, 1 for the network, one for broadcast, 1 for the gateway, 1 DNS, 1 for reserve.
What is the largest VPC I can have in AWS?
/16 (65536)
Convert 192.168.0.15 to its bit form?
11000000.10101000.00000000.00001111
What is the 172.16.0.0 private address space range?
is is a /12 address space ranging from 1172.16.0.0 - 172.31.255.255 and has 1M hosts
What is the 10.0.0.0 private address space (range)?
Its is a /8 address apace ranging from 10.0.0.0 - 10.255.255.255 and has 16M hosts
What is the 192.168.0.0 private address space(range)?
It is a /16 address space ranging from 192.168.0.0 - 192.168.255.255 and has 65K hosts.
What is classless interdomain routing (CIDR)?
You can create a subnet mask to mask the network bits in use, this subdivides the network.
If we have a CIDR of /8, how many host addresses can I have?
16M (16777214)
What does a /8 CIDR look like in binary form?
11111111.00000000.00000000.0000000
What does a /16 CIDR look like in binary?
11111111.11111111.00000000.000000000
What does a /24 CIDR look like in binary?
11111111.11111111.11111111.00000000
If we have a /24 network what is the max networks we can subnet from it?
7 subnets.
/24 = 1 network 254 hosts
/25 = 2 : 126 hosts
/26 = 4 : 62 hosts
/27 = 8 : 30 hosts
/28 = 16 : 14 hosts
/29= 32: 6 hosts
/30=64 : 2 hosts
In a 10.x.x.x network how many bits are available for host or networking?
We can use 24bits for host and networking, we can say a 10 network is a /8 network.
In a 172.x.x.x. network how many bits can be used for host or network?
22 bits can be sued for host or networking, we can say the 172 network is a /12 network.
With a CIDR, when we add bits what are we doing?
We are increasing the number of bits in the CIDR blocks and subnetting the network.