Introduction to Computers

Slides:



Advertisements
Similar presentations
Welcome to Middleware Joseph Amrithraj
Advertisements

Content  Overview of Computer Networks (Wireless and Wired)  IP Address, MAC Address and Workgroups  LAN Setup and Creating Workgroup  Concept on.
Many kinds of clients and servers This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts:
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 8 Introduction to Printers in a Windows Server 2008 Network.
 Proxy Servers are software that act as intermediaries between client and servers on the Internet.  They help users on private networks get information.
Boris Tshibangu. What is a proxy server? A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
4 Network Hardware & Software Network Operating systems: software controlling traffic on the network 2 types of s.ware: server software &client software.
1 Networks, advantages & types of What is a network? Two or more computers that are interconnected so they can exchange data, information & resources.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Networks. What is a Network? Two or more computers linked together so they can send and receive data. We use them for sending s, downloading files,
Internet Addressing. When your computer is on the Internet, anything you do requires data to be transmitted and received. For example, when you visit.
Working for a hospital at home (Teleworking). Teleworking Home working or teleworking for hospitals staff is the process where they work from home using.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
Chapter 9: Novell NetWare
Computer and Information Science Ch1.3 Computer Networking Ch1.3 Computer Networking Chapter 1.
Mr C Johnston ICT Teacher BTEC IT Unit 09 - Lesson 09 Network Services.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
TCP/IP (Transmission Control Protocol / Internet Protocol)
Mohammed F & Aya. Peer-to-peer network are usually common in homes and small businesses and are not necessarily expensive. On a peer-to-peer network each.
ITGS Network Architecture. ITGS Network architecture –The way computers are logically organized on a network, and the role each takes. Client/server network.
G046 Lecture 04 Task C Briefing Notes Mr C Johnston ICT Teacher
Group 5 Julian Cheung Duncan Wu Flanda Vuong Aximon Zhao.
Network Services. Domain Controllers: – Used for Account management (e.g. user accounts, group accounts Register Hardware like Printers and PC Authentication.
Mr C Johnston ICT Teacher BTEC IT Unit 09 - Lesson 09 Network Services.
 client  client/server network  communication hardware  extranet  firewall  hacker  Internet  intranet  local area network (LAN)  Network 
G063 - Intranets, the Internet and Extranet. Learning Objectives: At the end of this topic you should be able to: describe the characteristics and purpose.
4.01 How Web Pages Work.
Dynamic Host Configuration Protocol
BUILDING AND IMPLEMENT A EMBEDDED WEB SERVER BASE ON TCP/IP STACK WITH A SoC PLATFORM Professor : CHI-JO WANG Name : Bui Quang Hoa (M982b211)
4.01 How Web Pages Work.
Network customization
INTERNET.
IP and MAC Addresses, DNS Servers
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
SUBMITTED BY: NAIMISHYA ATRI(7TH SEM) IT BRANCH
How To Set Up A Wireless Network
Understand Networking Services
Introduction To Networking
Introduction to Computers
Introduction to Networking
Introduction to Networking
TYPES OF SERVER. TYPES OF SERVER What is a server.
Introduction to Networks
Final Revision Notes-Grade10
Chapter 10: Application Layer
Introduction to Computers
What’s New in Fireware v12.1.1
Chapter 16: Distributed System Structures
Unit 27: Network Operating Systems
Progress leisure OCR GCSE ICT.
Design Unit 26 Design a small or home office network
Network Hardware and Protocols
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Unit 1.4 Wired and Wireless Networks Lesson 3
Communications & Computer Networks Resource Notes - Introduction
Introduction to Servers
AbbottLink™ - IP Address Overview
Module 12 Network Configuration
A Glimpse Into a Few Current Tech Projects
LO3 – Understand Business IT Systems
Network customization
Client/Server and Peer to Peer
4.01 How Web Pages Work.
Network Addressing.
Computer Networks Protocols
4.01 How Web Pages Work.
Wireless Spoofing Attacks on Mobile Devices
Presentation transcript:

Introduction to Computers Network Devices

Servers Servers are hosts on the network that provide a service. This service may be facilitating networking (like a DHCP or DNS server) or it may be the reason we are connecting to the network (like an FTP or web server) We call both the device providing the service and the actual service itself a server. This is important, because one device may provide multiple services. For example, one computer may be both a DHCP server and a DNS server. When we implement our network services like that, we can use software to take down the services individually and maintain them without interrupting the other services. Although if we disconnect, turn off or perform maintenance on the hardware itself, it will take down all services the box offers

Server Types (1) There are many different kinds of server, and it is a good idea to be aware of what they are. We are only going to be discussing a few types File and Print Servers File and print servers provide file sharing on a network. They allow other hosts to store and access files across the network. They also process network print jobs Application Servers Application servers provide some sort of network application that can be used by hosts on a network. One common implementation is a database server, where hosts can read and write information to a network database. Another example would be the servers that provide Netflix

Server Types (2) Directory Server Remote Access Server Web Server A directory server handles user authentication and information. Directory servers store user information, authentication information, user permissions, and user settings Remote Access Server A remote access servers provide remote access to a work station within a network. For example if an employee is working from home, they can use a remote access server to connect to the work station and use internal network services Web Server Web servers are probably one of the most prolific types of servers. Web servers are used to provide websites via HTTP. Anytime you use the Internet and access a webpage, you are accessing a web server

Servers Providing Network Functions DNS Server A DNS server doesn’t provide a function in the same way as a web server or an application server. Instead, a DNS server facilitates connection to other servers. The job of a DNS server is to map IP addresses to domain names. Remembering a domain name is a lot easier than an IP address. For example it's a lot easier to remember TestOut.com than the IP address associated with the web server DHCP Server A DHCP server is used to automatically configure hosts that connect to a network. Every host that connects to a network needs to be assigned a unique IP address, a subnet mask, a DNS server address, and a default gateway address. While we could manually configure all of that, a DHCP server is implemented which automatically configures each host that connects to the network with the required information. This is done by sending a series of DHCP messages that include all the necessary information

VoIP Another use for networks is VoIP (Voice Over IP). VOIP is when we connect phones or other communication devices like webcams onto a network in order to send and receive voice communication VoIP phones have an RJ45 connection instead of an RJ11 connection, as well as a converter in order to convert voice into digital data and back into voice One very common example of VoIP is Skype. The main thing to remember about VoIP is that it connects to the network using an Ethernet connection and uses an IP network instead of the traditional telephone network.

Internet Appliances Internet appliances are devices that provide a simplified method of network management and control. They are designed to be able to be plugged into a network and provide the designated service with minimal configuration or knowledge For example - A web proxy appliance will create an intermediary between you and the servers you are accessing for privacy reasons, A content filter can be configured to block specific types of content, like inappropriate websites A malware scanner is able to scan incoming emails for malicious applications or files Please note that most of these services can be implemented more cheaply on a physical server system, but a dedicated appliance will typically perform better and be easier to setup and use

NAS The last network device we're going to talk about is similar to a file server, but is much more efficient. Network-attached storage (NAS) devices are a dedicated file server device Their only job is to provide storage and share network files, that's it. Because their role is so specific, NAS devices are much easier to configure, set up, and manage than a traditional file server Basically all you have to do is plug a NAS into your network, make minimal configurations and then NAS is up and running and ready to serve files in the server extremely fast. Even though some NAS devices are extremely expensive, they are much more efficient and provide more functionality than a traditional file server

Internet of Things A growing sector of the internet is the “Internet of Things” Cell phones and devices like Amazon Alexa and Google Home are making it easier to access the internet of things This is the concept of connecting traditionally un-networked electronics (light bulbs, outlets, coffee makers, watches, refrigerators, etc) to a network This has the capability to provide a lot of new services and features to devices. For example, A connected refrigerator can send a message to your phone to create a shopping list A connected light bulb can be turned on and off by your phone to create the illusion that someone is home and deter robbery A connected thermostat can upload usage statistics that can be used to help budgeting