Posts

Color folders

Image
Did you know that you can change the color of your folders in Google Docs by doing these following steps 1. Go to Google Docs 2. Click on the flie you want to chance 3. Click on the name of the folder 4. Hit the down arrow 5. Scroll down to change color. 6. Go back to Google Docs Here is what your folder or folders should look like once you apply a different color

Faith resume

Faith N. Morin, High School Student Contact me at faithie3604@gmail.com I am a determined, self driven and dedicated high school student who demonstrates a strong work ethic and a creative mind. Seeking to apply my computer and networking skills as an entry level web programmer. My passion is constantly learning and improving by doing research. Education August 2019 - Present Massabesic High School * 3.3 GPA * Life Skills Work Program August 2021 - Present Sanford Regional Technical Center, IT and Networking I and II * 4.0 GPA, 3.3 GPA * SRTC is an admission program I had to interview and be chosen for. The curriculum is a Cisco academy IT Essentials and introduction to Networking. High Achievements Accepted into the National Technical Honor Society 2021 Outstanding Student Award 2022 Summa Cum Laude Award 2022 Extra- Curricular Activities and Skills Created a Super Mario game using

Working with switch commands (blog 22)

This week is class I worked on some on my labs and got some hands on experixence on how to config an switch to talk to an computer without needing an console cable. I set up an TFTP sever to talk to the switch. I learned about some new commands to help the computer and a switch to talk to an TFTP sever. I learned how to disable all unused switch ports and to provide a name for all of the unused ports.I learned how to create a vlan management port and I also learned how to config an MDIX on the switch.

Blog 16

I started working on the vocabulary about the network transport layer and I also did some reseach about the basics of subnetting

Basic Router Configuration Steps

Basic Router Configuration Steps In order to configuration a routher you need to follows these steps Configure the device name Secure privileged EXEC mode Secure user EXEC mode Secure remote Telnet / SSH access Secure all passwords in the config file Provide legal notification Save the configuration These tasks can be done by using these commands Router(config)# hostname R1 Router(config)# enable secret password Router(config)# line console 0 Router(config-line)# password Cisco Router(config-line)# login Router(config-line)# line vty 0 4 Router(config-line)# password Cisco Router(config-line)# login Router(config-line)# transport input {ssh | telnet} Router(config-line)# exit Router(config)# service password-encryption Router(config)# banner motd delimiter message delimiter Router(config)# end Router# copy running-config startup-config

Week of 10/31/22 - 11/04/22 (blog 10)

This week we worked on some labs and I took some notes about the timeline of IPv4 and IPv6. The difference between both of the IPv4 and IPv6. I also did research about how Bluetooth works,what inside a keyboard mouse and what the keyboard mouse sees inside,computer language and its types.

Email > routers

Layer 1: Port Serial0/1/0 1. Serial0/1/0 receives the frame. Layer 2: HDLC Frame HDLC 1. The device de-encapsulates the payload from the HDLC frame and sends it to the upper layer. Layer 3: IP Header Src. IP: 192.168.1.2. Dest. IP: 192.168.0.2 ICMP Message Type: 0 1. The device looks up the destination IP address in the CEF table. Layer 3: IP Header Src. IP: 192.168.1.2, Dest. IP: 192.168.0.2 ICMP Message Type: 0 1. The CEF table has an entry for the destination IP address. 2. The device decrements the TTL on the packet. Layer 2: Ethernet II Header 0002.1732.6901 >> 000A.F3A8.111A 1. The next-hop IP address is in the adjacency table. The device sets the frame's destination MAC address to the one found in the table. 2. The device encapsulates the PDU into an Ethernet frame. Layer 1: Port(s): FastEthernet/0 1. FastEthernet0/0 sends out the frame.