Yes but if the hard drive stops working you will lose your files so it's better to backup your files to a cloud like iCloud by Apple.
Answer:
i can only give you pseudocode my fren
Explanation:
# information about me
def main():
MyName = “malaki”
print(myName)
myInfo = “I was born in wichita, Kansas U.S. I live in japan. I love hotdogs.”
print(myInfo)
main()
sorry if this did not help :( i tried
Answer: Preamble
Explanation:
Preamble is a 7- octet pattern of alternating the 0's and 1's and it allow devices in the network to easily synchronized the receiver clock. It also provide the bit level synchronization.
It basically allow the start of frame delimiter to provide the byte synchronization and assign a new frame. The bits are transmit orderly from left to right in the frame.
Answer:
c. Messages flowing to the client typically use a source TCP port number of 80.
d. Messages flowing to the server typically use TCP.
Explanation:
When fred open the web browser and start a connection to the www.certskills.com website.Two things happens from the mentioned things
1.Messages that are going to the server are use TCP(Transmission Control Protocol).
2.Message goes to the client uses port number 80 that is of TCP used for transferring web pages.
Because the port number 80 is reserved for the HTTP used for transferring web pages that uses TCP protocol.