Networking and Internet Flashcards

1
Q

Protocol

A

A standard set of rules that allows devices to communicate successfully. E.g. TCP
Specify data formats. eg linking computer to a printer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Standard

A

Guidelines to ensure that manufacturers of network equipment create product that are compatible with other manufacturers’ products. E.g. RJ45 connector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Protocol Stack

A

A group of protocols which allows all devices on a network (and internet) to communicate irrespectively of the equipment used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

HTTP

A

Hyper text Transfer protocol:
Transferring (request and view)multimedia web
pages over the internet - Application Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

FTP

A

File transfer protocol:
Copying a file from one location to another over the
internet - Application Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SMTP

A

Simple mail Transfer protocol:
Mail applications typically use SMTP only for sending
email messages - Application layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IMAP

A

Internet Message Access protocol:
Transferring emails between computer systems via
the internet - Application layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DHCP

A

Dynamic Host Configuration Protocol:
a client/server protocol that automatically provides
an Internet Protocol (IP) host with its IP address
and default gateway - Application layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

UDP

A

User Datagram protocol:
Sending datagrams across a network with very
few error recovery services.- Transport layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

TCP

A

Transmission Control protocol:
Error control protocol defined for high-speed
communications within a network. - Transport layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Handshaking

A

The exchange of signals between devices to establish their readiness to communicate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Internet

A

Global network of interconnected networks that use IP addresses and TCP/IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Intranet

A

A private network within an organization for employees. It uses internet technology, e.g. browsers & hyperlinks to allow communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Extranet

A

A website that allows external stakeholders to access information usually by the use of usernames and passwords

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

World Wide Web

A

A collection of documents and other resources identified by URLs, interlinked by hypertext links, and accessed via the Internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

WAN

A

A set of links that connect geographically remote computers and local area networks

17
Q

LAN

A

Group of devices, computers, printers, scanners under the control of one organization in a small geographic area

18
Q

Gateway

A

Device that connects networks that use different protocols

19
Q

Server

A

A software process that provides a service requested by a client

20
Q

Client

A

A software process that requests and uses the services provided by a server

21
Q

MAC

address

A

A media access control address also called physical address, is a unique identifier assigned to network interfaces for communications on the physical network segment.

22
Q

IP (v4) address

A

A unique address that identifies a device on a network. 32 bits e.g. 192.168.168.5

23
Q

IP Header

A
  • Version - IPv4 / 6
  • Total length - typically 64 bytes and 1500 bytes
  • Identification - unique packet sequence number
  • TTL - (Time to Live) decremented by 1 by each router until 0 when it is dropped.
  • Protocol - The protocol of the transport layer
  • Header checksum - Calculated at each hop to make sure that the header was not corrupted.
  • Source IP address
  • Destination IP address
24
Q

Switch

A

Networking device that connects devices together on a (in one network) network using the MAC address, by using packet switching to receive, process and forward
data to the destination device.

25
Q

Router

A

device that connects networks that use the same protocol. It forwards packets by using the IP address.
Holds addresses of other devices in network so data sent to correct destination

26
Q

TCP/IP

A

A set of working practices that allow all internet users to communicate with each other whatever their equipment

27
Q

Application Layer

A

Governs how two applications work with each other

28
Q

Transport Layer

A

Establishes the connection between applications (end
points) and governs aspects of end-to end communication between two end hosts. Splits message
up in packets, adds error checking details and port
numbers.

29
Q

Network Layer

A

Governs the transmission of packets across the internet –
typically by sending them through several routers along
the route. IP address of sender and receiver are added
to the packet.

30
Q

Data Link Layer

A

Governs the transmission of frames across a single
network and is responsible for creating the frames that
move across the network.

31
Q

Physical Layer

A

Governs transmission between adjacent devices
connected by a transmission medium (e.g. electrical
signals)

32
Q

Datagram/packet

A

Group of bits containing, source/destination address, error control bits, control
bits and data payload

33
Q

Socket

A

combination of a host IP address and a port number. It forms a bidirectional communication path between the end processes or applications. e.g. 192.168.168.2:1045

34
Q

Port

A

an address for a software process e.g. 80

35
Q

Encapsulation

A

Inclusion of one data structure within another e.g. contents of data payload are hidden from the TCP layer data that packages it

36
Q

DNS

A

Domain Name System: The Internet’s system for converting alphabetic names into numeric IP addresses. For example, when a Web address (URL) is typed into a browser, DNS servers return the IP address of the Web server associated with that domain name