• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/37

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

37 Cards in this Set

  • Front
  • Back

Protocol

A standard set of rules that allow devices to communicate

WAN

A set of links that connect geographically remote computers and LAN

LAN

Group of devices (computers,printers and scanners) under the control of an organisation in one small geographic area.

Gateway

Router that connects networks that use different protocols

Server

A software process that provides a service requested by a client

Client

A software process that requests and uses the service provided by the server

MAC addresses

(Media access control) unique identifier assigned to network interfaces for communications on the physical network segment.

IP address

A unique address that identifies a device on a network -32 bits long

Switch

Networking device that connects devices together on a network.


Uses packet switching to receive, process and forward data to the destination device.

Router

Device that connects networks that use the same protocols. Forwards packets by using the IP address.

TCP/IP protocol

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



Datagram/packet

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

Socket

Combination of a host IP address and a port number. It forms a bidirectional communication path between the end processes or applications.

Port

An address for a software process

Encapsulation

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

Internet

A global network of linked computers and routers that use unique IP addresses and TCP/IP protocol

Standard

Guidelines to ensure that manufactures of network equipment create products that are compatible with other manufacturers' products

Protocol stack

A group of protocols that a running concurrently that are employed for the implementation of network protocol suite. The protocols in a stack determine the interconnectivity rules for a layered network model, such as the OSI or TCP/IP models

HTTP

(Hypertext transfer protocol) Transferring multimedia web pages over the Internet.


•In the application layer

FTP

( File transfer protocol)


•Copying a file from one location to another over the Internet .


• In the application layer

SMTP

(Simple mail transfer protocol)


• Mail applications typically use SMTP only for sending email messages .


•In the application layer

IMAP

( Internet message access protocol)


• transferring emails between computer systems via the Internet


•In the application layer

DHCP

(dynamic host configuration protocol)


• a client / server protocol that automatically provides an Internet protocol (IP) host with its IP address and default gateway


•In the application layer

UDP

(User Datagram prototcol)


• Sending datagrams across a network with very few error recovery services.


• In transport Layer

TCP

(Transmission Control Protocol)


• Error control protocol defined for high-speed communications within a network.


• In Transport Layer

Handshaking

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

Intranet

A private network within an organisation for employees. It uses internet technologies e.g. browsers & hyperlinks to allow communication.

Extranet

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

World Wide Web

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

IP Header contains ...

• Version


• Total Length


• Identification


• TTL (Time to Live)


• Protocol


• Header Checksum


• Source IP address


• Destination IP address

TCP/IP Layer Model




Application Layer





• Application - Governs how two applications work with each other.









TCP/IP Layer Model




Transport Layer

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

TCP/IP Layer Model




Data Link Layer

• Data Link - Governs the transmission of frames across a single network and is responsible for creating the frames the move across a network.

TCP/IP Layer Model




Network Layer

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

TCP/IP Layer Model




Physical Layer

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

TCP/IP Layer Model




Layers

Application


Transport


Network


DataLink


Physical

DNS

(Domain Name System)


The internet system for converting alphabetic names into numerical IP addresses. e.g. When URL is entered into a browser, DNS servers return the IP address of the Web server associated with that domain name.