Final Flashcards
(65 cards)
A device that can filter traffic based on source or destination addresses is called a:
Firewall
Briefly describe the OSI model.
A model used in networking which breaks up communications into 7 abstract layers. The layers communicate with each other using encapsulation.
Briefly describe the purpose of a VPN.
Virtual Private Network is used to securely access resources over a non-secure public network connection, using an encrypted tunnel.
Briefly describe what NAT does.
Network Address Translation modifies IP headers to change the source/destination IP/ports for the purposes of mapping one address to another. It can be used, for example, to let many devices on a private network all share one public IP address.
Describe the TCP 3-way handshake.
It is the start of a TCP connection. Host A send a packet with the SYN flag set. Host B responds with a SYN/ACK. Host A then confirms the connection by sending an ACK.
Give an example of a Layer 1 medium.
Copper or fiber
Give an example of a link-state routing protocol.
OSPF or IS-IS
How many bits is an IPv4 address?
32
How many bits is this subnet: 255.255.255.0?
24
How many individual copper wires are in a Cat5e cable?
8
How many layers are in the OSI model?
7
If your network address is 192.168.12.0/24, how many IP addresses are available on this network?
256 total, 254 usable
In TCP, what happens if a packet is lost?
TCP will notice a packet that is not acknowledged and retransmit it.
In TCP, what’s the purpose of the FIN packet?
To end a TCP connection nicely
In a TCP connection, when the sender advertises a window size, what does this tell the receiver?
This tells the receiver how much data the sender is willing to accept.
In which layer does an ethernet switch run?
layer 2
Is the IP protocol ““best effort”” or does it guarantee delivery?
Best effort
List an advantage and a disadvantage of using layered protocols.
One advantage is abstraction. One layer can be changed without affecting other laters. One disadvantage is the overhead of going through so many layers may slow communications.
List the layers of the OSI model.
Physical Data link Network Transport Session Presentation Applcation
Name an advantage of fiber optic cabling over copper cabling.
Has more bandwidth. Can go further distance. Is not susceptible to EMI.
What is CSMA/CD?
It is one of the protocols used in Ethernet.
Carrier Sense – the device can tell when someone is talking on the channel or when the channel is idle. Multiple Access – let’s multiple devices use the same channel.
Collision Detection – detection when two devices talk and the same time and their frames collide.
What is Dynamic Host Control Protocol (DHCP) used for?
Used to distribute network information (IP, Netmask, DNS, router, etc) to clients.
What is a DNS root server?
One of 13 servers around the globe responsible for handling top level domain name requests.
What is encapsulation?
Encapsulation is adding more data to a packet as it travels down the layers of the OSI model.