Chapter 1 Flashcards
What is a Network?
A network is a group of computers and other devices (Such as printers) that are connected by some type of transmission media
What is Physical Topology?
Refers to a network’s hardware and how computers, other devices, and cables or radio signals work together to form the physical network.
What is Logical Topology
logical topology refers to the way software controls access to network resources and how those resources are shared on the network.
What is the purpose of an OS?
It provides a set of essential services and functions that allow the computer’s hardware and software applications to communicate and interact.
How does a P2P network work?
Devices in a peer-to-peer network can share resources through various techniques of file sharing or user accounts. Most OSs offer options for sharing files with peered devices, even if those devices are running different OS.
Are P2P Networks scalable?
False
What is NOS and what is it’s function in the client-server model?
The software that runs on a server and enables the server to manage data, users, groups, security, applications, and other networking functions. Popular examples of network operating systems are Windows Server, Ubuntu Server, and Red Hat Enterprise Linux.
What are the clients purpose in the client-server model?
Making requests to the server. Clients on a client-server network can run applications installed on the desktop and store their own data on local storage devices.
What must the client and server agree on to continue the request?
On the “Protocols” they will use to commuincate
What are two primary network protocols?
TCP (Transmission Control Protocols)
IP (Internet Protocol)
What is the meaning of AD?
(Active Directory)
The centralized directory database that contains user account information and security for the entire group of computers on a network.
What are some Advantages does a client-server network have over a P2P
- Problems on the network can be monitored, diagnosed, and often fixed from one location.
- Client-server networks are more scalable than peer-to-peer networks. In other words, it’s easier to add users and devices to a client-server network.
What is a client-server application?
Data or a service requested by one computer from another.
What client-server application is this?
A _____ serves up web pages to clients. Many corporations have their own ________, which are available privately on the corporate network. Other _______ are public, accessible from anywhere on the Internet.
(Web servers)
Web Service
What client-server application uses SMTP and IMAP4?
Email Services
SMTP
(Simple Mail Transfer Protocol)
IMAP4
(Internet Message Access Protocol, Version 4)
What does DNS service help the client do?
Helps clients find web servers over a network such as the Internet.
What is SSL and TLS?
SSL stands for Secure Sockets Layer. It’s a standard security protocol used to establish an encrypted link between a web server and a browser.
TLS ensures the privacy and integrity of data transmitted between devices or applications over a network, such as the internet.
What does the primary protocol “HTTP” do?
HTTP (Hypertext Transfer Protocol)
An application layer protocol that formulates and interprets requests between web clients and servers.
How is “HTTPS” different than “HTTP”?
HTTP (Hypertext Transfer Protocol Secure)
When HTTP is layered on top of encryption protocols SSL or TLS it results in HTTPS which provides a more secure transmission.
What is DBMS? and what langauge does it use?
A DBMS (database management system) is software installed on the database server. It is responsible for making requested changes to the data and organizing the data for viewing, reporting, or exporting.
SQL (Structured Query Language)