cs networks Flashcards
what is a network
name given to two or more computers connected together with the ability to transmit data between each other.
2 main types of networks
local area networks (LAN)
wide area networks (WAN)
what is a LAN
any network that covers a small geographical area or a single site (School)
note about hardware in LAN
tends to be owned and controlled by the organisation using it
how are LAN connected
- UTP cable
- Fibre optic
-WI-FI
name of the largest public network
the internet
What is WAN
the name given to a network which covers a large geographical area
example: Large corporations with offices in multiple locations will often have a WAN allowing them to communicate between different sites.
how are WANs formed
when multiple LANs are physically located in different areas and are connected
how are WANs connected
telephone lines
fibre optic lines
satellite links
2 types of network topology
physical
logical
what is a network topology
A network’s topology is the arrangement, or pattern, in which all nodes on a network are connected together
what is a node
name given to device connected to network
advantages of neworks 4
- users can share files
- users can access files from any computer on the network
- communicate with other people (email)
- users can share connections to 0ther network (e.g Internet)
Disadvantage of networks 4
- increased security risks to data
- malware and viruses spread very easily between Computer
- if server fails, the computer connected to it may. not work
- computers run slower if there is a lot of data travelling on the network
what are standards
a set of hardware and software specifications that allow manufacturers to create Products and services that are compatible with each other (e.g HTML)
what does physical topology mean ?
the physical layout of the wires and components which form the network.(how nodes are physically connected)
what does logical topology mean
the layout which shows how data flows. (how device communicate across the physical topology)
examples of topologies
bus topologies (physical)
star topology (physical)
physical mesh topology
what is a bus topology
one cable that connects every device on the network, which is called the backbone.
Advantages of bus topology
● Relatively inexpensive to set up
● Doesn’t require any additional
hardware
Disadvantage of bus topology
● If backbone cable fails, the entire network gets disconnected
● As traffic increases, performance decreases
● All computers can see the data transmission
what is a star topology
each device on the network is connected to a central communication device, such as a Hub or a Switch
note of bus topology
At each end of the main cable there is a small device called a terminator, which absorbs the signals when they reach the end, to prevent interference
data is sent in one direction
Advantages of star topology
● Performance is consistent even with heavy network traffic
● If one cable fails, only that single terminal is affected
● Transmits data faster, giving better performance than bus topology
● Easy to add new stations.
● No data collisions
Disadvantage
● Expensive due to switch and cabling
● If the central switch fails, the rest of
the network fails
what is a switch
a type of central. node that sends each communication to the specific computer it is intended for
what are protocols
A protocol is a set of rules defining how two computers communicate with each other.
why are protocols important
what may protocols be used for
- communication over LAN/WAN
web page transfer
file transfer
email
name the 9 most common protocols
TCP
IP
UDP
HTTP
HTTPS
FTP
POP
IMAP
SMTP
give the full name for the protocols listed above
TCP : Transmission Control Protocol
IP: Internet Protocol
UDP: User Datagram Protocol
HTTP:Hypertext Transfer Protocol
HTTPS: Hypertext Transfer Protocol secure
FTP: File transfer protocol
POP: Post office protocol
IMAP: Internet Message Access protocol
SMTP: simple Mail Transfer Protocol
list where the 9 protocols are found its (area of purpose)
TCP: Communication over LAN/WAN
IP:Communication over LAN/WAN
UDP:Communication over LAN/WAN
HTTP: Web page requests
HTTPS:Web page requests
FTP: File transfers
POP: Email
IMAP: Email
SMTP: Email
What is the importance of protocols and standards
- protocol defines a set of rules for data communication (to avoid interference)
they must be standards accross all devices in all networks in order for communication to work
What is TCP/IP STACK
work together in the routing of packets through networks (the foundation of communication over the internet)
TCP provides error -free transmission between two routers
IP routes packets across a wide are network (Wn)
what does UDP do
an alternative to TCP but has no error checking
sends short messages using datagrams, where speed is more important than accuracy
it uses a simple connectionless transmission model
what is HTTP
a way for a client and server to send and receive requests and deliver HTML web pages (used for web rendering)
- it is the fundamental protocol of the World Wide Web
What is the difference between HTTPS and HTTP
both do the same Job https provides more security through encryption and authentication (the process of proving that some fact or some document is genuine)
an encrypted version if http
when should HTTPS be used
must be used whenever a website deals with sensitive information such as passwords or bak account details
what is FTP
a protocol used for sending files over network (computers),usually on WAN
what can be used on top of FTP
FTp clients which are software applications that sit on top of the actual FTP protocol
what are the 3 protocols that are used in mail servers to deal with email
POP3
IMAP
SMTP
Mailing protocols, used for email access.
What does the SMTP do
transfers outgoing emails between servers.
SMTP primarily sends messages to a server for forwarding.
what does the POP3 do
POP3 is the most recent version of POP
retrieves emails form a ,ail server and transfers the, to your device, removing them from the server in the process
what does the IMAP do
keeps emails on the mail server, allows you to access your email wherever you are, from any device
what is a standard
an agreed set if rules for manufacturers and developers to follow
USB (hardware)
HTML (software)
difference between internet and the WWW
The Internet is a network of networks which allows computers on opposite sides of the globe to communicate with each other using a back bone to connect
www is a service on the internet
describe the process of internet when used by a user(at home)
the place is usually connected by a wireless router
- the router is connected to an internet service provider (ISP) via a fibre optic cable or telephone connection
-Isp is connected to a domain name server and other routers that make up the backbone of the internet
(routers may be WAN/LAN)
how does network able to communicate via internet
TCP/IP Stacks A stack of networking
protocols that work together passing packets during communication
describe what happens in the application layer
top of the stack.
It specifies what
protocol needs to be used in order to relate the application that’s being sent.
e.g email needed FTP, Web browsing needs HTTP