Skip to main content

IS5203 Week2 ( 2nd Batch )

 Which protocol's header would a layer 4 device read and process?

Correct
What field in a TCP segment is used to determine if an arriving data unit exactly matches the data unit sent by the source?
Correct


At which OSI layer does IP operate?
Correct
What is the Internet standard MTU?
Correct
Which two protocols manage neighbor discovery processes on IPv4 networks?
Correct
You're getting a duplicate IP address error on your computer and need to figure out what other device on your network is using the IP address 192.168.1.56. What command will show you which MAC address is mapped to that IP address?
Correct
What is one advantage offered by VDI over RDS and VNC?
Correct
Which encryption protocol does GRE use to increase the security of its transmissions?
Correct
Which encryption benchmark ensures data is not modified after it's transmitted and before it's received?
Correct
Which remote file access protocol is an extension of SSH?
Correct
4. Question
Actioned
Item completed: 01/22/2022 04:19 AM
Value: 1
Answer: 192.168.0.10
PASS
5. Question
Actioned
Item completed: 01/22/2022 04:19 AM
Value: 1
Answer: 255.0.0.0
PASS
6. Question
Actioned
Item completed: 01/22/2022 04:19 AM
Value: 1
Answer: 255.255.255.240
PASS
7. Question
Actioned
Item completed: 01/22/2022 04:19 AM
Value: 1
Answer: 127.0.0.1
PASS
8. Question
Actioned
Item completed: 01/22/2022 04:19 AM
Value: 1
Answer: Sends network communication to a specific set of hosts
PASS
Score : 5 out of 5 (100%)
2. Question
Actioned
Item completed: 01/22/2022 04:25 AM
Value: 1
Answer:
Dynamically allocate IP addresses to hosts on the network
Automatically assign a DNS server address to a host
PASS
3. Question
Actioned
Item completed: 01/22/2022 04:25 AM
Value: 1
Answer: To ensure the credentials that were stipulated is applied
PASS
4. Question
Actioned
Item completed: 01/22/2022 04:25 AM
Value: 1
Answer: It stipulates how long an IP address will be allocated to a host
PASS
5. Question
Actioned
Item completed: 01/22/2022 04:26 AM
Value: 1
Answer: An exclusion is specified to ensure specific IP addresses are not automatically allocated to hosts
PASS
6. Question
Actioned
Item completed: 01/22/2022 04:26 AM
Value: 1
Answer: Domain Member Server
PASS
Score : 5 out of 5 (100%)
4. Question
Actioned
Item completed: 01/22/2022 04:27 AM
Value: 1
Answer: Level 15
PASS
5. Question
Actioned
Item completed: 01/22/2022 04:28 AM
Value: 1
Answer:
 w32tm /query /peers 
PASS
6. Question
Actioned
Item completed: 01/22/2022 04:28 AM
Value: 1
Answer: 1
PASS
7. Question
Actioned
Item completed: 01/22/2022 04:28 AM
Value: 1
Answer: 123
PASS
8. Question
Actioned
Item completed: 01/22/2022 04:28 AM
Value: 1
Answer: UDP
PASS
Score : 5 out of 5 (100%)
Which part of a MAC address is unique to each manufacturer?
Correct


