Monday, April 10, 2023

What happens when you type 'www.google.com' in your browser and press Enter

 

Introduction

Several processes run in the background mode before your computer displays the Google homepage when you type "https://www.google.com" into your web browser and press the enter key.

Thankfully, all of these events take place in a fraction of a second and are invisible to you. Have you ever pondered what actually occurs in the background?

1.    Your browser sends a request to the DNS (domain name system) server, which serves as an address book for all domain names. This then sends back the exact IP address of the server, which https://www.google.com points to.

2.    The browser checks for the presence of "https://" at the beginning of the URL. This indicates that a secure, encrypted connection is required between the browser and the website. The browser then initiates a secure handshake with the web server to establish this encrypted connection.

3.    Once the secure connection is established, the browser sends an HTTP request to the server, asking for the Google homepage. This request contains a lot of information, including the type of browser being used, the language preferences of the user, and the version of the HTTP protocol being used.

4.    The server at Google receives the request and processes it. It checks the requested URL and looks for the corresponding web page or file. In this case, it finds the Google homepage and begins to assemble the content to send back to the browser.

5.    The server sends back an HTTP response to the browser. This response contains the HTML, CSS, and JavaScript files needed to display the Google homepage. The response also includes information about the status of the request (e.g., whether it was successful or not) and any additional metadata, such as cookies or caching directives.

6.    The browser receives the response and begins to render the Google homepage. It first reads the HTML file and creates a Document Object Model (DOM) that represents the structure of the page. It then parses the CSS file and applies the appropriate styles to each element on the page. Finally, it executes the JavaScript code and makes any necessary changes to the page (e.g., loading dynamic content).

7.    The browser displays the fully rendered Google homepage to the user. The user can now interact with the page, perform searches, and click on links to navigate to other pages on the internet.

 

LET'S EXAMINE WHAT OCCURS IN MORE DETAIL STEP BY STEP:

1.      DNS

When you access a website or domain name using your browser, the browser stores information about that domain name (its DNS record).

As a result, whenever you type a domain name into your web browser, such as "google.com," the browser first checks its cache to determine if it has a recent copy of the DNS record for that domain.

It will utilize the IP address stored in the cache to submit a request to the server if a recent copy of the DNS records for that domain is available. 

Because a call to the DNS server is not necessary, the process of resolving the domain name to an IP address proceeds more quickly.

The browser will submit a request to the DNS server to resolve the domain name to an IP address if the cache of the browser does not contain a current copy of the DNS record or if the DNS record has changed since it was last cached.

Let's look at the various steps in the DNS lookup process. The DNS lookup process is described in greater detail below:

  a.   Immediately after typing google.com into your browser. 

First, the browser and the operating system checked their caches to determine if they had the IP address for google.com.  Nevertheless, because they didn't, the OS is now contacting the resolver.

b.     Resolver

The resolver server is usually your ISP (Internet Service Provider). All resolvers must know one thing: where to locate the root server.

To see if it has a current copy of the DNS record for that domain, the resolver looks in its cache. If so, the IP address is returned to the browser.

A request is made to a root server if the resolver does not already have a      recent copy of the DNS record.

c.    Root Server

The resolver then asks the root server: I am trying to find the IP address for the website google.com. The root server sent the reply. Sorry, resolver, I don't know where to find google.com. But I can tell you where to find the.COM TLD server.

d.   .COM TLD server

I am afraid I don't know the IP address for google.com, but I have found the authoritative name servers! The.COM domain found the authoritative name servers for the domain google.com.

e.   Authoritative Name Severs

The authoritative name server responds with the IP address for google.com. Google's IP address is 8.8.8.8. The resolver then sends the IP address to the browser.

The resolver finally got the answer he was looking for! Hurray for the authoritative name server!

It was so cool visiting everyone!

The root told me where to find the.COM server.

The TLD server gave me the authoritative name server addresses.

Then, ns1.google.com gave me the IP for google.com.

 

2.      TCP/IP

TCP/IP stands for Transmission Control Protocol/Internet Protocol. TCP/IP is a set of standardized rules that allow computers to communicate on a network such as the internet.

TCP works with the Internet Protocol (IP), which defines how computers send packets of data to each other. Together, TCP and IP are the basic rules that define the internet.

They work together to establish a connection between a client and a server and facilitate the transmission of data between them.

When you enter "google.com" into a web browser, the browser uses TCP/IP to establish a connection with the server that hosts the website.

Here's what happens in more detail:

The browser sends a request to the server using IP to establish a connection.

The server receives the request and sends back an acknowledgment acknowledging the request to establish a connection. This is the three-way handshake protocol.

Once the three-way handshake protocol is complete, the browser can send a request for the webpage it wants to access (in this case, the homepage of google.com). This request is sent using TCP, which ensures that the request is transmitted reliably and in the correct order.

The server receives the request and sends back the HTML code for the homepage of Google.com to the browser. This response is also sent using TCP to ensure reliable transmission.

