Basics of Networking Flashcards
In simple words, what does the NAT protocol do?
The Network Address Translation protocol is a method of mapping one IP address to another. So it ensures that any external response to traffic coming from a device comes back to the correct locally assigned IP.
Why does the NAT protocol accept connections out and responses back, but does not allow connections in?
Because the local IP address is unknown and a local address shouldn’t be routed across the internet.
What defines the layer 1 of the OSI Model?
The physical layer is how the devices are physically connected.
If a device uses more than one layer, in which one do we classify it?
We classify a device by its greater layer. If a device uses layers 1 and 2, it will be classified as a layer 2 device.
What is the Data Link layer?
It’s the layer responsible to transfer data between adjacent network nodes.
Does the Data Link layer transmit data over different networks?
No, it only traverses a single network.
What does the ARP protocol do?
The Address Resolution Protocol translates an IP address to a MAC address.
Will your MAC address be recorded in the logs of an internet web server you access? Why?
No. ARP traffic is not routed beyond the local network.
Does the first three octets of a MAC address identify the manufacturer?
Yes. The first octets are called the OUI, Organitonally Unique Identifier.
Can a MAC address be spoofed?
Yes. There’s ways to spoof it at a software level.
Can a MAC address be spoofed?
Yes. There’s ways to spoof it at a software level.
What does the Network Layer do?
Transmit data to different networks. Routes packages between different networks.
How does the IP address 192.168.101.42 would be on a network with a netmask of 255.255.255.0?
It would be 192.168.101.0
What are Subnet Masks used for?
They are used to identify the different parts of the IP address. Which bits will refer to the network address.
Which operation can be used on the IP address and subnet mask to determine the network identifier?
A bitwise AND.