[prob1.c][100%] Develop a C program to read hurricane data and store and sort those hurricane data.
Each hurricane record contains the hurricanes name, year, month, and category. An input file named
hurricane.txt contains 100 hurricane records. Your program will perform the following tasks.
a) Read hurricane data from input file hurricane.txt and store them in an array of structure. The
structure definition is shown below. Then write the hurricane data stored in the array of structure
to a binary file named hurricane.bin.
typedef struct hurricane
{
char name[20];
int year;
int month;
int category;
}H_RECORD;
b) Create a new structure for storing the same hurricane data. This new structure should contain the
same members (name, year, month, and category) but utilize a minimum size as a data type.
Take the definition of the new structure shown below as an example. Design this new structure
so that the value sizeof(H_RECORD_MIN) is minimized
Modelling a management system for a depo
The model needs to have classes for:
Drivers (Driver extension for managers)
Vehicles (Vehicle extension for Tankers and Trucks)
Work Schedule (to be assigned) to the drivers and vehicles.
The system must:
Enable the reading, and writing of existing and new drivers
Enable the reading and writing of existing and new work
Enable managers to assign work to drivers and trucks
Enable drivers to see their assigned work
Have a log in system for drivers to see work, and managers to see and assign work.
There must be examples of Object Orientated code, so classes for most things, use of linked lists containing objects and etc
Note:
Use attached texbook.
Do not use any outside sources. Quotations should
include the author and page number of the source "and must be cited thusly" (Foner, 649).
Consider the six major disruptions to the status quo that we've explored in History 104 since
February:
World War I
the 1918 Spanish Flu
the Great Depression
World War II
the Vietnam War and the Turbulence of the 1960s
the Recession of the 1970s and 1980s
Select two or three of the six crises listed above and answer this question: To what degree did these crises lead to reforms that expanded the boundaries of freedom for Americans? Give specific factual examples.* In the final sentence of the essay, you may wish to speculate about whether the current coronavirus crisis--like crises past--will lead to outcomes which will contract or expand freedom.
*You may wish to define which definition of freedom they are using--negative (absence of
obstacles) or positiv
Must only use textbook I have attached for quotations
Do not use any outside sources. Quotations should
include the author and page number of the source "and must be cited thusly" (Foner, 649).
Consider the six major disruptions to the status quo that we've explored in History 104 since
February:
World War I
the 1918 Spanish Flu
the Great Depression
World War II
the Vietnam War and the Turbulence of the 1960s
the Recession of the 1970s and 1980s
Select two or three of the six crises listed above and answer this question: To what degree did these crises lead to reforms that expanded the boundaries of freedom for Americans? Give specific factual examples.* In the final sentence of the essay, students may wish to speculate about whether the current coronavirus crisis--like crises past--will lead to outcomes which will contract or expand freedom.
*Students may wish to define which definition of freedom th
Essay is about Orange the telecommunication company and the country is in Africa, and i chose Egypt. References should be at least 15, they should be articles, books authenticated websites like the guardian ect.., no blogs. Max word limit is 3000 words. Sticking to the points is important and i will attach an outline of the essay down below.
I have included a PDF of the options. He gave us 4 options for the assignments which are all Linux/Unix based and then we have to write a paper regarding the assignment and create a presentation. I am looking for help with only the first two aspects, creating the project and writing the paper. The professor is giving us 4 options for a final project, only 1 is required so whichever you feel you are more comfortable doing and since this is basically Linux 101 I would imagine it wouldn't take all that long time do as well. I can write the majority of the paper as well if I can get some notes, I am a bit behind in this class due to Covid issues and my grandmother passing so as long as I get some notes surrounding the process of setting up the project I can write the paper. However, if you want to write the paper I am willing to pay for that portion as well just let me know price.
Task 1 1000 to 1400 words
You are required to write a report for T1 Electros Chief Information Officer, the report should contain the following sections:
Explain in your own words what a VPN is and in general terms how they work.
Research the various VPN technologies that could be used to secure a site-to-site connection. Compare and contrast these VPN technologies looking at speed, ease of configuration and security. Hint: PPTP, L2TP and IPSec are the main types to focus on.
VPNs make use of symmetric and asymmetric encryption for critical phases of their operation. Explain using clear, concise and technically accurate descriptions the difference between symmetric and asymmetric encryption. Explain which phase of the VPN establishment uses symmetric encryption and which phase use asymmetric encryption and crucially why VPNs operate this way. Ensure that you provide an example of each form of encr
Requirements:
You will need to study the network diagram on the previous page in order to understand and interpret the physical topology. This physical topology has not been created by you, so you will need to ask questions in order to fully understand what is required from you. A list of meaningful questions will need to be written and submitted with the written part of the assignment. The questions will be answered in a 15-minutes one-to-one meeting with the client representative (your tutor).
You will need to configure the network according to the proposed design. The network will be tested using functionality testing. Your tutor will ping and trace across various paths, they will also use Cisco show commands to verify the correct operation of PPP, eBGP and the remote access VPN. This last task is quite a challenging configuration that makes use of AAA, encryption and hashing technologies and will require good research skills
The new requirements are:
In order to reduce cost whilst maintaining performance and security at both the Watford and Stevenage sites, the following changes will be introduced to the design:
o Only one router will be required at each site. Extensive use will be made of VLANs, trunking between switches and inter-VLAN routing.
o Trunk links between intermediary devices should use gigabit interfaces to maximise available bandwidth. Only the VLANs specifically required on each site should be allowed to traverse the trunk links.
o All PCs in each site should obtain their full IP addressing information using DHCP configured on the respective sites router. On each subnet the last five IP addresses should not be allocated by DHCP.
o The IP addressing scheme should remain the same as in assignment 1.
o All PCs at the Watford site should be able to browse to the two web servers located in the server
C coding project that needs a rework. Works up to part 3 but i included parts 1,2,3 for context. There are bugs that need to be fixed for part 3 and comments on how the code works need to be added. PLEASE ONLY QUOTE FOR coding part 4! Communicate further if you want to do it.
To compile in terminal, go into directory and hit 'make'/make clean to run/clean makefile.