SlideShare a Scribd company logo
1 of 36
Information Technology- Dr. Mark N. Abadiano
Information Technology- Dr. Mark N. Abadiano 
The Internet 
-is a global network providing a: 
• variety of information and 
•communication facilities 
consisting of interconnected networks using 
standardized communication protocols.
Information Technology- Dr. Mark N. Abadiano 
Advantages of the Internet 
 Faster Communications 
 Abundant Information Resources 
 Inexhaustible Education 
 Entertainment for Everyone 
 Social Networking and Staying Connected 
 Online Services and E-Commerce
Information Technology- Dr. Mark N. Abadiano 
Disadvantages of the Internet 
• Theft of Personal Information 
• Spamming 
• Malware Threats 
• Age Inappropriate Content 
• Social Isolation, Obesity and Depression
Information Technology- Dr. Mark N. Abadiano 
Network Topologies 
Topology- the structure of network. 
2 Parts of Topology 
 Physical Topology -actual layout of the wire(media) 
 Logical Topology -how media is accessed by hosts
Information Technology- Dr. Mark N. Abadiano 
Types of Topologies 
1. BUS Topology 
2. RING Topology 
3. Star Topology
Information Technology- Dr. Mark N. Abadiano 
Types of Topologies 
4. EXTENDED STAR Topology 
5. MESH Topology 
6. HIERARCHICAL Topology
Information Technology- Dr. Mark N. Abadiano 
HOST 
-Devices that connects directly into network segment 
Host includes: 
 Computer 
 Both clients and servers 
 Printers 
 Scanners 
 Other devices
Information Technology- Dr. Mark N. Abadiano 
• Network Interface Card (INC) 
— printed circuit board that fits into the 
Expansion slot of a bus on a 
computer’s motherboard or peripheral devices.
Information Technology- Dr. Mark N. Abadiano 
 Repeater 
— an electronic device that receives a signal 
and retransmits it a higher level so 
signal can cover longer distances.
Information Technology- Dr. Mark N. Abadiano 
 Bridge 
— device which has two parts 
 Switch 
— concentrate connectivity, while making data 
transmission more efficient
Information Technology- Dr. Mark N. Abadiano 
 Router 
— examine packets and chooses best path for them 
In a network and switch them to 
The proper outgoing port
Information Technology- Dr. Mark N. Abadiano 
Different Web Browsers 
1. Internet Explorer 
— First component of Windows used in 1995 
 Supports: 
• Java 
• RSS 
• CSS 
• JavaScript 
• ActiveX 
*for downloading videos, songs, or 
software
Information Technology- Dr. Mark N. Abadiano 
1. Internet Explorer 
 Pros: 
 Free to download at no cost 
 Offers help option 
 Provides speed and functionality 
 Easy to use 
 Mostly used throughout the world
Information Technology- Dr. Mark N. Abadiano 
1. Internet Explorer 
 Cons: 
 There are bugs 
 Microsoft is unaware of finding bugs 
 Slow installation 
 Lack of built in features 
 Confusion between versions 
 Lack of cross platform experience
Information Technology- Dr. Mark N. Abadiano 
2. Safari 
—Web browser produced and developed by apple 
— Functions on a Mac OX, iOS, and windows system 
— First out in public in January 7, 2003 
— Generally for Mac user
Information Technology- Dr. Mark N. Abadiano 
2. Safari 
Pros: 
 Easy to use 
 Page-load times impressive 
 Provides all security features 
 Cleans up unnecessary junk 
 Great for Mac user
Information Technology- Dr. Mark N. Abadiano 
2. Safari 
 Free to Download 
 Speed compatibility 
 Extremely fast to 
download for Mac users
Information Technology- Dr. Mark N. Abadiano 
2. Safari 
 Cons: 
 Lack of customization options 
 Support system may be missing 
 Trouble with Google built-in search engine 
 Difficulty deleting cookies on exit automatically
Information Technology- Dr. Mark N. Abadiano 
3. Google Chrome 
—Freeware browser created by Google 
—First released on Windows OS 
—Launched on September 2, 2008
Information Technology- Dr. Mark N. Abadiano 
3. Google Chrome 
 Pros: 
 Fast browsing performance 
 More control over your tabs 
 More dynamic homepage 
 More speed and won’t slow down