The browser receives the HTML code and uses it to render the webpage on your screen. Any resources (such as images) that the webpage needs are also requested and received using TCP/IP.

 

3.      FIREWALL

A firewall is a security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. Its primary purpose is to protect a network from external threats, such as hackers and malware.

When you type "google.com" into your browser's URL, the request that your browser makes to Google's server passes through the firewall on its way there. The firewall checks the incoming request to make sure it is allowed based on its security rules.

There are two main types of security rules that a firewall uses to check incoming requests:

Rules that allow or block traffic based on the source and destination of the request for example, a firewall may be configured to block all traffic from certain countries or to allow only certain IP addresses to access the network.

Rules that allow or block traffic based on the type of traffic for example, a firewall may be configured to block all traffic on certain ports (such as those used by malware) or to allow only certain types of traffic (such as HTTP or HTTPS).

If the incoming request meets the security rules set by the firewall in front of Google's server, it is allowed through, and the browser is able to access the website.

However, if the request does not meet the security rules, it is blocked, and the browser is unable to access the website.

 

4.      HTTPS/SSL

HTTPS (Hypertext Transfer Protocol Secure) is a secure version of the HTTP protocol used to transmit data on the internet. It is used to encrypt the data transmitted between your browser and Google's server.

SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are encryption protocols that are used to secure the data transmitted over HTTPS.

When your browser establishes a connection with Google's server using HTTPS, your browser and Google's server first agree on the version of SSL/TLS to use and then create a secure, encrypted channel for transmitting the data.

Let me use an analogy to explain what is going on here.

HTTPS is like a locked box that is used to send messages over the internet. When you want to send a message using HTTPS, you put the message in the locked box and send it to the person you want to receive the message. Only the person you are sending the message to has the key to unlock the box and read the message.

SSL and TLS are like special codes that are used to lock and unlock the box. When you want to send a message using HTTPS, you and the person to whom you are sending the message must agree on the code to use to lock and unlock the box. This way, only you and the person to whom you are sending the message know the code and can read the message.

When you type "google.com" into your browser, the browser is like the person sending the message. The server that hosts google.com is like the person receiving the message. The browser sends a request for the webpage using HTTPS, which is like putting the request in a locked box and sending it to the server. The server then sends the webpage back to the browser using HTTPS, which is like putting the webpage in a locked box and sending it back to the browser.

 

5.      LOAD-BALANCER

A load balancer is a device that acts as a reverse proxy and distributes network or application traffic across a number of servers.

Its primary function is to ensure that the traffic is distributed evenly across the servers in order to avoid overloading any single server and to increase the overall capacity and reliability of the system.

A company like Google, which receives billions of website visitors a day, will need a lot of servers to serve all these users. Therefore, there will be a need for them to set up a load balancer to ensure that some of the servers are not overburdened while others are being underutilized.

In the case of a browser trying to access google.com, the load balancer would receive the incoming request from the browser and then forward it to one of the servers in the Google server network. The particular server chosen will depend on the type of load-balancing algorithm implemented.

 

6.      WEB SERVER

A web server is a computer program that is responsible for handling requests for web pages from clients (such as a browser trying to access google.com). When a client sends a request for a web page to a web server, the server processes the request and returns the appropriate response to the client.

This means that when trying to access google.com, Google's server will receive a request from the load balancer.

The web server would then process the request and generate a response, which would typically include the HTML, CSS, and JavaScript files that make up the web page.

The web server would then send this response back to the load balancer, which would forward it on to the browser. The browser would then use the HTML, CSS, and JavaScript files to render the web page for the user.

 

 7.     APPLICATION SERVER

Unlike the web server, the application server handles dynamic content. When using "google.com", the application server will be responsible for generating the search results (which change based on the query you put into the search engine).

When you submit a search query to Google, the request is first sent to the load balancer, which forwards it to one of the web servers in the Google server network. The web server then sends the request to the application server, which processes the request and generates the search results.

Depending on the complexity of the search query, the application server may need to make a request to a database in order to retrieve the necessary data.

For example, if you are searching for a specific product on an e-commerce website, the application server may need to retrieve information about the product from a database.

Once the application server has obtained the necessary data, it sends it back to the web server, which includes it in the response that is sent back to the browser. The browser then uses this information to display the search results to you.

 

 

8.      DATABASE

A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS). There are two types of databases: relational and non-relational, which both use DBMS to create, edit, delete, and maintain data. In this case, the content of what you search for will be stored in a database.

 

CONCLUSION

The Google server receives an HTTP request from your browser when you input https://www.google.com and click Enter, and it responds by providing the necessary files to display the Google homepage. You can use the browser to engage with Google's search engine and other services after it processes these files and presents the page to you. Thanks to the robust network infrastructure that supports the internet, the entire process is completed in a couple of seconds.

Sunday, September 27, 2020

SOLMAX GLOBAL

What is Solmax Global?

It is a marketing partner for Igniter100.

Who is Igniter100? 

The actual business that we are buying shares from but we become affiliates through their .marketing partner Solmax Global

Why join Solmax Global/Igniter100?

➡️You get return on your investment 1% to 2% daily, 75% in cash and 25% in Smart Shares.

➡️Shares which u can easily trade for cash and make profits weekly

➡️You get a free online education program. Blockchain technology and other educational courses all for free, just by being a member of Solmax Igniter 100

➡️You choose whether you only want to be an investor or networker, invite others and start earning without investing

Everyone is welcome to Solmax/i100


Join Us

PACKAGES:  

1. Rockie - £50 

2. Basic - £100

3. Starter - £250

4. Executive - £500

5. Premium-£1000

6. Professional -£2500 

7. Elite - £5000 


SOLMAX is here to DOMINATE

Minimum Investment is £50

Minimum withdrawal is £30 GBP

You will make Daily 1% to 2% 

You can get lots of bonuses e.g: 

Matching Bonus 20% paid Weekly


PCM Bonus

Direct referral bonus 10% paid instantly

Binary Bonus 10% paid every Monday 

i100 promotional bonus

Regular Webinars with Global leaders and CEO.

Payment Gateways: Bank, Credit cards( Visa, Master card etc, Bitcoin, Ethereum, Litecoin, Perfect Money & Gift code)

Monday, November 21, 2016

HOW TO INCREASE YOUR BITCOIN WITH ZARFUND INVESTMENT

One way or the other you must have heard about the much talked about Zarfund investment. The world cant seems to stop talking about it at the moment.

https://www.zarfund.com/ref/e06f4a6970/register


What Exactly is Zarfund?

Zarfund is a team-work based, person – to – person funding platform. The company started mid-August but is gaining substantial unmatched grounds the Investment world has ever seen.

How does it work? Zarfund is all about team work. And the start-up capital is 0.03btc / $21.5 which is payable in bitcoin. All new investors voluntarily pays their upline (the person who referred them) $21.5, then the investor will invite two person who will pay him $21.5 each making twice of his investment in one day (at that point you move to level 2). Then your two referrals will have to refer two people each and the matrix keeps forming.

Zarfund is a 2x6 forced matrix that is impossible to do alone, hence TEAMWORK is encouraged. That’s what set Zarfund apart from all other investment. With teamwork you can turn $21.5 to $89,856.

Now in Zarfund you only need two referrals (It’s called the power of two). Two referrals is the Maximum, you can’t have more than it. That’s why it’s so unique when compared to other investment where you need to bring in people at every stage.

