





















































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Assignment 1 - Website Design & Development - Pass
Typology: Assignments
1 / 93
This page cannot be seen from the preview
Don't miss anything!






















































































Qualification BTEC Level 5 HND Diploma in Computing Unit number and title Unit 10: Website Design & Development Submission date 18/04/2022^ Date Received 1st submission Re-submission Date 19/05/2022^ Date Received 2nd submission Student Name Huynh Minh Huy Student ID GCD Class GCD1001 Assessor name Phan Thanh Tra Student declaration I certify that the assignment submission is entirely my own work and I fully understand the consequences of plagiarism. I understand that making a false declaration is a form of malpractice.
Grading grid
Grade: Assessor Signature: Date: Lecturer Signature:
CHAPTER 1: Server technologies and management services. I. Identify the purpose and types of DNS.
Non-Recursive Query: A non-recursive query is one for which the DNS Resolver already has a response. That either instantly delivers the DNS records or searches the name server that is authoritative for the records, and because that is kept in local cache, the user receives an instantaneous answer. b. DNS Servers. Domain names are converted to IP addresses by DNS servers. It translates human requests into machine IP addresses, making it easier to contact the origin server. DNS Resolver: A DNS resolver, also known as a recursive resolver, converts hostnames into IP addresses that machines can understand. Requests from web browsers and other applications are handled by this server. This resolver receives a hostname of the type www.sample.com and is also responsible for tracking the IP address associated with that hostname. DNS Root Servers: DNS root servers are name servers that work in the root zone of the DNS system. The server Figure 3 : DNS Servers.
The common DNS record types are: Address mapping record (A record): An 'A record' is a DNS record that records a hostname and its matching IP address. This implies that it is used to give the IP address connected with the domain name. It's a specific sort of DNS record. IP version 6 address record (AAAA record): The second form of DNS record, often known as a 'AAAA record,' is an Internet Protocol version 6 record. The 'AAAA record' contains information about the hostname and IP address for version 6. Canonical Name Record (CNAME record): The Canonical Name Record is abbreviated as CNAME. The CNAME record links one domain name to another. For example, the CNAME record might map a web address to the real website. Mail Exchanger Record (MX Record): An MX record is a mail exchange record. It indicates the domain name's mail server, which is in charge of receiving email messages on behalf of the domain name. All emails sent to recipients are first sent to the mail server with the IP address, and then the recipient receives the email. Name Server Record (NS Record): The name server record is abbreviated as a 'NS Record.' It provides the name server's domain name. This record is located at the top of your domain, it is public, and it is only stored in particular areas.
Reverse-lookup pointer record (PTR Record): A PTR record is a reverse-lookup pointer record. It gives you a domain name that's linked to an IP address. It's the polar opposite of the 'A record.' In DNS lookup, the PTR record is utilized. Certificate Record (CERT Record): The certificate record is abbreviated as 'CERT Record.' It keeps the encrypted certificates on file and only sends information to legitimate receivers. Service Location (SRV Record): The domain name server stores data about location (e.g., hostname, port number) in the service location records. It's a DNS resource record that's used to find active directory domain controllers. Text Record (TXT record): A text record (TXT record) is a DNS record that provides text information for sources outside of the domain, as well as machine- readable data such as encryption, sender policy, and so on. Start of Authority (SOA Record): The start of authority record (SOA Record) is a type of DNS record that carries information on DNS zone files, domain serial numbers, and, in particular, zone transfer. Its format is defined in RFC 1035.
UART Protocol. A universal asynchronous transmitter and receiver is referred to as a UART. The UART Technologies are two wired serial communication protocols. Rx and Tx are the signal lines on a data wire. For transmitting and receiving signals, serial communication is often employed. It sends and receives data serially, bit by bit, without the need of class pulses. The UART receives bytes of data and delivers the bits in a sequential order. UART is a half-duplex communication protocol. Half-duplex indicates that data is transferred and received but not at the same time. The majority of controllers include a hardware UART. The data is transmitted and received via a single data line. It has one start bit, 8 bits of data, and one stop bit, indicating that the 8-bit data transmission is from high to low. Ex: Emails, SMS, Walkie-talkie, … Figure 7 : UART Protocol.
with an ARM controller through USB. The data is sent to multiple modes through USB. The first is a modest speed mode of 10 to 100 kbps; the second is a full speed mode of 500 to 10 mbps; and the third is a high-speed mode of 25 to 400 Mbps. The maximum length of a USB cable is 4 meters. Ex: Mouse, Keyboard, Hubs, switches, pen drive. Differences between the Inter System Protocols. UAR T
UART (Universal Asynchronous Transmitter and Receiver) is an acronym for Universal Asynchronous Transmitter and Receiver. USART (Universal Synchronous and Asynchronous Data Transmitter and Receiver) is an acronym for Universal Synchronous and Asynchronous Data Transmitter and Receiver. Universal Serial Bus is the abbreviation for Universal Serial Bus. UART is primarily comprised of two wire- based protocols: transmitter and receiver. USART, like Transmitter and Receiver, is a two-wire protocol. USB, like D+ and D-, is a two- wire standard. It sends and receives byte- by-byte data packets without the need of classes. It sends and receives a block of data using pulse classes. It uses clock pulses to send and receive data. UART is a half-duplex communication protocol. USART is a full-duplex communication protocol. USB also supports full-duplex communication. In comparison to USART, UART is sluggish. In comparison to USB, USART is sluggish. When compared to USART and UART, it is much faster. Table 1 : : Differences between the Inter System Protocols. Figure 9 : USB Protocol.
b. Intra System Protocol. To communicate between the two components on the circuit board, the Intra system protocol is employed. We shall increase the peripherals of the microcontroller by employing these intra system protocols instead of turning to intra system protocols. Using the intra system protocol will increase circuit complexity and power consumption. The cost of accessing data is reduced by using intra system protocols, which reduce circuit complexity and power consumption. The different categories of intra system protocol mainly include the following. I2C Protocol. SPI Protocol. CAN Protocol. I2C Protocol I2C stands for inter-integrated circuit, and it connects all peripherals to the microcontroller with only two cables. To transfer data between devices, I2C uses two wires: SDA (serial data line) and SCL (serial clock line). It's a communication protocol between a master and a slave. Each slave has his or her own address. The master device transmits the target slave device's address and reads/writes the flag. The address corresponds to any slave device that is turned on, while the remaining slave devices are in disabled status. Figure 10 : Intra System Protocol.