Information Technology- Dr. Mark N. Abadiano 
3. Google Chrome 
 Makes searching so much simpler 
 Easy to use 
 Great security 
 Free to download at no cost 
 Built-in Flash and PDF support 
 Has sync capabilities
Information Technology- Dr. Mark N. Abadiano 
3. Google Chrome 
 Cons: 
 Lack of parental control 
 Minor site incompatibilities 
 Graphic acceleration doesn’t work
Information Technology- Dr. Mark N. Abadiano 
4. Firefox 
— Free and open source web browser 
— Coordinated by Mozilla Corporation and Mozilla Foundation 
— First version released: November 9,2004 
— Now available on 78 languages worldwide
Information Technology- Dr. Mark N. Abadiano 
4. Firefox 
 Pros: 
More secure privacy mode 
More intuitive navigation 
Contain minimalist interface 
Offers lot of help and support 
Ease of use
Information Technology- Dr. Mark N. Abadiano 
4. Firefox 
 More customization 
 Speed and more compatible 
 Easy to have add-on 
 Free to download at no cost
Information Technology- Dr. Mark N. Abadiano 
4. Firefox 
 Cons: 
 No thumbnail preview or mouse gestures 
 Resource heavy
Information Technology- Dr. Mark N. Abadiano 
(Hypertext Mark-up Language) 
— set of text command used to format webpage
Information Technology- Dr. Mark N. Abadiano 
(Hypertext Mark-up Language) 
 HTML tag 