What type of device does a computer turn to when attempting to connect with a host with a known IP address on another network?
Correct
What decimal number corresponds to the binary number 11111111?
Correct
Suppose you send data to the 11111111 11111111 11111111 11111111 IP address on an IPv4 network. To which device(s) are you transmitting?
Correct
When your computer first joins an IPv6 LAN, what is the prefix of the IPv6 address the computer first configures for itself?
Correct
If you are connected to a network that uses DHCP, and you need to terminate your Windows workstation's DHCP lease, which command would you use?
Correct
Which of these commands has no parameters in Windows?
Correct
Which DNS server offers the most current resolution to a DNS query?
Correct
You have just brought online a new secondary DNS server and notice your network-monitoring software reports a significant increase in network traffic. Which two hosts on your network are likely to be causing the increased traffic and why?
Correct
Which type of DNS record identifies an email server?
Correct
3. Question
Actioned
Item completed: 01/22/2022 06:34 AM
Value: 1
Answer: 80 and 443
PASS
4. Question
Actioned
Item completed: 01/22/2022 06:34 AM
Value: 1
Answer: LDAP
PASS
5. Question
Actioned
Item completed: 01/22/2022 06:34 AM
Value: 1
Answer: SQL
PASS
6. Question
Actioned
Item completed: 01/22/2022 06:34 AM
Value: 1
Answer: POP3 was used on the mail client software
PASS
7. Question
Actioned
Item completed: 01/22/2022 06:34 AM
Value: 1
Answer: UDP 53 / UDP 67 and 68
PASS
4. Question
Actioned
Item completed: 01/22/2022 06:38 AM
Value: 1
Answer: RDP
PASS
5. Question
Actioned
Item completed: 01/22/2022 06:38 AM
Value: 1
Answer: Site-to-Site VPN
PASS
6. Question
Actioned
Item completed: 01/22/2022 06:39 AM
Value: 1
Answer: Direct Access and VPN (RAS)
PASS
7. Question
Actioned
Item completed: 01/22/2022 06:39 AM
Value: 1
Answer: Network Access permissions
PASS
8. Question
Actioned
Item completed: 01/22/2022 06:39 AM
Value: 1
Answer: Authentication
PASS
Score : 5 out of 5 (100%)
2. Question
Actioned
Item completed: 01/22/2022 06:48 AM
Value: 1
Answer: route print
PASS
3. Question
Actioned
Item completed: 01/22/2022 06:48 AM
Value: 1
Answer: -t
PASS
4. Question
Actioned
Item completed: 01/22/2022 06:48 AM
Value: 1
Answer:
ifconfig eth0
ip address show eth0
PASS
5. Question
Actioned
Item completed: 01/22/2022 06:48 AM
Value: 1
Answer: Displays address resolution table for the device
PASS
6. Question
Actioned
Item completed: 01/22/2022 06:48 AM
Value: 1
Answer: The route it will take to reach the destination IP address
PASS
Score : 5 out of 5 (100%)
















































































































































































































































































Comments

Popular posts from this blog

IS5213 Data Science and Big Data Solutions

WEEK- 2 code  install.packages("dplyr") library(dplyr) Rajeshdf = read.csv('c:\\Insurance.csv') str(Rajeshdf)                        str(Rajeshdf) summary(Rajeshdf) agg_tbl <- Rajeshdf %>% group_by(Rajeshdf$JOB) %>%    summarise(total_count=n(),             .groups = 'drop') agg_tbl a = aggregate( x=Rajeshdf$HOME_VAL, by=list( Rajeshdf$CAR_TYPE), FUN=median, na.rm=TRUE ) a QUIZ 2. What famous literary detective solved a crime because a dog did not bark at the criminal? A). Sherlock Holmes 1.  In the Insurance data set, how many Lawyers are there? A).  1031 3. What two prefixes does the instructor use for variables when fixing the missing values? Select all that apply. A). IMP_ M_ 4. What is the median Home Value of a person who drives a Van? A).  204139 5. In the insurance data set, how many missing (NA) values does the variable AGE have? A) 7   1. What...

GE5103-2 Project Management [Aug 23 Syllabus]

    Some of the advantages of using time boxes and cycles in project coordination efforts include creating urgency, measuring progress, and allowing for predictable measurements. A)        True 2.    Even though most project managers are not contract specialists, they need to understand the process well enough to coordinate with the team. For the current assignment, you are looking at a short-term and small effort with a contractor of just a few hours without significant clarity. Which of the following would be the most applicable contract to use in this situation? A)        Time and materials 3. The project you are working on has had modifications to the plan from the start and even how the project is run. Project governance covers all of the 3 following except: A)        Naming The project manager 4. Of the following, which is most likely a trigger condition defined early in t...

GE5093 Design Thinking All Quizzes

  GE---5093-1D2-FA-2021 - Design Thinking Home My courses 2021-FA GE---5093-1D2-FA-2021 Week 1 Reading Quiz 1 Started on Sunday, October 31, 2021, 2:04 PM State Finished Completed on Sunday, October 31, 2021, 2:30 PM Time taken 25 mins 58 secs Grade 8.00  out of 10.00 ( 80 %) Top of Form Question  1 Correct 1.00 points out of 1.00 Flag question Question text A critical finding of Edward Lorenz related to Design Thinking was: Select one: a. An application of the caterpillar effect b. The idea of deterministic chaos or the "Butterfly Effect" c. Business leaders enjoy chaos d. Statistical modeling of weather was fairly accurate in the long term Feedback Your answer is correct. The correct answer is: The idea of deterministic chaos or the "Butterfly Effect" Question  2 Incorrect 0.00 point...