Networking and Web Technologies Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

DNS

A
  1. Request sent to DNS resolver (finds IP address corresponding to URL)
  2. Resolver checks it’s cache and if it doesn’t find the IP address, it passes it onto TLD name server
  3. IP address is sent back to the client
  4. If not found, an error is sent back
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Circuit switching

A
  • Direct link between two devices for the duration of the communication e.g. phone calls
  • no delay in receiving and sending data, and data packets arrive already in order
  • bandwidth is wasted when no data is being transmitted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Packet switching

A
  • data is broken down into more manageable chunks
  • packet contains header (IP addresses of sender and recipient, packet number)
  • payload (actual data being transmitted)
  • and trailer (checksum - error checking data)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

TCP/IP stack

A
  • packets encapsulated in new packet data
  • application - application being used to transmit
  • transport - data split into packets, header of order put packets and trailer of port added
  • internet - IP address of sender and recipient added
  • link - MAC address of recipient added, so can find computer once teaching network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Client-server networking

A
  • Client computers connected to a powerful central computer (server)
  • better security, centralised management (backups, software)
  • expensive to set up and manage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Peer to peer networking

A
  • computers are connected to each other (have equal status) and share data
  • cheap, not difficult to maintain
  • used in online piracy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly