top of page

Search Results

68 objekt hittat för ""

  • Potting & Watering | Qâf ScaleModels Gozo

    Potting and Growing Orchids Most vandaceous orchids, a few Phaleanopsis, and Dendrobiums can be grown easily in wooden slatted baskets, without any compost at all, this method requires frequent watering. ​ Cattleya and Cymbidiums do well in a mix of bark chippings, perlite, and charcoal to keep the mixture sweet. ​ Oncidiums , Dendrobiums , Odontoglossums , and Catlias will also be happy in this mixture. Consider the thickness of the chosen orchid roots when deciding to use large, medium, or small bark chippings. ​ Paphiopedilums and Phragmipediums prefer a mixture of Rockwool, bark foam, sphagnum moss, and perlite. ​ Vanda’s and many other species can be placed in a wooden open basket and allow their roots to grow openly in the air – this method requires constant attention to watering and spraying for humidity. ​ Rainwater is the best option; otherwise, endeavour to use water produced by reverse osmosis systems unless you are extremely sure about the quality of your local water supply. Spring and summer ​ I spray my Vanda’s on a daily basis and in the hot summer months (yes I know it’s the UK, but I live in Cornwall), remember these roots are airborne. ​ My potted orchids are plunged in a bucket of water for at least 30 minutes once a week – if the weather is cooler every two weeks will be fine. ​ The pseudobulbs post-winter will be wrinkled and as spring approaches and you start watering the orchids on a more regular basis they will fill out. Start feeding in the new-year and continue every couple of months. De flesta vandösa orkidéer, några Phaleanopsis och Dendrobiums kan odlas enkelt i träkorgar utan kompost alls, denna metod kräver frekvent vattning. Cattleya och Cymbidiums klarar sig bra i en blandning av barkflis, perlit och kol för att hålla blandningen söt. Oncidiums, Dendrobiums, Odontoglossums och Catasetums kommer också att vara glada i denna blandning. Tänk på tjockleken på de valda orkidérötterna när du bestämmer dig för att använda stora, medelstora eller små barkflis. Paphiopedilums och Phragmipediums föredrar en blandning av Rockwool, barkskum, sphagnumossa och perlit. Vanda och många andra arter kan placeras i en öppen träkorg och låta sina rötter växa öppet i luft - denna metod kräver ständig uppmärksamhet på vattning och sprutning för fukt. Regnvatten är det bästa alternativet; i annat fall försök att använda vatten som produceras av omvänd osmossystem om du inte är mycket säker på kvaliteten på din lokala vattenförsörjning. Vår och sommar Jag sprutar mina Vanda dagligen och under de varma sommarmånaderna (ja jag vet att det är Storbritannien, men jag bor i Cornwall), kom ihåg att dessa rötter är luftburna. Mina krukväxter kastas i en hink med vatten i minst 30 minuter en gång i veckan - om vädret är svalare varannan vecka kommer det att vara bra. Pseudobullarna efter vintern blir skrynkliga och när våren närmar sig och du börjar vattna orkidéerna mer regelbundet kommer de att fyllas. Börja mata på nyåret och fortsätt varannan månad. Höst till vinter Vanda vattnas när rötterna är vita; när du vattnar byter de färg till ljusgrön - vatten varannan dag, men spray varje dag. Krukväxter vattnar sparsamt, jag vattnar mina varannan månad på vintern eftersom pseudobulbs håller orkidén okej. ALDRIG över vatten - se till att rötterna är torra, inte barken eller jorden.

  • Linux Shell | Qâf ScaleModels Gozo

    Linux Command Line The Linux command line is a text interface to your computer, it is a computer program that interprets commands. Allowing users to execute commands by manually typing at the terminal or has the ability to automatically execute commands which were programmed in ‘Shell Scripts’. The shell is a program that takes commands from the keyboard and presents them to the operating system to perform. On most Linux systems a program called ‘bash’ (Bourne Again Shell) acts as the shell program. Besides bash, other shell programs include ksh, tcsh, and zsh. ​ A terminal is a program called a ‘ terminal emulator ’. This program opens a window and lets you interact with the shell. There are several different terminal emulators, most Linux distributions supply a few, popular terminals are: ​ Gnome-terminal - is a free open-source terminal emulator for the GNOME desktop environment, terminal emulators allow users to access a UNIX shell while remaining on their graphical desktop. Like most of the terminal emulators in this group, it supports coloured text, a variety of themes, transparency, mouse interaction, multiple tabs, and the automatic rewrapping of text upon resizing. As well as supporting multiple profiles. ​ Konsole or Console - is a free open-source terminal emulator that is part of KDE and ships with the KDE desktop environment. Konsole is the default terminal emulator shipped with KDE. Being a KDE component, it provides the embedded terminal for many other KDE applications, including Konqueror, KDevelop, and Kate. Its features are like the default GNOME terminal but have enhanced bookmarking functions for directories and SSH. It also offers split terminals. ​ xterm - In computing, xterm is the standard terminal emulator for the X Window System. Users may have many different requests of xterm running at once on the same display, each of which provides independent input/output for the process running in it (normally the process is a Unix shell). ​ rxvt - is an acronym for ouR eXtended Virtual Terminal, it is a terminal emulator for the X Window System, and in the form of a Cygwin port, for Windows. ​ Guake – is one of a few terminal emulators with a ‘ drop-down ’ style interface, emerging from the top of your screen with the press of a hotkey. ​ Tilde – is another Quake-style drop-down terminal emulator, designed for Gtk. Its name is taken from the tilde key, the default key for invoking the Quake terminal. Tilda's default interface is extremely minimal, with no window title or border, but this can be changed in the preferences. And has several options for everything from setting key bindings, setting default size and colour, and scrolling preferences. ​ Terminator - is a terminal emulator designed to make positioning terminals within a single-window easier, it features including several key-bindings, saving of layouts, and the ability to type to multiple terminals at the same time. Mirroring much of the behaviour of the GNOME terminal. ​ Yakuake - another drop-drown terminal emulator, is part of the KDE family. If you like Konsole but prefer the Quake-style approach, this is terminal may be an option. ​ To start a terminal search through the list of programs to see if anything looks like a terminal emulator: ​ With KDE - the terminal program is called ‘ konsole ’ With Gnome - it is called ‘gnome-terminal ​ Opening a Linux terminal ​ To open the terminal, press : ​ Ubuntu and Mint - Ctrl+Alt+T gnome-terminal - press Alt+F2 , type in gnome-terminal , and press enter Raspberry Pi - type in lxterminal Linux Commands Basic Commands: pwd (password) - When opening a terminal, you are in the home directory of your user. To know which directory you are in, you can use the ‘ pwd ’.command. It provides the absolute path, which means, the path that starts from the root. The root is the base of the Linux file system. It is denoted by a forward slash ( / ). The user directory is usually something like ‘ /home/username ’. ​ ls (list) - use the ‘ls’ command to know what files are in the directory you are in, but to view hidden files use the command ‘ ls -a ’. ​ cd - Use the ‘cd’ command to go to a directory. So, if you are in the home folder, and you want to go to the Documents folder, then you can type in ‘ cd Documents ’, keep in mind, this command is case sensitive, so if you type documents, it will not work, you must type in the exact name of the folder. If you just type ‘ cd ’ and press enter, it takes you to the home directory. To go back from a folder to the folder before that, you can type ‘ cd .. ’. The two dots represent back. ​ mkdir & rmdir - use the mkdir command when you need to create a folder or a directory. For example, if you want to make a directory called ‘ Music ’, then you can type ‘mkdir Music’. Remember, as told before, if you want to create a directory named ‘ Music Albums ’, then you can type ‘ mkdir Music\ Albums ’. Use rmdir to delete a directory. But rmdir can only be used to delete an empty directory. To delete a directory containing files, use rm . ​ touch - the touch command is used to create a file. It can be anything, from an empty txt file to an empty zip file. Like, ‘ touch new.txt ’. ​ rm (remove) - use the rm command to delete files and directories, typing ‘ rm -r’ will delete just the directory. It deletes both the folder and the files it contains when using only the rm command. ​ man & --help - the man command allows users to find out more about a certain command and how to use the man command. It displays the manual pages of the command. For example, ‘ man cd ’ shows the manual pages of the cd command . Typing in the command name and the argument helps it show which ways the command can be used, such as ‘ cd –help ’. ​ cp (copy) - the cp command to copies files through the command line. It has two arguments: ​ Location of the file to be copied Where to copy ​ mv (move) - the mv command moves files via the command line. It can also be used to mv command and rename a file. Such as, if we want to rename the file ‘ tinder ’ to ‘ fire ’, we can use ‘ mv tinder fire ’. It takes the two arguments, just like the cp command. ​ locate - The locate command locates a file in a Linux system, like the search command in Windows. This command is useful when you do not know where a file is saved or the actual name of the file. Using the -i argument with the command helps to ignore the case (it is not case sensitive). So, if you want a file that has the word ‘wolf ’, it gives the list of all the files in your Linux system containing the word when you type in ‘ locate -i wolf ’. If you remember two words, you can separate them using an asterisk (*). Like, to locate a file containing the words ‘wolf" and ‘ this ’, you can use the command ‘ locate -i *wolf*this ’. ​ Intermediate Commands ​ echo - the echo command allows us to move some data, typically text into a file. For example, if you want to create a new text file or add to an already made text file, you just need to type in, ‘echo beware, the wolf is at the door >> new.txt ’ . You do not need to separate the spaces by using the backward slash here because we put in two triangular brackets when we finish what we need to write. ​ sudo - is a widely used command in the Linux command line, sudo means for ‘SuperUser Do ’ . So, if you want any command to be done with administrative or root privileges, you can use the sudo command. For example, if you want to edit a file like viz. alsa-base.conf, which needs root permissions, you can use the command ‘ sudo nano alsa-base.conf ’ . You can enter the root command line using the command ‘ sudo bash ’ , then type in your user password. You can also use the command ‘ su ’ to do this, but you need to set a root password before that. For that, you can use the command ‘sudo passwd ’ ( not misspelled, it is abbreviated to passwd ). Then type in the new root password. ​ cat - the cat command is used to display the contents of a file. It is usually used to easily view programs. ​ nano, vi, jed - nano, and vi are installed text editors in the Linux command line. The nano command text editor denotes keywords with colour and can recognise most languages, vi is simpler than nano. You can also create a new file or modify a file using this editor. Like, to make a new file named ‘ cub.txt ’, you can create it by using the command ‘ nano cub.txt ’. You can save your files after editing by using the sequence Ctrl+X, then Y (or N for no). ​ tar - use tar to work with tarballs (files compressed in a tarball archive) in the Linux command line. It can compress or un-compress different types of tar archives like .tar , .tar.gz , or .tar.bz2 . It works based on the arguments given to it, like, ‘ tar -cvf ’ for creating a .tar archive, -xvf to untar a tar archive, -tvf to list the contents of the archive. ​ df - use the df command to see the available disk space in each of the partitions in your system. Type ‘ df ’ in the command line to see each mounted partition and their used/available space in % and in KBs. If you want it shown in megabytes, you can use the command ‘ df -m ’ . ​ du (disk usage) - the du lets you know the disk usage of a file in your system. If you wish to know the disk usage for a particular folder or file in Linux, you can type in the command ‘ df ’ and the name of the folder or file. So, if you want to know the disk space used by the documents folder in Linux, you can use the command ‘ du Documents ’ . You can also use the command ‘ ls -lah ’ to view the file sizes of all the files in a folder. ​ zip, unzip - is used to compress files into a zip archive, and unzip to extract files from a zip archive. ​ uname - Use uname to show the information about the system your Linux distro is running. Using the command ‘ uname -a ’ prints most of the information about the system. This prints the kernel release date, version, or processor type. ​ apt-get - using apt allows users to work with packages in the Linux command line. Users use apt-get to install packages. This requires root privileges, so the sudo command will also be required. Such as, if you want to install the text editor vim , type in the command ‘ sudo apt-get install vim ’ . Similarly, any package can be installed this way. However, it is prudent to update your repository each time you want to install new packages. This can be done by typing ‘ sudo apt-get update ’ . Upgrading the system you type ‘ sudo apt-get upgrade ’, and for distro upgrades, type ‘ sudo apt-get ‘ dist-upgrade ’ . The command ‘ apt-cache search ’ is used to search for a package. If you want to search for one, you can type in ‘ apt-cache search vim ’, but this does not require root command. ​ chmod - use chmod to make a file executable and to change the permissions granted to it in Linux. If you have a python code-named dog.py on your computer. You will need to run ‘ python dog.py ’ every time you need to run it. Instead of that, when you make it executable, you only just need to run ‘ dog.py ’ in the terminal to run the file. To make a file executable, you can use the command ‘ chmod +x dog.py ’ . You can use ‘ chmod 755 dog.py ’ to give it root permissions or ‘ sudo chmod +x numbers.py ’ for root executable. ​ ping - is used to check your connection to a server, it is a computer network administration software utility that tests the reachability of a host on an Internet Protocol (IP) network. When ‘ ping google.com ’ is typed it checks if it can connect to that server and come back, and also measures the round-trip time then gives displays the details about it. Most users use this command to check their internet connection. If it pings the server the internet connection is active. ​ hostname - hostname provides your name in your host or network. It displays your hostname and IP address. Typing ‘ hostname ’ gives the output. While typing in ‘ hostname -I ’ gives you your IP address in your network.

  • About | QâfModels hints and discussions on model building, modifications and air

    Model Building Jag har byggt modellpaket i många år och kände att det ofta saknas kvalitet och utseende. Den här webbplatsen illustrerar några av de metoder som jag använder för att övervinna dessa brister. Jag designar och bygger också elektroniska kretsar för att förbättra vissa modellsatser och dioramas. Jag gillar att designa och bygga modellsatser med dynamisk belysning, ljudändringar och dioramas var möjliga Jag kommer att lägga till en videokanal för att illustrera hur jag arbetar, kretsar som jag designar och recensioner av produkter. Under åren har jag använt många typer av färg, huvudsakligen: Vattenbaserad akryl, oljebaserad, lack och lösningsmedelsbaserad emaljfärg. Var och en har fördelar och nackdelar .

  • Pascal | Qâf ScaleModels Gozo

    Datoranvändning Pascal is a general-purpose, high-level language that was originally developed for teaching programming as a systematic discipline and to develop reliable and efficient programs. ​ Pascal is an Algol-based language and includes many constructs of Algol and Algol 60 is a subset of Pascal. Pascal offers quite a few data types and programming structures, making it is easy to understand and maintain Pascal programs. ​ Pascal is widely used in the teaching and academics arena for a few reasons: ​ Easy to learn. A structured language. Produces clear, efficient, and reliable programs. Can be compiled on a variety of computer platforms ​ Pascals features: ​ Pascal is a strongly typed language. Offers extensive error checking. Provides several data types like arrays, records, files, and sets. Provides a variety of programming structures. Supports structured programming through functions and procedures. Supports object-oriented programming. So why use Pascal? It allows programmers to define complex structured data types, build dynamic and recursive data structures like lists, hierarchies, search options, calculations, or graphs.

  • Motherboard | Qâf ScaleModels Gozo

    Motherboard A motherboard, system board, or colloquially, a mobo is a printed circuit board (PCB) found in computers and other expandable systems. ​ All motherboards have socket name that corresponds with the CPU that can be used, a few are: ​ AMD AM3+, AMD Ryzen™ and AMD FX Intel i7 series LGA 1156 socket H Intel i9 - LGA 2066 A Motherboard holds a few crucial components, such as, ​ Central Processing Unit or the CPU socket. Memory (RAM) slots. Contains important sub-systems . Many have embedded HD video facilities and 7:1 sound . Holds the BIOS (Basic Input Output System) installed. Provides connectors for peripherals, sockets, connections, and slots for: ​ Mouse Keyboard Speakers Network port USB ports Firewire port Hard drives Monitor Video cards Sound cards Network cards TV Tuner cards Motherboards provide several external connections, so users are able use the computer. It is PCB with expansion capability - the board is the ‘mother’ of most of the components attached. Different types of motherboard ports and their functions explained. ​ RJ-45 (Registered Jack 45) LAN port – The RJ-45 port allows connection to a Local Area Network (LAN) through a network hub using an RJ-45 cable. ​ Analog Audio P orts – allow connections like speakers, audio devices, and microphones. ​ USB (Universal Serial Bus) 2.0 or 3.0 Ports - are located on each motherboard and used for connecting mice, keyboards, printers/scanners, external hard drives, and tablets. ​ PS/2 Keyboard Port (purple) - used for a PS/2 keyboard. PS/2 mouse port (green) - used for a PS/2 mouse. ​ 1394a Port - used to connect firewire devices. FireWire has largely been displaced by USB. However, some professional audio hardware devices still use FireWire. ​ Optical S/PDIF - used for sound connections to home audio receivers or powered PC speakers with optical connections. ​ eSATA Port (External Serial Advanced Technology Attachment) - It is an external interface for SATA technologies and competes with FireWire 400 and USB 2.0 to provide fast data transfer speeds for external storage devices. ​ HDMI Port (High-Definition Multimedia Interface) - is a digital interface for transmitting audio and video data in a single cable. It is supported by most HDTVs and related components, like DVD and Blu-Ray players, cable boxes, and video game systems. ​ DVI Port (Digital Visual Interface) - is used to send digital information from a computer to a digital display, such as a flat-panel LCD monitor. There are several types: ​ DisplayPort (DP) - is a digital display interface developed by a conglomerate of PC and chip manufacturers. The interface is primarily used to connect a video source to a display device, a monitor, it can also carry audio , USB , and other forms of data. Initially, the DisplayPort was designed to replace VGA, FPD-Link, Digital Visual Interface (DVI), and the interface is backward compatible with HDMI and DVI, using adapters. ​ VGA (Video Graphics Array) Port - VGA is an older video format and it allows an analog signal as opposed to a digital signal (ones and zeroes). Using higher frequencies, it is possible to reach a relatively high range of video resolutions. However, video quality directly responds to cable quality, and particularly with higher resolutions. Because of this, the quality of a VGA image can fluctuate with different makes of cable. ​ ​ Bus Sub-Systems The motherboard is a circuit board that connects the CPU to the memory and all the other hardware. Buses are circuits on the motherboard that connect the CPU to other components. There are many buses on the motherboard, bus systems move instructions and data around the system. Bus speed is measured in megahertz (MHz), The faster the bus, the quicker data is communicated, therefore, the motherboards speed is defined by the bus speed. ​ Bus systems are limited by their width in bits and are usually 8, 16, or 32-bits wide. This indicates how many bits can be sent by the bus at any one time, so, a 32-bit bus can send 32 bits or a 16-bit can send 16 bits at once. ​ The bus that connects the CPU to the memory is called the front-side bus (FSB) or system bus. CPU cores share Level 2 and Level 3 cache across the front-side bus and will usually connect to Level 2 cache through the back-side bus (BSB), the back-side bus is faster than the FSB. ​ There are two types of Bus sub-systems: ​ Internal – Buses that connect to internal components. ​ External – Buses that connect to external components. ​ The FSB contains two types of bus: ​ Address bus - this sends information about where data needs to go by sending an address to the memory. The address bus only sends data in one direction - from the CPU to RAM. ​ Data bus - this sends data to the memory or receives data from the memory. Data can flow both ways along the data bus. ​ ​ A Bus Sub-system transfers data between computer components. Separate to point-to-point connections, a bus system can logically connect several peripherals over the same set of connections. ​ Every Bus defines its set of connectors to physically plug devices, cards, or cables together. Because of this, there are various kinds of slots used to connect internal and external devices. North Bridge : The northbridge typically handles communications among the CPU, in some cases RAM, and PCI Express (or AGP) video cards, and the southbridge. Northbridge is directly connected to AGP video, thus providing higher transfer rates. SouthBridge : The southbridge is one of the two chips in the core logic chipset on a personal computer (PC) motherboard, the other being the northbridge. The southbridge typically implements the slower capabilities of the motherboard in a northbridge/southbridge chipset computer architecture. A southbridge chipset handles all the computer's I/O functions, such as USB, audio, serial, the system BIOS, the ISA bus, the interrupt controller, and the IDE channels. PCI (Peripheral Component Interconnect) There are many kinds of internal buses, but there are only a few popular ones. Various motherboards have different kinds and a number of slots, so it is vital to know what kind and number of slots a motherboard has before purchasing a sound or video card and match the type of slot to the motherboard. ​ PCI (Peripheral Component Interconnect) was common in PCs several years ago, now PCIe (Peripheral Component Interconnect Express) has succeeded this type of bus. Usually, PCIe cards used were: ​ Network card or NIC card Sound card Modems Additional USB or Serial ports TV tuner card Additional SATA disk controllers Video card ​ PCIe (Peripheral Component Interconnect Express) PCIe was designed to replace the general-purpose PCI expansion bus and the aging AGP graphics card interface. PCIe is not a bus, but a point-to-point connection of serial links called lanes. Because PCIe cards have faster bandwidths than PCI cards they make an ideal option for high-end video cards. ​ AGP (Accelerated Graphics Port) AGP (Accelerated Graphics Port) is a high-speed point-to-point channel for attaching graphics cards to motherboards to help in the acceleration of 3D graphics. Connectors and Motherboard Pins Motherboards require connectors and Pins to work. Some power the motherboard, while others provide connections for: ​ SATA and IDE (old type connection) Hard drives SATA and IDE DVD/CD writers/players and IDE floppy drive (no longer used) USB, Firewire, Audio (analog and digital), connections for the front of the case, and DVD players Power for fans (including the CPU cooling fan) ATX 24 pin and ATX 6 12-volt motherboard power Front panel pins – computer cases have fitted leads for front USB, Firewire, audio, microphones and: Power Switch Speaker Reset Switch Power LED Chassis Intrusion Header Hard drive activity LED Message/Power Sleep LED ​ Front panel pins are a conundrum because case manufacturers have not decided on a standard. Some manufacturers use plain coloured wire, others dual coloured and they hardly ever identify with is positive or ground leads. If lucky they put an information sheet in the box, but the cheaper cases tend not to have these. ​ Luckily, some motherboard manufacturers are more accommodating. However, all manufacturers do indicate which lead is which by abbreviating on the connector, such as: ​ PWR – Power Switch SPK - Speaker RES - Reset Switch MSG - Message/Power/Sleep LED CH - Chassis Intrusion Header HD - Hard drive activity LED PWR LED ​ The pin assignments for the front panel header may differ by model. Refer to the motherboard user's manual for the actual pin assignments.

  • RAID 0-4 | Qâf ScaleModels Gozo

    RAID Striping 0 to 4 RAID 0 Striping ​ With RAID 0 the data is written across multiple drives to improve access performance. There is no data redundancy. So, a 4Meg file would be written across 4 drives in 1Meg pieces. Because of this, the failure of one drive will render the data inaccessible, but the advantage is considerably higher throughput. RAID 1 (mirroring without parity or striping) With RAID 1 data is written identically to two drives, thereby producing a ‘mirrored set’. The read request is examined by either of the two HDDs containing the requested data, whichever one involves the least seek time plus rotational latency. ​ Similarly, a written request updates the stripes of both drives. The write performance depends on the slower of the two writes, such as, the one that involves a larger seek time and rotational latency. ​ At least two drives are required to constitute such an array. While more constituent drives may be employed, but many applications deal with a maximum of only two. The array continues to operate if at least one drive is functioning. Key: A, B, C, D, E, and F are blocks of data RAID 2 has bit-level striping with dedicated Hamming-code parity, all disk spindle rotation is synchronized, and data is striped so that each sequential bit is on a different drive. Hamming-code parity is calculated across matching bits and stored on at least one parity drive. ​ RAID 3 has byte-level striping with dedicated parity, all disk spindle rotation is synchronized and data are striped so each sequential byte is on a different drive. Parity is calculated across matching bytes and stored on a dedicated parity drive. ​ RAID 4 is block-level striping with dedicated parity and is equivalent to RAID 5 but all parity data is stored on a single drive. In this configuration files can be dispersed between multiple drives. Each drive operates independently allowing I/O requests to be performed in parallel. ​ RAID 2 is more of a theoretical system and not used in practice. But although applications for RAID 3 exist it is not commonly used in practice.

  • Networking | Qâf ScaleModels Gozo

    Networking and Internet It is a computer network is a group of computers or servers that use a set of common communication protocols over digital interconnections for the function of sharing resources located on or provided by the network nodes. The interconnections between nodes are formed from a broad spectrum of telecommunication network technologies, based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of network analysis situs. ​ Computer networks for the home and small business can be built using wired or wireless technology. In the past, a wired Ethernet has been the option is used in homes, but Wi-Fi wireless technology has improved greatly and is now commonplace. ​ Wired and wireless networks have advantages and disadvantages. They equally epitomise practical choices for home or other local area networks (LANs) and depend on the packages purchased by the user. ​ When possible, I prefer wired solutions as performance and security are better and more reliable. Wireless networks are convenient but can have performance and security issues. ​ Both have advantages and disadvantages. ​ Wireless networks allow devices to stay connected to the network but roam untethered to any wires. Access points amplify Wi-Fi signals, so a device can be far from a router but still be connected to the network. When connected to a Wi-Fi hotspot at a public place, café, hotel, airport lounge, the connection is with that business's wireless network. ​ Wired networks use cables to connect devices, such as desktop computers, laptops, or servers to access the Internet or additional network. A wired network has disadvantages when compared to a wireless network, the largest is that the device is tethered to a router. ​ Motherboards have at least one RJ-45 networking socket and some have integrated Wi-Fi adapters fitted. ​ A computer network is a collection of computers and/or hardware interconnected by communication channels that allow sharing of resources and information. ​ It is where a device, computer or server sends or receives data to or from another device, computer, or server in a remote location. When connected, the two devices are said to be networked. A network is a group is the sum of computers, tablets, phones, laptops, and servers that are connected. Networks are organised in a diverse group of physiognomies, such as, the method used to carry the data and communications protocols. ​ Communication protocols define the rules and data formats for swapping information in a computer network and provide the basis for network programming. Router A router is a networking device that forwards data several layer packets between computer networks, such as files, communications, and transmissions. Routers perform the traffic directing functions on the Internet. Data sent through the internet, like web pages or emails, data packets, a packet is normally forwarded from one router to router through the networks that make up the Internet until it reaches its destination node. ​ Data packets have several layers, or sections, one of which carries identifying information such as sender, data type, size, and most importantly, the destination Internet protocol (IP) address. The router reads this layer, prioritizes the data, and chooses the best route to use for each transmission.

  • 555 Timer | Qâf ScaleModels Gozo

    555 Timer Den 555 timerns IC-krets är en integrerad krets (chip) som används i ett intervall av timer, fördröjnings, pulsgenerering och oscillatorn funktioner. Det är en användbar komponent i modellsatsbyggnader och ljusmoduleringar. Det är en tidkrets som ger exakta och mycket stabila tidsfördröjningar eller svängningar. Dessa typer av integrerade kretsar är billiga och pålitliga jämfört med OP-Amp-applikationerna i samma områden. 555Timers används som pålitliga och monostabila multivibratorer i digitala logiska sonder, DC-DC-omvandlare, varvräknare, analoga frekvensmätare, spänningsregulatorer, temperaturstyrda och mätanordningar. IC SE555 kan användas i temperaturintervaller från - 55 ° C till 125 ° C, medan IC NE555 kan användas under temperaturintervaller från 0 ° till 70 ° C. En monostabil multivibrator är en sekventiell logisk elektronisk krets som genererar en utgångspuls. När den utlöses produceras en puls med fördefinierad varaktighet. Kretsen återgår sedan till sitt stabila tillstånd och producerar inte mer utgång tills den aktiveras igen.

bottom of page