1.3.3a and 1.3.3b networks Flashcards
covers network characteristics and importance of protocols and standards. (b) internet structure: • The TCP/IP Stack. • DNS • Protocol layering. • LANs and WANs. • Packet and circuit switching (REFERENCE SOME STUFF FROM BOOK)
what is a network
- two or more computers connected together that transmit data
- system that allows computer systems to communicate and share resources with each other
benefits of networks
- share / work on same file and access files on any PC
- share hardware resources (peripherals)
- deploy software update from central location
- centralised backup automatically carried out
- 1 internet connection required which can be shared for all devices on a LAN
drawbacks of networks
- can be hacked via internet
- malware can spread very easily
- expensive to set up (extra hardware required)
- specialist knowledge required to set up
- reliance on central server
- increased security risks to data (now shared)
- computers may run slower if amount of traffic is very high
what is a standalone computer
- a single computer / device not connected to any other devices or networks
what is a LAN
- local area network
- small geographical area located on single site
- use own infrastructure
- connected with switch and UTP cables
what is a WAN
- wide area network
- large geographical area
- connects LANS
- infrastructure leased by third-party communications
- connected with routers
what is a standard
- set of hardware and software specifications that allow manufacturers to create products and services that are compatible with each other
why is ethernet a standard
- both remote networks need to set same rules regarding way packets transferred across network
- allows compatibility between devices
- high bandwidth, reliable and cheap
a key way of ensuring technology based standards are established and adhered to are by the use of what?
- protocols
what is a protocol
- set of standards that govern the communication between 2 devices
give 3 communication protocols
TCP - Transmission Control Protocol
IP - Internet Protocol
UDP - User Datagram Protocol
give 2 web-page request protocols
HTTP - Hypertext Transfer Protocol
HTTPS - Hypertext Transfer Protocol Secure
give a file transfer protocol
FTP - File Transfer Protocol
give 2 email (receiving) protocols
POP - Post Office Protocol
IMAP - Internet Message Access Protocol
give an email (sending) protocol
SMTP - Simple Mail Transfer Protocol
what is the Internet Protocol (IP)
- Internet Protocol (IP) is a communications protocol responsible for routing data packets across a WAN using IP addresses
IP works alongside what protocol to make what protocol stack
- IP works alongside TCP to make the TCP/IP protocol stack.
what is the TCP/IP protocol stack.
- set of networking protocols consisting of 4 layers working together
- all incoming and outgoing data packets pass up and down through the various layers
what is TCP
- Transmission Control Protocol
- provides error free transmission between 2 routers
- does splitting of packets, labelling each with packet number and error checking of packets (can request for packet retransmission)
what is UDP (User Datagram Protocol)
- uses a simple, connectionless transmission model. used to send short messages using datagrams where speed is more important than accuracy
- maintains an open, 2-way connection ideal for online gaming