Estimated profit calculation of Zarfund System

  • Level 1-: 2 x 0.03btc (paid by your two direct referrals) = 0.06btc (you upgrade to level 2 with 0.05btc and you profit = 0.01btc or $7.02 (you will receive this sum immediately and monthly if you stay at this level)
  • Level 2-: 4 x 0.05btc (paid by your referrals referrals) = 0.2btc (you upgrade to level 3 with 0.1btc and you profit = 0.1btc or $70.2 (you will receive this sum immediately and monthly if you stay at this level)
  • Level 3-: 8 x 0.1btc (paid by your referrals referrals) = 0.8btc (you upgrade to level 4 with 0.2btc and you profit = 0.6btc or $421.2 (you will receive this sum immediately and monthly if you stay at this level)
  • Level 4-: 16 x 0.2btc (paid by your referrals referrals) = 3.2btc (you upgrade to level 5 with 1btc and you profit = 2.2btc or $1,544.4 (you will receive this sum immediately and monthly if you stay at this level)
  • Level 5-: 32 x 1btc (paid by your referrals referrals) = 32btc (you upgrade to level 5 with 2btc and you profit = 30btc or $21,060 (you will receive this sum immediately and monthly if you stay at this level)
  • Level 6-: 64 x 2btc (paid by your referrals referrals) profit = 128btc or $89,856 (There is no upgrading this is the final stage) you will receive this sum immediately and monthly when you get to this level
To get the Naira equivalent just multiply the dollar figure by N515 (the current rate according to INSTANGOLD)

NOTE: You can walk away at any stage, and all profit are paid directly to your bitcoin account, which you are in total control of. As of the time of writing this 1btc is $735 and bitcoin is the leading cryptocurrency in the world.

So many shy away from online investment because of fear of scam, Zarfund counter all that fears and it’s perhaps the most legit investment in the internet sphere. Some of the reason are:
  • The founder is Hannes Jordaan most HYIP (Scam) don’t have Founders/C.E.O
  • Zarfund gives you total control of your money, you are your own bank, and you receive and pay your money. All your funds are in your bitcoin account.
  • You can withdraw all your money anytime, any day, anywhere. You don’t have to wait for 30 days neither are you given any condition for withdrawing your money. Zarfund is as free as Shoprite, you can walk in and out as you wish.
  • Nothing at all have access to your money not even Zarfund.
  • Zarfund don’t pay you, members pay you. Zarfund is just the platform.
This new buzz in town offers endless possibilities and you can make so much with your Team. Zarfund is a Teamwork platform and we are the leading team in Africa. We will be the first Group in Nigeria to produce a plethora of level 6 investors. 

Teams are formed in Zarfund to assist investors with referrals, so all you basically have to do is join a team and invest.

Who are we? We are Team OsasInfo
What do we do? We invest in the biggest Investment the world has ever seen (Zarfund).
What is our aim here? To give you first-hand information of the investment of the century.

This is the criteria to join our Zarfund Team:
  1. Make sure you are familiar with the basis of Zarfund (you can whatsapp me for that)
  2. We are not a Team that promises our members downlines (referals). We don’t encourage laziness. No team gets to the top with inactive members, we can only assist our members if and only if there is free referral. In Zarfund you need just two.
  3. If you not ready to bring in at least one person and you want to make good money you are not the type we are looking for. 
  4. Only serious prospective investors are allowed, we are not here to joke, Zarfund is a serious business and we take it seriously.
  5. We are a team of serious minded people and you are guaranteed not to get stuck because we only accepts like minds who won’t stunt your development.
  6. We go on aggressive ads with part of our profit to source for new investors and we do get lots of spillovers which might spill on you or your downlines but don't bank on it.☝🏻😬
To join our Team send me a message on 08053512399 or click the link to register ZARFUND INVEST

TO KNOW MORE ABOUT BITCOIN CLICK HERE

What is Bitcoin?

Bitcoin is the first decentralized digital currency and is commonly referred to with terms like: Digital Currency, Digital Cash, Virtual Currency, Electronic Currency, or Cryptocurrency. Its inventor Satoshi Nakamoto


The major difference between bitcoin and your normal currency like pounds, dollars, etc bitcoin is digital and doesn't come in print form and is not produced by any central bank in the world.

Asides the differences, bitcoin shares very close similarities with the other normal currencies. A unit of bitcoin is called Satoshi, the same way we have the cent for dollars, and kobo for Naira. 100,000,000 Satoshi makes a bitcoin, same way 100 kobo makes a Naira. 

Bitcoin is recognized and accepted by many retail outlets as payment. Also, you can sell and buy bitcoins from exchangers, same way you buy dollars from bureau de change.
As of the time of writing this post, a bitcoin is worth more than $735 which is equivalent to over N370,000 or more than. Since bitcoin is just like every other currency albeit digital, you need where to store your bitcoins, same way you have your bank account to save your money.

To store bitcoin, you need a storage called a bitcoin wallet. A wallet is where your bitcoins are stored and it is easily accessible to you anywhere in the World, whether you are in Canada, Japan or Nigeria, you can easily access your wallet and sell the bitcoins there in exchange for the currency of that country. Isn't this amazing?

There are different bitcoin wallet providers. To get a bitcoin wallet, sign up for one free at Blockchain.info/wallet as Without the wallet, you can't receive, send and store up bitcoins.

Now, after signing up for your bitcoin wallet, there are some things to note.

1. Your wallet id is what you use to login to your bitcoin wallet, you can find the id at the bottom of the confirmation mail sent to you by blockchain. It's a long string of alphanumeric characters but has hyphens in between them.

2. Your bitcoin wallet is only accessible to you, make sure to safeguard your id and password as you would your Credit or debit card.

3. Your wallet address is what you use to receive funds to your bitcoin wallet, it's like your bank account number and it's unique to only you. To generate your wallet address, login to your wallet and click on the receive button a long string of alphanumeric characters will be generated for you. Each wallet address begins with 1 this is what you provide to whoever wants to send bitcoin to you.

Let go back in time 1 BTC price was 0.008$ in 2010? Now its value is at 702$/BTC. If you had purchased 100 BTC as at 2010, you would have invested $0.8 to acquire 100 bitcoins. Now your investment should be worth $70200 now. Did you miss that opportunity? No problem.


Read my other post on how to make money with your bitcoin
ZARFUND INVESTMENT
 

UNIBEN 2016/2017 CLEARANCE DETAILS










UNIBEN 2016/2017 CLEARANCE EXERCISE FOR UTME & DIRECT ENTRY CANDIDATES.

* PAY YOUR ACCEPTANCE FEE * UPLOAD RELEVANT DOCUMENT * REQUEST CLEARANCE * PROCEED FOR FACE - TO FACE CLEARANCE AT YOUR FACULTY FROM WEDNESDAY 16TH NOVEMBER 2016.

DATE OF RESUMPTION FOR NEWLY ADMITTED STUDENTS (FRESHERS) - WEDNESDAY 16TH NOVEMBER 2016
THE ACCEPTANCE FEE FOR 2016/2017 IS AS SHOWN BELOW
S/NO ITEMS COLLEGE OF MEDICAL SCIENCES CANDIDATES ( N ) OTHER CANDIDATES ( N )
1 BANK/PORTAL CHARGES 5,000.00 5,000.00
2 ADMISSION CLEARANCE 23,000.00 23,000.00
3 ICT LEVY 6,000.00 6,000.00
4 DEVELOPMENT LEVY 15,000.00 15,000.00
5 MTN NET LIBRARY 1,000.00 1,000.00
6 COLLEGE DEVELOPMENT LEVY (MEDICAL STUDENTS ONLY) 20,000.00 -
TOTAL 70,000.00 50,000.00

Tuesday, August 9, 2016

Uniben Pre-degree Form 2016/2017 (JUPEB) is Out

JUPEB Pre-Degree (Foundation) Studies 2016/2017
Application Start Date:     26/07/2016 12:59:59
Application Closing Date:     12/09/2016 23:59:59


 
Admission into various programmes shall be through entrance examination to be conducted on 1st of June, 2016 by 9 am at Ugbowo Campus. Application are invited from suitably qualified candidates for admission into Pre-Degree Studies for the 2016/2017 academic session.
 
ADMISSION REQUIREMENTS
The General University Admission Requirements that apply uniformly across the faculties as well as the Specific Faculty Admission Requirements are displayed on the University websites: https://uniben.waeup.org or uniben.edu To qualify for the entrance examinations into the various Pre-Degree Studies, candidate must satisfy the stated general and specific requirements for admission.

METHOD OF APPLICATION
All applications should be concluded on or before Midnight of 12th September, 2016.

The procedure for application is as follows:
 
  1. Visit www.uniben.edu Or uniben.waeup.org
  2. Candidates are advised to have a valid e-mail account before starting the application process (not the cyber-cafe’s mail).
  3. Click on JUPEB Pre-Degree Studies 2016/2017
  4. Click on Register for application at the top left of the displayed page to proceed.
  5. Provide all necessary information. Note that * means compulsory fields.
  6. An immediate mail will be sent to the provided e-mail address.
  7. Open your mail to get your system generated ID and Password that you will use to login.
  8. On uniben.waeup.org click on 'Login' (top right of the front page).
  9. Enter your user name and the password from the mail to login.
  10. To start the application process, please click on 'Edit application record' and provide all required information and upload your passport photograph.
  11. Upload a clear 1” x 1” COLOURED passport photograph with red background in JPEG format only. NOTE that the photograph uploaded will be the only valid ID for all admitted candidates throughout their stay in the University of Benin.FAILURE TO UPLOAD THE SPECIFIED PASSPORT PHOTOGRAPH WILL LEAD TO DISQUALIFICATION AND FAILURE/FORFEITURE OF ADMISSION
  12. To pay for the Application, click on “Add online payment ticket” at the bottom of the page, then click on “College Pay” on the top left corner of the page, follow the instruction to pay the application fee with an ATM-Enabled Verve or Master Card from any commercial Bank.
  13. Preview and confirm your information before submitting your application on-line.
  14. You cannot edit your application after submission.
  15. Print out the Application slip.

    ENTRANCE EXAMINATIONS
Admission into various programmes shall be through entrance examination to be conducted on 24th of September, 2016 by 9 am at the Ugbowo campus of the University.

Tuesday, July 19, 2016

UNIBEN Part-Time Programmes 2016/2017

Part-Time Degree Programmes 2016/2017
Application Start Date: 28/06/2016 08:30:00
Application Closing Date: 28/08/2016 22:00:00

Admission into some of the Part Time UG programmes shall be through Computer-Based Screening to be conducted between Thursday 1st and Saturday 3rd of September, 2016 at Ugbowo Campus. Applications are invited from suitably qualified candidates for admission into Part-Time Undergraduate Programmes for the 2016/2017 academic session. 
All applications (Undergraduates) should be done between 7.00am 28th June 2016 and 12.00 midnight 28th August 2016.

ADMISSION REQUIREMENTS
The General University Admission Requirements that apply uniformly across the faculties as well as the Specific Faculty Admission Requirements are displayed on the University websites: https://uniben.waeup.org or uniben.edu To qualify for the entrance examinations into the various part-time degree programmes, candidate must satisfy the stated general and specific requirements for admission. 


METHOD OF APPLICATION
All applications should be done between Friday 11th September 2015 and 12th October, 2015. 

The procedure for application is as follows: 

  1. Visit www.uniben.edu Or uniben.waeup.org
  2. Candidates are advised to have a valid e-mail account before starting the application process (not the cyber-cafe’s mail).
  3. Click on PART-TIME Degree Programmes, 2016/2017
  4. Click on Register for application at the top left of the displayed page to proceed.
  5. Provide all necessary information. Note that * means compulsory fields.
  6. An immediate mail will be sent to the provided e-mail address.
  7. Open your mail to get your system generated ID and Password that you will use to login.
  8. On uniben.waeup.org click on 'Login' (top right of the front page).
  9. Enter your user name and the password from the mail to login.
  10. To start the application process, please click on 'Edit application record' and provide all required information and upload your passport photograph.
  11. Upload a clear 1” x 1” COLOURED passport photograph with red background in JPEG format only. NOTE that the photograph uploaded will be the only valid ID for all admitted candidates throughout their stay in the University of Benin.FAILURE TO UPLOAD THE SPECIFIED PASSPORT PHOTOGRAPH WILL LEAD TO DISQUAILIFICATION AND FAILURE/FORFEITURE OF ADMISSION
  12. To pay for the Application, click on “Add online payment ticket” at the bottom of the page, then click on “College Pay” on the top left corner of the page, follow the instruction to pay the application fee with an ATM-Enabled Verve or Master Card from any commercial Bank.
  13. Preview and confirm your information before submitting your application on-line.
  14. You cannot edit your application after submission.
  15. Print out the Application slip.
ENTRANCE EXAMINATIONS
Admission into various programmes shall be through entrance examination to be conducted between Thursday, 1st and Saturday 3rd of September, 2016. The Screening test shall be computer-based. 

However, there will be no Entrance Examinations for some programmes. Admission into such programmes will be based on the general requirements approved by the Senate. 

** Note that Past Questions for practicing are available for purchase by willing candidates at moderate cost in the Central Entrance Examinations Committee (CEEC) office, Main Auditorium, University of Benin.

UNIBEN Part-Time Programmes 2016/2017

Part-Time Degree Programmes 2016/2017
Application Start Date: 28/06/2016 08:30:00
Application Closing Date: 28/08/2016 22:00:00

Admission into some of the Part Time UG programmes shall be through Computer-Based Screening to be conducted between Thursday 1st and Saturday 3rd of September, 2016 at Ugbowo Campus. Applications are invited from suitably qualified candidates for admission into Part-Time Undergraduate Programmes for the 2016/2017 academic session. 
All applications (Undergraduates) should be done between 7.00am 28th June 2016 and 12.00 midnight 28th August 2016.

ADMISSION REQUIREMENTS
The General University Admission Requirements that apply uniformly across the faculties as well as the Specific Faculty Admission Requirements are displayed on the University websites: https://uniben.waeup.org or uniben.edu To qualify for the entrance examinations into the various part-time degree programmes, candidate must satisfy the stated general and specific requirements for admission. 


METHOD OF APPLICATION
All applications should be done between Friday 11th September 2015 and 12th October, 2015. 

The procedure for application is as follows: 

  1. Visit www.uniben.edu Or uniben.waeup.org
  2. Candidates are advised to have a valid e-mail account before starting the application process (not the cyber-cafe’s mail).
  3. Click on PART-TIME Degree Programmes, 2016/2017
  4. Click on Register for application at the top left of the displayed page to proceed.
  5. Provide all necessary information. Note that * means compulsory fields.
  6. An immediate mail will be sent to the provided e-mail address.
  7. Open your mail to get your system generated ID and Password that you will use to login.
  8. On uniben.waeup.org click on 'Login' (top right of the front page).
  9. Enter your user name and the password from the mail to login.
  10. To start the application process, please click on 'Edit application record' and provide all required information and upload your passport photograph.
  11. Upload a clear 1” x 1” COLOURED passport photograph with red background in JPEG format only. NOTE that the photograph uploaded will be the only valid ID for all admitted candidates throughout their stay in the University of Benin.FAILURE TO UPLOAD THE SPECIFIED PASSPORT PHOTOGRAPH WILL LEAD TO DISQUAILIFICATION AND FAILURE/FORFEITURE OF ADMISSION
  12. To pay for the Application, click on “Add online payment ticket” at the bottom of the page, then click on “College Pay” on the top left corner of the page, follow the instruction to pay the application fee with an ATM-Enabled Verve or Master Card from any commercial Bank.
  13. Preview and confirm your information before submitting your application on-line.
  14. You cannot edit your application after submission.
  15. Print out the Application slip.
ENTRANCE EXAMINATIONS
Admission into various programmes shall be through entrance examination to be conducted between Thursday, 1st and Saturday 3rd of September, 2016. The Screening test shall be computer-based. 

However, there will be no Entrance Examinations for some programmes. Admission into such programmes will be based on the general requirements approved by the Senate. 

** Note that Past Questions for practicing are available for purchase by willing candidates at moderate cost in the Central Entrance Examinations Committee (CEEC) office, Main Auditorium, University of Benin.

UNIBEN Part-Time Programmes 2016/2017

Part-Time Degree Programmes 2016/2017
Application Start Date: 28/06/2016 08:30:00
Application Closing Date: 28/08/2016 22:00:00

Admission into some of the Part Time UG programmes shall be through Computer-Based Screening to be conducted between Thursday 1st and Saturday 3rd of September, 2016 at Ugbowo Campus. Applications are invited from suitably qualified candidates for admission into Part-Time Undergraduate Programmes for the 2016/2017 academic session. 
All applications (Undergraduates) should be done between 7.00am 28th June 2016 and 12.00 midnight 28th August 2016.

ADMISSION REQUIREMENTS
The General University Admission Requirements that apply uniformly across the faculties as well as the Specific Faculty Admission Requirements are displayed on the University websites: https://uniben.waeup.org or uniben.edu To qualify for the entrance examinations into the various part-time degree programmes, candidate must satisfy the stated general and specific requirements for admission. 


METHOD OF APPLICATION
All applications should be done between Friday 11th September 2015 and 12th October, 2015. 

The procedure for application is as follows: 

  1. Visit www.uniben.edu Or uniben.waeup.org
  2. Candidates are advised to have a valid e-mail account before starting the application process (not the cyber-cafe’s mail).
  3. Click on PART-TIME Degree Programmes, 2016/2017
  4. Click on Register for application at the top left of the displayed page to proceed.
  5. Provide all necessary information. Note that * means compulsory fields.
  6. An immediate mail will be sent to the provided e-mail address.
  7. Open your mail to get your system generated ID and Password that you will use to login.
  8. On uniben.waeup.org click on 'Login' (top right of the front page).
  9. Enter your user name and the password from the mail to login.
  10. To start the application process, please click on 'Edit application record' and provide all required information and upload your passport photograph.
  11. Upload a clear 1” x 1” COLOURED passport photograph with red background in JPEG format only. NOTE that the photograph uploaded will be the only valid ID for all admitted candidates throughout their stay in the University of Benin.FAILURE TO UPLOAD THE SPECIFIED PASSPORT PHOTOGRAPH WILL LEAD TO DISQUAILIFICATION AND FAILURE/FORFEITURE OF ADMISSION
  12. To pay for the Application, click on “Add online payment ticket” at the bottom of the page, then click on “College Pay” on the top left corner of the page, follow the instruction to pay the application fee with an ATM-Enabled Verve or Master Card from any commercial Bank.
  13. Preview and confirm your information before submitting your application on-line.
  14. You cannot edit your application after submission.
  15. Print out the Application slip.
ENTRANCE EXAMINATIONS
Admission into various programmes shall be through entrance examination to be conducted between Thursday, 1st and Saturday 3rd of September, 2016. The Screening test shall be computer-based. 

However, there will be no Entrance Examinations for some programmes. Admission into such programmes will be based on the general requirements approved by the Senate. 

** Note that Past Questions for practicing are available for purchase by willing candidates at moderate cost in the Central Entrance Examinations Committee (CEEC) office, Main Auditorium, University of Benin.

Friday, June 24, 2016

Admission Screening Exercise for 2016/2017 (UTME)

Admission Screening Exercise for 2016/2017 (UTME)
Application Start Date:     21/06/2016 00:00:00
Application Closing Date:     03/07/2016 23:59:59
Application Fee:     5250.0



PLEASE NOTE: Only candidates who applied through JAMB for UTME Admission and chose Ambrose Alli University as First Choice and scored 180 and above are eligible for this Screening Exercise.

Instructions

    Click on 'Register for application' at the top left of this page to proceed.
    Enter your Surname Exactly as written on the JAMB Registration slip, and JAMB Registration number. Immediately, your ID and Password will be displayed on the browser
    Click on 'Login' (top right of the front page) and enter your username and the password to login..
    To start the application process, please click on 'Edit application record' and provide all required information and upload you passport photograph.

Payment Instructions

    Go to https://aaue.waeup.org/login.
    Enter your user name and the password as sent to your email to login.
    To make payment, click 'Edit application record'.
    At the bottom of the page click on 'Add online payment ticket'.

Etranzact Payment

    Click on the ticket you just created to print your payment slip which you will be required to present at the bank.
    Proceed to any of the designated banks to purchase the eTranzact application PIN (payment voucher) with the payment slip.
    Use the eTranzact confirmation order number (PIN) generated for you at the bank to complete your payment transaction by clicking on the ticket generated above and re-querying it using your PIN.

Interswitch Payment: ATM-Enabled Verve, Visa or Master Card from any commercial Bank.

    Click on the Payment_ID of the ticket created.
    (ii) Click on ‘CollegePAY’ at top of your page. Confirmation page will appear to enable you cross-check your payment details. If ok, Click ‘Submit’ to proceed with the payment through Interswitch payment gateway.
    Select your card type from the ‘drop down’ ( Verve, Visa or Master Card), enter your card details i.e Card number, expiry date, CVV2, pin and click “Pay”.
    Note : Your CVV2 is the 3- digit number printed at the back of your card.


If your payment is successfully validated, click "submit"and print your application slip.

Thursday, June 16, 2016

Uniben Admission Screening Exercise 2016/2017


Application Start Date:     14/06/2016 12:05:00
Application Closing Date:     22/06/2016 23:59:59

The University of Benin (UNIBEN) ADMISSION Screening Exercise for 2016/2017 Academic Session will take place between 27th June, 2016 and 9th, July 2016 in designated centres within Ugbowo Campus of the University.
The Screening Exercise shall be Computer Based.
All candidates are expected to be seated, latest one hour before the stipulated time for the screening exercise.

PLEASE NOTE: Only candidates who applied through JAMB for UTME Admission and chose University of Benin as First Choice and scored 200 and above are eligible for this Screening Exercise.

METHOD OF APPLICATION
All applications should be done between 7.00am 14th June, 2016 and Midnight 22nd June, 2016.
The procedure for the 2016/2017 Admission Screening application is as follows:

Candidates are advised to have a valid e-mail account before starting the application process.
  1.     Visit www.uniben.edu Click on Student Portal
  2.     Click on UNIBEN ADMISSION SCREENING 2016/2017
  3.     Click on Register for application at the top left of the displayed page to proceed.
  4.     Enter your Surname Exactly as written on the JAMB Registration slip, and JAMB Registration    number. Immediately, your ID and Password will be displayed on the browser
  5.     Back On uniben.waeup.org click on 'Login' (top right of the front page).
  6.     Enter your username and the password to login.
  7.     To start the application process, please click on 'Application record' and provide all required information and upload your passport photograph.
  8.     Upload a Recent and clear 1” x 1” COLOURED passport photograph with red background in JPEG format only. NOTE that the photograph uploaded will be the only valid ID for all admitted candidates throughout their stay in the University of Benin. FAILURE TO UPLOAD THE SPECIFIED PASSPORT PHOTOGRAPH WILL LEAD TO DISQUALIFICATION and failure/forfeitures of admission.
  9.     To pay for the Application, click on “Add online payment ticket” at the bottom of the page, then click on “College Pay” on the top left corner of the page, follow the instruction to pay the application fee of N 2,000:00; (The fee excludes other charges), the admission screening exercise past questions for N1,000:00 (optional); excluding Interswitch and Portal Services charges with an ATM-Enabled Verve or Master Card from any Commercial Bank
  10.     A link is displayed 'Download past questions to practice'
  11.     Preview and confirm your information before submitting your application on-line.(No correction will be accepted after the closing date)
  12.     Print out an acknowledgement slip that contains the screening schedule.
Candidate are to come to the screening centres with the following:

Candidates should go back on-line on 25th June, 2016 to check for the Day, Venue and Time for the Screening

Acknowledgement slip that contains the screening schedule
Four figure table (where applicable)
Writing materials (HB pencil and Eraser).


Friday, June 3, 2016

UNIBEN DIPLOMA IN MARITA



Diploma in Maritime and ICT Programmes 2016/2017
Application Start Date: 03/05/2016 18:30:00
Application Closing Date: 30/07/2016 23:59:59

APPLICATION FOR DIPLOMA IN MARITIME STUDIES, INFORMATION AND COMMUNICATION TECHNOLOGY PROGRAMME FOR 2016 / 2017 is now open.

Please check www.uniben. edu FOR ADDITIONAL INFORMATION.
Applications are invited from suitably qualified candidates for admission into the Diploma in Maritime Studies, of the University of Benin.
Closing Date - 30th July 2016

Note that: Application fee is N 10.000 while Processing fee is N 550
Instructions
Please Download and go through the advert at the bottom of this page to ensure proper guidance in the choice of Programme of Study.
Click on 'Register for application' at the top left of the displayed page to proceed.
Provide all necessary information. Note that * means compulsory fields.
Click on 'Get login credentials' .
An immediate mail will be send to the provided email address (ps your email not the cybercafe's mail).
Open your mail to get your system generated id and password that you will use to login.
On the https://uniben-kofa.waeup.org click on 'Login' (top right of front page).
Enter your user name and the password from the mail to login.
To start the application process, please click on 'Edit application record' and provide all required information and upload your red background passport photograph.
You can view your entries before downloading the application slip.
To make payment login and click 'Edit application record'.
At the bottom of the page click on 'Add online payment ticket'.
On the displayed page top left click on 'College Pay' to start payment by ATM or Cash Card.
Please do not delete any unsuccessful payment rather query it before initiating another payment.

ADMISSION
Admission into the programmes will be based on the general requirements approved by the Senate.

GLO CHEAP DATA SUBSCRIPTION


Glo has finally introduced the cheapest data subscription rate and value in the history of Nigeria. .
Glo current data subscription rate and value
1. N1000·2GB 30Days
2. N2000·6GB 30Days
3. N2500·10GB 30Days
4. N3000·12GB 30Days
5. N4000·18GB 30Days
6. N5000·24GB 30Days
7. N8000·48GB 30Days

To subscribe to any of the cheap Monthly data plans from Glo just Dial *777# and follow the prompts.