— code element that tells the web browser what to do. 
— Appears as letters or words between: 
• < (less than sign 
• > (greater than sign) 
• / (forward slash) tells the web browser to “end”.
Information Technology- Dr. Mark N. Abadiano 
(Hypertext Mark-up Language) 
 Basic Tags 
 <h1> Largest Heading <h1> 
 <h2> ………………….….. <h2/> 
 <h3> ……………………… <h3/> 
 <h4> ……………………… <h4/> 
 <h5> …………………….. <h5/> 
<h6> Smallest Heading<h6/>
Information Technology- Dr. Mark N. Abadiano 
(Hypertext Mark-up Language) 
 Formatting Tags 
<b> bold <b/> 
 <code> com code <code/> 
<em> emphasized <em/> 
<i> italized <i/> 
<small> smaller text <small/> 
<pre> preformatted <pre/>
Information Technology- Dr. Mark N. Abadiano 
(Hypertext Mark-up Language) 
 Links 
Ordinary link 
 <a href=http://www.briese.com/”>Lin-text here</a> 
 Image-link 
 <a href=“http://www.briese.com/”><img src=“URL” 
alt=“Alternate Text”><a/> 
 Mailto link 
 <a rhef=mailto:webmaster@briese.com>Send e-mail</a>
Information Technology- Dr. Mark N. Abadiano 
(Hypertext Mark-up Language) 
 Boomarks 
 <a id=“tips”>Tips Section </a> 
<a rhef=“#tips”>Jump to Tips Section</a> 
Images 
 <img src=“URL” alt=“Alternate Text” height=“42” 
width=“42”>
Information Technology- Dr. Mark N. Abadiano 
(Hypertext Mark-up Language) 
 Styles/Sections 
 <style type=“text/cost”> h1 {color:red;} p {color:blue;} 
</style> 
 Unordered List 
 <u><li>Item</li><<u/> 
 Ordered List 
 <ol><li>First Item</li></ol>
Information Technology- Dr. Mark N. Abadiano 
(Hypertext Mark-up Language) 
 Tables 
 <Table border=“1”> 
<tr><th>table header</th></tr> 
<tr><td>table data</td> 
</table> 
Iframe 
<iframe>=“demo_form.asp.html”>>/iframe> 
=
Information Technology- Dr. Mark N. Abadiano 
Prepared By: 
D/C Narciso, John Blitzkrieg 
D/C Mendez, Welson D. 
D/C Paquibot, Marlon 
D/C Muego, Vincent Mel 
D/C Moratin, Jericho 
Engr. Mark N. Abadiano 
Information Technology Instructor

More Related Content

What's hot

Onlinesecurityrecomendations2014 141230081030-conversion-gate02
Onlinesecurityrecomendations2014 141230081030-conversion-gate02Onlinesecurityrecomendations2014 141230081030-conversion-gate02
Onlinesecurityrecomendations2014 141230081030-conversion-gate02amiinaaa
 
Internet application
Internet applicationInternet application
Internet applicationRezaul Rahat
 
Online Security and How to Make Money Online
Online Security and How to Make Money Online Online Security and How to Make Money Online
Online Security and How to Make Money Online Nader Alkeinay
 
Cyber Security Tips for students_Deepak
Cyber Security Tips for students_Deepak Cyber Security Tips for students_Deepak
Cyber Security Tips for students_Deepak Deepak Khari
 
Giarritano concept paper 4
Giarritano concept paper 4Giarritano concept paper 4
Giarritano concept paper 4leahg118
 
TID Chapter 2 Introduction To Internet
TID Chapter 2 Introduction To InternetTID Chapter 2 Introduction To Internet
TID Chapter 2 Introduction To InternetWanBK Leo
 
Top Five Internal Security Vulnerabilities
Top Five Internal Security VulnerabilitiesTop Five Internal Security Vulnerabilities
Top Five Internal Security VulnerabilitiesPeter Wood
 
Internet basics
Internet basicsInternet basics
Internet basicsosuchin
 

What's hot (10)

Onlinesecurityrecomendations2014 141230081030-conversion-gate02
Onlinesecurityrecomendations2014 141230081030-conversion-gate02Onlinesecurityrecomendations2014 141230081030-conversion-gate02
Onlinesecurityrecomendations2014 141230081030-conversion-gate02
 
Internet application
Internet applicationInternet application
Internet application
 
INTERNET SAFETY FOR KIDS
INTERNET SAFETY FOR KIDSINTERNET SAFETY FOR KIDS
INTERNET SAFETY FOR KIDS
 
Computer Security
Computer SecurityComputer Security
Computer Security
 
Online Security and How to Make Money Online
Online Security and How to Make Money Online Online Security and How to Make Money Online
Online Security and How to Make Money Online
 
Cyber Security Tips for students_Deepak
Cyber Security Tips for students_Deepak Cyber Security Tips for students_Deepak
Cyber Security Tips for students_Deepak
 
Giarritano concept paper 4
Giarritano concept paper 4Giarritano concept paper 4
Giarritano concept paper 4
 
TID Chapter 2 Introduction To Internet
TID Chapter 2 Introduction To InternetTID Chapter 2 Introduction To Internet
TID Chapter 2 Introduction To Internet
 
Top Five Internal Security Vulnerabilities
Top Five Internal Security VulnerabilitiesTop Five Internal Security Vulnerabilities
Top Five Internal Security Vulnerabilities
 
Internet basics
Internet basicsInternet basics
Internet basics
 

Viewers also liked

Viewers also liked (18)

Smart board by Yucel Onal
Smart board by Yucel OnalSmart board by Yucel Onal
Smart board by Yucel Onal
 
Reaction stream api
Reaction stream apiReaction stream api
Reaction stream api
 
presentation on marketing plan
presentation on marketing planpresentation on marketing plan
presentation on marketing plan
 
Design for changes
Design for changesDesign for changes
Design for changes
 
ภาพการเยี่ยมบ้านนักเรียน 2559
ภาพการเยี่ยมบ้านนักเรียน 2559ภาพการเยี่ยมบ้านนักเรียน 2559
ภาพการเยี่ยมบ้านนักเรียน 2559
 
Env ppt
Env pptEnv ppt
Env ppt
 
Smart board training
Smart board trainingSmart board training
Smart board training
 
Exellent rythum
Exellent rythum Exellent rythum
Exellent rythum
 
Smart board training
Smart board trainingSmart board training
Smart board training
 
Adsense success story in 2013
Adsense success story in 2013Adsense success story in 2013
Adsense success story in 2013
 
Wirausaha (dasar dasar bisnis)
Wirausaha (dasar dasar bisnis)Wirausaha (dasar dasar bisnis)
Wirausaha (dasar dasar bisnis)
 
How to make $500,000
How to make $500,000How to make $500,000
How to make $500,000
 
Cap
CapCap
Cap
 
Excelent rythm
Excelent rythmExcelent rythm
Excelent rythm
 
chmsc lab school science 5 project photosythesis
chmsc lab school science 5 project photosythesischmsc lab school science 5 project photosythesis
chmsc lab school science 5 project photosythesis
 
Standar pelayanan publik
Standar pelayanan publikStandar pelayanan publik
Standar pelayanan publik
 
attitude and job satisfaction
attitude and job satisfactionattitude and job satisfaction
attitude and job satisfaction
 
Manajemen keuangan
Manajemen keuanganManajemen keuangan
Manajemen keuangan
 

Similar to Dr. Mark N. Abadiano's Guide to IT Fundamentals

IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSIN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSssuserb054d21
 
Podcast Session Islet Nov 2008
Podcast Session Islet Nov 2008Podcast Session Islet Nov 2008
Podcast Session Islet Nov 2008Gordon F Snyder Jr
 
Network concepts and wi fi
Network concepts and wi fiNetwork concepts and wi fi
Network concepts and wi fiDeepak John
 
Basic computer concepts
Basic computer conceptsBasic computer concepts
Basic computer conceptsjhayish
 
Thesis topics in networking
Thesis topics in networkingThesis topics in networking
Thesis topics in networkingRudi Arif candra
 
Ud 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumUd 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumHoward Kramer
 
Ud 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumUd 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumHoward Kramer
 
Implementing Security on a Large Multi-Tenant Cluster the Right Way
Implementing Security on a Large Multi-Tenant Cluster the Right WayImplementing Security on a Large Multi-Tenant Cluster the Right Way
Implementing Security on a Large Multi-Tenant Cluster the Right WayDataWorks Summit
 
Mobile Privacy And Security
Mobile Privacy And SecurityMobile Privacy And Security
Mobile Privacy And SecurityJames Wernicke
 
Carma internet research module: Future data collection
Carma internet research module: Future data collectionCarma internet research module: Future data collection
Carma internet research module: Future data collectionSyracuse University
 
They Call it Surfing for a Reason
They Call it Surfing for a ReasonThey Call it Surfing for a Reason
They Call it Surfing for a ReasonRachel Hinman
 
Aralanet Ict Briefing V11
Aralanet Ict Briefing V11Aralanet Ict Briefing V11
Aralanet Ict Briefing V11John Macasio
 
Training Guide Idea Pad V2
Training Guide   Idea Pad V2Training Guide   Idea Pad V2
Training Guide Idea Pad V2lunarfall
 
eClassrooms Come of Age?
eClassrooms Come of Age?eClassrooms Come of Age?
eClassrooms Come of Age?Alan Wimberley
 

Similar to Dr. Mark N. Abadiano's Guide to IT Fundamentals (20)

nonprof2007.ppt
nonprof2007.pptnonprof2007.ppt
nonprof2007.ppt
 
Desktop Security 8 9 07
Desktop Security 8 9 07Desktop Security 8 9 07
Desktop Security 8 9 07
 
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSIN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
 
Podcast Session Islet Nov 2008
Podcast Session Islet Nov 2008Podcast Session Islet Nov 2008
Podcast Session Islet Nov 2008
 
Network concepts and wi fi
Network concepts and wi fiNetwork concepts and wi fi
Network concepts and wi fi
 
Basic computer concepts
Basic computer conceptsBasic computer concepts
Basic computer concepts
 
network problem.pptx
network problem.pptxnetwork problem.pptx
network problem.pptx
 
Thesis topics in networking
Thesis topics in networkingThesis topics in networking
Thesis topics in networking
 
Ud 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumUd 4 web, classroom, curriculum
Ud 4 web, classroom, curriculum
 
Ud 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumUd 4 web, classroom, curriculum
Ud 4 web, classroom, curriculum
 
Implementing Security on a Large Multi-Tenant Cluster the Right Way
Implementing Security on a Large Multi-Tenant Cluster the Right WayImplementing Security on a Large Multi-Tenant Cluster the Right Way
Implementing Security on a Large Multi-Tenant Cluster the Right Way
 
Mobile Privacy And Security
Mobile Privacy And SecurityMobile Privacy And Security
Mobile Privacy And Security
 
Carma internet research module: Future data collection
Carma internet research module: Future data collectionCarma internet research module: Future data collection
Carma internet research module: Future data collection
 
They Call it Surfing for a Reason
They Call it Surfing for a ReasonThey Call it Surfing for a Reason
They Call it Surfing for a Reason
 
Transmission Media for Networking
Transmission Media for NetworkingTransmission Media for Networking
Transmission Media for Networking
 
Aralanet Ict Briefing V11
Aralanet Ict Briefing V11Aralanet Ict Briefing V11
Aralanet Ict Briefing V11
 
S8746
S8746S8746
S8746
 
Training Guide Idea Pad V2
Training Guide   Idea Pad V2Training Guide   Idea Pad V2
Training Guide Idea Pad V2
 
Wi-Fi File Explorer
Wi-Fi File ExplorerWi-Fi File Explorer
Wi-Fi File Explorer
 
eClassrooms Come of Age?
eClassrooms Come of Age?eClassrooms Come of Age?
eClassrooms Come of Age?
 

Recently uploaded

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 

Recently uploaded (20)

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

Dr. Mark N. Abadiano's Guide to IT Fundamentals

  • 1. Information Technology- Dr. Mark N. Abadiano
  • 2. Information Technology- Dr. Mark N. Abadiano The Internet -is a global network providing a: • variety of information and •communication facilities consisting of interconnected networks using standardized communication protocols.
  • 3. Information Technology- Dr. Mark N. Abadiano Advantages of the Internet  Faster Communications  Abundant Information Resources  Inexhaustible Education  Entertainment for Everyone  Social Networking and Staying Connected  Online Services and E-Commerce
  • 4. Information Technology- Dr. Mark N. Abadiano Disadvantages of the Internet • Theft of Personal Information • Spamming • Malware Threats • Age Inappropriate Content • Social Isolation, Obesity and Depression
  • 5. Information Technology- Dr. Mark N. Abadiano Network Topologies Topology- the structure of network. 2 Parts of Topology  Physical Topology -actual layout of the wire(media)  Logical Topology -how media is accessed by hosts
  • 6. Information Technology- Dr. Mark N. Abadiano Types of Topologies 1. BUS Topology 2. RING Topology 3. Star Topology
  • 7. Information Technology- Dr. Mark N. Abadiano Types of Topologies 4. EXTENDED STAR Topology 5. MESH Topology 6. HIERARCHICAL Topology
  • 8. Information Technology- Dr. Mark N. Abadiano HOST -Devices that connects directly into network segment Host includes:  Computer  Both clients and servers  Printers  Scanners  Other devices
  • 9. Information Technology- Dr. Mark N. Abadiano • Network Interface Card (INC) — printed circuit board that fits into the Expansion slot of a bus on a computer’s motherboard or peripheral devices.
  • 10. Information Technology- Dr. Mark N. Abadiano  Repeater — an electronic device that receives a signal and retransmits it a higher level so signal can cover longer distances.
  • 11. Information Technology- Dr. Mark N. Abadiano  Bridge — device which has two parts  Switch — concentrate connectivity, while making data transmission more efficient
  • 12. Information Technology- Dr. Mark N. Abadiano  Router — examine packets and chooses best path for them In a network and switch them to The proper outgoing port
  • 13. Information Technology- Dr. Mark N. Abadiano Different Web Browsers 1. Internet Explorer — First component of Windows used in 1995  Supports: • Java • RSS • CSS • JavaScript • ActiveX *for downloading videos, songs, or software
  • 14. Information Technology- Dr. Mark N. Abadiano 1. Internet Explorer  Pros:  Free to download at no cost  Offers help option  Provides speed and functionality  Easy to use  Mostly used throughout the world
  • 15. Information Technology- Dr. Mark N. Abadiano 1. Internet Explorer  Cons:  There are bugs  Microsoft is unaware of finding bugs  Slow installation  Lack of built in features  Confusion between versions  Lack of cross platform experience
  • 16. Information Technology- Dr. Mark N. Abadiano 2. Safari —Web browser produced and developed by apple — Functions on a Mac OX, iOS, and windows system — First out in public in January 7, 2003 — Generally for Mac user
  • 17. Information Technology- Dr. Mark N. Abadiano 2. Safari Pros:  Easy to use  Page-load times impressive  Provides all security features  Cleans up unnecessary junk  Great for Mac user
  • 18. Information Technology- Dr. Mark N. Abadiano 2. Safari  Free to Download  Speed compatibility  Extremely fast to download for Mac users
  • 19. Information Technology- Dr. Mark N. Abadiano 2. Safari  Cons:  Lack of customization options  Support system may be missing  Trouble with Google built-in search engine  Difficulty deleting cookies on exit automatically
  • 20. Information Technology- Dr. Mark N. Abadiano 3. Google Chrome —Freeware browser created by Google —First released on Windows OS —Launched on September 2, 2008
  • 21. Information Technology- Dr. Mark N. Abadiano 3. Google Chrome  Pros:  Fast browsing performance  More control over your tabs  More dynamic homepage  More speed and won’t slow down
  • 22. Information Technology- Dr. Mark N. Abadiano 3. Google Chrome  Makes searching so much simpler  Easy to use  Great security  Free to download at no cost  Built-in Flash and PDF support  Has sync capabilities
  • 23. Information Technology- Dr. Mark N. Abadiano 3. Google Chrome  Cons:  Lack of parental control  Minor site incompatibilities  Graphic acceleration doesn’t work
  • 24. Information Technology- Dr. Mark N. Abadiano 4. Firefox — Free and open source web browser — Coordinated by Mozilla Corporation and Mozilla Foundation — First version released: November 9,2004 — Now available on 78 languages worldwide
  • 25. Information Technology- Dr. Mark N. Abadiano 4. Firefox  Pros: More secure privacy mode More intuitive navigation Contain minimalist interface Offers lot of help and support Ease of use
  • 26. Information Technology- Dr. Mark N. Abadiano 4. Firefox  More customization  Speed and more compatible  Easy to have add-on  Free to download at no cost
  • 27. Information Technology- Dr. Mark N. Abadiano 4. Firefox  Cons:  No thumbnail preview or mouse gestures  Resource heavy
  • 28. Information Technology- Dr. Mark N. Abadiano (Hypertext Mark-up Language) — set of text command used to format webpage
  • 29. Information Technology- Dr. Mark N. Abadiano (Hypertext Mark-up Language)  HTML tag — code element that tells the web browser what to do. — Appears as letters or words between: • < (less than sign • > (greater than sign) • / (forward slash) tells the web browser to “end”.
  • 30. Information Technology- Dr. Mark N. Abadiano (Hypertext Mark-up Language)  Basic Tags  <h1> Largest Heading <h1>  <h2> ………………….….. <h2/>  <h3> ……………………… <h3/>  <h4> ……………………… <h4/>  <h5> …………………….. <h5/> <h6> Smallest Heading<h6/>
  • 31. Information Technology- Dr. Mark N. Abadiano (Hypertext Mark-up Language)  Formatting Tags <b> bold <b/>  <code> com code <code/> <em> emphasized <em/> <i> italized <i/> <small> smaller text <small/> <pre> preformatted <pre/>
  • 32. Information Technology- Dr. Mark N. Abadiano (Hypertext Mark-up Language)  Links Ordinary link  <a href=http://www.briese.com/”>Lin-text here</a>  Image-link  <a href=“http://www.briese.com/”><img src=“URL” alt=“Alternate Text”><a/>  Mailto link  <a rhef=mailto:webmaster@briese.com>Send e-mail</a>
  • 33. Information Technology- Dr. Mark N. Abadiano (Hypertext Mark-up Language)  Boomarks  <a id=“tips”>Tips Section </a> <a rhef=“#tips”>Jump to Tips Section</a> Images  <img src=“URL” alt=“Alternate Text” height=“42” width=“42”>
  • 34. Information Technology- Dr. Mark N. Abadiano (Hypertext Mark-up Language)  Styles/Sections  <style type=“text/cost”> h1 {color:red;} p {color:blue;} </style>  Unordered List  <u><li>Item</li><<u/>  Ordered List  <ol><li>First Item</li></ol>
  • 35. Information Technology- Dr. Mark N. Abadiano (Hypertext Mark-up Language)  Tables  <Table border=“1”> <tr><th>table header</th></tr> <tr><td>table data</td> </table> Iframe <iframe>=“demo_form.asp.html”>>/iframe> =
  • 36. Information Technology- Dr. Mark N. Abadiano Prepared By: D/C Narciso, John Blitzkrieg D/C Mendez, Welson D. D/C Paquibot, Marlon D/C Muego, Vincent Mel D/C Moratin, Jericho Engr. Mark N. Abadiano Information Technology Instructor