Networking Flashcards
1
Q
Name and explain the purpose of 3 methods of securing a wireless network
A
- WPA2 - requires a client to enter a password before connecting
- Disabling SSID broadcast - prevents those who do not know the SSID from connecting by disabling it’s display
- MAC address filtering - Blocks or allows certain devices from connecting to the network.
2
Q
Describe the steps in the CSMA/CA protocol
A
- The device listens to the communication channel to see if it is idle.
- If the channel isn’t idle, it waits a random period of time and checks again
- When the channel is idle , the data is transmitted.
3
Q
Explain the role of each layer in the tcp/ip stack
A
Application - Selects the relevant protocol and interacts with application software
Transport - Establishes an end-to-end connection, splits the transmission into packets
Network - Provides the IP address for each packet
Link - Controls physical connections between pieces of hardware in a network and MAC address
4
Q
What is a socket address
A
A combination of an IP and a Port Number
5
Q
A