Which one of the following is correct?
a. In IP broadcasting, the message is delivered to all hosts on the same subnet
b. In IP broadcasting, the message is delivered to most hosts on all subnets
c. In IP broadcasting, the message is delivered to all hosts on most subnets
d. In IP broadcasting, the message is delivered to all hosts on all subnets
Which of the following is correct as part of DDos-attack (shown in class) ?
a. sysctrl -w net.ipv4.tcp_syncookies=0
b. syscopy -w net.ipv4.tcp_syncookies=0
c. syscmd -w net.ipv4.tcp_syncookies=0
d. sysctl -w net.ipv4.tcp_syncookies=0
What unique address is embedded in an Ethernet NIC and used for communication on an Ethernet network?
a. Host address
b. IP address
c. Network address.
d. MAC address
Which command can be used to make socket programming between two computers that are attached to the same network (shown in class) ?
a. connectionSocket, addr = serverSocket.send()
b. connectionSocket, addr = serverSocket.accept()
c. connectionSocket, addr = serverSocket.reject()
d. connectionSocket, addr = serverSocket.receive()
Narendra is given a list containing non-repetitive numbers. You need to write a python function se-L(X) which takes input list X and returns five lists , one contains all prime numbers in A , 2nd one contain composite numbers in A , the third list contains all in A which are divisible by 2 , 4th and 5th list contain numbers divisible by 3 and 5 respectively
For example if X = [1,2,3,4,5,12,25,30,37] then 1st list = [2,3,5,37] , 2nd list=[4,12,25,30]
3rd list=[2,4,12,30] , 4th list=[3,12,30] and 5th list=[5,25,30] . Specify input in fixed form.
Briefly describe the following terms implemented in network security. (9 marks)
a Confidentiality (3)
b Authentication (3)
c Message Integrity (3)
Name one wireshark-filtering-command to show the tcp and http packets sent to ip address 65.208.228.223;
b) Name one UNIX/LINUX-command to check which port of your computer is listening
c) Name one python-command to receive a packet using a server socket.
d) Name one UNIX/LINUX-command to implement CIDA subnet mask x.x.x.x/23 on interface enp3
Describe the differences between a symmetric key encryption system and a public key encryption system. Name one algorithm or application for each system. (10 marks)
What is ICANN, and give 2 major functions of ICANN.
b) What is/are used (in datagram) to direct segment to appropriate socket of your target computer.
Give 2 types of Cyber attack using malware
b) Give 2 prevention methods to avoid man-in-the-middle-attack